:root {
  --c-bg: #ffffff;
  --c-text: #0f1720;
  --c-text-muted: #4a5b6a;
  --c-accent: #0ea5a4;
  --c-accent-2: #14b8a6;
  --c-accent-soft: #d9f2ef;
  --c-footer-bg: #2fa8a0;
  --c-line: #e4e9ee;

  --sol6v2-teal: #1CABA3;

  --sol6v2-tab-grad: linear-gradient(166.1deg, #19d2c7 3.9%, #1b5b58 134.32%);
  --sol6v2-tab-bg-idle: #f3f3f6;
  --font-sans: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  --font-serif: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  --font-mono: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  --font-mono-legacy: "JetBrains Mono", "Courier New", monospace;
  --sol-caption: #988f8b;
  --sol-h2: rgba(0, 0, 0, 0.8);
}

body {
  font-family: var(--font-sans);
  color: var(--c-text);
  background: transparent;
  overflow-x: hidden;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

.anchor-target {
  position: relative;
  top: -5.208vw;
  height: 0;
  overflow: hidden
}



.pl-diffuse-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background-color: #fafdfd;
  background-image:
    radial-gradient(ellipse 52.083vw 39.583vw at 8% 24%, color-mix(in srgb, var(--c-accent) 9%, transparent), transparent 62%),
    radial-gradient(ellipse 42.708vw 33.333vw at 20% 80%, color-mix(in srgb, var(--c-accent-2) 5%, transparent), transparent 58%),
    radial-gradient(circle min(70vw, 42.708vw) at 98% 42%, color-mix(in srgb, var(--c-accent) 4%, transparent), transparent 55%),
    radial-gradient(ellipse 65% 50% at 50% 100%, color-mix(in srgb, var(--c-accent-soft) 16%, #fff), transparent 52%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.pl-diffuse-blob {
  position: absolute;
  width: min(88vmin, 54.687vw);
  height: min(88vmin, 54.687vw);
  border-radius: 50%;
  transform: translate3d(-50%, -50%, 0);
  filter: blur(2.916vw);
  opacity: .48;
  will-change: transform;
  z-index: 1;
}

.pl-diffuse-blob.is-a {
  left: 12%;
  top: 24%;
  background: radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--c-accent) 34%, transparent) 0%, color-mix(in srgb, var(--c-accent) 8%, transparent) 40%, transparent 68%);
}

.pl-diffuse-blob.is-b {
  left: 86%;
  top: 38%;
  width: min(76vmin, 46.875vw);
  height: min(76vmin, 46.875vw);
  opacity: .4;
  filter: blur(2.708vw);
  background: radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--c-accent-2) 30%, transparent) 0%, color-mix(in srgb, var(--c-accent-2) 7%, transparent) 38%, transparent 65%);
}

.pl-diffuse-blob.is-c {
  left: 48%;
  top: 88%;
  width: min(82vmin, 51.041vw);
  height: min(82vmin, 51.041vw);
  opacity: .36;
  filter: blur(3.333vw);
  background: radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--c-accent-soft) 55%, transparent) 0%, color-mix(in srgb, var(--c-accent) 10%, transparent) 42%, transparent 62%);
}

.sol-page-wrap {
  position: relative;
  z-index: 1;
  isolation: isolate;
  overflow-x: clip;
  min-height: 0;
}

body.sol-planb-page .sol-page-wrap {
  overflow-x: clip
}


.page-main {
  padding-top: 4.687vw;
  position: relative;
  background: transparent;
  overflow-x: hidden;
}

.page-main--sol-planb {
  padding-top: 0
}

.sol-hero-shell {
  width: 100%;
  max-width: 100vw;
  margin: 0 auto;
  position: relative;
}

.sol-glow {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  opacity: .48;
  background: center/contain no-repeat;
}

.sol-glow.g1 {
  width: min(48.802vw, 90vw);
  aspect-ratio: 1;
  left: 50%;
  transform: translateX(calc(-50% - min(22.395vw, 28vw)));
  top: clamp(62.5vw, 68vw, 83.125vw)
}

.sol-glow.g2 {
  width: min(48.802vw, 90vw);
  aspect-ratio: 1;
  left: 50%;
  transform: translateX(calc(-50% + min(19.791vw, 25vw)));
  top: clamp(104.166vw, 112vw, 135.468vw)
}

.sol-glow.g3 {
  width: min(44.01vw, 82vw);
  aspect-ratio: 1;
  left: 50%;
  transform: translateX(calc(-50% + min(18.75vw, 24vw)));
  top: clamp(14.583vw, 22vw, 21.77vw)
}

.sol-hero-wrap {
  max-width: 100vw;
  margin: 0 auto;
  padding: 3.489vw 3.125vw 0;
}

.sol-hero-shell .sol-hero-wrap {
  max-width: none;
  margin: 0;
  padding: 0;
}

.sol-hero {
  position: relative;
  width: 100%;
  max-width: 93.75vw;
  margin: 0 auto;
  height: 30.416vw;
  border-radius: 2.604vw;
  overflow: hidden;
  background: #d9d9d9;
}

.sol-hero-shell .sol-hero {
  max-width: none;
  width: 100%;
  height: clamp(21.875vw, 46.875vw, 46.875vw);
  min-height: 0;
  border-radius: 0;
  background: #d9d9d9;
  overflow: hidden;
}

.sol-hero-shell .sol-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.sol-hero-shell .sol-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.sol-hero-shell .sol-hero-grad {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to top, rgba(28, 171, 163, 0.3) 0%, rgba(28, 171, 163, 0) 54.611%);
}

.sol-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(15, 23, 42, .18) 0%, transparent 28%, transparent 52%, rgba(15, 23, 42, .38) 100%);
}

.sol-hero-shell .sol-hero::after {
  display: none
}

.sol-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
}

.sol-hero-copy {
  position: absolute;
  left: 5.208vw;
  bottom: 5.208vw;
  top: auto;
  max-width: min(24.687vw, 90%);
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
  color: #ffffff;
  z-index: 2;
}

.sol-hero-shell .sol-hero-copy {
  left: 5.208vw;
  right: auto;
  top: auto;
  bottom: 5.208vw;
  max-width: min(47.864vw, calc(100% - 2.5vw));
  gap: 1.875vw;
  color: #ffffff;
  overflow: visible;
  z-index: 2;
}

.sol-hero-h {
  font-family: "Inter", var(--font-sans);
  font-weight: 500;
  font-size: clamp(1.458vw, 3.4vw, 3.333vw);
  line-height: 1.05;
  letter-spacing: .3.333vw;
  text-transform: uppercase;
}

.sol-hero-shell .sol-hero-h {
  font-family: "Inter", var(--font-sans);
  font-weight: 500;
  font-size: clamp(1.875vw, 3.33vw, 3.333vw);
  line-height: 2.083vw;
  letter-spacing: 0.033vw;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: none;
  margin: 0;
}

.sol-hero-sub {
  font-family: "Inter", var(--font-sans);
  font-weight: 400;
  font-size: clamp(0.937vw, 1.35vw, 1.25vw);
  line-height: 1.5;
  letter-spacing: .1.458vw;
}

.sol-hero-shell .sol-hero-sub {
  font-family: "Inter", var(--font-sans);
  font-size: clamp(0.833vw, 1.25vw, 1.25vw);
  line-height: 1.5;
  letter-spacing: 0.014vw;
  font-weight: 400;
  color: #ffffff;
  text-shadow: none;
  white-space: normal;
  max-width: none;
  margin: 0;
}


.sol-continuous-surface {
  position: relative;
  background: transparent;
}

.sol-section-pad {
  max-width: 100vw;
  margin: 0 auto;
  padding: 7.552vw 5.156vw 0;
  background: transparent;
}

.sol-main-head {
  text-align: center;
  max-width: 37.5vw;
  margin: 0 auto 3.541vw;
}

.sol-h-main {
  font-family: "Inter", var(--font-sans);
  font-weight: 500;
  font-size: 2.5vw;
  line-height: 1.4;
  letter-spacing: -0.133vw;
  color: var(--sol-h2);
  text-transform: capitalize;
  text-align: center;
  margin: 0 0 1.25vw;
}

.sol-main-lead {
  font-family: "Inter", var(--font-sans);
  font-weight: 400;
  font-size: 0.937vw;
  line-height: 1.4;
  color: #000000;
  text-align: center;
  margin: 0;
}

.sol-products-wrap {
  --sol-car-gap: 2.239vw;
  --sol-cols: 4;
  display: flex;
  align-items: center;
  gap: clamp(0.416vw, 2vw, 0.833vw);
  margin-bottom: 6.25vw;
  max-width: 100%;
}

.sol-car-btn {
  flex-shrink: 0;
  width: 2.291vw;
  height: 2.291vw;
  border-radius: 50%;
  border: 0.052vw solid var(--c-line);
  background: color-mix(in srgb, var(--c-bg) 92%, transparent);
  backdrop-filter: blur(0.416vw);
  cursor: pointer;
  display: grid;
  place-items: center;
  color: var(--c-text);
  transition: border-color .25s, color .25s, background .25s, box-shadow .25s, transform .2s, opacity .2s;
}

.sol-car-btn:hover:not(:disabled) {
  border-color: var(--c-accent);
  color: #fff;
  background: var(--c-accent);
  box-shadow: 0 0.416vw 1.145vw color-mix(in srgb, var(--c-accent) 28%, transparent);
  transform: scale(1.05);
}

.sol-car-btn:disabled {
  opacity: .32;
  cursor: not-allowed;
  transform: none
}

.sol-car-btn svg {
  display: block
}

.sol-products-viewport {
  flex: 1;
  min-width: 0;
  overflow: hidden;

  padding: 0.416vw 0.208vw 2.083vw;
  margin: -0.416vw -0.208vw 0;
  box-sizing: content-box;
}

.sol-products-track {
  display: flex;
  gap: var(--sol-car-gap);
  align-items: stretch;
  transition: transform .48s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.sol-pcard {
  flex: 0 0 calc((100% - (var(--sol-cols) - 1) * var(--sol-car-gap)) / var(--sol-cols));
  min-width: 0;
  border-radius: 0;
  transition: transform .38s cubic-bezier(0.22, 1, 0.36, 1), filter .38s ease;
  filter: drop-shadow(0 0.104vw 0.416vw rgba(15, 23, 32, .04));
}

.sol-pcard:hover {
  transform: translateY(-0.26vw);
  filter:
    drop-shadow(0 0.729vw 1.458vw rgba(14, 165, 164, .10)) drop-shadow(0 1.458vw 2.916vw rgba(15, 23, 32, .05));
}

.sol-pimg-mask {
  height: 12.916vw;
  width: 100%;
  max-width: 20.937vw;
  margin: 0 auto;
  background: #fff;
  border-radius: 1.041vw;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0.052vw 0 rgba(15, 23, 32, .06);
}

.sol-pimg-cover {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center bottom;
  background: #fff;
}

.sol-pcard-text {
  margin-top: 0.781vw;
  display: flex;
  flex-direction: column;
  gap: 0.781vw;
  max-width: 20.937vw;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.sol-ptitle {
  font-family: "Inter", "Noto Sans SC", var(--font-sans);
  font-weight: 500;
  font-size: 1.041vw;
  line-height: 1.041vw;
  min-height: 2.083vw;
  letter-spacing: 0.014vw;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

.sol-pdesc {
  font-family: "Inter", var(--font-sans);
  font-weight: 400;
  font-size: 0.937vw;
  line-height: 1.3;
  letter-spacing: -0.018vw;
  color: #696969;
  min-width: 0;
  overflow-wrap: anywhere;
  word-wrap: break-word;
}


.sol6v2-section {
  position: relative;
  isolation: isolate;
  overflow: clip;
  padding: clamp(5vw, 10vw, 7.708vw) 0 clamp(7.291vw, 15vw, 12.5vw);
  max-width: 100vw;
  margin: 0 auto;
  min-height: 0;
  background: transparent;
}

.sol6v2-glow {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  opacity: .48;
  width: min(35vw, 35vw);
  aspect-ratio: 1;
  background: center/contain no-repeat;
}

.sol6v2-glow.is-l {
  left: -14.2%;
  top: -16.9%;
}

.sol6v2-glow.is-r {
  left: 74.9%;
  top: 15.0%;
}

.sol6v2-deco {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .5;
  filter: saturate(1.06) contrast(1.02);
}

.sol6v2-deco img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block
}

.sol6v2-deco--1 {
  left: 12.5%;
  top: -2.5%;
  width: min(20.572vw, 20.6vw);
  aspect-ratio: 1;
  transform: rotate(24.24deg);
}

.sol6v2-deco--2 {
  left: 71.4%;
  top: -1.7%;
  width: min(29.687vw, 29.7vw);
  aspect-ratio: 1;
  transform: rotate(4.01deg);
}

.sol6v2-deco--3 {
  left: 34.5%;
  top: 83.6%;
  width: min(16.562vw, 16.6vw);
  aspect-ratio: 1;
  transform: rotate(-3.85deg);
}

.sol6v2-deco-float {
  width: 100%;
  height: 100%;
  animation: sol6v2Bob 16s ease-in-out infinite;
}

.sol6v2-deco--2 .sol6v2-deco-float {
  animation-duration: 19s;
  animation-delay: -3s
}

.sol6v2-deco--3 .sol6v2-deco-float {
  animation-duration: 21s;
  animation-delay: -5s
}

@keyframes sol6v2Bob {

  0%,
  100% {
    transform: translate(0, 0) rotate(0deg)
  }

  33% {
    transform: translate(1.458vw, -1.77vw) rotate(0.9deg)
  }

  66% {
    transform: translate(-1.145vw, 1.041vw) rotate(-0.75deg)
  }
}

@keyframes sol6v2ArrowNudge {

  0%,
  100% {
    transform: translateX(-0.104vw)
  }

  50% {
    transform: translateX(0.26vw)
  }
}


.sol6v2-inner {
  position: relative;
  z-index: 2;
  max-width: 100vw;
  margin: 0 auto;
  padding-left: 5.208vw;
  padding-right: 5.208vw;
  box-sizing: border-box;
}

.sol6v2-head {
  text-align: center;
  max-width: 35.416vw;
  margin: 0 auto 3.541vw;
}

.sol6v2-h {
  font-family: "Inter", var(--font-sans);
  font-weight: 500;
  font-size: clamp(1.666vw, 2.6vw, 2.5vw);
  line-height: 1.4;
  letter-spacing: -0.133vw;
  color: rgba(0, 0, 0, .8);
  text-transform: capitalize;
  margin-bottom: 1.25vw;
}

.sol6v2-lead {
  font-family: "Inter", var(--font-sans);
  font-weight: 400;
  font-size: 0.937vw;
  line-height: 1.302vw;
  color: #000000;
  margin: 0 auto;
}


.sol6v2-split {
  --sol6v2-tab-gap: 1.041vw;
  --sol6v2-car-h: 31.822vw;
  --sol6v2-tab-h: calc((var(--sol6v2-car-h) - 4 * var(--sol6v2-tab-gap)) / 5);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 3.75vw;
  max-width: 89.583vw;
  width: 100%;
  margin: 0 auto;
}

.sol6v2-nav {
  display: flex;
  flex-direction: column;
  gap: var(--sol6v2-tab-gap);
  flex: 0 0 29.01vw;
  width: 29.01vw;
  max-width: 29.01vw;
}

.sol6v2-tab {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: var(--sol6v2-tab-h);
  min-height: var(--sol6v2-tab-h);
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: left;
  font: inherit;
  text-decoration: none;
  color: #2f3b45;
  background: var(--sol6v2-tab-bg-idle);
  overflow: hidden;
  isolation: isolate;
  -webkit-clip-path: url(#sol6v2TabShape);
  clip-path: url(#sol6v2TabShape);
  box-shadow: none;
  transition: color .28s ease .08s;
}

.sol6v2-tab::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--sol6v2-tab-grad);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .52s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.sol6v2-tab:not(.is-active):not(.is-preview)::before {
  transition: none;
  transform: scaleX(0);
}

.sol6v2-tab.is-active {
  color: #fff;
  box-shadow: none;
  background: var(--sol6v2-tab-bg-idle);
}

.sol6v2-tab.is-preview {
  color: #fff;
  box-shadow: none;
  background: var(--sol6v2-tab-bg-idle);
}

.sol6v2-tab.is-active::before,
.sol6v2-tab.is-preview::before {
  transform: scaleX(1);
  transition: transform .52s cubic-bezier(0.22, 1, 0.36, 1);
}

.sol6v2-tab:not(.is-active):not(.is-preview):hover {
  background: #e8eaef
}

.sol6v2-tab:focus-visible {
  outline: 0.104vw solid var(--c-accent);
  outline-offset: 0.104vw;
}

.sol6v2-tab-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 1.458vw;
  padding: 0 2.083vw 0 1.627vw;
  width: 100%;
  min-width: 0;
  height: 100%;
}

.sol6v2-tab-ico {
  flex-shrink: 0;
  width: 2.5vw;
  height: 2.5vw;
  object-fit: contain;
  transition: filter .22s ease;
}

.sol6v2-tab.is-active .sol6v2-tab-ico,
.sol6v2-tab.is-preview .sol6v2-tab-ico {
  filter: brightness(0) invert(1) drop-shadow(0 0.052vw 0.052vw rgba(0, 0, 0, .1));
}

.sol6v2-tab.is-active .sol6v2-tab-label,
.sol6v2-tab.is-preview .sol6v2-tab-label {
  color: #fff;
}

.sol6v2-tab-more {
  position: absolute;
  z-index: 3;
  right: clamp(0.52vw, 2.4vw, 1.145vw);
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 1.145vw;
  height: 1.145vw;
  color: rgba(255, 255, 255, .95);
  opacity: 0;
  pointer-events: none;
  transition: opacity .26s ease;
}

.sol6v2-tab-more-svg {
  display: block;
  width: 0.937vw;
  height: 0.937vw;
  filter: drop-shadow(0 0.052vw 0.104vw rgba(0, 0, 0, .14));
}

.sol6v2-tab:not(.is-active):not(.is-preview) .sol6v2-tab-more {
  color: var(--sol6v2-teal);
}

.sol6v2-tab:not(.is-active):not(.is-preview) .sol6v2-tab-more-svg {
  filter: drop-shadow(0 0.052vw 0.052vw rgba(0, 0, 0, .06));
}

.sol6v2-tab.is-active .sol6v2-tab-more,
.sol6v2-tab.is-preview .sol6v2-tab-more {
  color: #fff;
}

.sol6v2-tab:hover .sol6v2-tab-more,
.sol6v2-tab:focus-visible .sol6v2-tab-more {
  opacity: 1;
}

.sol6v2-tab:hover .sol6v2-tab-more-svg,
.sol6v2-tab:focus-visible .sol6v2-tab-more-svg {
  animation: sol6v2ArrowNudge 1.2s ease-in-out infinite;
}

.sol6v2-tab-label {
  font-family: "Inter", var(--font-sans);
  font-weight: 500;
  font-size: 1.562vw;
  line-height: 1.927vw;
  letter-spacing: 0;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sol6v2-tab:not(.is-active):not(.is-preview) .sol6v2-tab-label {
  color: #402531;
}


.sol6v2-carousel {
  --sol6v2-peek-strip: 5.833vw;
  position: relative;
  margin: 0;
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 1.51vw;
  box-sizing: border-box;
  flex: 1 1 auto;
  min-width: 0;
}

.sol6v2-car-view {
  position: relative;
  flex: 0 0 auto;
  width: min(49.375vw, calc(100% - 5.833vw - 1.51vw));
  max-width: min(49.375vw, calc(100% - 5.833vw - 1.51vw));
  height: var(--sol6v2-car-h);
  max-height: var(--sol6v2-car-h);
  margin: 0;
  border-radius: 1.822vw;
  overflow: hidden;
  background: #0c1220;
  box-shadow: 0 0.833vw 2.083vw rgba(15, 23, 32, .09);
  container-type: inline-size;
  container-name: solcar;
}

.sol6v2-car-peek {
  flex: 0 0 5.833vw;
  width: 5.833vw;
  min-width: 5.833vw;
  height: var(--sol6v2-car-h);
  max-height: var(--sol6v2-car-h);
  border-radius: 1.822vw;
  overflow: hidden;
  background: #0c1220;
  box-shadow: 0 0.625vw 1.666vw rgba(15, 23, 32, .08);
}

.sol6v2-car-peek-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  display: block;
  pointer-events: none;
}

.sol6v2-car-track {
  display: flex;
  height: 100%;
  will-change: transform;
  transition: transform .48s cubic-bezier(0.22, 1, 0.36, 1);
}

.sol6v2-car-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
}

.sol6v2-car-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  pointer-events: none;

  flex-shrink: 0;
}

.sol6v2-car-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 2.291vw;
  height: 2.291vw;
  border: 0;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  display: grid;
  place-items: center;
  color: #0f1720;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 0.208vw 0.937vw rgba(0, 0, 0, .12);
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s ease, background .22s, color .22s, box-shadow .22s, transform .2s;
}

.sol6v2-car-arrow:hover {
  background: var(--c-accent);
  color: #fff;
  box-shadow: 0 0.416vw 1.145vw color-mix(in srgb, var(--c-accent) 32%, transparent);
}

.sol6v2-car-arrow--prev {
  left: 0.729vw
}

.sol6v2-car-arrow--next {
  right: 0.729vw
}

.sol6v2-carousel.is-ui-hover .sol6v2-car-arrow,
.sol6v2-carousel:focus-within .sol6v2-car-arrow {
  opacity: 1;
  pointer-events: auto;
}

.sol6v2-car-dots {
  position: absolute;
  left: 50%;
  bottom: 1.562vw;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 0.52vw;
  padding: 0.312vw 0.625vw;
  border-radius: 52.031vw;
  background: rgba(15, 23, 32, .35);
  backdrop-filter: blur(0.312vw);
}

.sol6v2-car-dot {
  width: 0.416vw;
  height: 0.416vw;
  padding: 0;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  background: rgba(255, 255, 255, .38);
  box-shadow: none;
  transition: transform .2s, background .2s, width .2s, height .2s;
}

.sol6v2-car-dot:hover {
  background: rgba(255, 255, 255, .68)
}

.sol6v2-car-dot.is-active {
  width: 0.52vw;
  height: 0.52vw;
  background: var(--sol6v2-teal);
  transform: none;
  box-shadow: none;
}

@media (max-width: 1149px) {
  .sol-hero-wrap {
    padding: 0;
  }

  .sol-section-pad {
    padding-left: clamp(20px, 4vw, 48px);
    padding-right: clamp(20px, 4vw, 48px);
  }

  .sol6v2-inner {
    padding-left: clamp(20px, 4vw, 48px);
    padding-right: clamp(20px, 4vw, 48px);
  }

  .sol6v2-split {
    flex-direction: column;
    align-items: stretch;
    gap: clamp(32px, 5vw, 48px);
    max-width: min(680px, 100%);
    margin: 0 auto;
  }

  .sol6v2-nav {
    flex: none;
    width: 100%;
    max-width: none;
  }

  .sol6v2-tab {
    height: clamp(64px, 8vw, 80px);
    min-height: clamp(64px, 8vw, 80px);
  }

  .sol6v2-tab-label {
    font-size: clamp(18px, 2.4vw, 26px);
    line-height: 1.2;
  }

  .sol6v2-tab-ico {
    width: clamp(32px, 4vw, 40px);
    height: clamp(32px, 4vw, 40px);
  }

  .sol6v2-carousel {
    flex-direction: column;
    gap: 0;
    justify-content: flex-start;
  }

  .sol6v2-car-peek {
    display: none;
  }

  .sol6v2-car-view {
    flex: none;
    width: 100%;
    max-width: none;
    height: auto;
    max-height: min(68vh, 520px);
    aspect-ratio: 1102 / 715;
  }

  .sol6v2-glow.is-r {
    left: auto;
    right: -12%;
  }
}

@media (max-width: 768px) {
  :root {
    --sol6v2-tab-grad: linear-gradient(166.1deg, #19d2c7 3.9%, #1b5b58 134.32%);
    --sol-section-pad-x: clamp(16px, 5vw, 24px);
  }

  html {
    scroll-padding-top: 72px;
  }

  .anchor-target {
    top: -72px;
  }

  img {
    max-width: 100%;
  }

  .pl-diffuse-bg {
    background-image:
      radial-gradient(ellipse 450px 260px at 92% 18%, rgba(134, 247, 240, .12), transparent 58%),
      radial-gradient(ellipse 500px 380px at 8% 24%, color-mix(in srgb, var(--c-accent) 9%, transparent), transparent 62%),
      radial-gradient(ellipse 410px 320px at 20% 80%, color-mix(in srgb, var(--c-accent-2) 5%, transparent), transparent 58%),
      radial-gradient(circle min(70vw, 410px) at 98% 42%, color-mix(in srgb, var(--c-accent) 4%, transparent), transparent 55%),
      radial-gradient(ellipse min(96vw, 700px) min(42vh, 260px) at 50% 100%, color-mix(in srgb, var(--c-accent-soft) 22%, #fff), transparent 58%);
    background-size: 100% 100%;
  }

  .pl-diffuse-blob {
    width: min(88vmin, 525px);
    height: min(88vmin, 525px);
    filter: blur(28px);
  }

  .pl-diffuse-blob.is-b {
    width: min(76vmin, 450px);
    height: min(76vmin, 450px);
    filter: blur(26px);
  }

  .pl-diffuse-blob.is-c {
    width: min(82vmin, 490px);
    height: min(82vmin, 490px);
    filter: blur(32px);
  }

  .page-main {
    padding-top: 72px;
  }

  .sol-glow {
    opacity: .28;
  }

  .sol-glow.g1,
  .sol-glow.g2 {
    display: none;
  }

  .sol-glow.g3 {
    width: min(420px, 88vw);
    top: clamp(180px, 48vw, 320px);
    transform: translateX(-50%);
  }

  .sol-hero-wrap {
    max-width: none;
    padding: 0;
  }

  .sol-hero-shell .sol-hero-wrap {
    padding: 0;
  }

  .sol-hero-shell .sol-hero {
    width: 100%;
    height: clamp(280px, 75vw, 420px);
    min-height: 280px;
    border-radius: 0;
  }

  .sol-hero-shell .sol-hero-bg {
    object-position: center 42%;
  }

  .sol-hero-shell .sol-hero-copy {
    left: var(--sol-section-pad-x);
    right: var(--sol-section-pad-x);
    bottom: clamp(20px, 6vw, 36px);
    top: auto;
    max-width: none;
    width: auto;
    gap: 10px;
  }

  .sol-hero-shell .sol-hero-h {
    font-size: clamp(22px, 6.2vw, 32px);
    line-height: 1.12;
    letter-spacing: .02em;
  }

  .sol-hero-shell .sol-hero-sub {
    font-size: clamp(13px, 3.6vw, 16px);
    line-height: 1.55;
    letter-spacing: .01em;
  }

  .sol-hero-sub br {
    display: none;
  }

  .sol-section-pad {
    max-width: none;
    padding: clamp(56px, 14vw, 80px) var(--sol-section-pad-x) 0;
  }

  .sol-main-head {
    max-width: none;
    margin: 0 auto clamp(32px, 8vw, 48px);
  }

  .sol-h-main {
    font-size: clamp(26px, 6.5vw, 36px);
    letter-spacing: -.04em;
    margin: 0 0 14px;
  }

  .sol-main-lead {
    font-size: 14px;
    line-height: 1.65;
  }

  .sol-main-lead br {
    display: none;
  }

  .sol-products-wrap {
    --sol-car-gap: 16px;
    gap: 6px;
    margin-bottom: clamp(72px, 18vw, 96px);
  }

  .sol-car-btn {
    width: 40px;
    height: 40px;
    border-width: 1px;
    backdrop-filter: blur(8px);
  }

  .sol-products-viewport {
    padding: 8px 2px 24px;
    margin: -8px -2px 0;
  }

  .sol-pcard {
    flex: 0 0 calc((100% - (var(--sol-cols) - 1) * var(--sol-car-gap)) / var(--sol-cols));
  }

  .sol-pimg-mask {
    height: clamp(180px, 48vw, 248px);
    max-width: none;
    border-radius: 16px;
  }

  .sol-pcard-text {
    margin-top: 12px;
    gap: 10px;
    max-width: none;
  }

  .sol-ptitle {
    font-size: clamp(16px, 4.2vw, 20px);
    line-height: 1.25;
    min-height: 0;
    letter-spacing: 0;
  }

  .sol-pdesc {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0;
  }

  .sol6v2-section {
    padding: clamp(64px, 16vw, 96px) 0 clamp(80px, 20vw, 120px);
    max-width: none;
  }

  .sol6v2-glow {
    width: min(320px, 72vw);
    opacity: .32;
  }

  .sol6v2-glow.is-l {
    left: -18%;
    top: -8%;
  }

  .sol6v2-glow.is-r {
    left: auto;
    right: -16%;
    top: 12%;
  }

  .sol6v2-deco--1,
  .sol6v2-deco--2 {
    opacity: .28;
    width: min(160px, 38vw);
  }

  .sol6v2-deco--3 {
    opacity: .22;
    width: min(140px, 34vw);
  }

  .sol6v2-inner {
    max-width: none;
    padding-left: var(--sol-section-pad-x);
    padding-right: var(--sol-section-pad-x);
  }

  .sol6v2-head {
    max-width: none;
    margin: 0 auto clamp(28px, 7vw, 40px);
  }

  .sol6v2-h {
    font-size: clamp(26px, 6.5vw, 36px);
    letter-spacing: -.04em;
    margin-bottom: 14px;
  }

  .sol6v2-lead {
    font-size: 14px;
    line-height: 1.65;
  }

  .sol6v2-split {
    --sol6v2-tab-gap: 10px;
    flex-direction: column;
    align-items: stretch;
    gap: clamp(24px, 6vw, 36px);
    max-width: none;
  }

  .sol6v2-nav {
    flex: none;
    width: 100%;
    max-width: none;
  }

  .sol6v2-tab {
    height: clamp(56px, 14vw, 72px);
    min-height: clamp(56px, 14vw, 72px);
  }

  .sol6v2-tab-inner {
    gap: clamp(10px, 3vw, 16px);
    padding: 0 clamp(14px, 4vw, 20px) 0 clamp(12px, 3.5vw, 16px);
  }

  .sol6v2-tab-ico {
    width: clamp(28px, 7vw, 36px);
    height: clamp(28px, 7vw, 36px);
  }

  .sol6v2-tab-more {
    opacity: 1;
    right: clamp(10px, 3vw, 16px);
    width: 20px;
    height: 20px;
  }

  .sol6v2-tab-more-svg {
    width: 16px;
    height: 16px;
  }

  .sol6v2-tab-label {
    font-size: clamp(14px, 3.8vw, 18px);
    line-height: 1.2;
    white-space: nowrap;
  }

  .sol6v2-carousel {
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    min-width: 0;
  }

  .sol6v2-car-peek {
    display: none;
  }

  .sol6v2-car-view {
    flex: none;
    width: 100%;
    max-width: none;
    height: auto;
    max-height: min(56vh, 420px);
    aspect-ratio: 1102 / 715;
    border-radius: clamp(16px, 4.5vw, 24px);
    box-shadow: 0 12px 32px rgba(15, 23, 32, .09);
  }

  .sol6v2-car-arrow {
    opacity: 1;
    pointer-events: auto;
    width: 36px;
    height: 36px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .14);
  }

  .sol6v2-car-arrow--prev {
    left: 10px;
  }

  .sol6v2-car-arrow--next {
    right: 10px;
  }

  .sol6v2-car-dots {
    bottom: clamp(12px, 3.5vw, 20px);
    gap: 8px;
    padding: 5px 10px;
  }

  .sol6v2-car-dot {
    width: 7px;
    height: 7px;
  }

  .sol6v2-car-dot.is-active {
    width: 9px;
    height: 9px;
  }
}

@media (max-width: 768px) and (prefers-reduced-motion: reduce) {
  .pl-diffuse-blob {
    filter: blur(28px);
    opacity: .32;
  }

  .sol6v2-deco-float {
    animation: none;
  }

  .sol6v2-tab:hover .sol6v2-tab-more-svg,
  .sol6v2-tab:focus-visible .sol6v2-tab-more-svg {
    animation: none;
  }

  .sol-products-track,
  .sol-pcard,
  .sol6v2-car-track {
    transition-duration: .01ms !important;
  }

  .sol-pcard:hover {
    transform: none;
    filter: none;
  }
}