.solutions-body {
  margin: 0;
  color: #f4f0e8;
  background: #070909;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.solutions-body a { color: inherit; text-decoration: none; }
.solutions-body img { display: block; max-width: 100%; }

.solutions-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 30px;
  padding: 30px 48px 18px;
  background: linear-gradient(180deg, rgba(0, 0, 0, .74), rgba(0, 0, 0, 0));
}

.solutions-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 2.2vw, 34px);
}

.solutions-nav a {
  position: relative;
  padding: 10px 0;
  color: rgba(255, 255, 255, .86);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.solutions-nav a.active::after,
.solutions-nav a:hover::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 34px;
  height: 2px;
  transform: translateX(-50%);
  background: #d0aa70;
  box-shadow: 0 0 14px rgba(208, 170, 112, .7);
}

.solutions-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.solutions-actions a {
  display: grid;
  min-height: 42px;
  place-items: center;
  padding: 0 26px;
  border: 1px solid rgba(255, 255, 255, .55);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.solutions-actions button,
.solutions-menu {
  border: 0;
  color: #fff;
  background: transparent;
  font: inherit;
}

.solutions-actions button {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.4px;
}

.solutions-menu { display: none; }

.solutions-hero {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: #070909;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.solutions-hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .88), rgba(0, 0, 0, .52) 38%, rgba(0, 0, 0, .06) 100%),
    url("/assets/b2b/solutions-hero.png") center right / cover no-repeat,
    url("/assets/b2b/product-frameless.svg") center right / cover no-repeat;
  transform: scale(1.015);
  transform-origin: 70% 50%;
  animation: solutionsHeroDrift 20s ease-in-out infinite alternate;
  will-change: transform, filter;
}

@keyframes solutionsHeroDrift {
  from { transform: scale(1.015) translate3d(0, 0, 0); filter: saturate(.98) contrast(1.03); }
  to { transform: scale(1.04) translate3d(-9px, -5px, 0); filter: saturate(1.08) contrast(1.08); }
}

@supports (background-image: image-set(url("/assets/b2b/optimized/solutions-hero-1440.webp") 1x)) {
  .solutions-hero-media {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, .88), rgba(0, 0, 0, .52) 38%, rgba(0, 0, 0, .06) 100%),
      image-set(url("/assets/b2b/optimized/solutions-hero-960.webp") 1x, url("/assets/b2b/optimized/solutions-hero-1440.webp") 2x) center right / cover no-repeat,
      url("/assets/b2b/product-frameless.svg") center right / cover no-repeat;
  }
}

.solutions-hero-copy {
  position: relative;
  z-index: 2;
  width: min(620px, calc(100% - 48px));
  padding: 170px 0 0 68px;
}

.solutions-hero-copy p,
.featured-copy p,
.process-copy p,
.popular-copy p,
.world-copy p {
  margin: 0 0 22px;
  color: #d0aa70;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.solutions-hero-copy h1,
.featured-copy h2,
.process-copy h2,
.popular-copy h2,
.world-copy h2 {
  margin: 0;
  font-size: clamp(44px, 4.1vw, 70px);
  font-weight: 300;
  line-height: 1.14;
  letter-spacing: 0;
}

.solutions-hero-copy > span,
.featured-copy > span,
.process-copy > span {
  display: block;
  margin-top: 28px;
  color: rgba(244, 240, 232, .72);
  font-size: 15px;
  line-height: 1.9;
}

.solutions-hero-copy a,
.featured-copy a,
.process-copy a,
.world-copy a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 34px;
  padding: 0 28px;
  border: 1px solid rgba(255, 255, 255, .44);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.solutions-audience {
  display: grid;
  grid-template-columns: 180px 1fr;
  align-items: stretch;
  padding: 0 58px;
  background: #090b0c;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.audience-label {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.audience-tabs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.audience-tabs button {
  position: relative;
  display: grid;
  gap: 13px;
  justify-items: center;
  min-height: 106px;
  padding: 22px 12px 18px;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .66);
  background: transparent;
}

.audience-tabs button.active {
  color: #fff;
}

.audience-tabs button.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 72px;
  height: 2px;
  transform: translateX(-50%);
  background: #d0aa70;
}

.audience-tabs i {
  font-size: 28px;
  font-style: normal;
}

.audience-tabs span {
  text-align: center;
  font-size: 11px;
}

.featured-solution {
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: 86px;
  padding: 58px;
  background: linear-gradient(110deg, #0c0f10, #151818);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.featured-copy h2,
.process-copy h2,
.popular-copy h2,
.world-copy h2 {
  font-size: clamp(34px, 3vw, 50px);
}

.featured-copy ul {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  line-height: 1.5;
}

.featured-copy li::before {
  content: "◎";
  margin-right: 10px;
  color: #d0aa70;
}

.featured-media img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: left center;
  filter: saturate(.9) contrast(1.04);
  transform: scale(1.001);
  transition: transform .75s cubic-bezier(.2,.8,.2,1), filter .75s ease;
  will-change: transform, filter;
}

.featured-media picture,
.popular-grid picture {
  position: relative;
  display: block;
  overflow: hidden;
  isolation: isolate;
}

.featured-media picture::after,
.popular-grid picture::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(120deg, transparent 0 42%, rgba(255,255,255,.3) 49%, rgba(208,170,112,.18) 52%, transparent 64%),
    radial-gradient(circle at 84% 8%, rgba(208,170,112,.16), transparent 13rem);
  opacity: 0;
  transform: translateX(-42%) skewX(-12deg);
  transition: opacity .45s ease, transform .78s ease;
  pointer-events: none;
}

.featured-solution:hover .featured-media picture::after,
.popular-grid article:hover picture::after {
  opacity: 1;
  transform: translateX(42%) skewX(-12deg);
}

.featured-solution:hover .featured-media img {
  filter: saturate(1.08) contrast(1.1);
  transform: scale(1.04);
}

.process-section {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 70px;
  padding: 58px;
  background: #101314;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
}

.process-steps article {
  position: relative;
  padding: 10px 28px 0;
  border-left: 1px solid rgba(255, 255, 255, .12);
}

.process-steps article:not(:last-child)::after {
  content: "›";
  position: absolute;
  right: -8px;
  top: 78px;
  color: #d0aa70;
  font-size: 28px;
}

.process-steps i {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 20px;
  color: #d0aa70;
  font-size: 32px;
  font-style: normal;
}

.process-steps small {
  display: block;
  color: #fff;
  font-size: 13px;
  margin-bottom: 10px;
}

.process-steps strong {
  display: block;
  margin-bottom: 14px;
  font-size: 15px;
  font-weight: 500;
}

.process-steps span {
  color: rgba(255, 255, 255, .58);
  font-size: 13px;
  line-height: 1.7;
}

.popular-solutions {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 70px;
  padding: 58px;
  background: #0a0d0e;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.popular-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.popular-grid article {
  background: #171b1c;
  border: 1px solid rgba(255, 255, 255, .08);
  overflow: hidden;
  transition: transform .34s ease, border-color .34s ease, box-shadow .34s ease;
}

.popular-grid article:hover {
  transform: translateY(-6px);
  border-color: rgba(208, 170, 112, .55);
  box-shadow: 0 30px 70px rgba(0,0,0,.32), 0 0 0 1px rgba(208,170,112,.1);
}

.popular-grid img {
  width: 100%;
  aspect-ratio: 1 / .86;
  object-fit: cover;
  filter: saturate(.92) contrast(1.03);
  transform: scale(1.001);
  transition: transform .68s cubic-bezier(.2,.8,.2,1), filter .68s ease;
  will-change: transform, filter;
}

.popular-grid article:hover img {
  filter: saturate(1.08) contrast(1.08);
  transform: scale(1.055);
}

.scene-left { object-position: 10% center; }
.scene-mid-left { object-position: 34% center; }
.scene-mid-right { object-position: 62% center; }
.scene-right { object-position: 90% center; }

.popular-grid div {
  padding: 18px 20px 24px;
}

.popular-grid h3 {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 500;
}

.popular-grid p {
  min-height: 46px;
  margin: 0 0 20px;
  color: rgba(255, 255, 255, .58);
  font-size: 13px;
  line-height: 1.65;
}

.popular-grid a {
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.worldwide-section {
  position: relative;
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 64px;
  padding: 58px 58px 34px;
  overflow: hidden;
  background: radial-gradient(circle at 72% 45%, rgba(208, 170, 112, .08), transparent 26rem), #0b0f10;
}

.world-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 32px;
}

.world-stats article {
  padding-right: 18px;
  border-right: 1px solid rgba(255, 255, 255, .16);
}

.world-stats strong {
  display: block;
  font-size: 30px;
  font-weight: 300;
}

.world-stats span {
  color: rgba(255, 255, 255, .62);
  font-size: 12px;
}

.world-map {
  min-height: 310px;
  background:
    linear-gradient(90deg, rgba(11, 15, 16, .1), rgba(11, 15, 16, .22)),
    url("/assets/b2b/solutions-map.png") center / contain no-repeat;
  filter: saturate(.92) contrast(1.03);
  transform: scale(1.001);
  transition: transform .75s ease, filter .75s ease;
  will-change: transform, filter;
}

.worldwide-section:hover .world-map {
  filter: saturate(1.08) contrast(1.08);
  transform: scale(1.018);
}

@supports (background-image: image-set(url("/assets/b2b/optimized/solutions-map-1200.webp") 1x)) {
  .world-map {
    background:
      linear-gradient(90deg, rgba(11, 15, 16, .1), rgba(11, 15, 16, .22)),
      image-set(url("/assets/b2b/optimized/solutions-map-768.webp") 1x, url("/assets/b2b/optimized/solutions-map-1200.webp") 2x) center / contain no-repeat;
  }
}

@media (prefers-reduced-motion: reduce) {
  .solutions-hero-media,
  .featured-media img,
  .popular-grid article,
  .popular-grid img,
  .world-map {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }

  .featured-media picture::after,
  .popular-grid picture::after {
    display: none;
  }
}

.partner-strip {
  grid-column: 1 / -1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(18px, 3vw, 48px);
  flex-wrap: wrap;
  margin-top: 22px;
  color: rgba(255, 255, 255, .76);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
}

@media (max-width: 1120px) {
  .solutions-header {
    grid-template-columns: 180px auto auto;
    padding: 22px;
  }

  .solutions-menu {
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
    justify-self: end;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .22);
  }

  .solutions-menu span {
    width: 18px;
    height: 2px;
    background: #fff;
  }

  .solutions-nav {
    position: fixed;
    display: none;
    flex-direction: column;
    top: 78px;
    left: 18px;
    right: 18px;
    padding: 18px;
    background: rgba(8, 10, 10, .98);
    border: 1px solid rgba(255, 255, 255, .14);
  }

  .solutions-nav.open { display: flex; }

  .solutions-audience,
  .featured-solution,
  .process-section,
  .popular-solutions,
  .worldwide-section {
    grid-template-columns: 1fr;
  }

  .audience-tabs,
  .popular-grid,
  .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .solutions-header {
    grid-template-columns: 1fr auto;
    padding: 18px;
  }

  .solutions-actions {
    grid-column: 1 / -1;
    justify-content: space-between;
  }

  .solutions-hero-copy {
    width: auto;
    padding: 154px 22px 56px;
  }

  .solutions-audience,
  .featured-solution,
  .process-section,
  .popular-solutions,
  .worldwide-section {
    padding-left: 22px;
    padding-right: 22px;
  }

  .audience-tabs,
  .popular-grid,
  .process-steps,
  .world-stats {
    grid-template-columns: 1fr;
  }

  .audience-tabs button,
  .process-steps article {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .12);
  }

  .featured-media img {
    height: 250px;
  }
}
