:root {
  --green: #008c38;
  --green-bright: #13db63;
  --page: #eaeaea;
  --ink: #000;
  --design-width: 1920;
  --design-height: 14509px;
  --design-scale: 1;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--page);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  background: var(--page);
  color: var(--ink);
  font-family: "Poppins", Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  margin: 0;
  border: 0;
  padding: 0;
  font: inherit;
}

img {
  display: block;
}

.scroll-content {
  position: relative;
  width: 100%;
  background: var(--page);
}

.frame-shell {
  position: relative;
  width: 100vw;
  height: calc(var(--design-height) * var(--design-scale));
  overflow: hidden;
  background: var(--page);
}

.design-frame {
  position: absolute;
  left: 0;
  top: 0;
  width: 1920px;
  height: var(--design-height);
  overflow: hidden;
  transform: scale(var(--design-scale));
  transform-origin: 0 0;
  background: var(--page);
}

.abs {
  position: absolute;
}

.fill-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.section-bg {
  position: absolute;
  left: 0;
  width: 1920px;
  background: var(--page);
}

.section-title {
  position: absolute;
  left: 50%;
  width: 1398px;
  margin: 0;
  transform: translateX(-50%);
  color: #000;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-transform: capitalize;
}

.green-line {
  position: absolute;
  left: 50%;
  width: 80px;
  height: 4px;
  transform: translateX(-50%);
  background: var(--green);
}

.reveal {
  opacity: 0;
  filter: blur(14px);
  transition:
    opacity 900ms var(--ease),
    filter 900ms var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  filter: blur(0);
}

.hero {
  position: absolute;
  left: 0;
  top: -1px;
  width: 1920px;
  height: 1000px;
  overflow: hidden;
}

.hero-title {
  left: 120px;
  top: 370px;
  margin: 0;
  color: #121212;
  font-size: 75px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
  white-space: nowrap;
}

.hero-subtitle {
  left: 120px;
  top: 476px;
  width: 631px;
  margin: 0;
  color: rgba(18, 18, 18, 0.8);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: capitalize;
}

.figma-pill {
  width: 248px;
  height: 68px;
  display: flex;
  align-items: center;
  border: 1px solid var(--green);
  border-radius: 100px;
  color: #000;
  background: transparent;
}

.figma-pill span {
  position: absolute;
  left: 32px;
  top: 19px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: capitalize;
  white-space: nowrap;
}

.figma-pill i {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: var(--green);
}

.figma-pill i::after {
  content: "";
  position: absolute;
  left: 28px;
  top: 27px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.figma-pill:hover i {
  background: #00a543;
}

.hero .figma-pill {
  left: 120px;
  top: 560px;
}

.figma-header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
  width: 1920px;
  height: 80px;
  color: #fff;
}

.header-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 1920px;
  height: 80px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.header-logo {
  position: absolute;
  left: 191px;
  top: 9px;
  width: 142px;
  height: 62px;
  overflow: hidden;
}

.header-logo img {
  position: absolute;
  left: -40.05%;
  top: -68.25%;
  width: 180.11%;
  height: 236.51%;
  max-width: none;
}

.header-nav a {
  position: absolute;
  top: 28px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
  transition: color 220ms ease;
}

.header-nav a:hover {
  color: var(--green-bright);
}

.nav-about {
  left: 712px;
}

.nav-products {
  left: 883px;
}

.nav-partners {
  left: 1015px;
}

.nav-support {
  left: 1143px;
}

.search-icon {
  position: absolute;
  left: 1502px;
  top: 26px;
  width: 29px;
  height: 29px;
  background: transparent;
  cursor: pointer;
  transform: rotate(-45deg);
}

.search-icon img {
  width: 17px;
  height: 24px;
  max-width: none;
}

.lang-chip,
.touch-chip {
  position: absolute;
  top: 15px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  line-height: normal;
  text-transform: capitalize;
  white-space: nowrap;
}

.lang-chip {
  left: 1568px;
  padding: 0 24px;
  background: #373737;
}

.touch-chip {
  left: 1646px;
  gap: 6px;
  padding: 0 24px;
  background: var(--green);
  border: 1px solid #1dd366;
}

.touch-chip img {
  width: 12px;
  height: 12px;
}

.overview {
  top: 999px;
  height: 1681px;
}

.overview-title {
  top: 160px;
}

.overview-copy {
  position: absolute;
  left: 50%;
  top: 252px;
  width: 940px;
  margin: 0;
  transform: translateX(-50%);
  color: #000;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  text-transform: capitalize;
}

.overview-note {
  position: absolute;
  left: 50%;
  top: 365px;
  width: 1126px;
  margin: 0;
  transform: translateX(-50%);
  color: #737373;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  text-transform: capitalize;
}

.overview-line {
  top: 429px;
}

.feature-card {
  position: absolute;
  overflow: hidden;
  border-radius: 10px;
  background: #102027;
  color: #fff;
  cursor: pointer;
  text-align: left;
  transition:
    filter 520ms var(--ease);
}

.feature-card:hover,
.feature-card.is-hovered {
  filter: brightness(1.06);
}

.feature-card:focus-visible {
  outline: 4px solid rgba(0, 140, 56, 0.45);
  outline-offset: 4px;
}

.feature-card img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  pointer-events: none;
  transform: scale(1);
  transition: transform 620ms var(--ease);
  transform-origin: center;
}

.feature-card:hover img,
.feature-card.is-hovered img,
.feature-card:focus-visible img {
  transform: scale(1.06);
}

.feature-card span {
  position: absolute;
  left: 32px;
  bottom: 28px;
  width: 292px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
}

.card-arrow {
  position: absolute;
  right: 24px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.34);
  transition:
    background 220ms ease,
    transform 220ms ease;
}

.card-arrow::after {
  content: "";
  position: absolute;
  left: 14px;
  top: 12px;
  width: 11px;
  height: 11px;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: rotate(45deg);
}

.feature-card:hover .card-arrow,
.feature-card.is-hovered .card-arrow,
.feature-card:focus-visible .card-arrow {
  background: var(--green);
  transform: scale(1.08);
}

.card-integrated,
.card-safety,
.card-vpp,
.card-storage {
  width: 765px;
  height: 368px;
}

.card-ai,
.card-ems,
.card-ev {
  width: 500px;
  height: 368px;
}

.card-integrated {
  left: 180px;
  top: 517px;
}

.card-safety {
  left: 975px;
  top: 517px;
}

.card-ai {
  left: 180px;
  top: 915px;
}

.card-ems {
  left: 710px;
  top: 915px;
}

.card-ev {
  left: 1240px;
  top: 915px;
}

.card-vpp {
  left: 180px;
  top: 1313px;
}

.card-storage {
  left: 975px;
  top: 1313px;
}

.card-ems span,
.card-ai span,
.card-vpp span {
  bottom: 30px;
}

.card-vpp span {
  width: 560px;
}

.card-ev span,
.card-storage span {
  bottom: 28px;
}

.integrated {
  top: 2680px;
  height: 1448px;
}

.integrated-title {
  top: 160px;
}

.integrated-line {
  top: 344px;
}

.integrated-panel {
  left: 0;
  top: 448px;
  width: 1920px;
  height: 1000px;
  max-width: none;
  object-fit: cover;
}

.safety {
  top: 4128px;
  height: 1421px;
}

.safety-title {
  top: 160px;
}

.safety-line {
  top: 272px;
}

.safety-icons {
  position: absolute;
  left: 320px;
  top: 376px;
  width: 1280px;
  display: flex;
  gap: 20px;
}

.safety-icons button {
  position: relative;
  width: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: #000;
  cursor: pointer;
  transition:
    transform 220ms ease,
    color 220ms ease;
}

.safety-icons button:hover {
  transform: translateY(-4px);
}

.safety-icons button::before {
  content: "";
  position: absolute;
  left: 60px;
  top: 0;
  z-index: 1;
  width: 120px;
  height: 120px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 120px 120px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.safety-icons button[data-safety-tab="cell"]::before {
  background-image: url("assets/product-detail/combi-figma/safety-selected-cell.svg?v=20260701-fix-8");
}

.safety-icons button[data-safety-tab="dc"]::before {
  background-image: url("assets/product-detail/combi-figma/safety-selected-dc.svg?v=20260701-fix-8");
}

.safety-icons button[data-safety-tab="valve"]::before {
  background-image: url("assets/product-detail/combi-figma/safety-selected-valve.svg?v=20260701-fix-8");
}

.safety-icons button[data-safety-tab="aerosol"]::before {
  background-image: url("assets/product-detail/combi-figma/safety-selected-aerosol.svg?v=20260701-fix-8");
}

.safety-icons button[data-safety-tab="insulation"]::before {
  background-image: url("assets/product-detail/combi-figma/safety-selected-insulation.svg?v=20260701-fix-8");
}

.safety-icons button.active::before {
  opacity: 1;
}

.safety-icons button:focus-visible {
  outline: 3px solid rgba(0, 140, 56, 0.36);
  outline-offset: 8px;
  border-radius: 12px;
}

.safety-icons img {
  width: 120px;
  height: 120px;
  max-width: none;
  object-fit: cover;
  transition: opacity 180ms ease;
}

.safety-icons button.active img {
  opacity: 0;
}

.safety-icons p {
  min-width: 240px;
  margin: 0;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  text-transform: capitalize;
}

.safety-icons .active p {
  color: var(--green);
}

.safety-main {
  left: 0;
  top: 610px;
  width: 1920px;
  height: 720px;
  overflow: hidden;
  opacity: 1;
  transition:
    opacity 280ms ease,
    transform 520ms var(--ease),
    filter 520ms var(--ease);
}

.safety-main img {
  position: absolute;
  max-width: none;
  pointer-events: none;
}

.safety-main[data-safety-variant="cell"] img {
  left: 0;
  top: 0;
  width: 1920px;
  height: 720px;
  object-fit: cover;
}

.safety-main[data-safety-variant="dc"] img {
  left: 0;
  top: 0;
  width: 1920px;
  height: 720px;
  object-fit: cover;
}

.safety-main[data-safety-variant="valve"] img {
  left: 0;
  top: 0;
  width: 1920px;
  height: 720px;
  object-fit: cover;
}

.safety-main[data-safety-variant="aerosol"] img {
  left: 0;
  top: 0;
  width: 1920px;
  height: 720px;
  object-fit: cover;
}

.safety-main[data-safety-variant="insulation"] img {
  left: 0;
  top: 0;
  width: 1920px;
  height: 720px;
  object-fit: cover;
}

.safety-heading {
  left: 1080px;
  top: 851px;
  margin: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
  white-space: nowrap;
}

.safety-kicker {
  left: 1080px;
  top: 915px;
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
  white-space: nowrap;
}

.safety-copy {
  left: 1080px;
  top: 976px;
  width: 612px;
  margin: 0;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  text-align: justify;
  text-transform: capitalize;
}

.safety-dots {
  left: 910px;
  top: 1398px;
  width: 100px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.safety-dots span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #bfbfbf;
}

.safety-dots span.active {
  background: #000;
}

.ai {
  top: 5549px;
  height: 1376px;
}

.ai-title {
  top: 160px;
}

.ai-line {
  top: 272px;
}

.ai-panel {
  left: 0;
  top: 376px;
  width: 1920px;
  height: 1000px;
  max-width: none;
  object-fit: cover;
}

.ai-heading {
  left: 50%;
  top: 1125px;
  margin: 0;
  transform: translateX(-50%);
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-transform: capitalize;
  white-space: nowrap;
}

.ai-kicker {
  left: 50%;
  top: 1183px;
  margin: 0;
  transform: translateX(-50%);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-transform: capitalize;
  white-space: nowrap;
}

.ai-copy {
  left: 50%;
  top: 1232px;
  width: 516px;
  margin: 0;
  transform: translateX(-50%);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  text-transform: capitalize;
}

.savings {
  top: 6921px;
  height: 1176px;
}

.savings-title {
  top: 160px;
}

.savings-line {
  top: 272px;
}

.savings-panel {
  left: 180px;
  top: 376px;
  width: 1560px;
  height: 800px;
  border-radius: 10px;
  max-width: none;
  object-fit: cover;
}

.savings-tabs {
  position: absolute;
  left: 255px;
  top: 603px;
  width: 432px;
  height: 360px;
}

.savings-tab {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #000;
  cursor: pointer;
  text-align: left;
  transition:
    width 260ms var(--ease),
    height 260ms var(--ease),
    top 260ms var(--ease),
    border-radius 260ms var(--ease),
    background 260ms ease,
    transform 220ms ease;
}

.savings-tab:hover {
  transform: translateY(-3px);
}

.savings-tab:focus-visible {
  outline: 3px solid rgba(0, 140, 56, 0.36);
  outline-offset: 4px;
}

.savings-tab {
  left: 0;
}

.savings-tab:not(.is-active) {
  left: 0;
  width: 248px;
  height: 59px;
  padding: 0 32px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.4);
  font-size: 24px;
  line-height: 1.2;
}

.savings-tab.is-active {
  left: 0;
  width: 432px;
  height: 200px;
  align-items: flex-start;
  padding: 16px 32px;
  border-radius: 10px;
  background: #ffffffc2;
}

.savings-tab b {
  position: relative;
  width: 20px;
  height: 20px;
  flex: none;
  border-radius: 50%;
  background: #fff;
}

.savings-tab.is-active b {
  margin-top: 5px;
}

.savings-tab b::before,
.savings-tab b::after {
  content: "";
  position: absolute;
  left: 3.5px;
  top: 9.5px;
  width: 13px;
  height: 1px;
  border-radius: 10px;
  background: var(--green);
}

.savings-tab b::after {
  transform: rotate(90deg);
}

.savings-tab.is-active b::after {
  opacity: 0;
}

.savings-tab span {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: capitalize;
  white-space: nowrap;
}

.savings-tab[data-savings-tab="ems"] {
  top: 0;
}

.savings-tab[data-savings-tab="ev"] {
  top: 71px;
}

.savings-tab[data-savings-tab="vpp"] {
  top: 142px;
}

.savings-tab small {
  display: none;
}

.savings-tab.is-active small {
  position: absolute;
  left: 32px;
  top: 65px;
  width: 368px;
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-align: justify;
  text-transform: capitalize;
}

.savings-panel {
  transition:
    opacity 280ms ease,
    filter 520ms var(--ease);
}

.savings-panel.is-switching {
  opacity: 0;
}

.vpp-note p {
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: capitalize;
}

.vpp-note small {
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-align: justify;
  text-transform: capitalize;
}

.energy {
  top: 8097px;
  height: 973px;
}

.energy-title {
  top: 160px;
}

.energy-line {
  top: 272px;
}

.energy-card {
  position: absolute;
  top: 376px;
  width: 432px;
  height: 597px;
  overflow: hidden;
  border-radius: 4px;
}

.energy-card-1 {
  left: 51px;
}

.energy-card-2 {
  left: 513px;
}

.energy-card-3 {
  left: 975px;
}

.energy-card-4 {
  left: 1437px;
}

.energy-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 432px;
  height: 354px;
  max-width: none;
  object-fit: cover;
}

.energy-bottom {
  position: absolute;
  left: 0;
  top: 354px;
  width: 432px;
  height: 243px;
  max-width: none;
}

.energy-card h3 {
  position: absolute;
  left: 32px;
  top: 404px;
  width: 368px;
  margin: 0;
  color: #000;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-transform: capitalize;
}

.energy-card p {
  position: absolute;
  left: 32px;
  top: 492px;
  width: 368px;
  margin: 0;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  text-transform: capitalize;
}

.app {
  top: 9070px;
  height: 979px;
}

.app-bg {
  left: 0;
  top: 160px;
  width: 1920px;
  height: 819px;
  max-width: none;
  object-fit: cover;
  object-position: 50% calc(50% + 14px);
}

.app-title {
  left: 180px;
  top: 365px;
  margin: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
  white-space: nowrap;
}

.app-copy {
  left: 180px;
  top: 430px;
  width: 612px;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: capitalize;
}

.store-button {
  position: absolute;
  left: 180px;
  width: 282px;
  height: 80px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background: rgba(164, 164, 164, 0.26);
}

.store-button img {
  position: absolute;
  left: 32px;
  width: 32px;
  height: 32px;
}

.store-button span {
  position: absolute;
  color: #000;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: capitalize;
  white-space: nowrap;
}

.app-store {
  top: 703px;
}

.app-store span {
  left: 133px;
}

.google-play {
  top: 803px;
}

.google-play span {
  left: 106px;
}

.qr-ios,
.qr-android {
  top: 703px;
  width: 149px;
  height: 149px;
  max-width: none;
}

.qr-ios {
  left: 542px;
}

.qr-android {
  left: 731px;
}

.qr-label-ios,
.qr-label-android {
  top: 862px;
  margin: 0;
  transform: translateX(-50%);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  text-transform: capitalize;
}

.qr-label-ios {
  left: 616.5px;
}

.qr-label-android {
  left: 805.5px;
}

.documents {
  top: 10049px;
  height: 592px;
}

.documents-title {
  top: 160px;
}

.documents-line {
  top: 272px;
}

.doc-buttons {
  position: absolute;
  left: 386px;
  top: 376px;
  width: 1148px;
  display: grid;
  grid-template-columns: repeat(3, 296px);
  grid-auto-rows: 68px;
  gap: 80px 130px;
}

.doc-buttons a {
  position: relative;
  display: block;
  width: 296px;
  height: 68px;
  border: 1px solid var(--green);
  border-radius: 100px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  text-transform: capitalize;
}

.doc-buttons span {
  position: absolute;
  left: 0;
  right: 68px;
  top: 19px;
}

.doc-buttons i {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: var(--green);
}

.doc-buttons i::after {
  content: "";
  position: absolute;
  left: 28px;
  top: 27px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.products {
  top: 10641px;
  height: 964px;
}

.products-title {
  top: 160px;
}

.products-line {
  top: 272px;
}

.related-card {
  position: absolute;
  top: 376px;
  width: 430px;
  height: 588px;
  border-radius: 10px;
  background: #f1f1f1;
}

.related-pro {
  left: 500px;
}

.related-base {
  left: 990px;
}

.related-card img {
  position: absolute;
  max-width: none;
  object-fit: contain;
}

.related-pro img {
  left: 134px;
  top: 65px;
  width: 194px;
  height: 338px;
}

.related-base img {
  left: 108px;
  top: 60px;
  width: 246px;
  height: 348px;
}

.related-card p {
  position: absolute;
  left: 0;
  right: 0;
  top: 474px;
  margin: 0;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  text-transform: capitalize;
}

.album {
  top: 11605px;
  height: 1524px;
}

.album-title {
  top: 160px;
}

.album-line {
  top: 272px;
}

.album-img {
  position: absolute;
  left: 180px;
  top: 376px;
  width: 1560px;
  height: 860px;
  border-radius: 10px;
  max-width: none;
  object-fit: cover;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  will-change: transform, opacity, filter;
  transition:
    transform 520ms var(--ease),
    opacity 520ms var(--ease),
    filter 520ms var(--ease);
}

.album-img.is-current {
  opacity: 1;
  filter: brightness(1);
  transform: translate3d(0, 0, 0);
}

.album-img.is-prev {
  opacity: 1;
  filter: brightness(0.86);
  transform: translate3d(-1620px, 0, 0);
}

.album-img.is-next {
  opacity: 1;
  filter: brightness(0.72);
  transform: translate3d(1620px, 0, 0);
}

.album-img.is-hidden-left {
  opacity: 0;
  transform: translate3d(-3240px, 0, 0);
}

.album-img.is-hidden-right {
  opacity: 0;
  transform: translate3d(3240px, 0, 0);
}

.album-controls {
  position: absolute;
  left: 879px;
  top: 1296px;
  width: 162px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  border-radius: 100px;
  background: #fff;
}

.album-controls button {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #f4f4f4;
  cursor: pointer;
  overflow: hidden;
  transition:
    background 180ms ease,
    opacity 180ms ease,
    transform 180ms ease;
}

.album-controls button:hover {
  background: var(--green);
  transform: scale(1.04);
}

.album-controls button:disabled {
  cursor: default;
  opacity: 0.42;
  transform: none;
}

.album-controls button:disabled:hover {
  background: #f4f4f4;
}

.album-control-bg {
  display: none;
}

.album-control-arrow {
  position: absolute;
  left: 22px;
  top: 24.5px;
  width: 12px;
  height: 7px;
  max-width: none;
  pointer-events: none;
  transition: filter 180ms ease;
}

.album-controls button:hover .album-control-arrow {
  filter: brightness(0) invert(1);
}

.album-controls button:disabled:hover .album-control-arrow {
  filter: none;
}

.album-control-prev .album-control-arrow {
  transform: rotate(90deg);
}

.album-control-next .album-control-arrow {
  transform: rotate(-90deg);
}

.experience {
  position: absolute;
  left: 0;
  top: 13129px;
  width: 1920px;
  height: 695px;
}

.experience-bg {
  position: absolute;
  inset: 0;
  background: #f7f6f4;
}

.experience-title {
  position: absolute;
  left: 50%;
  top: 100px;
  width: 1398px;
  margin: 0;
  transform: translateX(-50%);
  font-size: 68px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  text-transform: capitalize;
}

.experience-copy {
  position: absolute;
  left: 50%;
  top: 198px;
  width: 1398px;
  margin: 0;
  transform: translateX(-50%);
  color: rgba(15, 14, 14, 0.6);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  text-transform: capitalize;
}

.shop-block {
  position: absolute;
  text-align: center;
}

.shop-block img {
  margin: 0 auto;
  max-width: none;
  object-fit: contain;
}

.shop-block p {
  margin: 80px 0 0;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: capitalize;
  white-space: nowrap;
}

.store-near {
  left: 50%;
  top: 376px;
  transform: translateX(-50%);
}

.store-near img {
  width: 110px;
  height: 110px;
}

.store-near p {
  margin-top: 60px;
}

.footer {
  position: absolute;
  left: 0;
  top: 13824px;
  width: 1920px;
  height: 556px;
  color: #000;
}

.footer-bg {
  position: absolute;
  inset: 0;
  background: #f8f8f8;
}

.footer::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 65px;
  background: #ebebeb;
}

.footer-logo {
  position: absolute;
  left: 121px;
  top: 100px;
  width: 292px;
  height: 93px;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  filter: drop-shadow(0 3px 14px rgba(0, 0, 0, 0.11));
}

.footer-social {
  position: absolute;
  top: 243px;
  width: 54px;
  height: 54px;
  max-width: none;
}

.social-a {
  left: 121px;
}

.social-b {
  left: 207px;
}

.footer-products,
.footer-support,
.footer-legal {
  position: absolute;
  display: flex;
  flex-direction: column;
}

.footer h3 {
  margin: 0 0 28px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.footer a {
  margin-bottom: 17px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  white-space: nowrap;
}

.footer-products {
  left: 606px;
  top: 93px;
}

.footer-support {
  left: 867px;
  top: 93px;
}

.footer-legal {
  left: 1135px;
  top: 93px;
}

.footer-contact-text {
  position: absolute;
  left: 1450px;
  top: 93px;
  width: 350px;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  text-align: right;
  text-transform: capitalize;
}

.footer-contact-text p {
  margin: 0;
}

.footer-contact {
  position: absolute;
  left: 120px;
  top: 219px;
  width: 191px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid #13db63;
  border-radius: 4px;
  background: var(--green);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.footer-contact img {
  width: 26px;
  height: 26px;
  max-width: none;
}

.copyright {
  position: absolute;
  z-index: 1;
  left: 120px;
  bottom: 21px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    filter: none;
    transition: none;
  }

  .feature-card,
  .card-arrow {
    transition: none;
  }
}
