/* ============================================================
   FIXLAB STUDIOS - SOLUTIONS, WEB + APPS, AND INSURANCE ROUTES
   ============================================================ */

body.solutions-page {
  background: #08080d;
  color: #f0f1f3;
  letter-spacing: 0;
  animation: none;
}

/* Opt-in navigation for existing marketing pages that keep their original body styles. */
.nav.nav--solution .nav-links {
  gap: 1rem;
}

.nav.nav--solution .nav-cta {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  border-color: rgba(240, 177, 74, 0.48);
  background: #f0b14a;
  color: #111216;
  font-weight: 700;
  padding: 0.5rem 0.85rem;
}

.nav.nav--solution .nav-cta:hover {
  background: #ffd27d;
  color: #111216;
}

.solutions-page .ambient-orbs,
.solutions-page .floating-drinks {
  display: none;
}

.solutions-page .nav {
  background: rgba(8, 8, 13, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.solutions-page .nav.scrolled {
  background: rgba(8, 8, 13, 0.96);
  box-shadow: none;
}

.solutions-page .nav-container {
  max-width: 1240px;
}

.solutions-page .nav-links {
  gap: 1rem;
}

.solutions-page .nav-link {
  color: #b9bec8;
  font-size: 0.84rem;
  letter-spacing: 0;
}

.solutions-page .nav-link:hover,
.solutions-page .nav-link-active {
  color: #f0b14a;
}

.solutions-page .nav-cta {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  border-color: rgba(240, 177, 74, 0.48);
  background: #f0b14a;
  color: #111216;
  font-weight: 700;
  padding: 0.5rem 0.85rem;
}

.solutions-page .nav-cta:hover {
  background: #ffd27d;
  color: #111216;
}

.solution-main {
  overflow: clip;
}

.solution-shell {
  width: min(100% - 2.5rem, 1180px);
  margin: 0 auto;
}

.solution-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0.25rem 0.55rem;
  border: 1px solid rgba(240, 177, 74, 0.32);
  border-radius: 4px;
  color: #ffd27d;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
}

.solution-hero {
  padding: 10.5rem 0 5.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.solution-hero--compact {
  padding-bottom: 4.5rem;
}

.solution-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(320px, 0.8fr);
  align-items: center;
  gap: 4rem;
}

.solution-hero-copy {
  max-width: 690px;
}

.solution-hero h1,
.solution-section-title {
  font-family: var(--font-display);
  color: #f5f5f2;
  font-weight: 600;
  letter-spacing: 0;
}

.solution-hero h1 {
  margin: 1.25rem 0 1.25rem;
  font-size: 4.25rem;
  line-height: 1.04;
}

.solution-hero-lede {
  max-width: 620px;
  color: #b9bec8;
  font-size: 1.1rem;
  line-height: 1.7;
}

.solution-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.solution-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 0.65rem 1rem;
  color: #111216;
  background: #f0b14a;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.solution-button:hover {
  background: #ffd27d;
  color: #111216;
  transform: translateY(-2px);
}

.solution-button:focus-visible,
.explorer-tab:focus-visible,
.journey-card:focus-visible,
.insurance-subnav a:focus-visible,
.solution-text-link:focus-visible,
.solution-footer a:focus-visible {
  outline: 2px solid #ffd27d;
  outline-offset: 3px;
}

.solution-button--quiet {
  border-color: rgba(255, 255, 255, 0.22);
  color: #f0f1f3;
  background: transparent;
}

.solution-button--quiet:hover {
  background: #15151d;
  border-color: rgba(240, 177, 74, 0.5);
  color: #f5f5f2;
}

.solution-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 3rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.solution-fact {
  display: grid;
  gap: 0.2rem;
}

.solution-fact strong {
  color: #f0b14a;
  font-size: 0.9rem;
}

.solution-fact span {
  color: #9198a4;
  font-size: 0.82rem;
  line-height: 1.45;
}

.solution-hero-visual {
  align-self: stretch;
}

.solution-product-frame {
  min-height: 360px;
  display: grid;
  align-content: space-between;
  gap: 2.25rem;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: #101017;
}

.solution-product-topline,
.product-window-bar,
.journey-visual-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #9198a4;
  font-size: 0.78rem;
}

.solution-product-status {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #dce0e7;
}

.solution-product-status::before,
.status-dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #77d59a;
  content: "";
}

.solution-product-title {
  max-width: 380px;
  color: #f5f5f2;
  font-family: var(--font-display);
  font-size: 2.35rem;
  line-height: 1.08;
}

.solution-product-rows {
  display: grid;
  gap: 0.75rem;
}

.solution-product-row {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 0.75rem;
  min-height: 54px;
  padding: 0.6rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #15151d;
}

.solution-product-row b {
  color: #f0b14a;
  font-size: 0.8rem;
}

.solution-product-row span {
  color: #dce0e7;
  font-size: 0.84rem;
}

.solution-product-row small {
  color: #77d59a;
  font-size: 0.75rem;
}

.solution-section {
  padding: 6.5rem 0;
}

.solution-section--tint {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: #0d0d14;
}

.solution-section-header {
  max-width: 720px;
}

.solution-section-title {
  margin-top: 1rem;
  font-size: 2.7rem;
  line-height: 1.13;
}

.solution-section-copy {
  margin-top: 1rem;
  color: #aeb4bf;
  font-size: 1rem;
  line-height: 1.7;
}

.solution-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.solution-rail-item {
  display: grid;
  gap: 0.65rem;
  min-height: 198px;
  padding: 1.5rem;
  color: inherit;
  text-decoration: none;
  border-right: 1px solid rgba(255, 255, 255, 0.11);
  transition: background 180ms ease;
}

.solution-rail-item:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.11);
}

.solution-rail-item:hover {
  background: #15151d;
}

.solution-rail-number {
  color: #f0b14a;
  font-size: 0.8rem;
  font-weight: 700;
}

.solution-rail-item h3 {
  color: #f5f5f2;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1.2;
}

.solution-rail-item p {
  color: #9ba2ad;
  font-size: 0.9rem;
  line-height: 1.55;
}

.solution-rail-link {
  align-self: end;
  color: #ffd27d;
  font-size: 0.88rem;
  font-weight: 700;
}

.solution-explorer-section {
  padding: 6.5rem 0;
}

.solution-explorer {
  display: grid;
  grid-template-columns: minmax(220px, 0.38fr) minmax(0, 0.62fr);
  margin-top: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  overflow: hidden;
  background: #101017;
}

.explorer-tabs {
  display: grid;
  align-content: start;
  gap: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  background: #0d0d14;
}

.explorer-tab {
  width: 100%;
  min-height: 102px;
  display: grid;
  gap: 0.25rem;
  padding: 1.25rem;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  color: #aeb4bf;
  background: transparent;
  cursor: pointer;
  text-align: left;
  transition: background 180ms ease, color 180ms ease;
}

.explorer-tab:last-child {
  border-bottom: 0;
}

.explorer-tab:hover,
.explorer-tab[aria-selected="true"] {
  color: #f5f5f2;
  background: #181820;
}

.explorer-tab-label {
  font-size: 0.96rem;
  font-weight: 700;
}

.explorer-tab-caption {
  color: #838b97;
  font-size: 0.78rem;
  line-height: 1.4;
}

.explorer-tab[aria-selected="true"] .explorer-tab-caption {
  color: #ffd27d;
}

.explorer-panel {
  min-height: 370px;
  display: grid;
  align-content: space-between;
  gap: 2rem;
  padding: 2rem;
}

.explorer-panel-kicker {
  color: #f0b14a;
  font-size: 0.78rem;
  font-weight: 700;
}

.explorer-panel h3 {
  max-width: 620px;
  margin-top: 0.7rem;
  color: #f5f5f2;
  font-family: var(--font-display);
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.12;
}

.explorer-panel-copy {
  max-width: 620px;
  margin-top: 0.8rem;
  color: #aeb4bf;
  line-height: 1.65;
}

.explorer-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.5rem;
  padding: 0;
  list-style: none;
}

.explorer-list li {
  padding-top: 0.65rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #dce0e7;
  font-size: 0.84rem;
  line-height: 1.45;
}

.explorer-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.solution-text-link {
  color: #ffd27d;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.solution-text-link:hover {
  color: #ffffff;
}

.explorer-fallback {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.explorer-fallback article {
  padding: 1.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.explorer-fallback article:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.explorer-fallback h3 {
  margin: 0.7rem 0;
  color: #f5f5f2;
  font-family: var(--font-display);
  font-size: 1.45rem;
}

.explorer-fallback p {
  color: #aeb4bf;
  font-size: 0.9rem;
  line-height: 1.55;
}

.explorer-fallback a {
  display: inline-block;
  margin-top: 1rem;
  color: #ffd27d;
  font-weight: 700;
  text-decoration: none;
}

.solution-media-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  align-items: center;
  gap: 4rem;
}

.solution-media {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #101017;
}

.solution-media img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.solution-media figcaption {
  padding: 0.8rem 1rem;
  color: #9198a4;
  font-size: 0.78rem;
}

.solution-checklist {
  display: grid;
  gap: 0;
  margin-top: 2rem;
}

.solution-checklist-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 1rem;
  padding: 1.1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.solution-checklist-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.solution-checklist-item b {
  color: #f0b14a;
  font-size: 0.85rem;
}

.solution-checklist-item h3 {
  color: #f5f5f2;
  font-size: 1rem;
  line-height: 1.3;
}

.solution-checklist-item p {
  margin-top: 0.3rem;
  color: #9ba2ad;
  font-size: 0.9rem;
  line-height: 1.55;
}

.solution-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.solution-flow-step {
  min-height: 172px;
  padding: 1.4rem;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.solution-flow-step:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.solution-flow-step b {
  display: block;
  color: #f0b14a;
  font-size: 0.78rem;
}

.solution-flow-step h3 {
  margin-top: 0.85rem;
  color: #f5f5f2;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
}

.solution-flow-step p {
  margin-top: 0.5rem;
  color: #9ba2ad;
  font-size: 0.85rem;
  line-height: 1.5;
}

.solution-cta-band {
  padding: 5.25rem 0;
  border-top: 1px solid rgba(240, 177, 74, 0.4);
  background: #111116;
}

.solution-cta-band-inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}

.solution-cta-band h2 {
  max-width: 660px;
  color: #f5f5f2;
  font-family: var(--font-display);
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.12;
}

.solution-cta-band p {
  max-width: 620px;
  margin-top: 0.9rem;
  color: #aeb4bf;
  line-height: 1.65;
}

.solution-footer {
  padding: 2rem 0;
  background: #08080d;
}

.solution-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  color: #858d99;
  font-size: 0.84rem;
}

.solution-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.solution-footer a {
  color: #b9bec8;
  text-decoration: none;
}

.solution-footer a:hover {
  color: #ffd27d;
}

/* Insurance-specific information architecture */
.insurance-subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.75rem;
}

.insurance-subnav a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 5px;
  color: #c7ccd4;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.insurance-subnav a:hover,
.insurance-subnav a[aria-current="page"] {
  border-color: rgba(240, 177, 74, 0.62);
  background: #15151d;
  color: #ffd27d;
}

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

.journey-card {
  min-height: 300px;
  display: grid;
  align-content: space-between;
  gap: 1.5rem;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: inherit;
  background: #101017;
  text-decoration: none;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.journey-card:hover {
  border-color: rgba(240, 177, 74, 0.5);
  background: #15151d;
  transform: translateY(-3px);
}

.journey-card-number {
  color: #f0b14a;
  font-size: 0.78rem;
  font-weight: 700;
}

.journey-card h3 {
  margin-top: 1.1rem;
  color: #f5f5f2;
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 600;
  line-height: 1.15;
}

.journey-card p {
  margin-top: 0.7rem;
  color: #9ba2ad;
  font-size: 0.9rem;
  line-height: 1.55;
}

.journey-card span:last-child {
  color: #ffd27d;
  font-size: 0.86rem;
  font-weight: 700;
}

.journey-visual {
  min-height: 354px;
  display: grid;
  align-content: space-between;
  gap: 1.75rem;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #101017;
}

.journey-visual h2 {
  max-width: 365px;
  color: #f5f5f2;
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.1;
}

.journey-visual-list {
  display: grid;
  gap: 0.65rem;
}

.journey-visual-list a {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 0.7rem;
  min-height: 52px;
  padding: 0.55rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #dce0e7;
  background: #15151d;
  font-size: 0.84rem;
  text-decoration: none;
  transition: border-color 180ms ease, color 180ms ease;
}

.journey-visual-list a:hover {
  border-color: rgba(240, 177, 74, 0.55);
  color: #ffd27d;
}

.journey-visual-list b {
  color: #f0b14a;
  font-size: 0.78rem;
}

.journey-visual-list small {
  color: #838b97;
  font-size: 0.75rem;
}

.journey-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.8fr);
  align-items: start;
  gap: 4rem;
}

.journey-detail-list {
  display: grid;
  gap: 0;
  margin-top: 2rem;
}

.journey-detail-list article {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 1rem;
  padding: 1.1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.journey-detail-list article:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.journey-detail-list b {
  color: #f0b14a;
  font-size: 0.85rem;
}

.journey-detail-list h3 {
  color: #f5f5f2;
  font-size: 1rem;
  line-height: 1.35;
}

.journey-detail-list p {
  margin-top: 0.3rem;
  color: #9ba2ad;
  font-size: 0.9rem;
  line-height: 1.55;
}

.journey-aside {
  padding: 1.5rem;
  border: 1px solid rgba(240, 177, 74, 0.32);
  border-radius: 8px;
  background: #101017;
}

.journey-aside h2 {
  margin-top: 0.75rem;
  color: #f5f5f2;
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.2;
}

.journey-aside p {
  margin-top: 0.75rem;
  color: #aeb4bf;
  font-size: 0.9rem;
  line-height: 1.6;
}

.journey-aside .solution-button {
  width: 100%;
  margin-top: 1.4rem;
}

.insurance-disclaimer {
  margin-top: 2rem;
  padding-left: 1rem;
  border-left: 2px solid rgba(240, 177, 74, 0.62);
  color: #9299a5;
  font-size: 0.82rem;
  line-height: 1.55;
}

@media (max-width: 1120px) {
  .nav.nav--solution .nav-links,
  .solutions-page .nav-links {
    display: none;
  }

  .nav.nav--solution .nav-toggle,
  .solutions-page .nav-toggle {
    display: inline-flex;
    flex-direction: column;
  }
}

@media (max-width: 960px) {
  .solution-hero-layout,
  .solution-media-grid,
  .journey-detail-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .solution-hero-visual {
    max-width: 680px;
  }

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

  .solution-flow-step:nth-child(3) {
    border-left: 1px solid rgba(255, 255, 255, 0.12);
  }

  .solution-flow-step:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

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

  .journey-card {
    min-height: 220px;
  }
}

@media (max-width: 760px) {
  .solution-shell {
    width: min(100% - 2rem, 1180px);
  }

  .solution-hero {
    padding: 8.5rem 0 4rem;
  }

  .solution-hero h1 {
    font-size: 3rem;
  }

  .solution-section {
    padding: 4.5rem 0;
  }

  .solution-section-title,
  .solution-cta-band h2 {
    font-size: 2.25rem;
  }

  .solution-facts,
  .solution-rail,
  .solution-explorer,
  .explorer-fallback,
  .solution-flow {
    grid-template-columns: 1fr;
  }

  .solution-rail-item,
  .solution-rail-item:first-child,
  .explorer-fallback article,
  .explorer-fallback article:first-child,
  .solution-flow-step,
  .solution-flow-step:first-child,
  .solution-flow-step:nth-child(3) {
    border-right: 0;
    border-left: 0;
  }

  .solution-rail-item,
  .explorer-fallback article,
  .solution-flow-step {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .solution-rail-item:last-child,
  .explorer-fallback article:last-child,
  .solution-flow-step:last-child {
    border-bottom: 0;
  }

  .explorer-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .explorer-tab {
    min-height: 100px;
    padding: 0.85rem;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 0;
  }

  .explorer-tab:last-child {
    border-right: 0;
  }

  .explorer-panel {
    min-height: 0;
    padding: 1.4rem;
  }

  .explorer-panel h3 {
    font-size: 1.85rem;
  }

  .explorer-list {
    grid-template-columns: 1fr;
  }

  .solution-cta-band-inner,
  .solution-footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .solution-hero h1 {
    font-size: 2.45rem;
  }

  .solution-hero-lede {
    font-size: 1rem;
  }

  .solution-actions,
  .solution-actions .solution-button {
    width: 100%;
  }

  .solution-product-frame,
  .journey-visual {
    min-height: 0;
    padding: 1rem;
  }

  .solution-product-title,
  .journey-visual h2 {
    font-size: 1.75rem;
  }

  .solution-product-row,
  .journey-visual-list a {
    grid-template-columns: 30px 1fr;
  }

  .solution-product-row small,
  .journey-visual-list small {
    display: none;
  }

  .solution-section-title,
  .solution-cta-band h2 {
    font-size: 1.9rem;
  }

  .explorer-tabs {
    display: block;
  }

  .explorer-tab {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .explorer-tab:last-child {
    border-bottom: 0;
  }

  .explorer-tab-caption {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .solutions-page *,
  .solutions-page *::before,
  .solutions-page *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
