/* css/global.css */

:root {
  /* Brand blues */
  --c-title: #308dc4; /* Content Titles + Section Titles */
  --c-client-title: #2a88b5; /* Our client Titles */
  --card-bg: #f6f6f8; /* Grayed Cards */

  /* Your palette (from the other image you sent earlier) */
  --c-sky-100: #9be3f9;
  --c-sky-200: #5ec3ea;
  --c-blue-500: #48a0f6;
  --c-blue-800: #1b71a3;
  --c-green-500: #16a34a; /* "after" / validated state, pairs with the blues */

  /* Text */
  --text: #000000; /* headings in that design look basically black */
  --text-muted: #505355; /* body text looks like a dark gray (approx) */

  --bg: #ffffff; /* white background */

  /* Horizontal page column. Every section container uses these two, so all
     content lines up on one grid regardless of viewport. */
  --page-max: 1400px;
  --page-gutter: clamp(1.25rem, 4vw, 4rem);

  /* Vertical rhythm between page sections. Every section applies this as
     padding-block, so the gap between any two is exactly twice this value. */
  --section-space: clamp(2.25rem, 4.5vh, 3.25rem);

  /* Typography */
  --font-main: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial,
    sans-serif;
}

[hidden] {
  display: none !important;
}

/* Inter is loaded from Google Fonts in each page <head>.
   The family is set once in --font-main above — never hard-code it. */

body {
  font-family: var(--font-main);
  margin: 0;
  padding: 0;
  padding-top: 90px; /* Space for fixed navbar */
  background: var(--bg);
  color: var(--text);
}

html {
  scroll-padding-top: 100px; /* Offset for anchor links with fixed navbar */
}

/* reusable single line */
.sectionLine {
  width: 100%;
  height: 2px;
  background: #000;
  opacity: 0.12;
  display: flex;
  align-items: center; /* centers the line vertically */
}

/* the actual line */
.sectionLine::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  opacity: 0.12;
  display: block;
}

.primary-button {
  background-color: var(--c-blue-500);
  color: var(--bg);
  border: none;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
}
.primary-accent-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(90deg, #4193bd 0%, #80cbe7 100%);
  color: var(--bg);
  border: none;
  font-weight: 600;
  padding: 10px 14px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
  box-shadow: 0 10px 20px rgba(27, 113, 163, 0.25);
}

#bookDemo img,
#bookDemoFooter img{
  width: 1.65rem;
}

#sendresume{
    padding: .5rem 2rem !important;
}

#sendresume img {
    width: 2rem;
    transform: rotate(45deg);
}

.footerLinks {
  width: max-content;
}

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

.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;
  width: 100%;
  align-self: stretch;
  box-sizing: border-box;
  padding: 2.5rem 8vw;
}

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

.f-aligned-items-center {
  display: flex;
  align-items: center;
}

/* 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;
}

/* responsive stack */
@media (max-width: 900px) {
    .sectionHeader2col{
        flex-direction: row;
        align-items: start;
        padding: .75rem 1rem !important;
    }
    .sectionHeaderSubtitle{
        max-width: 100%;
        display: none;
    }
    .sectionHeaderLeft{
        margin-left: 2rem;
        align-items: center;
    }
}

@media (max-width: 450px) {
    .solutionsHeadline{
    font-size: 2rem !important;
    }
    .heroTitle h3{
        font-size: 1.3rem !important;
        width: 60% !important;
    }
    .sectionHeaderTitle{
        font-size: 1.9rem !important;
    }
    .titleBar{
        height: 70px !important;
    }
}

blue-title{
    color: #1b71a3 !important;
}

/* ===================================================== */
/* Responsive breakpoints                               */
/* ===================================================== */

/* @media (max-width: 1400px) {
    .homeHero {
        align-items: flex-start;
    }
    .sectionTitle.leftTitle {
        width: 65%;
    }
    .clientsDetail {
        width: 75%;
    }
    .clientTextBlock {
        width: 90%;
    }
    .clientsGraphic {
        width: 35%;
        background-size: contain;
    }
    .aboutHero .heroTitle h2 {
        font-size: 2.5rem;
    }
    .featuresList {
        padding: 2.5rem 2.5rem 3rem 3rem;
    }
}

@media (max-width: 1200px) {
    #navbar {
        width: 95%;
    }
    .linksNavbar {
        width: 40%;
    }
    .featuresSolutions {
        flex-direction: column;
        height: auto;
        
    }
    .featuresList,
    .featuresGraphic {
        width: 100%;
    }
    .featuresGraphic img {
        max-width: 480px;
        margin: 0 auto;
        display: block;
    }
    .howItWorksSolutionsGraphic,
    .howItWorksSolutionsSteps {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    #navbar {
        flex-wrap: wrap;
        gap: 1rem;
    }
    .logoNavbar,
    .linksNavbar,
    .supportButtonsNavbar {
        width: auto;
    }
    .howItWorksSolutionsGraphic {
        width: 60%;
        margin: 0 auto 2rem auto;
    }
    .howItWorksSolutionsGraphic img {
        transform: none;
        width: 100%;
    }
    .howItWorksSolutionsContainer {
        flex-direction: column;
        gap: 2rem;
    }
    .howItWorksSolutionsSteps {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .hiwStep {
        width: 100%;
    }
    .career-descriptions {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .careersSection {
        padding: 3rem 0;
    }
    .foundersTeam {
        grid-template-columns: repeat(2, 1fr);
    }
    .developmentTeam {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .content.contact-grid {
        grid-template-columns: 1fr;
    }
    .form-row.two {
        flex-direction: column;
    }
    .footerInfo {
        flex-direction: column;
        gap: 2rem;
        align-items: center;
        text-align: center;
    }
    .footer-c,
    .footer-r,
    .footer-buttons {
        width: 100%;
        align-items: center;
    }
    .footerLinks ul {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    #navbar {
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem;
    }
    .logoNavbar,
    .linksNavbar,
    .supportButtonsNavbar {
        width: 100%;
        justify-content: flex-start;
    }
    #navbar ul {
        flex-wrap: wrap;
        gap: 0.5rem;
        justify-content: flex-start;
    }
    .sectionTitle.rightTitle,
    .sectionTitle.leftTitle,
    .sectionTitle.centerTitle {
        width: 100%;
        text-align: left;
        align-items: flex-start;
    }
    .sectionTitle.centerTitle p {
        text-align: left;
    }
    .heroGraphics {
        flex-direction: column;
        gap: 1.5rem;
    }
    .heroGifContainer,
    .heroGifContainer:nth-of-type(2) {
        width: 80%;
        transform: none;
        animation: none;
    }
    .featuresList {
        border-radius: 2rem;
        padding: 2rem;
    }
    .featuresList ul {
        margin-left: 0;
    }
    .aboutValuesContainer {
        grid-template-columns: 1fr;
    }
    .expertiseContainer {
        flex-direction: column;
        gap: 2rem;
    }
    .verticalHR {
        display: none;
    }
    .career-desc {
        padding: 1.5rem 1rem;
    }
    .teamContainer {
        padding: 1rem 0;
    }
}

@media (max-width: 600px) {
    .homeHero .sectionTitle {
        position: relative;
        width: 100%;
        margin-left: 0;
    }
    .featuresList {
        padding: 1.75rem;
    }
    .howItWorksSolutionsGraphic {
        width: 100%;
    }
    .content.contact-grid,
    main.page-main {
        padding: 0 1rem;
    }
    .foundersTeam,
    .developmentTeam {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
    .contact-wrap {
        margin-top: 6rem;
    }
}

@media (max-width: 480px) {
    #navbar {
        padding: 0.75rem 1rem;
    }
    .logoNavbar img {
        width: 45%;
    }
    .featuresList {
        border-radius: 1.5rem;
    }
    .contact-map iframe.gmap-frame {
        height: 220px;
    }
    main.page-main {
        padding: 2rem 0;
    }
}

@media (max-width: 768px) {
  .aboutHero {
    height: auto;              
    align-items: flex-start;   
  }

  .aboutHero .heroTitle {
    width: 100%;               
    align-items: flex-start;
  }

  .aboutHero .heroTitle h2 {
    width: 100%;               
    font-size: 2.2rem;         
  }

  .aboutHero .heroTitle p {
    width: 100%;
    font-size: 1rem;           
  }
}

@media (max-width: 950px){
  .clientsHeader{
    grid-template-columns: 1fr;
    row-gap: 1.25rem;
  }

  .clientsRadarPlaceholder{
    width: min(420px, 95%);
  }
}
 */

/* css/section-header.css */
/* ==========================================================================
   Centred section header — eyebrow pill + two-tone title + optional subtitle.
   Shared by #whyColosoSection and #ourClientsSection; add the classes to any
   further section that adopts the same structure.
   Palette and type come from global.css / index.css tokens.
   ========================================================================== */

.sectionHeaderCentered {
  box-sizing: border-box;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-inline: clamp(1.25rem, 4vw, 3rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
}

.sectionEyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 7px 16px;
  border-radius: 999px;
  background: rgba(94, 195, 234, 0.16);
  color: var(--c-blue-800);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.sectionEyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--c-blue-500);
}

.sectionHeaderTitle--centered {
  line-height: 1.12;
  font-size: clamp(2rem, 3.4vw, 3rem);
  max-width: 26ch;
}

/* For one-line statement titles that should not wrap at 26ch. */
.sectionHeaderTitle--wide {
  max-width: none;
}

.sectionHeaderSubtitle--centered {
  max-width: 46ch;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  line-height: 1.5;
}

/* global.css hides .sectionHeaderSubtitle below 900px — that suited the old
   two-column header where it sat in a side column. In a centred header it
   carries the section's copy, so keep it. */
@media (max-width: 900px) {
  /* For one-line statement titles that should not wrap at 26ch. */
.sectionHeaderTitle--wide {
  max-width: none;
}

.sectionHeaderSubtitle--centered {
    display: block;
    max-width: 46ch;
  }
}

@media (max-width: 640px) {
  .sectionHeaderTitle--centered,
  /* For one-line statement titles that should not wrap at 26ch. */
.sectionHeaderTitle--wide {
  max-width: none;
}

.sectionHeaderSubtitle--centered {
    max-width: none;
  }
}

/* css/solutions.css */
html, body{
  overflow-x: clip;
}

html:has(body.solutions-page) {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--navbar-height, 80px) + 20px);
}

@media (prefers-reduced-motion: reduce) {
  html:has(body.solutions-page) {
    scroll-behavior: auto;
  }
}

/* =========================================================
   TOP BANNER — white Coloso language, same layout + accents
   ========================================================= */
.solutionsBanner {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: clamp(320px, 46vh, 475px);
  padding: 3.5rem clamp(1.5rem, 4vw, 4rem) 3.75rem;
  background:
    radial-gradient(920px 460px at 92% -8%, rgba(155, 227, 249, 0.28), transparent 58%),
    radial-gradient(640px 360px at 8% 118%, rgba(72, 160, 246, 0.1), transparent 64%),
    #ffffff;
}

.solutionsBanner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(27, 113, 163, 0.16) 1.15px, transparent 1.15px);
  background-size: 22px 22px;
  -webkit-mask-image: linear-gradient(100deg, rgba(0, 0, 0, 0.12) 0%, #000 62%);
  mask-image: linear-gradient(100deg, rgba(0, 0, 0, 0.12) 0%, #000 62%);
  pointer-events: none;
}

.solutionsBanner::after {
  content: "";
  position: absolute;
  right: -6%;
  top: -28%;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(158, 227, 249, 0.45) 0%, transparent 68%);
  pointer-events: none;
}

/* Supporting image: intentionally restrained so the banner copy remains the
   primary focus. The mask dissolves it into the white surface from the left. */
.solutionsBanner__art {
  position: absolute;
  z-index: 0;
  inset: 0 -1.5% 0 auto;
  width: min(58%, 900px);
  pointer-events: none;
  opacity: 0.5;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.5) 38%, rgba(255, 255, 255, 0.1) 100%),
    url("../../Media/IMG/solutions-banner-finance-team.jpg") right center / auto 100% no-repeat;
  background-blend-mode: screen, normal;
  filter: saturate(0.82) contrast(0.94) brightness(1.04);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.42) 27%, #000 62%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.42) 27%, #000 62%);
}

.solutionsBanner__container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 1;
}

.solutionsBanner__title {
  color: #0b1c2d;
  font-family: var(--font-main);
  font-size: clamp(2.35rem, 4.2vw, 3.6rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin: 0;
  max-width: 18ch;
  overflow-wrap: break-word;
}

.solutionsBanner__hl {
  display: inline;
  color: #0b1c2d;
  background: #5ec2ea9d;
  padding: 0 0.1em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.solutionsBanner__u {
  text-decoration: underline;
  text-decoration-color: #48a0f6;
  text-underline-offset: 0.08em;
  text-decoration-thickness: 0.18em;
}

.solutionsBanner__lead {
  margin: 1.35rem 0 0;
  max-width: 38rem;
  color: #0f5e8bcb;
  font-size: clamp(1.02rem, 1.25vw, 1.18rem);
  font-weight: 500;
  font-style: italic;
  line-height: 1.5;
}

.solutionsBanner__lead strong {
  color: var(--c-blue-800);
  font-weight: 800;
  font-style: normal;
}

/* =========================================================
   SECTION: IMMEDIATE VALUE TO YOUR OPERATIONS
   ========================================================= */
#workflow-automation,
#reconciliation,
#compliance,
#how-it-works,
#solutionsOperateSection {
  scroll-margin-top: calc(var(--navbar-height, 80px) + 20px);
}

.solutionsOperate {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: visible;
  padding: clamp(3.75rem, 8vh, 6.25rem) clamp(1.5rem, 4vw, 2.5rem) clamp(3.25rem, 6vh, 4.75rem);
  background:
    radial-gradient(ellipse 80% 55% at 50% 100%, rgba(155, 227, 249, 0.22) 0%, transparent 70%),
    #f8fcff;
}

.solutionsOperate::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(72, 160, 246, 0.18) 1px, transparent 1px);
  background-size: 28px 28px;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 35%, #000 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 35%, #000 100%);
  pointer-events: none;
}

.solutionsOperate__container {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}

.solutionsOperate__header {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 2.5rem;
}

.solutionsOperate__title {
  color: #0b1c2d;
  font-family: var(--font-main);
  font-size: clamp(2rem, 3.4vw, 2.85rem);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -0.02em;
  margin: 0 0 1rem 0;
}

.solutionsOperate__titleAccent {
  color: var(--c-blue-800);
  text-decoration: underline;
  text-decoration-color: #48a0f6;
  text-underline-offset: 0.12em;
  text-decoration-thickness: 0.12em;
}

.solutionsOperate__subtitle {
  margin: 0;
  color: #0f5e8bcb;
  font-size: clamp(1.02rem, 1.25vw, 1.18rem);
  font-weight: 500;
  font-style: italic;
  line-height: 1.5;
}

.solutionsOperate__subtitleEm {
  display: block;
  margin-top: 0.15rem;
  color: var(--c-blue-800);
  font-weight: 700;
}

.solutionsOperate__stage {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 2.5rem 0 3rem;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4.5rem);
}

.solutionsOperate__accordion {
  display: flex;
  flex-direction: column;
  gap: clamp(1.45rem, 3vh, 2.1rem);
  width: 100%;
  max-width: 560px;
  margin: 0;
  position: relative;
  z-index: 2;
}

.solutionsOperate__collage {
  position: relative;
  width: 100%;
  max-width: 460px;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
}

.solutionsOperateAcc__item {
  position: relative;
  min-width: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
}

.solutionsOperateAcc__card {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  margin: 0;
  min-width: 0;
  background: #ffffff;
  border-radius: 999px;
  border: 1px solid rgba(27, 113, 163, 0.08);
  box-shadow: 0 12px 32px rgba(27, 113, 163, 0.08);
  overflow: hidden;
  transition: border-radius 0.2s ease, box-shadow 0.2s ease;
}

.solutionsOperateAcc__item.is-open .solutionsOperateAcc__card {
  border-radius: 28px;
  box-shadow: 0 16px 36px rgba(27, 113, 163, 0.12);
}

.solutionsOperateAcc__trigger {
  position: relative;
  width: 100%;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin: 0;
  padding: 1.15rem 4.35rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: "Nexa", system-ui, -apple-system, sans-serif;
  color: var(--c-blue-800);
}

.solutionsOperateAcc__trigger:focus-visible {
  outline: 3px solid var(--c-sky-200);
  outline-offset: -3px;
}

.solutionsOperateAcc__label {
  text-align: center;
  font-size: clamp(1.02rem, 1.5vw, 1.28rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.solutionsOperateAcc__chevron {
  position: absolute;
  right: 0.85rem;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--c-sky-200);
  color: #ffffff;
  box-shadow: 0 6px 14px rgba(27, 113, 163, 0.18);
  flex: 0 0 auto;
}

.solutionsOperateAcc__item.is-open .solutionsOperateAcc__chevron {
  background: var(--c-blue-800);
}

.solutionsOperateAcc__chevron svg {
  width: 18px;
  height: 18px;
  display: block;
  transition: transform 0.22s ease;
}

.solutionsOperateAcc__item.is-open .solutionsOperateAcc__chevron svg {
  transform: rotate(180deg);
}

@media (prefers-reduced-motion: reduce) {
  .solutionsOperateAcc__card,
  .solutionsOperateAcc__chevron svg {
    transition: none;
  }
}

.solutionsOperateAcc__panel {
  padding: 0 1.85rem 1.35rem;
  background: #eef7fc;
}

.solutionsOperateAcc__panel p {
  margin: 0;
  padding: 0.85rem 0.35rem 0.55rem;
  color: #4b5563;
  font-size: 0.98rem;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
}

.solutionsOperate__photo {
  --photo-size: clamp(150px, 20vw, 220px);
  position: absolute;
  z-index: 1;
  margin: 0;
  width: var(--photo-size);
  height: var(--photo-size);
  pointer-events: none;
}

.solutionsOperate__photo::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #9be3f9;
  opacity: 0.42;
  z-index: 0;
}

.solutionsOperate__photo--row1 {
  --photo-size: clamp(170px, 24vw, 250px);
  top: 0;
  left: 0;
  z-index: 2;
  transform: rotate(-7deg);
}

.solutionsOperate__photo--row1::before {
  transform: translate(-12px, 12px);
}

.solutionsOperate__photo--row2 {
  --photo-size: clamp(160px, 22vw, 236px);
  top: 16%;
  right: 0;
  z-index: 3;
  transform: rotate(5deg);
}

.solutionsOperate__photo--row2::before {
  transform: translate(12px, 12px);
}

.solutionsOperate__photo--row3 {
  --photo-size: clamp(182px, 25vw, 264px);
  bottom: 0;
  left: 26%;
  z-index: 1;
  transform: rotate(4deg);
}

.solutionsOperate__photo--row3::before {
  transform: translate(-12px, 12px);
}

.solutionsOperate__photo img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #ffffff;
  box-shadow:
    0 10px 24px rgba(15, 94, 139, 0.16),
    0 0 0 5px rgba(155, 227, 249, 0.28);
  background: #eaf6fc;
}

.solutionsOperate__photo--icon img {
  object-fit: contain;
  padding: 26%;
  background: #e7f6fc;
}

.solutionsOperate__badge {
  display: block;
  width: clamp(96px, 12vw, 140px);
  height: auto;
  margin: 2.25rem auto 0;
  opacity: 0.9;
}

/* =========================================================
   HIGHLIGHTS BAR
   ========================================================= */
.solutionsHighlights {
  width: 100%;
  box-sizing: border-box;
  background: #ffffff;
  border-top: 1px solid rgba(27, 113, 163, 0.1);
  border-bottom: 1px solid rgba(27, 113, 163, 0.12);
  padding: clamp(2.25rem, 5vh, 3.25rem) clamp(1.5rem, 4vw, 2.5rem);
}

.solutionsHighlights__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

.solutionsHighlights__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

.solutionsHighlights__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
  border-radius: 12px;
  background: #e7f4fb;
  color: var(--c-blue-800);
}

.solutionsHighlights__icon svg {
  width: 24px;
  height: 24px;
  display: block;
}

.solutionsHighlights__item h3 {
  margin: 0 0 0.55rem;
  color: #0b1c2d;
  font-family: "Nexa", system-ui, -apple-system, sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.solutionsHighlights__item p {
  margin: 0;
  color: #4b5563;
  font-size: 0.92rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .solutionsHighlights__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.75rem 1.5rem;
  }
}

@media (max-width: 560px) {
  .solutionsHighlights {
    padding: 2rem 1.25rem;
  }

  .solutionsHighlights__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
  }
}

@media (max-width: 968px) {
  .solutionsBanner__art {
    width: 62%;
    opacity: 0.38;
  }

  .solutionsOperate__stage {
    grid-template-columns: 1fr;
    gap: 2.25rem;
    padding: 0.5rem 0 0.25rem;
  }

  .solutionsOperate__accordion {
    gap: 1.25rem;
    max-width: none;
  }

  .solutionsOperate__collage {
    order: -1;
    max-width: 380px;
    aspect-ratio: 4 / 3;
  }

  .solutionsOperateAcc__card {
    max-width: none;
  }

  .solutionsOperate__title {
    max-width: none;
  }
}

@media (max-width: 600px) {
  .solutionsBanner {
    min-height: 0;
    padding: 2.25rem 1.25rem 2.5rem;
  }

  .solutionsBanner__art {
    display: none;
  }

  .solutionsBanner__title {
    max-width: none;
    font-size: clamp(1.7rem, 7vw, 2.2rem);
    line-height: 1.22;
  }

  .solutionsBanner__lead {
    max-width: none;
    font-size: 1rem;
  }

  .solutionsOperate {
    padding: 3rem 1.25rem 3.25rem;
  }

  .solutionsOperate__collage {
    max-width: 300px;
  }

  .solutionsOperate__photo {
    --photo-size: clamp(118px, 40vw, 160px);
  }

  .solutionsOperate__photo--row1,
  .solutionsOperate__photo--row2,
  .solutionsOperate__photo--row3 {
    --photo-size: clamp(118px, 40vw, 160px);
  }

  .solutionsOperateAcc__trigger {
    padding: 1.05rem 3.6rem 1.05rem 1.15rem;
  }

  .solutionsOperateAcc__label {
    text-align: left;
    font-size: 0.98rem;
  }

  .solutionsOperateAcc__chevron {
    width: 32px;
    height: 32px;
    right: 0.7rem;
  }

  .solutionsOperateAcc__panel {
    padding: 0 1.15rem 1.15rem;
  }

  .solutionsOperate__badge {
    width: 84px;
  }
}

/* =========================================================
   SECTION: BUILT AROUND THE CHALLENGES (PILLARS)
   ========================================================= */
.solutionsPillars {
  width: 100%;
  background-color: #ffffff;
  padding: clamp(3.5rem, 7vh, 5.5rem) clamp(1.5rem, 4vw, 2.5rem) clamp(4.5rem, 8vh, 6.5rem);
  box-sizing: border-box;
  position: relative;
}

.solutionsPillars__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.solutionsPillars__header {
  max-width: 760px;
  margin: 0 auto 1.25rem;
  text-align: center;
}

.solutionsPillars__title {
  color: #0b1c2d;
  font-family: var(--font-main);
  font-size: clamp(2rem, 3.4vw, 2.85rem);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -0.02em;
  margin: 0 0 1.1rem 0;
}

.solutionsPillars__subtitle {
  color: #4b5563;
  font-size: 1.05rem;
  line-height: 1.65;
  margin: 0;
  font-weight: 400;
}

.solutionsPillars__subtitle strong {
  color: #1b71a3;
  font-weight: 700;
}

.pillarCard {
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid rgba(27, 113, 163, 0.1);
  box-shadow: 0 12px 32px rgba(15, 94, 139, 0.07);
  overflow: hidden;
}

.pillarCard.is-open {
  box-shadow: 0 16px 40px rgba(15, 94, 139, 0.12);
}

.pillarCard__summary {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(1.25rem, 3vw, 2.5rem);
  align-items: center;
  padding: clamp(1.25rem, 2.5vw, 1.85rem);
  background: #ffffff;
}

.pillarCard.is-open .pillarCard__summary {
  background: #eaf6fc;
}

.pillarCard--flip .pillarCard__summary {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.pillarCard--flip .pillarCard__visual {
  order: 1;
}

.pillarCard__visual {
  min-width: 0;
  border-radius: 18px;
  overflow: hidden;
  background: #e7f4fb;
  aspect-ratio: 4 / 3;
}

.pillarCard__visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.pillarCard__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  padding: 0.35rem 0.35rem 0.35rem 0;
}

.pillarCard__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 0.85rem;
  border-radius: 10px;
  background: var(--c-blue-800);
  color: #ffffff;
  font-family: "Nexa", system-ui, sans-serif;
  font-size: 0.82rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-bottom: 1rem;
  font-family: var(--font-main);
  box-shadow: 0 4px 14px rgba(48, 172, 225, 0.18);
}

.pillarCard__title {
  margin: 0 0 0.45rem;
  color: #0b1c2d;
  font-family: var(--font-main);
  font-size: clamp(1.7rem, 2.4vw, 2.15rem);
  font-weight: 800;
  line-height: 1.18;
}

.pillarCard__lead {
  margin: 0 0 0.85rem;
  color: var(--c-blue-800);
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.45;
}

.pillarCard__desc {
  margin: 0 0 1.25rem;
  color: #4b5563;
  font-size: 0.98rem;
  font-weight: 500;
  font-style: italic;
  line-height: 1.5;
}

.pillarCard__toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--c-blue-800);
  font-family: "Nexa", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
}

.pillarCard__toggle:focus-visible {
  outline: 3px solid var(--c-sky-200);
  outline-offset: 4px;
  border-radius: 8px;
}

.pillarCard__chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--c-sky-200);
  color: #ffffff;
}

.pillarCard__chevron svg {
  width: 14px;
  height: 14px;
  display: block;
  transition: transform 0.22s ease;
}

.pillarCard.is-open .pillarCard__chevron {
  background: var(--c-blue-800);
}

.pillarCard.is-open .pillarCard__chevron svg {
  transform: rotate(180deg);
}

.pillarCard__detail {
  background: #ffffff;
}

.pillarCard__problem,
.pillarCard__helps {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 3vw, 2.5rem);
}

.pillarCard__problem {
  padding-top: 2rem;
}

.pillarCard__problem h4,
.pillarCard__helps h4,
.pillarCard__benefitsLabel {
  margin: 0 0 0.75rem;
  color: #0b1c2d;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pillarCard__problem p,
.pillarCard__helps p {
  margin: 0;
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.65;
}

.pillarCard__helps {
  padding-top: 1.75rem;
  padding-bottom: 2rem;
}

.pillarHelpList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.pillarHelpList li {
  background: #ffffff;
  border: 1px solid rgba(27, 113, 163, 0.1);
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(15, 94, 139, 0.06);
  padding: 1rem 1.2rem;
}

.pillarHelpList strong {
  display: block;
  color: #0b1c2d;
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 0.25rem;
}

.pillarHelpList p + p {
  margin-top: 0.65rem;
}

.pillarCard__footer {
  background: #eaf6fc;
  padding: 1.75rem clamp(1.25rem, 3vw, 2.5rem) 2rem;
  text-align: center;
}

.pillarCard__benefitsLabel {
  margin-bottom: 1rem;
}

.pillarBenefits {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.pillarBenefits li {
  background: #ffffff;
  border: 2px solid #0b1c2d;
  border-radius: 999px;
  padding: 0.7rem 1.2rem;
  color: #0b1c2d;
  font-size: 0.95rem;
  font-weight: 800;
  font-style: italic;
}

.pillarCard__close {
  margin: 0;
  color: var(--c-blue-800);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.4;
}

@media (prefers-reduced-motion: reduce) {
  .pillarCard__chevron svg {
    transition: none;
  }
}

@media (max-width: 1024px) {
  .pillarCard__summary,
  .pillarCard--flip .pillarCard__summary {
    grid-template-columns: 1fr;
  }

  .pillarCard--flip .pillarCard__visual {
    order: 0;
  }

  .pillarCard__visual {
    max-width: 520px;
  }
}

@media (max-width: 640px) {
  .solutionsPillars {
    padding: 3rem 1.25rem 4rem;
  }

  .solutionsPillars__header {
    text-align: left;
    margin: 0 0 0.5rem;
  }

  .pillarCard__summary {
    padding: 1.1rem;
  }

  .pillarCard__copy {
    padding: 0;
  }

  .pillarBenefits li {
    width: 100%;
  }
}

/* =========================================================
   SECTION: DEMO CTA
   ========================================================= */
.solutionsDemoCta {
  width: 100%;
  box-sizing: border-box;
  padding: 0 clamp(1.5rem, 4vw, 2.5rem) clamp(4.5rem, 9vh, 6.5rem);
}

.solutionsDemoCta__inner {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1.5rem, 4vw, 3rem);
  padding: clamp(2rem, 4.5vw, 2.85rem) clamp(1.75rem, 4.5vw, 3.25rem);
  background: #0b2131;
  border-radius: 28px;
  box-shadow: 0 18px 40px rgba(11, 33, 49, 0.18);
}

.solutionsDemoCta__copy {
  min-width: 0;
  max-width: 46rem;
}

.solutionsDemoCta__title {
  margin: 0 0 0.7rem;
  font-family: "Nexa", system-ui, -apple-system, sans-serif;
  font-size: clamp(1.55rem, 2.6vw, 2.15rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.solutionsDemoCta__sub {
  margin: 0;
  max-width: 42rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(0.98rem, 1.15vw, 1.08rem);
  line-height: 1.55;
}

.solutionsDemoCta__btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 1.1rem;
  padding: 0.85rem 0.9rem 0.85rem 1.55rem;
  border-radius: 999px;
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(90deg, #2ea4d8 0%, #62c4ea 100%);
  box-shadow: 0 12px 26px rgba(46, 164, 216, 0.38);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.solutionsDemoCta__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(46, 164, 216, 0.45);
}

.solutionsDemoCta__btnCopy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.12rem;
}

.solutionsDemoCta__btnCopy strong {
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.15;
}

.solutionsDemoCta__btnCopy span {
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.2;
  opacity: 0.92;
}

.solutionsDemoCta__btnIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ffffff;
  color: #1b7eab;
}

.solutionsDemoCta__btnIcon svg {
  width: 16px;
  height: 16px;
}

@media (max-width: 768px) {
  .solutionsDemoCta {
    padding: 0 1.25rem 3.5rem;
  }

  .solutionsDemoCta__inner {
    flex-direction: column;
    align-items: stretch;
    border-radius: 24px;
    padding: 1.75rem 1.4rem 1.6rem;
    gap: 1.4rem;
  }

  .solutionsDemoCta__btn {
    width: 100%;
    justify-content: space-between;
    box-sizing: border-box;
  }
}

.solutionsHero{
  width: 100svw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  background: transparent;
  height: 40svh;
  margin-bottom: 5rem;
}

/* 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: var(--font-main);
  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;
}

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

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

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

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

.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: .22em .12em .05rem .05rem;
}



.heroBrand{
  grid-area: brand;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 0.2rem;
}

.heroBrandIcon{
  width: 44px;
  height: 44px;
  display: block;
}

.heroBrandText{
  font-weight: 900;
  letter-spacing: 0.06em;
  color: var(--c-blue-800);
  font-size: 1.1rem;
}

.heroTitle{
  grid-area: copy;
  max-width: 560px;
}

.heroTitle h1{
  margin: 0;
  font-size: clamp(2.4rem, 3.6vw, 3.35rem);
  line-height: 1.04;
  font-weight: 600;
  color: var(--text);
}

.heroTitle .hl{
  display: inline-block;
  background: rgba(85, 170, 255, 0.25);
  padding: 0 .22em;
}

.heroTitle, .heroSubtitle {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: .5rem;
    text-align: center;
    color: var(--c-blue-800);
}


.heroSubtitle{
  grid-area: sub;
  max-width: 560px;
  text-align: left;
  margin-top: 0.35rem;
}

.heroSubtitle h3{
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: rgba(15,94,139,0.9);
}


.heroBubbles{
  grid-area: bubbles;
  justify-self: end;

  position: relative;
  width: min(560px, 100%);
  height: 340px;

  /* margin-right: 110px; */
  transform: translateX(-24px);
}

.heroBubbles .bubble{
  position: absolute;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.heroBubbles .bubble--big{
  width: 330px;
  height: 330px;
  right: 40px;
  top: -30;
  background: rgba(160, 220, 245, 0.95);
  z-index: 1;
  
}


.heroBubbles .bubble--mid{
  width: 240px;
  height: 240px;
  left: 10px;
  top: 85px;
  background: rgba(70, 150, 235, 0.95);
  z-index: 3;
}


.heroBubbles .bubble--small{
  width: 185px;
  height: 185px;
  left: 185px;
  top: 230px;
  background: rgba(30, 120, 190, 0.95);
  z-index: 4;
  overflow: visible;
}


.bubbleText{
  text-align: center;
  font-weight: 800;
  padding: 0 12%;
}

.bubbleSmall{
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.bubbleNum{
  font-size: 4.4rem;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 900
}

.bubbleLabel{
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 0.35rem;
}


.bubbleText--light{ color: var(--bg); }
.bubbleNum--white{ color: var(--bg); }
.bubbleLabel--white{ color: var(--bg); }

.bubbleText--dark{ color: var(--c-blue-800); }
.bubbleNum--dark{ color:var(--c-blue-800); font-weight: 900; font-size: 4.7rem; }
.bubbleLabel--dark{ color: var(--c-blue-800); font-weight: 800; }


.bubbleImg{
  width: 103%;
  height: 103%;
  object-fit: contain;
  display: block;
  overflow: visible;
}

.bubbleNum{
  transition: transform 125ms ease;
}
.bubbleNum[data-ran="true"]{
  transform: scale(1.02);
}


@media (max-width: 980px){
  .solutionsHero{
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "copy"
      "bubbles"
      "sub";
    row-gap: 1.25rem;
  }

  .heroBubbles{
    justify-self: start;
    margin-right: 0;
  }
}


/* =========================
   Solutions Page (standalone)
   ========================= */

/* Safety + consistency */
/* *, *::before, *::after { box-sizing: border-box; } */

.howItWorksSolutions,
.featuresSolutions,
.bannerContactSolutions{
  width: 100%;
}

.featuresSolutions{
  margin-top: 5rem;
}

/* =========================
   HOW IT WORKS (Title)
   ========================= */


.sectionTitle.howItWorksTitle{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 0;

  display: flex;
  align-items: center;          /* same level */
  justify-content: space-between;
  gap: 3rem;

  text-align: left;
}

.sectionTitle.howItWorksTitle h2{
  margin: 0;
  line-height: 1.05;
  font-weight: 800;
  font-size: clamp(2.2rem, 3.2vw, 3.4rem);

  position: relative;
  padding-left: 16px; /* space for bar */
  flex: 0 0 auto;
}

.sectionTitle.howItWorksTitle h2::before{
  content: "";
  position: absolute;
  left: -7;
  /* top: .15em;
  bottom: .15em; */
  width: 10px;
  height: 90px;
  background: var(--c-blue-500);
}

.sectionTitle.howItWorksTitle p{
  margin: 0;
  max-width: 640px;
  line-height: 1.6;
  /* font-size: clamp(.95rem, 1.15vw, 1.05rem); */
  color: var(--text-muted);
}

/* =========================
   HOW IT WORKS (Steps)
   ========================= */

.howItWorksSolutionsContainer{
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 3.5rem 0 0;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3.5rem;
}


/* left graphic */
.howItWorksSolutionsGraphic{
  width: 32%;
  min-width: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.howItWorksSolutionsGraphic img{
  width: 100%;
  height: auto;
  display: block;
}

/* right grid */
.howItWorksSolutionsSteps{
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  gap: 2.2rem;
  width: fit-content;
  margin: 0 auto;
}

.hiwStepsRow{
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: center;
  align-items: stretch;
}

.hiwStepsRow:first-child{
  width: 100%;
}

.hiwStepsRow:last-child{
  width: 100%;
}


/* card */
.hiwStep{
  padding: 1.85rem 2rem;      /* was 1.35rem 1.45rem */
  width: 300px;
  height: 280px;

  /* box-shadow: 0 14px 34px rgba(10,10,10,0.07); */
  background: #f6f6f8;

  display: flex;
  flex-direction: column;
  gap: 1rem;                  /* was .8rem */

  transition: transform .18s ease, box-shadow .18s ease;
  overflow: hidden;
}

.hiwStep:hover{
  transform: translateY(-2px);
  box-shadow: 0 20px 46px rgba(10,10,10,0.11);
}

/* header row: icon + title */
.hiwStepHeader{
  display: flex;
  align-items: center;
  gap: .9rem;
}

.hiwStepHeader img{
  width: 80px;
  height: 80px;
  object-fit: contain;
  display: block;
}

.hiwStepHeader h3{
  margin: 0;
  font-size: 2.55rem;         /* was 1.35rem */
  /* font-weight: 900; */
  color: var(--c-blue-800);
}

.hiwStepContent{
  font-size: 1rem;         /* was .95rem */
  line-height: 1.6;
  color: rgba(0,0,0,0.70);
}

/* =========================
   FEATURES SECTION (FINAL - keep only this)
   ========================= */


.featuresSolutions .sectionHeaderSubtitle{
  text-align: right;
}

.secondary-accent-button{
  background-color: #308ec5;
  border: 1px solid #308ec5;
  padding: .75rem 1.25rem;
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
}

/* top/bottom divider lines (if you use them) */
.featuresSolutions .sectionLine{
  width: 100%;
  height: 1px;
  /* background: rgba(0,0,0,0.12); */
}

/* HEADER ROW: Features (left) + CTA (right) */
.featuresHeaderRow{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.8rem 0;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.featuresTitle h2{
  margin: 0;
  font-size: clamp(2.2rem, 3.2vw, 3.4rem);
  font-weight: 800;
  position: relative;
  padding-left: 16px;
}

/* left vertical bar */
.featuresTitle h2::before{
  content: "";
  position: absolute;
  left: -7;
  width: 10px;
  height: 40px;
  background: var(--c-blue-500);
}

/* CTA area on the right */
.featuresHeaderCTA{
  display: flex;
  flex-direction: column;   
  align-items: flex-end;    
  gap: .9rem;               
}

.featuresHeaderCTA p{
  margin: 0;
  font-size: .95rem;
  color: var(--text-muted);
}

/* CONTENT ROW */
.featuresInner{
  width: 100%;
  /* max-width: 1200px;
  margin: 0 auto; */
  padding: 3rem 0 0;

  display: flex;
  align-items: center;
  justify-content: flex-start; /* closer than space-between */
  gap: 1rem;                  /* makes image closer to list */
}

/* LIST (image icon inside each li) */
.featuresList{
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 9dvw;
}

.featuresList ul{
  margin: 0;
  padding: 0;
  list-style: none;

  display: flex;
  flex-direction: column;
  gap: 1.65rem;
}

.featuresList li{
  display: flex;
  align-items: center;
  gap: 1.15rem;

  font-size: clamp(1.15rem, 1.6vw, 1.55rem);
  font-style: italic;
  font-weight: 500;
  color: var(--text-muted);
  line-height: 1.2;
}

.featuresList li img{
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  object-fit: contain;
  display: block;
}

/* IMAGE (bleed to the right edge of the viewport) */
.featuresGraphic{
  position: relative;
  flex: 1 1 auto;

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

  margin-right: calc(50% - 50vw); /* pushes image to screen edge */
}

.featuresGraphic::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;

  /* how wide the fade is */
  width: clamp(180px, 22vw, 360px);

  /* white -> transparent fade */
  background: linear-gradient(
    90deg,
    var(--bg) 0%,
    rgba(255,255,255,0.92) 35%,
    rgba(255,255,255,0) 100%
  );

  pointer-events: none;
  z-index: 2; /* above the image */
}

.featuresGraphic img{
  width: min(1050px, 68vw);
  height: auto;
  display: block;
  filter: drop-shadow(0 18px 35px rgba(0,0,0,.15));
  position: relative;
  z-index: 1;
}

.solutionsVideoSection{
  width: min(1180px, calc(100% - 3rem));
  margin: 5rem auto 0;
}

.solutionsVideoHeader{
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.75rem;
}

.solutionsVideoTitle{
  margin: 0;
  color: var(--text);
  font-size: clamp(1.75rem, 2.8vw, 2.75rem);
  font-weight: 800;
}

.solutionsVideoFrame{
  overflow: hidden;
  border-radius: 8px;
  background: #081f32;
  box-shadow: 0 22px 54px rgba(15, 94, 139, 0.2);
}

.solutionsVideoFrame video{
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
}

.analyticsNumbersSection{
  width: min(1180px, calc(100% - 3rem));
  margin: 5rem auto 0;
}

.analyticsNumbersHeader{
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}

.analyticsNumbersHeader .caseStudyDownloadAction {
  margin-left: auto;
}

.analyticsNumbersTitle{
  margin: 0;
  color: var(--text);
  font-size: clamp(1.75rem, 2.8vw, 2.75rem);
  font-weight: 800;
}

.analyticsNumbersGrid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(2rem, 5vw, 5rem);
  margin: 3.5rem 0 2rem;
}

.analyticsNumbersDisclaimer{
  color: var(--text-muted);
  font-size: 0.85rem;
  line-height: 1.4;
  opacity: 0.8;
  margin-bottom: 5rem;
}

.analyticsNumbersDisclaimer p{
  margin: 0.25rem 0;
}

.analyticsNumberItem{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #17244a;
}

.analyticsNumberIconWrap{
  width: 78px;
  height: 78px;
  margin-bottom: .9rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(48, 142, 197, .08);
  color: #17244a;
}

.analyticsNumberIcon{
  width: 48px;
  height: 48px;
  display: block;
  object-fit: contain;
}

.analyticsNumberValue{
  font-size: clamp(3.5rem, 7vw, 6rem);
  line-height: .9;
  font-weight: 900;
  color: #17244a;
}

.analyticsNumberLabel{
  margin-top: .65rem;
  font-size: clamp(1.5rem, 2.6vw, 2.5rem);
  line-height: 1.05;
  font-weight: 800;
  color: #17244a;
}

.analyticsNumberDetail{
  margin: 1rem 0 0;
  color: rgba(23, 36, 74, .78);
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  line-height: 1.25;
}

/* =========================
   BENEFITS SECTION
   ========================= */
.benefitsSolutions {
  width: min(1180px, calc(100% - 3rem));
  margin: 5rem auto 0;
  padding: 1.5rem 0 0;
}

.benefitsHeader {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.benefitsTitle {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.75rem, 2.8vw, 2.75rem);
  font-weight: 800;
}

.benefitsGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

.benefitCard {
  background: #f6f6f8;
  padding: 2.2rem 2rem;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.benefitCard:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 46px rgba(10, 10, 10, 0.11);
}

.benefitIcon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(48, 142, 197, 0.08);
}

.benefitIcon svg {
  width: 32px;
  height: 32px;
  color: #308ec5;
  transition: color 0.18s ease;
}

.benefitCard:hover .benefitIcon svg {
  color: var(--c-blue-800);
}

.benefitCard h3 {
  margin: 0;
  font-size: 1.5rem;
  color: var(--c-blue-800);
  font-weight: 700;
}

.benefitCard p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.7);
}

@media (max-width: 980px) {
  .benefitsGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .benefitsGrid {
    grid-template-columns: 1fr;
  }
}

/* RESPONSIVE */
@media (max-width: 1200px){
  .howItWorksSolutionsSteps{
    width: 100%;
    padding: 0 1.5rem;
    box-sizing: border-box;
  }

  .hiwStepsRow{
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .hiwStep{
    flex-shrink: 0;
  }
  .heroBubbles{
    margin-right: 0 !important;
    transform: translateX(0);
  }
  .automationTitle{
    margin-left: 2rem !important;
  }
}

@media (max-width: 900px){
  .featuresHeaderRow{
    flex-direction: column;
    align-items: flex-start;
  }

  .featuresHeaderCTA{
    width: 100%;
    justify-content: space-between;
  }

  .featuresInner{
    flex-direction: column;
    align-items: flex-start;
  }

  .featuresGraphic{
    margin-right: 0; /* stop bleeding on mobile */
    width: 100%;
    justify-content: center;
  }

  .featuresGraphic img{
    width: min(820px, 95%);
  }

  .solutionsVideoSection{
    width: min(100% - 2rem, 760px);
    margin-top: 3.5rem;
  }

  .solutionsVideoHeader{
    align-items: flex-start;
  }

  .analyticsNumbersSection{
    width: min(100% - 2rem, 760px);
    margin-top: 3.5rem;
  }

  .analyticsNumbersGrid{
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .analyticsNumbersHeader {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }

  .analyticsNumbersHeader .caseStudyDownloadAction {
    margin-left: 0;
    width: 100%;
  }

  .analyticsNumbersHeader .caseStudyDownloadAction a {
    display: inline-block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}

@media (max-width: 450px){
  .solutionsHero{
    margin-bottom: 0 !important;
  }
  .solutionsHero .posterTitle{
    font-size: 2rem !important;
    margin-left: 1.5rem !important;
  }
  .heroTitle{
    margin-left: 1rem;
  }
  .solutionsHeadline{
    font-size: 2rem !important;
  }
  .heroBubbles{
    height: 60%;
    transform: translateX(0);
  }
  .bubble--big{
    width: 160px !important;
    height: 160px !important;
    right: 10px !important;
    top: -10px !important;
  }
  .bubbleNum--dark{
    font-size: 2.2rem !important;
  }
  .bubbleLabel--dark{
    font-size: 1rem !important;
  }
  .bubble--mid{
    width: 120px !important;
    height: 120px !important;
    top: 110px !important;
  }
  .bubbleLabel--white,
  .bubbleSmall{
    font-size: 1rem !important;
  }
  .bubbleNum--white{
    font-size: 2.2rem !important;
  }
  .bubble--small{
    width: 95px !important;
    height: 95px !important;
    top: 140px !important;
    left: 120px !important;
  }
  .howItWorksSolutionsSteps{
    width: 95%;
    padding: 0;
  }
  
  .hiwStepsRow{
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }
  
  .hiwStep{
    width: 100% !important;
    height: auto !important;
  }
  
  .featuresList{
    margin-left: 10% !important;
    width: 80%;
  }
  .featuresGraphic{
    display: none;
  }
}

/* =========================================================
   SECTION: FEATURES SHOWCASE (scrollytelling)
   Left copy scrolls through the 3 steps; the right image
   frame stays put and cross-fades. Progressive enhancement:
   without JS (or reduced-motion) the panels render as a
   plain stacked flow. `.is-live` (added by solutions.js)
   turns on the sticky media + cross-fade behaviour.
   ========================================================= */
.solutionsShowcase {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: visible;
  padding: clamp(3.5rem, 7vh, 5.5rem) clamp(1.5rem, 4vw, 2.5rem) clamp(4.5rem, 8vh, 6.5rem);
  background:
    radial-gradient(ellipse 80% 55% at 88% 0%, rgba(155, 227, 249, 0.2) 0%, transparent 68%),
    radial-gradient(ellipse 55% 40% at 8% 100%, rgba(72, 160, 246, 0.08) 0%, transparent 70%),
    #ffffff;
}

.solutionsShowcase::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(27, 113, 163, 0.12) 1.15px, transparent 1.15px);
  background-size: 22px 22px;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, transparent 55%);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, transparent 55%);
  pointer-events: none;
}

.solutionsShowcase__scroller {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.solutionsShowcase__sticky {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 4vh, 2.75rem);
}

.solutionsShowcase__mediaStage {
  display: none;
}

.solutionsShowcase__arcs {
  position: absolute;
  top: -1.5rem;
  right: -0.5rem;
  width: clamp(160px, 22vw, 260px);
  height: clamp(160px, 22vw, 260px);
  color: rgba(72, 160, 246, 0.22);
  pointer-events: none;
  z-index: 0;
}

.solutionsShowcase__arcs svg {
  display: block;
  width: 100%;
  height: 100%;
}

.solutionsShowcase__head {
  position: relative;
  z-index: 1;
  max-width: 60rem;
}

.solutionsShowcase__title {
  margin: 0 0 1rem 0;
  color: #0b1c2d;
  font-family: var(--font-main);
  font-size: clamp(2rem, 3.4vw, 2.85rem);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -0.02em;
}

.solutionsShowcase__titleAccent {
  color: var(--c-blue-800);
  text-decoration: underline;
  text-decoration-color: #48a0f6;
  text-underline-offset: 0.12em;
  text-decoration-thickness: 0.12em;
}

.solutionsShowcase__subtitle {
  margin: 0;
  max-width: 46rem;
  color: #0f5e8bcb;
  font-size: clamp(1.02rem, 1.25vw, 1.18rem);
  font-weight: 500;
  font-style: italic;
  line-height: 1.5;
}

.solutionsShowcase__subtitle strong {
  color: var(--c-blue-800);
  font-style: normal;
  font-weight: 700;
}

.solutionsShowcase__panels {
  position: relative;
  z-index: 1;
}

.solutionsShowcase__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.solutionsShowcase__panel + .solutionsShowcase__panel {
  margin-top: clamp(2.5rem, 6vw, 4rem);
}

.solutionsShowcase__step {
  padding-left: 1.15rem;
  border-left: 3px solid transparent;
  transition: border-color 0.35s ease, opacity 0.45s ease;
}

.solutionsShowcase__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: var(--c-blue-800);
  color: #ffffff;
  font-family: var(--font-main);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: 0 4px 14px rgba(48, 172, 225, 0.18);
}

.solutionsShowcase__stepTitle {
  margin: 0 0 0.7rem 0;
  color: #0b1c2d;
  font-family: var(--font-main);
  font-size: clamp(1.45rem, 2.2vw, 1.95rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.solutionsShowcase__stepLead {
  margin: 0 0 1.35rem 0;
  color: #4b5563;
  font-size: clamp(0.98rem, 1.1vw, 1.05rem);
  line-height: 1.6;
}

.solutionsShowcase__stepLead strong {
  color: var(--c-blue-800);
  font-weight: 700;
}

.solutionsShowcase__points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.05rem;
}

.solutionsShowcase__points li {
  position: relative;
  padding-left: 1.1rem;
}

.solutionsShowcase__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--c-sky-200);
  box-shadow: 0 0 0 3px rgba(94, 195, 234, 0.18);
}

.solutionsShowcase__points strong {
  display: block;
  margin-bottom: 0.2rem;
  color: #0b1c2d;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.35;
}

.solutionsShowcase__points span {
  color: #4b5563;
  font-size: 0.92rem;
  line-height: 1.55;
}

.solutionsShowcase__media {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin: 2rem auto 0;
  aspect-ratio: 4 / 3;
}

.solutionsShowcase__mediaImg {
  position: absolute;
  inset: 0;
  border-radius: 24px;
  border: 1px solid rgba(27, 113, 163, 0.1);
  box-shadow: 0 12px 32px rgba(15, 94, 139, 0.1);
  background-color: #e7f4fb;
  background-image: url("../../Media/IMG/solutions-showcase-extraction.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.solutionsShowcase__mediaImg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.solutionsShowcase__panel[data-showcase-panel="1"] .solutionsShowcase__mediaImg,
.solutionsShowcase__media[data-showcase-media="1"] .solutionsShowcase__mediaImg {
  background-image: url("../../Media/IMG/solutions-showcase-review.jpg");
}

.solutionsShowcase__panel[data-showcase-panel="2"] .solutionsShowcase__mediaImg,
.solutionsShowcase__media[data-showcase-media="2"] .solutionsShowcase__mediaImg {
  background-image: url("../../Media/IMG/solutions-showcase-automation.jpg");
}

.solutionsShowcase__mediaImg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(11, 33, 49, 0.38) 100%);
}

.solutionsShowcase__chip {
  position: absolute;
  left: 1rem;
  right: auto;
  bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.65rem 0.9rem;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(27, 113, 163, 0.1);
  box-shadow: 0 12px 28px rgba(15, 94, 139, 0.14);
  z-index: 2;
}

.solutionsShowcase__chipMark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #e7f4fb;
  flex: 0 0 auto;
}

.solutionsShowcase__chipMark img {
  width: 20px;
  height: 20px;
  display: block;
}

.solutionsShowcase__chipText {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.solutionsShowcase__chipText strong {
  color: #0b1c2d;
  font-size: 0.9rem;
  font-weight: 800;
}

.solutionsShowcase__chipText span {
  color: #4b5563;
  font-size: 0.78rem;
}

.solutionsShowcase__chipCheck {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--c-green-500);
  color: #ffffff;
  flex: 0 0 auto;
}

.solutionsShowcase__chipCheck svg {
  width: 13px;
  height: 13px;
}

/* --- Live (JS + desktop) : scrolling steps + sticky media --- */
@media (min-width: 901px) {
  .solutionsShowcase.is-live .solutionsShowcase__body {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: clamp(2rem, 5vw, 4.5rem);
    align-items: start;
  }

  .solutionsShowcase.is-live .solutionsShowcase__panel {
    display: block;
    min-height: 0;
    margin: 0;
    padding: 0;
    opacity: 1;
  }

  .solutionsShowcase.is-live .solutionsShowcase__panel + .solutionsShowcase__panel {
    margin-top: 3.15rem;
  }

  .solutionsShowcase.is-live .solutionsShowcase__panels {
    padding-bottom: 0;
  }

  .solutionsShowcase.is-live .solutionsShowcase__panel:not(.is-active) .solutionsShowcase__step {
    opacity: 0.2;
  }

  .solutionsShowcase.is-live .solutionsShowcase__panel.is-active .solutionsShowcase__step {
    opacity: 1;
    border-left-color: var(--c-sky-200);
  }

  .solutionsShowcase.is-live .solutionsShowcase__media--inline {
    display: none;
  }

  .solutionsShowcase.is-live .solutionsShowcase__mediaStage {
    --nav: var(--navbar-height, 80px);
    --media-h: var(--showcase-media-h, min(390px, 28vw));
    display: block;
    position: sticky;
    top: max(
      calc(var(--nav) + 16px),
      calc(var(--nav) + (100dvh - var(--nav) - var(--media-h)) / 2)
    );
    align-self: start;
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    aspect-ratio: 4 / 3;
  }

  .solutionsShowcase.is-live .solutionsShowcase__mediaStage .solutionsShowcase__media {
    position: absolute;
    inset: 0;
    width: 100%;
    max-width: none;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s linear 0.5s;
  }

  .solutionsShowcase.is-live .solutionsShowcase__mediaStage .solutionsShowcase__media.is-active {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
}

@media (prefers-reduced-motion: reduce) {
  .solutionsShowcase .solutionsShowcase__mediaStage {
    display: none !important;
  }

  .solutionsShowcase .solutionsShowcase__media--inline {
    display: block !important;
  }

  .solutionsShowcase .solutionsShowcase__panel {
    opacity: 1 !important;
    min-height: 0 !important;
  }

  .solutionsShowcase .solutionsShowcase__step {
    opacity: 1 !important;
    border-left-color: transparent !important;
  }
}

@media (max-width: 900px) {
  .solutionsShowcase__panel,
  .solutionsShowcase.is-live .solutionsShowcase__panel {
    grid-template-columns: 1fr;
    opacity: 1;
    min-height: 0;
  }

  .solutionsShowcase.is-live .solutionsShowcase__panel .solutionsShowcase__step {
    opacity: 1;
    border-left-color: transparent;
  }

  .solutionsShowcase.is-live .solutionsShowcase__body {
    display: block;
  }

  .solutionsShowcase.is-live .solutionsShowcase__mediaStage {
    display: none;
  }

  .solutionsShowcase__media {
    margin-top: 2.5rem;
  }

  .solutionsShowcase__arcs {
    display: none;
  }
}

@media (max-width: 600px) {
  .solutionsShowcase__chip {
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
  }
}

/* css/automation-hero.css */
.automation-hero {
    position: relative;
    overflow: hidden;
    padding: 4rem 0 2rem;
    /* background: linear-gradient(135deg, #f9fafb 0%, #faf5ff 50%, #fff7ed 100%); */
}

.automation-hero__container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.automation-hero__copy h1 {
    font-size: 3.5rem;
    line-height: 1.15;
    margin-bottom: 1rem;
}

.automation-hero__copy p {
    font-size: 1.125rem;
    max-width: 520px;
    color: #4b5563;
}

.automation-hero__visual {
    position: relative;
}

.automation-hero .gradient-text {
    /* background: linear-gradient(90deg, #2563eb 0%, #9333ea 50%, #f97316 100%); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.automation-hero .canvas-container,
.automation-hero .stages-container {
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}

.automation-hero .canvas-container {
    height: 520px;
}

.automation-hero #animationCanvas {
    width: 100%;
    height: 100%;
    display: block;
}

.automation-hero .stages-container {
    min-height: 220px;
}

.automation-hero .stage-label {
    position: absolute;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

underline{
    text-decoration: underline;
    text-decoration-color: #2563eb;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
}

.automation-hero .stage-title {
    font-size: 2rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.5rem;
    transition: transform 0.3s ease, color 0.3s ease;
}

.automation-hero .stage-label:hover .stage-title {
    transform: scale(1.1);
    color: #2563eb;
}

/* Allows JS to simulate hover (used for the guided intro on first view). */
.automation-hero .stage-label.is-guided-hover .stage-title {
    transform: scale(1.1);
    color: #2563eb;
}

.automation-hero .stage-description {
    color: #6b7280;
    line-height: 1.5;
    font-size: 1.1rem;
    max-width: 220px;
    margin: 0 auto;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.automation-hero .stage-label:hover .stage-description {
    opacity: 1;
    max-height: 220px;
}

/* Allows JS to simulate hover (used for the guided intro on first view). */
.automation-hero .stage-label.is-guided-hover .stage-description {
    opacity: 1;
    max-height: 220px;
}

.automation-hero .floating-circle {
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.25;
    pointer-events: none;
    z-index: 0;
    animation: automation-hero-float 18s ease-in-out infinite alternate;
}

.automation-hero .circle-1 {
    top: -150px;
    left: -120px;
}

.automation-hero .circle-2 {
    bottom: -180px;
    right: -120px;
}

@keyframes automation-hero-float {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(40px, -30px) scale(1.05);
    }
    100% {
        transform: translate(-20px, 20px) scale(1);
    }
}

@media (max-width: 768px) {
    .automation-hero {
        padding: 3rem 0;
    }

    .automation-hero__copy h1 {
        font-size: 2.4rem;
    }

    .automation-hero .canvas-container {
        height: 320px;
    }

    .automation-hero .stages-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
        position: static;
        width: 100%;
        transform: none;
        left: 0;
    }

    .automation-hero .stage-label {
        position: relative;
        width: 100%;
        transform: none;
    }
}

/* css/how-it-works.css */
/* How It Works — old home curve hero, with page copy */

body {
  background-color: #ffffff;
  color: var(--text);
  overflow-x: clip;
}

.hiwPage.automation-hero {
  margin-top: var(--navbar-height, 80px);
  padding-top: 1.75rem;
  padding-bottom: 2.25rem;
  min-height: calc(100dvh - var(--navbar-height, 80px));
  background: #ffffff;
  overflow: visible;
}

.hiwCopy {
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.hiwEyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #308dc4;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 1.1rem;
}

.hiwHeroTitle {
  font-family: var(--font-main);
  font-size: clamp(2.2rem, 3.8vw, 3.4rem);
  font-weight: 800;
  line-height: 1.18;
  color: #0b1c2d;
  margin: 0 0 1rem 0;
  letter-spacing: -0.02em;
}

.hiwHeroTitle .hiwHighlight {
  color: #2ca0d9;
}

.hiwHeroSubtitle {
  font-family: var(--font-main);
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  font-weight: 700;
  color: #114c73;
  margin: 0;
}

.hiwPage .automation-hero__container {
  gap: 0;
}

.hiwPage .automation-hero__visual {
  margin-top: -0.5rem;
}

.hiwPage .canvas-container {
  height: clamp(260px, 34dvh, 380px);
}

/* Numbered markers at the foot of each dotted drop-line */
.hiwStepNumber {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2.5px solid #30ace1;
  background: #ffffff;
  color: #1979a7;
  font-family: var(--font-main);
  font-weight: 800;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.85rem;
  box-shadow: 0 4px 14px rgba(48, 172, 225, 0.2);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.hiwPage .stage-label:hover .hiwStepNumber,
.hiwPage .stage-label.is-guided-hover .hiwStepNumber {
  transform: scale(1.1);
  border-color: #1979a7;
}

.hiwPage .stage-title {
  font-family: var(--font-main);
  font-size: 1.35rem;
  font-weight: 700;
  color: #114c73;
  margin: 0 0 0.55rem 0;
}

.hiwPage .stage-label:hover .stage-title,
.hiwPage .stage-label.is-guided-hover .stage-title {
  transform: none;
  color: #1979a7;
}

/* Keep step copy visible — this page is the explainer */
.hiwPage .stage-description {
  opacity: 1;
  max-height: none;
  overflow: visible;
  font-size: 0.92rem;
  line-height: 1.45;
  color: #4b5563;
  max-width: 240px;
}

.hiwPage .stages-container {
  min-height: 210px;
  overflow: visible;
}

/* Embedded on Solutions: same visual, not a full-viewport page hero */
.hiwPage--embedded.automation-hero {
  margin-top: 0;
  min-height: 0;
  padding-top: clamp(2.5rem, 6vh, 4.25rem);
  padding-bottom: clamp(3rem, 7vh, 5rem);
}

@media (max-width: 768px) {
  .hiwPage.automation-hero {
    padding-top: 1.75rem;
    padding-bottom: 2.5rem;
    min-height: 0;
  }

  .hiwPage--embedded.automation-hero {
    padding-top: 2.25rem;
    padding-bottom: 3rem;
  }

  .hiwPage .canvas-container {
    height: 240px;
  }

  .hiwPage .stages-container {
    min-height: 0;
    gap: 2rem;
    padding: 1.5rem 1.25rem 0;
  }

  .hiwPage .stage-description {
    max-width: 320px;
  }
}

/* =========================================================
   Immediate value section
   ========================================================= */
.hiwValue {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  padding: clamp(3.5rem, 8vh, 6.5rem) 1.5rem clamp(4.5rem, 9vh, 7.5rem);
}

.hiwValue::before {
  content: "";
  position: absolute;
  inset: 0 0 0 45%;
  background-image: radial-gradient(#c5d5e4 1.15px, transparent 1.15px);
  background-size: 22px 22px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 55%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 55%);
  pointer-events: none;
}

.hiwValue__inner {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
}

.hiwValue__title {
  margin: 0 auto 2.75rem;
  text-align: center;
  font-family: var(--font-main);
  font-size: clamp(2rem, 3.6vw, 3.1rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #0b1c2d;
}

.hiwValue__title span {
  color: #2ca0d9;
}

.hiwValueList {
  list-style: none;
  margin: 0 auto 3.5rem;
  padding: 0;
  max-width: 860px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: clamp(2rem, 8vw, 6.5rem);
  row-gap: 1.15rem;
}

.hiwValueList li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: #4b5563;
  font-size: 1.02rem;
  line-height: 1.4;
}

.hiwValueCheck {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 50%;
  background: #4ade80;
  position: relative;
}

.hiwValueCheck::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 5px;
  width: 6px;
  height: 10px;
  border-right: 2.2px solid #ffffff;
  border-bottom: 2.2px solid #ffffff;
  transform: rotate(45deg);
}

.hiwValueShield {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  color: #22c55e;
}

.hiwValueCards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.hiwValueCard {
  background: #ffffff;
  border: 1px solid #e8eef4;
  border-radius: 24px;
  padding: 1.75rem 1.85rem 1.9rem;
  box-shadow: 0 8px 28px rgba(15, 94, 139, 0.06);
}

.hiwValueCard__icon {
  display: flex;
  width: 28px;
  height: 28px;
  color: #308dc4;
  margin-bottom: 1.1rem;
}

.hiwValueCard__icon svg {
  width: 100%;
  height: 100%;
}

.hiwValueCard h3 {
  margin: 0 0 0.7rem;
  font-family: var(--font-main);
  font-size: 1.22rem;
  font-weight: 800;
  line-height: 1.3;
  color: #0b1c2d;
}

.hiwValueCard p {
  margin: 0;
  color: #6b7280;
  font-size: 0.98rem;
  line-height: 1.55;
}

/* =========================================================
   CTA band + footer note
   ========================================================= */
.hiwCta {
  padding: 0 1.5rem clamp(2.5rem, 5vh, 3.75rem);
}

.hiwCta__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: clamp(2.75rem, 6vh, 4.25rem) clamp(1.5rem, 4vw, 3rem);
  text-align: center;
  background: linear-gradient(180deg, #e8f5fc 0%, #f4fbff 100%);
  border: 1px solid #d4ebf6;
  border-radius: 24px;
}

.hiwCta__title {
  margin: 0 auto 0.85rem;
  max-width: 22ch;
  font-family: var(--font-main);
  font-size: clamp(1.85rem, 3.2vw, 2.7rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: #0b1c2d;
}

.hiwCta__sub {
  margin: 0 auto 1.75rem;
  max-width: 42ch;
  color: #4b5563;
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.5;
}

.hiwCta__btn {
  text-decoration: none;
}

.hiwCta__btn img {
  width: 1.65rem;
  height: auto;
}

.hiwFooterNote {
  max-width: 720px;
  margin: 0 auto clamp(2.5rem, 5vh, 3.5rem);
  padding: 0 1.5rem;
  text-align: center;
  color: #6b7280;
  font-size: 0.95rem;
  line-height: 1.7;
}

.hiwFooterNote a {
  color: #1979a7;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hiwFooterNote a:hover {
  color: #0f5e8b;
}

@media print {
  .hiwPage.automation-hero {
    min-height: 0;
  }
}

@media (max-width: 768px) {
  .hiwValue {
    padding: 3rem 1.25rem 3rem;
  }

  .hiwCta {
    padding: 0 1.25rem 2.5rem;
  }

  .hiwValueList,
  .hiwValueCards {
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  .hiwValueList {
    margin-bottom: 2.5rem;
    row-gap: 1rem;
  }

  .hiwValue::before {
    inset: 0;
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 30%, #000 100%);
    mask-image: linear-gradient(180deg, transparent 0%, #000 30%, #000 100%);
    opacity: 0.55;
  }
}

/* css/footer.css */
/* =========================
   FOOTER
   ========================= */

footer {
  width: 100%;
  margin-top: 4rem;
  background: transparent;
  color: var(--text);
}

.footerInfo {
  width: 100%;
  margin: 0;
  padding: 3rem clamp(1.5rem, 6vw, 5rem) 2rem;
  border-radius: 0;
  background: #f3f5f7;
  box-shadow: none;
  filter: none;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}

/* TOP ROW: 4 columns */
.footer-top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: 3rem;
  align-items: start;
}

/* col 1: brand */
.footer-c {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.footer-c .footer-brand img {
  width: 220px;
  margin: 0;
}

.footer-c p {
  margin: 0;
  max-width: 36ch;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.55;
  color: var(--text);
}

.footer-c .primary-accent-button {
  align-self: flex-start;
  margin-top: 0.5rem;
}

/* link columns */
.footerLinks h4,
.footer-contact h4 {
  margin: 0 0 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
}

.footerLinks ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.footerLinks a {
  text-decoration: none;
  color: #2a8fd0;
  font-weight: 500;
  font-size: 0.95rem;
}

.footerLinks a:hover {
  text-decoration: underline;
}

/* col 4: contact */
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footerData {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text);
  line-height: 1.4;
}

.footerData img {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex-shrink: 0;
}

.footerSocials {
  display: flex;
  gap: 0.6rem;
  margin-top: 0.5rem;
}

.footerSocials a {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid #cbd5dd;
  background: #fff;
  color: #2a8fd0;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.footerSocials a:hover {
  background: #eaf2fc;
  border-color: #2a8fd0;
  transform: translateY(-1px);
}

/* DIVIDER */
.footer-divider {
  border: none;
  border-top: 1px solid #d8dde2;
  margin: 2.5rem 0 1.25rem;
}

/* BOTTOM ROW */
.footer-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer-bottom-row p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.patent-badge {
  height: auto;
  width: 140px;
  max-width: 100%;
  display: block;
}

.footer-badge {
  margin: 0;
  flex-shrink: 0;
}

.cookie-preferences-link {
  border: 0;
  background: transparent;
  color: #236ea3;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

.cookie-consent {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  width: min(920px, calc(100% - 24px));
  background: #ffffff;
  border: 1px solid #d7e0e8;
  border-radius: 14px;
  box-shadow: 0 14px 40px rgba(18, 47, 73, 0.2);
  padding: 1rem 1.1rem;
  z-index: 1200;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1rem;
}

/* Ensure hidden elements are strictly hidden and do not override display */
.cookie-consent[hidden],
.cookie-consent__groups[hidden],
.cookie-consent__btn[hidden],
[hidden] {
  display: none !important;
}

.cookie-consent.is-visible {
  animation: cookieSlideUp 0.25s ease-out;
}

.cookie-consent__text {
  margin: 0;
  color: #1c364a;
  font-size: 0.94rem;
  line-height: 1.5;
}

.cookie-consent__text a {
  color: #1a79b8;
  font-weight: 600;
}

.cookie-consent__actions {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.cookie-consent__groups {
  display: grid;
  gap: 0.6rem;
}

.cookie-toggle {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0.8rem;
  padding: 0.65rem 0.7rem;
  border: 1px solid #d7e0e8;
  border-radius: 10px;
  background: #f8fbfd;
}

.cookie-toggle__text {
  display: grid;
  gap: 0.15rem;
}

.cookie-toggle__text strong {
  color: #17364a;
  font-size: 0.92rem;
}

.cookie-toggle__text small {
  color: #4e6575;
  font-size: 0.82rem;
  line-height: 1.35;
}

.cookie-toggle input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #1f7bb8;
  cursor: pointer;
}

.cookie-toggle--locked {
  background: #f1f4f7;
}

.cookie-toggle--locked input[type="checkbox"] {
  cursor: not-allowed;
}

.cookie-consent__btn {
  border-radius: 10px;
  border: 1px solid transparent;
  padding: 0.56rem 1rem;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}

.cookie-consent__btn--primary {
  background: #1f7bb8;
  border-color: #1f7bb8;
  color: #ffffff;
}

.cookie-consent__btn--secondary {
  background: #f4f7fa;
  border-color: #c3d1dc;
  color: #1b3b52;
}

.cookie-consent__btn--neutral {
  background: #ffffff;
  border-color: #9eb4c5;
  color: #1f567a;
}

@keyframes cookieSlideUp {
  from {
    opacity: 0;
    transform: translate(-50%, 14px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

/* legacy hides */
.footerGraphic { display: none; }
.footerCopyright { display: none; }

.footerInfo__soc2-badge {
  width: 7rem;
  position: absolute;
  right: 30px;
  top: 14px;
  opacity: .65;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1100px) {
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
  .footer-c {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .footerInfo {
    padding: 2.5rem 1.25rem 1.5rem;
  }
  .footer-top {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .footer-bottom-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .cookie-consent {
    width: calc(100% - 16px);
    bottom: 8px;
    padding: 0.85rem;
    align-items: stretch;
  }

  .cookie-consent__actions {
    width: 100%;
    justify-content: stretch;
  }

  .cookie-consent__btn {
    flex: 1;
  }

  .cookie-toggle {
    grid-template-columns: 1fr;
  }
}

/* css/navbar.css */
/* NAVBAR CONTAINER */
:root{
  --navbar-height: 80px;
}

#navbar{
  position: fixed;
  display: flex;
  justify-content: space-evenly;
  align-items: center;

  width: 100%;
  top: 0;
  padding: 1rem 0;

  background: rgba(255, 255, 255, 0.10);
  border-radius: 0;        
  /* box-shadow: 0 4px 30px rgba(10, 10, 10, 0.20);  */
  backdrop-filter: blur(14.8px);
  -webkit-backdrop-filter: blur(14.8px);
  border-bottom: 1px solid rgba(15, 94, 139, 0.10);

  z-index: 999;
}

/* LOGO */
.logoNavbar{
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logoNavbar img{
  width: 55%;
}

/* LINKS */
.linksNavbar{
  /* Six page links at 1.1rem need ~410px plus gaps; 30% was too narrow
     below ~1400px and the labels ran together. */
  width: 44%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#navbar ul{
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: clamp(0.5rem, 1vw, 1.25rem);

  width: 100%;
  max-width: 720px;
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
}

#navbar li{
  padding: 0;
  position: relative;
}

/* Hover sections dropdown (desktop navbar only) */
#navbar .linksNavbar li .sectionsMenu{
  display: none;
  position: absolute;
  top: 100%;
  /* Left-aligned with the link text: pull back by the menu padding plus
     the item padding so the first item's text lines up with the link. */
  left: calc(-0.5rem - 0.75rem);
  transform: none;

  min-width: 200px;
  padding: 0.5rem;

  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(15, 94, 139, 0.10);
  border-radius: 12px;

  backdrop-filter: blur(14.8px);
  -webkit-backdrop-filter: blur(14.8px);

  z-index: 2000;
}

/* JS-controlled close state (used after clicking a section on the same page) */
#navbar .linksNavbar li.sectionsMenuForceClosed .sectionsMenu{
  display: none !important;
}

/* Invisible hover-bridge so moving from link -> menu doesn't drop :hover */
#navbar .linksNavbar li .sectionsMenu::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  height: 12px;
}

#navbar .linksNavbar li:hover .sectionsMenu,
#navbar .linksNavbar li:focus-within .sectionsMenu{
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* If hover is briefly lost on the parent li, keep menu open while hovering it */
#navbar .linksNavbar li .sectionsMenu:hover{
  display: flex;
  flex-direction: column;
}

#navbar .linksNavbar li .sectionsMenuItem{
  display: block;
  padding: 0.5rem 0.75rem;
  border-radius: 10px;
  text-decoration: none;
  color: var(--text);
  font-family: var(--font-main);
  font-weight: 500;
  white-space: nowrap;
}

#navbar .linksNavbar li .sectionsMenuItem:hover{
  background: rgba(255, 255, 255, 0.08);
}

/* NORMAL LINKS (NO PILL) */
#navbar li a{
  text-decoration: none;
  color: var(--text);
  font-weight: 600;
  /* padding: 8px 16px; */
  border-radius: 999px;
  transition: color .15s ease;
}

/* ACTIVE PAGE ONLY (THE BUBBLE) */
/* ACTIVE PAGE ONLY (underline) */
#navbar li.active a{
  background: transparent;
  border: none;
  box-shadow: none;

  color: var(--text);
  border-radius: 0;

  position: relative;
}

/* underline */
#navbar li.active a:not(.sectionsMenuItem)::after{
  content: "";
  position: absolute;
  left: -5px;      /* matches your link padding */
  right: -5px;     /* matches your link padding */
  bottom: -6px;    /* distance under text */
  height: 5px;
  /* border-radius: 999px; */
  background: #2a88b5; /* your blue */
}

.linksNavbarMenu{
  display: none;
}

#navbar .mobile-careers-link{
  display: none;
}

.hidden{
  display: none !important;
}

.linksNavbarMenu{
  width: 10%;
  position: relative;
}

#hamburgerBtn{
  background-color: #ffffff;
  border: 1px solid rgba(157, 157, 157, 0.25);
  border-radius: .015rem;
}

/* HAMBURGER ICON LINES */
#hamburgerBtn svg rect{
  fill: rgb(157, 157, 157);
  transition: fill .15s ease;
}

#mobileMenu{
  background: rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12.4px);
  -webkit-backdrop-filter: blur(12.4px);
  padding: .5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  position: fixed;
  width: 100dvw;
  height: 100dvh;
  left: 0;
  top: 0;
  z-index: 1000;
}

/* Controlled by JS via the `hidden` attribute */
#mobileMenu[hidden]{
  display: none;
}

#mobileMenu ul{
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  width: 40%;
  padding: 2rem 1rem;
}

#mobileMenu li{
  width: 100%;
  text-align: right;
  padding: 2rem;
  position: relative;
}
#mobileMenu li::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(15,94,139,0) 0%, rgba(15,94,139,0.335) 100%);
  pointer-events: none;
}


#mobileMenu ul a{
  text-decoration: none;
  color: var(--text);
}

@media (max-width: 450px) or (max-width: 1100px) {
  :root{
    --navbar-height: 72px;
  }

  #navbar{
    justify-content: space-between;
    width: 100% !important;
    display: flex;
  }
  .logoNavbar{
    margin-left: 1rem;
  }
  .logoNavbar{
    width: 40%;
  }
  .linksNavbarMenu{
    position: relative;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .supportButtonsNavbar{
    display: none;
  }
  .linksNavbar{
    display: none !important;
  }
  .linksNavbarMenu{
    display: flex;
  }
}

/* css/reveal.css */
/* ==========================================================================
   Entrance animations.

   Elements marked [data-reveal] start offset and transparent, then settle
   when they scroll into view (reveal.js). Everything here is gated on
   html.has-reveal, which reveal.js only adds when JavaScript runs AND the
   visitor has not asked for reduced motion — so with JS off, or motion
   turned down, the page renders fully visible with no animation at all.

   Only opacity/transform are animated, so every reveal stays on the
   compositor and never triggers layout.
   ========================================================================== */

@media (prefers-reduced-motion: no-preference) {

  html.has-reveal [data-reveal] {
    opacity: 0;
    transform: translate3d(0, 22px, 0);
    transition:
      opacity var(--reveal-duration, 720ms) cubic-bezier(.22, .68, .28, 1) var(--reveal-delay, 0ms),
      transform var(--reveal-duration, 720ms) cubic-bezier(.22, .68, .28, 1) var(--reveal-delay, 0ms);
    will-change: opacity, transform;
  }

  /* ---------- Direction variants ---------- */

  html.has-reveal [data-reveal="fade"]  { transform: none; }
  html.has-reveal [data-reveal="left"]  { transform: translate3d(-26px, 0, 0); }
  html.has-reveal [data-reveal="right"] { transform: translate3d(26px, 0, 0); }
  html.has-reveal [data-reveal="zoom"]  { transform: scale(.94); }

  /* A longer, softer entrance for the big decorative pieces. */
  html.has-reveal [data-reveal="art"] {
    transform: translate3d(0, 26px, 0) scale(.97);
    --reveal-duration: 1000ms;
  }

  html.has-reveal [data-reveal].is-in {
    opacity: 1;
    transform: none;
    will-change: auto;
  }

  /* ---------- Hero backdrop ---------- */

  /* The arc field washes in on its own slower clock, behind the copy. */
  html.has-reveal .heroBg {
    opacity: 0;
    transform: scale(1.04);
    transition: opacity 1500ms ease-out, transform 2200ms cubic-bezier(.16, .8, .3, 1);
  }

  html.has-reveal .heroBg.is-in {
    opacity: 1;
    transform: none;
  }

  /* ---------- Drawn lines ---------- */

  /* [data-draw] on an <svg>: reveal.js measures each path/polyline and sets
     --draw-len, then the dash retracts so the line draws itself. Filled marks
     (the junction dot, sparkline arrowheads) fade in behind the line instead. */
  html.has-reveal [data-draw] path,
  html.has-reveal [data-draw] polyline {
    stroke-dasharray: var(--draw-len, 0);
    stroke-dashoffset: var(--draw-len, 0);
    transition: stroke-dashoffset 900ms cubic-bezier(.4, 0, .2, 1) var(--reveal-delay, 0ms);
  }

  html.has-reveal [data-draw].is-in path,
  html.has-reveal [data-draw].is-in polyline {
    stroke-dashoffset: 0;
  }

  html.has-reveal [data-draw] circle,
  html.has-reveal [data-draw] polygon {
    opacity: 0;
    transition: opacity 400ms ease-out var(--mark-delay, 260ms);
  }

  /* --mark-opacity carries the mark's authored opacity, so a dot the designer
     set to 45% fades up to 45% rather than being forced to full. */
  html.has-reveal [data-draw].is-in circle,
  html.has-reveal [data-draw].is-in polygon {
    opacity: var(--mark-opacity, 1);
  }

}
