.innovation-page{
  width: 100%;
  background: #fff;
  font-family: Roboto, sans-serif;
  color: #0b0f18;
}

:root{
  --wrap: 1120px;
  --muted: rgba(11,15,24,.68);
  --line: rgba(15,23,42,.10);
  --soft: rgba(15,23,42,.035);
  --soft2: rgba(99,102,241,.06);
  --brand: #2A64C5;
  --brand2: #6d28d9;
}

@media (min-width: 1025px){
  .nav-link.active{
    color: #000 !important;
    font-weight: 650;
  }
}

.wrap{
  width: 100%;
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 24px;
}

.innovation-page .section > .wrap,
.innovation-page section > .wrap{
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.section{
  padding: 86px 0;
}

.section--soft{
  background: linear-gradient(180deg, rgba(99,102,241,.06), rgba(255,255,255,0));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section--tight{
  padding: 72px 0;
}

.h2{
  font-size: 48px;
  line-height: 1.05;
  margin: 0 0 14px;
  letter-spacing: -0.02em;
}

.h3{
  font-size: 22px;
  line-height: 1.35;
  margin: 0;
  font-weight: 700;
}

.lead{
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
  color: var(--muted);
}

.sublead{
  font-size: 16px;
  line-height: 1.6;
  margin: 10px 0 0;
  color: var(--muted);
}

.center-head{
  text-align: center;
  margin-bottom: 34px;
}

.note{
  margin: 18px auto 0;
  max-width: 820px;
  font-size: 14px;
  color: #2a64c5;
  font-weight: 700;
}

.innovation-hero{
  position: relative;
  width: 100vw;
  height: calc(100vh - 60px);
  min-height: 640px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background: #0b0f18;
}

.innovation-hero__bg{
  position: absolute;
  inset: 0;
  background-image: url("/images/innovation-site-homepage.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(100%) contrast(1.08);
  transform: scale(1.03);
  opacity: .55;
}

.innovation-hero::before{
  content:"";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 520px at 20% 25%, rgba(42,100,197,.45), transparent 58%),
    radial-gradient(900px 520px at 75% 65%, rgba(42,100,197,.25), transparent 62%),
    linear-gradient(
      180deg,
      rgba(11,15,24,.72),
      rgba(11,15,24,.35) 40%,
      rgba(11,15,24,.78)
    );
  z-index: 1;
}


.innovation-hero__actions{
  position: absolute;
  z-index: 3;
  top: 110px;
  right: 70px;
  display: flex;
  gap: 16px;
}

.hero-action{
  color: #9cc3ff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .01em;
}

.hero-action:hover{
  text-decoration: underline;
}

.innovation-hero__content{
  position: relative;
  z-index: 2;
  max-width: var(--wrap);
  margin: 0 auto;
  height: 100%;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 110px;
  padding-left: 140px;
  color: #fff;
}

.innovation-hero__eyebrow{
  font-size: 13px;
  letter-spacing: .22em;
  text-transform: uppercase;
  opacity: .92;
  margin-bottom: 14px;
}

.innovation-hero__title{
  font-size: 62px;
  font-weight: 700;
  line-height: 1.04;
  margin: 0 0 14px;
  letter-spacing: -0.03em;
  max-width: 760px;
}

.innovation-hero__subtitle{
  font-size: 20px;
  font-weight: 400;
  opacity: 0.95;
  max-width: 720px;
  line-height: 1.55;
  margin: 0;
  color: rgba(255,255,255,.85);
}

/* Title wrap ensures the second line aligns exactly with the heading's start/end */
.innovation-hero__title-wrap{
  display: inline-block;
  text-align: left;
  max-width: 760px; /* match heading max-width */
}

/* The single-line subtitle below the heading, constrained to the same width */
.innovation-hero__subtitle--line{
  display: block;
  width: 100%;
  font-size: 55px;
  line-height: 1.25rem;
  margin-top: 8px;
  color: rgba(255,255,255,.95);
  font-weight: 400;
}

.innovation-hero__desc{
  font-size: 20px;
  font-weight: 400;
  opacity: 0.95;
  max-width: 720px;
  line-height: 1.55;
  margin: 14px 0 0;
  color: rgba(255,255,255,.85);
}

.innovation-hero__search{
  position: absolute;
  left: 50%;
  bottom: 54px;
  transform: translateX(-50%);
  z-index: 3;
  width: min(920px, calc(100% - 48px));
}

.searchbar{
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.7);
  box-shadow: 0 18px 50px rgba(0,0,0,.25);
  border-radius: 14px;
  padding: 12px 14px;
}

.searchbar__icon{
  width: 28px;
  height: 28px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: rgba(15,23,42,.65);
}

.searchbar input{
  flex: 1;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 14px;
  color: rgba(15,23,42,.82);
}

.searchbar__mic{
  border: 0;
  background: rgba(15,23,42,.06);
  width: 36px;
  height: 36px;
  border-radius: 12px;
  cursor: pointer;
}

.split{
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 44px;
  align-items: center;
}

.split--reverse{
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.split--reverse .split__left{ order: 2; }
.split--reverse .split__right{ order: 1; }

.split__left,
.split__right{
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.split__left{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.split__left .lead,
.split__left .sublead{
  margin-left: auto;
  margin-right: auto;
}

.feature-cards{
  display: grid;
  gap: 14px;
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.card{
  border: 1px solid var(--line);
  background: rgba(255,255,255,.72);
  border-radius: 18px;
  padding: 18px 18px;
  box-shadow: 0 16px 40px rgba(15,23,42,.06);
}

.card__title{
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}

.card__text{
  color: var(--muted);
  line-height: 1.55;
  font-size: 14px;
}

.pill-row{
  display: flex;
  gap: 12px;
  margin-top: 18px;
  flex-wrap: wrap;
}

.pill-row--center{
  justify-content: center;
}

.pill{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(42,100,197,.18);
  text-decoration: none;
  color: var(--brand);
  background: rgba(42,100,197,.06);
  font-weight: 700;
  font-size: 14px;
}

.pill:hover{
  background: rgba(42,100,197,.10);
}

.pill--primary{
  color: var(--brand);
  border: 1px solid rgba(42,100,197,.25);
  background: rgba(42,100,197,.08);
  box-shadow: none;
}

.pill--primary:hover{
  filter: brightness(1.03);
}

.persona-grid{
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.persona{
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255,255,255,.75);
  box-shadow: 0 14px 40px rgba(15,23,42,.06);
  padding: 22px 16px 18px;
  text-align: center;
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.avatar-img{
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto 12px;

  
  object-fit: cover;
  object-position: 50% 25%;

  background: #fff;
  border: 1px solid rgba(15,23,42,.10);
  box-shadow: 0 12px 28px rgba(15,23,42,.12);
}

/* override default.css: .section img {...} */
.section .persona-grid .avatar-img{
  max-width: none;      /* stop max-width:100% */
  width: 55px;          
  height: 55px;         
  margin: 0 auto 12px;  
  align-self: auto;     
  object-fit: cover;    
  border-radius: 10px;  
  display: block;
}


.persona__name{
  font-weight: 800;
  letter-spacing: -0.01em;
  margin: 2px 0 4px;
}

.persona__role{
  font-size: 13px;
  font-weight: 700;
  color: rgba(42,100,197,.92); /* ✅ mothership blue */
}

.persona__dot{
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(15,23,42,.08);
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 14px;
  color: rgba(15,23,42,.65);
  margin: 10px auto 0;
}

/* ✅ OPTIONAL: kill old circular avatar styling if it exists anywhere */
.persona .avatar{
  display: none;
}

.impact-grid{
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas:
    "a b d"
    "c c d";
  gap: 18px;
}

.impact-card{
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255,255,255,.75);
  box-shadow: 0 18px 50px rgba(15,23,42,.07);
  padding: 18px;
  overflow: hidden;
}

.impact-card__head{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 12px;
}

.impact-card__title{
  font-weight: 900;
  letter-spacing: -0.01em;
}

.impact-card__meta{
  font-size: 12px;
  color: var(--muted);
}

.impact-card:nth-child(1){ grid-area: a; }
.impact-card:nth-child(2){ grid-area: b; }
.impact-card--wide{ grid-area: c; }
.impact-card--side{ grid-area: d; }

.impact-foot{
  margin-top: 10px;
  font-size: 13px;
  color: var(--muted);
}

.gauge{
  --pct: 50;
  width: 100%;
  aspect-ratio: 1.8 / 1;
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 60%, rgba(255,255,255,.95) 0 45%, transparent 46%),
    conic-gradient(from 220deg, rgba(244,63,94,.80) 0 calc(var(--pct)*1%), rgba(250,204,21,.75) calc(var(--pct)*1%) calc((var(--pct) + 14)*1%), rgba(34,197,94,.70) calc((var(--pct) + 14)*1%) calc((var(--pct) + 24)*1%), rgba(15,23,42,.10) 0);
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}

.gauge--blue{
  background:
    radial-gradient(circle at 50% 60%, rgba(255,255,255,.95) 0 45%, transparent 46%),
    conic-gradient(from 220deg, rgba(42,100,197,.92) 0 calc(var(--pct)*1%), rgba(109,40,217,.72) calc(var(--pct)*1%) calc((var(--pct) + 18)*1%), rgba(15,23,42,.10) 0);
}

.gauge__center{
  text-align: center;
  transform: translateY(6px);
}

.gauge__big{
  font-weight: 900;
  font-size: 34px;
  letter-spacing: -0.02em;
}

.gauge__small{
  margin-top: 4px;
  font-size: 12px;
  color: var(--muted);
  font-weight: 700;
}

.donut-row{
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 16px;
  align-items: center;
}

.donut{
  width: 320px;
  height: 320px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.96) 0 52%, transparent 53%),
    conic-gradient(
      rgba(109,40,217,.92) 0 calc(var(--a)*1%),
      rgba(42,100,197,.86) calc(var(--a)*1%) calc((var(--a) + var(--b))*1%),
      rgba(34,197,94,.75) calc((var(--a) + var(--b))*1%) 100%
    );
  display: grid;
  place-items: center;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: inset 0 0 0 14px rgba(15,23,42,.03);
}

.donut__center{
  text-align: center;
  width: 72%;
}

.donut__big{
  font-weight: 900;
  font-size: 22px;
  letter-spacing: -0.01em;
}

.donut__small{
  font-size: 12px;
  color: var(--muted);
  margin-top: 6px;
}

.legend{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
  color: rgba(15,23,42,.78);
  font-weight: 700;
  font-size: 13px;
}

.dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  display: inline-block;
  margin-right: 10px;
  transform: translateY(1px);
}

.dot--p{ background: rgba(109,40,217,.92); }
.dot--b{ background: rgba(42,100,197,.86); }
.dot--g{ background: rgba(34,197,94,.75); }

.map{
  height: 210px;
  border-radius: 16px;
  border: 1px solid rgba(15,23,42,.08);
  background:
    linear-gradient(0deg, rgba(42,100,197,.06), rgba(42,100,197,.06)),
    repeating-linear-gradient(90deg, rgba(15,23,42,.06) 0 1px, transparent 1px 26px),
    repeating-linear-gradient(0deg, rgba(15,23,42,.06) 0 1px, transparent 1px 26px);
  position: relative;
  overflow: hidden;
}

.map__pin{
  width: 12px;
  height: 12px;
  border-radius: 999px;
  position: absolute;
  background: rgba(42,100,197,.95);
  box-shadow: 0 10px 22px rgba(42,100,197,.25);
}

.map__pin::after{
  content:"";
  width: 22px;
  height: 22px;
  border-radius: 999px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background: rgba(42,100,197,.18);
}

.map__pin--1{ left: 20%; top: 28%; }
.map__pin--2{ left: 58%; top: 22%; background: rgba(109,40,217,.92); }
.map__pin--3{ left: 45%; top: 55%; background: rgba(34,197,94,.82); }
.map__pin--4{ left: 72%; top: 62%; background: rgba(244,63,94,.82); }
.map__pin--5{ left: 32%; top: 72%; background: rgba(250,204,21,.90); }

.mini-list{
  margin-top: 12px;
  display: grid;
  gap: 10px;
}

.mini-item{
  display: grid;
  grid-template-columns: 22px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 10px 10px;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 14px;
  background: rgba(255,255,255,.82);
}

.mini-avatar{
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(15,23,42,.10);
}
.mini-avatar-img{
  width: 22px;
  height: 22px;
  object-fit: cover;
  object-position: 50% 30%;
  border-radius: 6px; /* clean square, not circle */
  border: 1px solid rgba(15,23,42,.12);
  background: #fff;
  box-shadow: 0 2px 6px rgba(15,23,42,.12);
  flex-shrink: 0;
}

.mini-avatar--2{ background: rgba(42,100,197,.18); }
.mini-avatar--3{ background: rgba(109,40,217,.16); }

.mini-name{
  font-weight: 800;
  font-size: 13px;
}

.mini-km{
  font-weight: 900;
  color: rgba(15,23,42,.55);
  font-size: 12px;
}

.prompt-stack{
  display: grid;
  gap: 12px;
}

.prompt{
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 14px 14px;
  border-radius: 16px;
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.86);
  box-shadow: 0 14px 40px rgba(15,23,42,.06);
}

.prompt__icon{
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: rgba(15,23,42,.06);
  display: grid;
  place-items: center;
  color: rgba(15,23,42,.70);
  font-weight: 900;
}

.prompt__text{
  flex: 1;
  color: rgba(15,23,42,.78);
  font-weight: 700;
  line-height: 1.35;
  font-size: 14px;
}

.prompt__mic{
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: rgba(15,23,42,.06);
  display: grid;
  place-items: center;
}

.testimonial{
  margin: 30px auto 0;
  max-width: 920px;
}

.testimonial__head{
  text-align: center;
  font-weight: 900;
  color: rgba(15,23,42,.78);
  margin-bottom: 14px;
}

.testimonial__card{
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 18px 50px rgba(15,23,42,.07);
  padding: 28px 26px;
  position: relative;
}

.stars{
  text-align: center;
  letter-spacing: .18em;
  margin-bottom: 10px;
  opacity: .9;
}

.testimonial__text{
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  font-size: 14px;
  text-align: center;
}

.testimonial__by{
  margin-top: 14px;
  text-align: center;
  font-weight: 900;
  color: rgba(15,23,42,.70);
}

.logo-strip{
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
  align-items: center;
}

.logo-box{
  height: 46px;
  border-radius: 14px;
  border: 1px solid rgba(15,23,42,.08);
  background: rgba(15,23,42,.03);
  display: grid;
  place-items: center;
  font-weight: 900;
  color: rgba(15,23,42,.35);
  text-transform: uppercase;
  font-size: 12px;
}

.compliance{
  margin: 38px auto 0;
  max-width: 920px;
  text-align: center;
}

.compliance__head{
  font-weight: 900;
  color: rgba(15,23,42,.78);
  margin-bottom: 14px;
}

.badge-row{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.badge{
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.70);
  box-shadow: 0 12px 28px rgba(15,23,42,.05);
  font-weight: 900;
  color: rgba(15,23,42,.55);
  font-size: 12px;
}

.hero-carousel{
  padding: 34px 0 64px;
}

.hero-swiper{
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px;
}

.hero-swiper .swiper-slide{
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.hero-swiper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.hero-swiper .swiper-button-prev,
.hero-swiper .swiper-button-next{
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.hero-swiper .swiper-button-prev::after,
.hero-swiper .swiper-button-next::after{
  font-size: 18px;
  font-weight: 700;
  color: #111;
}

.hero-swiper-counter{
  position: absolute;
  bottom: 16px;
  right: 22px;
  z-index: 5;
  font-size: 14px;
  font-weight: 700;
  color: rgba(0,0,0,0.70);
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.85);
  border: 1px solid rgba(15,23,42,.08);
}

@media (max-width: 1024px){
  .innovation-hero{
    min-height: 560px;
  }

  .innovation-hero__content{
    padding-left: 32px;
    padding-top: 92px;
  }

  .innovation-hero__actions{
    right: 26px;
    top: 92px;
  }

  .innovation-hero__title{
    font-size: 46px;
    max-width: 680px;
  }

  .innovation-hero__subtitle{
    font-size: 18px;
  }

  .split{
    grid-template-columns: 1fr;
    max-width: 820px;
    gap: 22px;
    align-items: start;
  }

  .split--reverse .split__left{ order: 1; }
  .split--reverse .split__right{ order: 2; }

  .split__left,
  .split__right{
    max-width: 100%;
  }

  .feature-cards{
    max-width: 620px;
    margin: 0 auto;
  }

  .h2{ font-size: 40px; }

  .persona-grid{
    grid-template-columns: repeat(2, 1fr);
  }

  .impact-grid{
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "a b"
      "c c"
      "d d";
  }

  .donut-row{
    grid-template-columns: 1fr;
  }

  .donut{
    width: min(320px, 100%);
    height: min(320px, 100%);
    margin: 0 auto;
  }

  .logo-strip{
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px){
  .section{
    padding: 64px 0;
  }

  .innovation-hero{
    min-height: 610px;
  }

  .innovation-hero__title{
    font-size: 34px;
  }

  .innovation-hero__subtitle{
    font-size: 16px;
  }

  .innovation-hero__actions{
    display: none !important;
  }

  .searchbar{
    padding: 10px 12px;
  }

  .searchbar input{
    font-size: 13px;
  }

  .persona-grid{
    grid-template-columns: 1fr;
  }

  .impact-grid{
    grid-template-columns: 1fr;
    grid-template-areas:
      "a"
      "b"
      "c"
      "d";
  }

  .logo-strip{
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-carousel{
    padding: 26px 0 46px;
  }
}

.mobile-only{ display: none; }

@media (max-width: 1024px){
  .mobile-only{ display: block; }

  .mobile-hero-links li + li{
    margin-top: 18px;
  }
}
main.innovation-page{
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  box-sizing: border-box !important;
}

main.innovation-page > section{
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: block !important;
  box-sizing: border-box !important;
}

main.innovation-page .wrap{
  width: 100% !important;
  max-width: var(--wrap) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  float: none !important;
  position: relative !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  box-sizing: border-box !important;
}

.avatar-img{
  width: 72px;
  height: 72px;
  display: block;
  margin: 0 auto 14px;
  /* border-radius: 14px; */
  object-fit: cover;
  object-position: 50% 30%;

  background: #fff;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow:
    0 10px 26px rgba(15,23,42,.10),
    inset 0 0 0 1px rgba(255,255,255,.4);
}

.mini-avatar.avatar--initials{
  width: 22px;
  height: 22px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0;
  display: grid;
  place-items: center;
}
.avatar--initials{
  display: grid;
  place-items: center;
}

.avatar--initials::after{
  content: attr(data-initials);
}

.mini-avatar{
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(15,23,42,.08);
}

.mini-avatar.avatar--initials{
  font-size: 10px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: rgba(15,23,42,.70);
  line-height: 1;
}


.compliance-logos{
  margin: 24px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}

.compliance-logos img{
  height: 64px;                 
  width: auto;
  opacity: .85;
  transition: opacity .2s ease, filter .2s ease, transform .2s ease;
}

.compliance-logos img:hover{
  opacity: 1;
  transform: translateY(-1px);
}

/* mobile */
@media (max-width: 768px){
  .compliance-logos{
    gap: 18px;
  }

  .compliance-logos img{
    height: 36px;
  }
}
.logo-marquee{
  margin: 40px auto 0;
  max-width: 1120px;
  overflow: hidden;
  position: relative;
  padding: 18px 0;

  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 6%,
    #000 94%,
    transparent
  );
}

.logo-marquee__track{
  display: flex;
  align-items: center;
  gap: 28px;                        
  width: max-content;
  animation: logoMarquee 28s linear infinite;
}

.logo-marquee:hover .logo-marquee__track{
  animation-play-state: paused;
}

.logo-marquee__item{
  display: flex;
  align-items: center;
  justify-content: center;

  height: 96px;                     
  padding: 18px 26px;

  border-radius: 16px;
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.55);
  box-shadow: 0 12px 28px rgba(15,23,42,.04);

  flex-shrink: 0;                   
}

.logo-marquee__item img{
  max-height: 56px;                 
  width: auto;
  display: block;
  opacity: 1;
  filter: none;
}

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

/* tablet */
@media (max-width: 1024px){
  .logo-marquee__item{
    height: 84px;
    padding: 16px 22px;
  }

  .logo-marquee__item img{
    max-height: 48px;
  }
}

/* mobile */
@media (max-width: 768px){
  .logo-marquee{
    padding: 14px 0;
  }

  .logo-marquee__track{
    gap: 18px;
    animation-duration: 22s;
  }

  .logo-marquee__item{
    height: 72px;
    padding: 14px 18px;
    border-radius: 14px;
  }

  .logo-marquee__item img{
    max-height: 40px;
  }
}
.testimonial-carousel{
  margin: 30px auto 0;
  max-width: 920px;
}

.testimonial-carousel__head{
  text-align: center;
  font-weight: 900;
  color: rgba(15,23,42,.78);
  margin-bottom: 14px;
}

.tcarousel{
  position: relative;
  border-radius: 22px;
}

.tcarousel__viewport{
  overflow: hidden;
  border-radius: 22px;
}

.tcarousel__track{
  display: flex;
  transition: transform .45s cubic-bezier(.2,.8,.2,1);
  will-change: transform;
}

.tcarousel__slide{
  min-width: 100%;
  padding: 0;
}

.tcard{
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 22px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 18px 50px rgba(15,23,42,.07);
  padding: 34px 26px 26px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

/* Big premium quotes like your screenshot */
.tcard__quotes{
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .18;
}
.tcard__quotes::before,
.tcard__quotes::after{
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  top: -18px;
  background: rgba(15,23,42,.12);
  border-radius: 26px;
  clip-path: polygon(20% 0%, 80% 0%, 80% 75%, 55% 75%, 55% 100%, 20% 100%);
}
.tcard__quotes::before{ left: 60px; transform: rotate(180deg); }
.tcard__quotes::after{ right: 60px; }

.tstars{
  display: inline-flex;
  gap: 6px;
  margin: 4px 0 16px;
}

.tstar{
  font-size: 24px;
  line-height: 1;
  color: var(--brand); /* #2A64C5 */
  text-shadow: 0 10px 18px rgba(42,100,197,.18);
}

.tcard__text{
  margin: 0;
  color: rgba(11,15,24,.78);
  line-height: 1.75;
  font-size: 15px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.tcard__by{
  margin-top: 18px;
  font-weight: 900;
  color: rgba(15,23,42,.70);
}

/* arrows */
.tcarousel__btn{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;

  border: 0;
  background: transparent;
  box-shadow: none;

  cursor: pointer;
  display: grid;
  place-items: center;

  font-size: 44px;          /* bigger */
  font-weight: 700;
  line-height: 1;
  color: rgba(15,23,42,.55);

  transition: transform .15s ease, color .15s ease, opacity .15s ease;
  user-select: none;
}

.tcarousel__btn:hover{
  color: rgba(42,100,197,.85); /* mothership blue hover */
  transform: translateY(-50%) translateY(-1px);
}

.tcarousel__btn:active{
  transform: translateY(-50%);
  opacity: .85;
}

/* push a bit more left/right */
.tcarousel__btn--prev{ left: -64px; }
.tcarousel__btn--next{ right: -64px; }

/* keep usable on mobile */
@media (max-width: 768px){
  .tcarousel__btn--prev{ left: -8px; }
  .tcarousel__btn--next{ right: -8px; }
  .tcarousel__btn{ font-size: 38px; }
}
/* dots */
.tcarousel__dots{
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
}
.tdot{
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: 1px solid rgba(42,100,197,.25);
  background: rgba(42,100,197,.12);
  cursor: pointer;
  transition: transform .15s ease, background .15s ease;
}
.tdot.is-active{
  background: rgba(42,100,197,.85);
  transform: scale(1.12);
}
/* ===== Catalog CTA ===== */
.catalog-cta{
  border: 1px solid rgba(15,23,42,.06);
  border-radius: 22px;
  background: #ffffff; /* solid white for a whiter bubble */
  box-shadow: 0 12px 30px rgba(15,23,42,.04);
  padding: 26px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  transition: border-color .3s, box-shadow .3s;
}
.catalog-cta:hover{
  border-color: rgba(42,100,197,.6);
  box-shadow: 0 0 18px rgba(42,100,197,.35), 0 12px 30px rgba(15,23,42,.04);
}

.catalog-cta__kicker{
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(42,100,197,.20);
  background: rgba(42,100,197,.08);
  color: rgba(42,100,197,.95);
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.catalog-cta__title{
  font-weight: 900;
  letter-spacing: -0.01em;
  font-size: 20px;
  line-height: 1.25;
}

.catalog-cta__sub{
  margin-top: 8px;
  color: var(--muted);
  font-weight: 700;
  font-size: 13px;
  line-height: 1.6;
  max-width: 680px;
}

/* ===== preview block ===== */
.catalog-cta--with-preview .catalog-cta__left{
  flex: 1;
  min-width: 0;
}

.catalog-preview{
  position: relative;
  width: min(420px, 100%);
  height: 190px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.15);
  background: #0b0f18;
  box-shadow: 0 14px 40px rgba(15,23,42,.18);
  text-decoration: none;
  flex-shrink: 0;
  display: block;
  transition: border-color .3s, box-shadow .3s, transform .3s;
}

.catalog-preview:hover{
  border-color: rgba(42,100,197,.5);
  box-shadow: 0 0 24px rgba(42,100,197,.3), 0 14px 40px rgba(15,23,42,.18);
  transform: translateY(-3px);
}

.catalog-preview img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  filter: blur(2px) saturate(1.1) contrast(1.05);
  transition: filter .3s, transform .3s;
}

.catalog-preview:hover img{
  filter: blur(0) saturate(1.15) contrast(1.05);
  transform: scale(1.08);
}

.catalog-preview__overlay{
  position: absolute;
  inset: 0;
  background:
    radial-gradient(500px 220px at 30% 30%, rgba(42,100,197,.25), transparent 60%),
    linear-gradient(180deg, rgba(11,15,24,.25), rgba(11,15,24,.5));
  transition: opacity .3s;
}

.catalog-preview:hover .catalog-preview__overlay{
  opacity: .7;
}

.catalog-preview__cta{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  height: 44px;
  padding: 0 26px;
  border-radius: 999px;

  display: inline-flex;
  align-items: center;
  gap: 8px;

  font-weight: 900;
  font-size: 15px;
  letter-spacing: .02em;

  color: #fff;
  background: rgba(42,100,197,.92);
  border: 1px solid rgba(42,100,197,.6);
  box-shadow: 0 8px 28px rgba(42,100,197,.35);
  backdrop-filter: blur(6px);

  transition: transform .25s, box-shadow .25s, background .25s;
}

.catalog-preview:hover .catalog-preview__cta{
  transform: translate(-50%, -50%) scale(1.05);
  background: rgba(42,100,197,1);
  box-shadow: 0 10px 32px rgba(42,100,197,.45);
}


@media (max-width: 768px){
  .catalog-cta{
    flex-direction: column;
    align-items: flex-start;
  }
  .catalog-preview{
    width: 100%;
    height: 210px;
  }
}

/* Hero-specific: make the catalogue preview a bit wider in the hero */
.hero-catalog-cta .catalog-preview{
  width: 420px;
  height: 150px;
}

@media (max-width: 1024px){
  .hero-catalog-cta .catalog-preview{
    width: 220px;
    height: 140px;
  }
}

@media (max-width: 768px){
  .hero-catalog-cta .catalog-preview{
    width: 100%;
    height: 210px;
  }
}



/* mobile */
@media (max-width: 768px){
  .tcarousel__btn--prev{ left: 8px; }
  .tcarousel__btn--next{ right: 8px; }
  .tcard{ padding: 28px 18px 22px; }
  .tcard__quotes::before, .tcard__quotes::after{ width: 160px; height: 160px; top: -10px; }
  .tcard__quotes::before{ left: 18px; }
  .tcard__quotes::after{ right: 18px; }
}
