
:root{
  --ink:#111820;
  --muted:#66717e;
  --line:#dfe5eb;
  --soft:#f5f8fb;
  --blue:#1668f2;
  --blue2:#0e53ce;
  --white:#ffffff;
  --dark:#0d1520;
  --dark2:#131f2d;
  --shadow:0 18px 50px rgba(17,24,32,.08);
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  background:#fff;
  line-height:1.6;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 40px));margin:0 auto}

.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(255,255,255,.9);
  border-bottom:1px solid rgba(223,229,235,.9);
  backdrop-filter:blur(14px);
}
.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand img{width:285px;height:68px;object-fit:contain;object-position:left center}
.nav-links{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:600}
.nav-links a:hover{color:var(--blue)}
.nav-cta{background:var(--ink);color:#fff!important;padding:10px 16px;border-radius:10px}
.menu-button{display:none;border:0;background:none;font-size:26px}

.hero{
  position:relative;overflow:hidden;
  padding:92px 0 86px;
  background:
    radial-gradient(circle at 15% 20%, rgba(22,104,242,.08), transparent 24%),
    linear-gradient(180deg,#fff 0%,#fbfdff 100%);
}
.hero-glow{position:absolute;border-radius:999px;filter:blur(20px);opacity:.5}
.hero-glow-one{width:380px;height:380px;background:rgba(22,104,242,.08);right:-120px;top:40px}
.hero-glow-two{width:280px;height:280px;background:rgba(17,24,32,.04);left:-120px;bottom:-80px}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:68px;align-items:center;position:relative}
.eyebrow{
  display:inline-block;color:var(--blue);font-size:12px;letter-spacing:.16em;
  font-weight:800;margin-bottom:17px;
}
h1,h2,h3{line-height:1.08;margin:0}
h1{font-size:clamp(44px,5.8vw,74px);letter-spacing:-.045em;max-width:790px}
h1 span{color:var(--blue)}
.hero-text{font-size:19px;color:var(--muted);max-width:740px;margin:26px 0 30px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.button{
  display:inline-flex;align-items:center;justify-content:center;
  padding:13px 20px;border-radius:11px;font-weight:700;font-size:14px;
  transition:.2s ease;border:1px solid transparent;
}
.button:hover{transform:translateY(-1px)}
.primary{background:var(--blue);color:#fff;box-shadow:0 10px 25px rgba(22,104,242,.2)}
.primary:hover{background:var(--blue2)}
.secondary{border-color:var(--line);background:#fff}
.large{padding:15px 22px;font-size:15px}
.hero-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:38px}
.hero-proof div{border-left:2px solid var(--line);padding-left:14px}
.hero-proof strong,.hero-proof span{display:block}
.hero-proof strong{font-size:14px}
.hero-proof span{font-size:12px;color:var(--muted);margin-top:2px}

.hero-panel{
  background:var(--dark);color:#fff;border-radius:28px;
  padding:30px;box-shadow:0 30px 70px rgba(13,21,32,.22);
  border:1px solid rgba(255,255,255,.08);
}
.panel-label{font-size:12px;letter-spacing:.15em;text-transform:uppercase;color:#93b8ff;font-weight:800}
.flow{padding:22px 0 10px}
.flow-row{display:grid;gap:8px}
.flow-row.sources{grid-template-columns:repeat(4,1fr)}
.flow-row.outputs{grid-template-columns:repeat(3,1fr)}
.flow-row.tools{grid-template-columns:repeat(4,1fr)}
.flow-row span{
  display:flex;align-items:center;justify-content:center;text-align:center;
  min-height:48px;border:1px solid rgba(255,255,255,.13);
  background:rgba(255,255,255,.05);border-radius:10px;font-size:12px;font-weight:600;
}
.arrow{text-align:center;color:#6ca0ff;font-size:22px;line-height:1.4}
.flow-box{
  text-align:center;padding:20px;border-radius:14px;border:1px solid rgba(255,255,255,.12);
}
.flow-box.highlighted{background:linear-gradient(135deg,rgba(22,104,242,.28),rgba(22,104,242,.12));border-color:rgba(78,139,255,.45)}
.flow-box small,.flow-box strong,.flow-box p{display:block}
.flow-box small{color:#9cc0ff;font-size:10px;letter-spacing:.12em;font-weight:800}
.flow-box strong{font-size:19px;margin:4px 0}
.flow-box p{font-size:11px;margin:0;color:#c5cfda}
.panel-footnote{font-size:12px;color:#aeb9c5;margin:14px 0 0}

.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}
.trust-grid{display:grid;grid-template-columns:repeat(5,1fr)}
.trust-grid span{text-align:center;padding:18px 10px;font-size:12px;font-weight:700;color:#65717f}
.trust-grid span+span{border-left:1px solid var(--line)}

.section{padding:96px 0}
.section.soft{background:var(--soft)}
.section-heading{max-width:760px;margin-bottom:42px}
.section-heading h2,.split h2,.contact-box h2{font-size:clamp(34px,4vw,52px);letter-spacing:-.035em}
.section-heading p,.lead{font-size:18px;color:var(--muted)}
.cards{display:grid;gap:20px}
.cards.four{grid-template-columns:repeat(4,1fr)}
.card{
  border:1px solid var(--line);border-radius:var(--radius);padding:26px;
  background:#fff;box-shadow:0 6px 24px rgba(17,24,32,.035);
}
.card:hover{box-shadow:var(--shadow);transform:translateY(-2px);transition:.2s ease}
.card .icon{
  width:42px;height:42px;border-radius:12px;background:#eef4ff;color:var(--blue);
  display:grid;place-items:center;font-weight:800;font-size:18px;margin-bottom:22px;
}
.card h3{font-size:20px;margin-bottom:12px}
.card p{font-size:14px;color:var(--muted);margin-bottom:16px}
.card ul{padding-left:18px;margin:0;color:#495460;font-size:13px}
.card li{margin:7px 0}

.dark-section{background:linear-gradient(135deg,var(--dark),var(--dark2));color:#fff}
.section-heading.light p{color:#aeb9c5}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.step{padding:28px;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:rgba(255,255,255,.04)}
.step-number{display:block;color:#70a5ff;font-weight:800;font-size:13px;margin-bottom:28px}
.step h3{font-size:22px;margin-bottom:12px}
.step p{color:#b9c2cc;font-size:14px;min-height:90px}
.step strong{font-size:13px;color:#dbe7ff}

.split{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.split p{color:var(--muted)}
.checklist{display:grid;gap:14px}
.checklist>div{
  display:grid;grid-template-columns:42px 1fr;gap:16px;
  padding:18px;border:1px solid var(--line);border-radius:16px;background:#fff
}
.checklist span{
  width:34px;height:34px;border-radius:10px;background:#eef4ff;color:var(--blue);
  display:grid;place-items:center;font-weight:800
}
.checklist p{margin:0;font-size:14px}
.checklist strong{color:var(--ink)}

.about-grid{grid-template-columns:.8fr 1.2fr}
.about-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:25px;box-shadow:var(--shadow)}
.mini-logo{border-bottom:1px solid var(--line);padding-bottom:18px;margin-bottom:10px}
.mini-logo img{width:210px}
.about-stat{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 0;border-bottom:1px solid var(--line)}
.about-stat:last-child{border-bottom:0}
.about-stat span{color:var(--muted);font-size:13px}
.about-stat strong{font-size:13px;text-align:right}

.credential-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.credential{border:1px solid var(--line);border-radius:18px;padding:22px;display:flex;align-items:center;gap:16px}
.badge{
  flex:0 0 48px;height:48px;border-radius:13px;background:var(--dark);
  color:#fff;display:grid;place-items:center;font-size:12px;font-weight:800
}
.credential h3{font-size:16px;margin-bottom:5px}
.credential p{font-size:12px;color:var(--muted);margin:0}
.disclaimer{font-size:11px;color:#8a949f;margin-top:18px}

.contact-section{padding-top:45px}
.contact-box{
  background:linear-gradient(135deg,#eff5ff,#f8fbff);
  border:1px solid #d9e5f8;border-radius:28px;padding:42px;
  display:grid;grid-template-columns:1.25fr .75fr;gap:40px;align-items:center
}
.contact-box p{color:var(--muted);max-width:720px}
.contact-actions{display:flex;flex-direction:column;align-items:flex-start;gap:12px}
.contact-actions span{font-size:12px;color:var(--muted)}

footer{border-top:1px solid var(--line);padding:28px 0}
.footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:20px}
.footer-grid img{width:150px}
.footer-grid p{margin:0;color:var(--muted);font-size:11px;text-align:center}
.footer-grid p:last-child{text-align:right}

@media (max-width: 1020px){
  .hero-grid,.split,.contact-box{grid-template-columns:1fr}
  .cards.four,.credential-grid{grid-template-columns:repeat(2,1fr)}
  .steps{grid-template-columns:1fr}
  .hero-panel{max-width:760px}
  .about-grid{grid-template-columns:1fr}
}
@media (max-width: 760px){
  .container{width:min(100% - 28px,1180px)}
  .nav{height:72px}
  .brand img{width:155px}
  .nav-links{
    position:absolute;left:14px;right:14px;top:76px;background:#fff;
    display:none;flex-direction:column;align-items:stretch;padding:18px;border:1px solid var(--line);
    border-radius:16px;box-shadow:var(--shadow)
  }
  .nav-links.open{display:flex}
  .menu-button{display:block}
  .hero{padding:64px 0 58px}
  .hero-grid{gap:42px}
  .hero-proof{grid-template-columns:1fr}
  .flow-row.sources,.flow-row.tools{grid-template-columns:repeat(2,1fr)}
  .cards.four,.credential-grid{grid-template-columns:1fr}
  .section{padding:72px 0}
  .trust-grid{grid-template-columns:1fr 1fr}
  .trust-grid span{border-bottom:1px solid var(--line)}
  .trust-grid span+span{border-left:0}
  .contact-box{padding:28px}
  .footer-grid{grid-template-columns:1fr;text-align:center}
  .footer-grid img{margin:0 auto}
  .footer-grid p,.footer-grid p:last-child{text-align:center}
}


/* References & technology */
.currency-icon{
  width:auto!important;
  min-width:62px;
  padding:0 10px;
  letter-spacing:.03em;
  font-size:14px!important;
}

.logo-cloud{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:16px;
}

.logo-tile{
  min-height:110px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  padding:20px;
  text-align:center;
  box-shadow:0 4px 18px rgba(17,24,32,.025);
}

.wordmark{
  font-weight:800;
  letter-spacing:-.03em;
  font-size:20px;
  color:#202833;
}

.mastercard{font-size:19px}
.cbre{letter-spacing:.08em}
.lnw{font-size:16px}
.newmark{letter-spacing:.12em;font-size:15px}
.pwc{font-size:27px;text-transform:lowercase}
.eon{font-size:25px;letter-spacing:.02em}

.tech-logos{
  grid-template-columns:repeat(4,1fr);
}
.logo-tile.tech{
  flex-direction:column;
  gap:8px;
}
.tech-mark{
  display:grid;
  place-items:center;
  min-width:54px;
  min-height:42px;
  padding:0 8px;
  border-radius:10px;
  background:#eef4ff;
  color:var(--blue);
  font-size:16px;
  font-weight:800;
}
.logo-tile.tech small{
  color:#596574;
  font-weight:700;
  font-size:12px;
}

@media (max-width:1020px){
  .logo-cloud{grid-template-columns:repeat(3,1fr)}
  .tech-logos{grid-template-columns:repeat(4,1fr)}
}

@media (max-width:760px){
  .brand img{width:225px;height:58px}
  .logo-cloud,.tech-logos{grid-template-columns:repeat(2,1fr)}
  .logo-tile{min-height:94px}
}


/* Actual client and technology logo images */
.client-logos .logo-tile,
.tech-logos .logo-tile{
  height:118px;
  padding:22px 24px;
  overflow:hidden;
}

.client-logos .logo-tile img,
.tech-logos .logo-tile img{
  display:block;
  width:100%;
  height:100%;
  max-width:155px;
  max-height:66px;
  object-fit:contain;
  object-position:center;
  margin:auto;
  filter:none;
}

.tech-logos .logo-tile img{
  max-width:145px;
  max-height:58px;
}

/* Some wordmarks are naturally very wide; give them a little more room */
.client-logos .logo-tile:nth-child(3) img,
.client-logos .logo-tile:nth-child(7) img{
  max-width:175px;
}

/* Consistent neutral treatment without altering official brand colours */
.client-logos .logo-tile,
.tech-logos .logo-tile{
  background:#fff;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.client-logos .logo-tile:hover,
.tech-logos .logo-tile:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 28px rgba(17,24,32,.07);
  border-color:#cfd8e3;
}

@media (max-width:760px){
  .client-logos .logo-tile,
  .tech-logos .logo-tile{
    height:96px;
    padding:18px;
  }

  .client-logos .logo-tile img,
  .tech-logos .logo-tile img{
    max-width:135px;
    max-height:52px;
  }
}


/* Technology & Credentials Ecosystem */
.ecosystem-block{
  margin-top:42px;
}

.ecosystem-title{
  font-size:20px;
  margin:0 0 20px;
}

.ecosystem-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.ecosystem-card{
  display:flex;
  align-items:center;
  gap:16px;
  min-height:112px;
  padding:20px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
}

.ecosystem-card img{
  width:58px;
  height:58px;
  object-fit:contain;
  flex:0 0 58px;
}

.ecosystem-card strong,
.ecosystem-card span{
  display:block;
}

.ecosystem-card strong{
  font-size:15px;
  margin-bottom:4px;
}

.ecosystem-card span{
  font-size:12px;
  color:var(--muted);
  line-height:1.45;
}

.credentials-block{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:42px;
  margin-top:56px;
  padding-top:42px;
  border-top:1px solid var(--line);
}

.credential-list{
  display:grid;
  gap:12px;
}

.credential-row{
  display:flex;
  align-items:center;
  gap:15px;
  padding:16px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff;
}

.credential-row img{
  width:40px;
  height:40px;
  object-fit:contain;
  flex:0 0 40px;
}

.credential-row strong,
.credential-row span{
  display:block;
}

.credential-row strong{
  font-size:14px;
  margin-bottom:2px;
}

.credential-row span{
  font-size:11px;
  color:var(--muted);
}

@media (max-width:1020px){
  .ecosystem-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media (max-width:760px){
  .ecosystem-grid,
  .credentials-block{
    grid-template-columns:1fr;
  }
}


/* =========================================================
   V7 — Technology, Partnerships & Ecosystem
   ========================================================= */

.ecosystem-section{
  background:#fff;
}

.ecosystem-heading{
  max-width:900px;
  margin-bottom:34px;
}

.ecosystem-heading h2{
  font-size:clamp(40px,5vw,62px);
}

.ecosystem-group{
  margin-top:34px;
}

.ecosystem-group-title{
  font-size:22px;
  letter-spacing:-.02em;
  margin:0 0 18px;
}

.platform-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:14px;
}

.platform-card{
  min-height:190px;
  padding:22px 20px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}

.platform-logo{
  height:58px;
  display:flex;
  align-items:center;
  margin-bottom:18px;
}

.platform-logo img{
  display:block;
  width:auto !important;
  height:auto !important;
  max-width:118px !important;
  max-height:52px !important;
  object-fit:contain;
  object-position:left center;
}

.platform-logo-text{
  align-items:center;
}

.openai-mark{
  font-size:19px;
  font-weight:800;
  letter-spacing:-.03em;
  color:#101820;
}

.anthropic-mark{
  font-size:17px;
  font-weight:800;
  letter-spacing:.04em;
  color:#101820;
}

.platform-card h4{
  margin:0 0 8px;
  font-size:17px;
  line-height:1.2;
}

.platform-card p{
  margin:0;
  color:var(--muted);
  font-size:12px;
  line-height:1.5;
}

.partnership-group{
  margin-top:38px;
  padding:22px;
  border:1px solid #cfe0ff;
  border-radius:20px;
  background:linear-gradient(180deg,#f7faff 0%,#fbfdff 100%);
}

.partnership-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
}

.partnership-card{
  position:relative;
  min-height:200px;
  padding:22px 18px 18px;
  border:1px solid #cbdcff;
  border-radius:16px;
  background:rgba(255,255,255,.72);
}

.status-pill{
  position:absolute;
  top:12px;
  right:12px;
  padding:5px 9px;
  border-radius:999px;
  font-size:10px;
  font-weight:700;
  line-height:1;
}

.status-underway,
.status-progress{
  background:#e9f1ff;
  color:#1668f2;
}

.status-planned{
  background:#f0f2f5;
  color:#66717e;
}

.partnership-brand{
  height:58px;
  display:flex;
  align-items:center;
  margin:6px 0 16px;
}

.partnership-brand img{
  display:block;
  width:auto !important;
  height:auto !important;
  max-width:120px !important;
  max-height:48px !important;
  object-fit:contain;
  object-position:left center;
}

.brand-text{
  align-items:center;
}

.assurance-mark span{
  width:46px;
  height:46px;
  border-radius:12px;
  display:grid;
  place-items:center;
  background:#111820;
  color:#fff;
  font-weight:800;
  font-size:15px;
}

.partnership-copy h4{
  margin:0 0 8px;
  font-size:16px;
}

.partnership-copy p{
  margin:0;
  color:var(--muted);
  font-size:12px;
  line-height:1.5;
}

.credentials-development{
  margin-top:28px;
  padding:22px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fafbfd;
}

.capability-strip{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border:1px solid var(--line);
  border-radius:16px;
  overflow:hidden;
  background:#fff;
}

.capability-item{
  display:grid;
  grid-template-columns:58px 1fr;
  gap:14px;
  align-items:center;
  padding:18px;
  min-height:106px;
}

.capability-item + .capability-item{
  border-left:1px solid var(--line);
}

.capability-icon{
  width:52px;
  height:52px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#f4f7fb;
}

.capability-icon img{
  display:block;
  width:auto !important;
  height:auto !important;
  max-width:36px !important;
  max-height:30px !important;
  object-fit:contain;
}

.capability-symbol{
  color:var(--blue);
  font-size:16px;
  font-weight:800;
}

.capability-item strong,
.capability-item span,
.capability-item small{
  display:block;
}

.capability-item strong{
  font-size:14px;
  margin-bottom:2px;
}

.capability-item span{
  font-size:11px;
  color:var(--muted);
  line-height:1.4;
}

.capability-item small{
  margin-top:5px;
  font-size:10px;
  color:#84909c;
}

.ecosystem-disclaimer{
  margin-top:18px;
}

@media (max-width:1180px){
  .platform-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

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

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

  .capability-item:nth-child(3){
    border-left:0;
    border-top:1px solid var(--line);
  }

  .capability-item:nth-child(4){
    border-top:1px solid var(--line);
  }
}

@media (max-width:760px){
  .platform-grid,
  .partnership-grid,
  .capability-strip{
    grid-template-columns:1fr;
  }

  .capability-item + .capability-item{
    border-left:0;
    border-top:1px solid var(--line);
  }

  .partnership-group,
  .credentials-development{
    padding:16px;
  }
}


/* =========================================================
   V8 — Selected enterprise experience
   ========================================================= */

.experience-section{
  background:#f4f7fa;
}

.experience-heading{
  max-width:820px;
}

.experience-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
  margin-top:38px;
}

.experience-case{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:26px;
  min-height:390px;
  display:flex;
  flex-direction:column;
  box-shadow:0 8px 26px rgba(17,24,32,.035);
}

.experience-logo{
  height:54px;
  display:flex;
  align-items:center;
  margin-bottom:18px;
}

.experience-logo img{
  display:block;
  width:auto !important;
  height:auto !important;
  max-width:155px !important;
  max-height:48px !important;
  object-fit:contain;
  object-position:left center;
}

.experience-tags{
  display:flex;
  gap:7px;
  flex-wrap:wrap;
  margin-bottom:16px;
}

.experience-tags span{
  display:inline-flex;
  align-items:center;
  min-height:25px;
  padding:5px 9px;
  border-radius:999px;
  background:#eef4ff;
  color:var(--blue);
  font-size:10px;
  font-weight:700;
}

.experience-case h3{
  font-size:23px;
  letter-spacing:-.025em;
  margin:0 0 12px;
}

.experience-case > p{
  color:var(--muted);
  font-size:14px;
  line-height:1.62;
  margin:0 0 22px;
}

.experience-outcome{
  margin-top:auto;
  border-top:1px solid var(--line);
  padding-top:17px;
}

.experience-outcome strong,
.experience-outcome span{
  display:block;
}

.experience-outcome strong{
  color:var(--blue);
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:6px;
}

.experience-outcome span{
  color:#394655;
  font-size:12px;
  line-height:1.5;
  font-weight:600;
}

.additional-experience{
  margin-top:24px;
  padding:22px 24px;
  border:1px solid var(--line);
  border-radius:18px;
  background:rgba(255,255,255,.7);
  display:grid;
  grid-template-columns:1fr auto;
  gap:30px;
  align-items:center;
}

.additional-label{
  display:block;
  font-size:14px;
  font-weight:800;
  margin-bottom:4px;
}

.additional-experience p{
  color:var(--muted);
  font-size:12px;
  margin:0;
}

.additional-logo-row{
  display:flex;
  align-items:center;
  gap:12px;
}

.mini-client-logo{
  width:120px;
  height:68px;
  border:1px solid var(--line);
  border-radius:13px;
  background:#fff;
  display:grid;
  place-items:center;
  padding:12px;
}

.mini-client-logo img{
  display:block;
  width:auto !important;
  height:auto !important;
  max-width:92px !important;
  max-height:38px !important;
  object-fit:contain;
}

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

  .additional-experience{
    grid-template-columns:1fr;
  }

  .additional-logo-row{
    flex-wrap:wrap;
  }
}

@media (max-width:600px){
  .experience-case{
    min-height:auto;
    padding:22px;
  }

  .additional-logo-row{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .mini-client-logo{
    width:100%;
  }
}
