:root {
  --beko: #0097d7;
  --deep: #003e69;
  --white: #fff;
}
* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  background: #e8eef2;
  font-family: Montserrat, Arial, sans-serif;
}
.ad {
  width: 300px;
  height: 600px;
  position: relative;
  overflow: hidden;
  background: #062e4b;
  color: #fff;
  isolation: isolate;
  box-shadow: 0 18px 50px #002d4d45;
}
.scene {
  position: absolute;
  inset: 0;
  z-index: -4;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition:
    opacity 0.55s ease,
    transform 1.1s ease;
  transform: scale(1.015);
}
.scene-default {
  background-image: url("assets/beko-laundry-product-bg-v2.png");
  opacity: 1;
}
.scene-wash {
  background-image: url("assets/state-wash.png");
}
.scene-detergent {
  background-image: url("assets/state-detergent.png");
}
.scene-load {
  background-image: url("assets/state-load.png");
}
[data-state="wash"] .scene-wash,
[data-state="detergent"] .scene-detergent,
[data-state="load"] .scene-load {
  opacity: 1;
  transform: scale(1);
}
[data-state="wash"] .scene-default,
[data-state="detergent"] .scene-default,
[data-state="load"] .scene-default {
  opacity: 0;
}
.shade {
  position: absolute;
  inset: 0;
  z-index: -3;
  background: linear-gradient(
    180deg,
    #002b4be8 0%,
    #004d7850 32%,
    transparent 55%,
    #002d4ad9 84%,
    #00243fec 100%
  );
}
header {
  height: 57px;
  padding: 17px 17px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  animation: enter 0.6s both;
}
header img {
margin-top:-20px;
  width: 75px;
  filter: brightness(0) invert(1);
}
header span {
  font-size: 10px;
  font-weight: 800;
  border: 1px solid #ffffff80;
  border-radius: 15px;
  padding: 5px 8px;
  letter-spacing: 0.4px;
}
.intro {
  padding: 13px 17px;
  position: relative;
  z-index: 4;
}
.intro p {
  margin: 0 0 5px;
  color: #8edcff;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 1.25px;
  animation: enter 0.55s 0.12s both;
}
.intro h1 {
  margin: 0;
  font-size: 28px;
  line-height: 0.92;
  font-weight: 900;
  letter-spacing: -1.3px;
  text-shadow: 0 3px 14px #001b2dcc;
  animation: enter 0.6s 0.22s both;
}
.intro h1 em {
  font-style: normal;
  color: #49caff;
}
.intro small {
  display: block;
  margin-top: 9px;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: #d4f2ff;
  animation: enter 0.55s 0.34s both;
}
.hotspot {
  position: absolute;
  z-index: 9;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: #fff;
  box-shadow:
    0 0 0 6px #0097d72e,
    0 4px 14px #001e33b5;
  cursor: pointer;
  transition: 0.25s;
}
.hotspot:before,
.hotspot:after {
  content: "";
  position: absolute;
  inset: -7px;
  border: 1px solid #52cfff;
  border-radius: 50%;
  animation: pulse 1.8s infinite;
}
.hotspot:after {
  inset: -13px;
  animation-delay: 0.55s;
}
.hotspot i {
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background: var(--beko);
}
.hotspot span {
  position: absolute;
  top: 50%;
  white-space: nowrap;
  background: #002f50e8;
  border: 1px solid #52cfff55;
  padding: 6px 8px;
  border-radius: 13px;
  color: #fff;
  font: 700 7px Montserrat;
  letter-spacing: 0.2px;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s;
}
.hotspot:hover,
.hotspot:focus,
.hotspot.active {
  transform: scale(1.18);
  outline: none;
  background: #51cbf5;
}
.hotspot:hover span,
.hotspot:focus span,
.hotspot.active span {
  opacity: 1;
}
.hs-wash {
    left: 171px;
    top: 332px;
}
.hs-wash span {
  right: 31px;
  transform: translateY(-50%);
}
.hs-detergent {
  left: 137px;
  top: 273px;
}
.hs-detergent span {
  left: 31px;
  transform: translateY(-50%);
}
.hs-load {
  left: 224px;
  top: 371px;
}
.hs-load span {
  right: 31px;
  transform: translateY(-50%);
}
.feature-card {
  position: absolute;
  z-index: 12;
  left: 14px;
  right: 14px;
  top: 409px;
  min-height: 105px;
  padding: 14px 36px 13px 15px;
  border-radius: 16px;
  background: linear-gradient(135deg, #004c79f2, #002d4df5);
  border: 1px solid #61d4ff75;
  box-shadow: 0 16px 30px #001d32a1;
  transform: translateY(18px);
  opacity: 0;
  pointer-events: none;
  transition: 0.36s cubic-bezier(0.2, 0.85, 0.2, 1);
  backdrop-filter: blur(8px);
}
.feature-card.open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.feature-card .kicker {
  margin: 0 0 5px;
  color: #55ccf7;
  font-size: 6px;
  font-weight: 900;
  letter-spacing: 1px;
}
.feature-card h2 {
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 1.05;
}
.feature-card > p:last-child {
  margin: 0;
  font-size: 8px;
  line-height: 1.4;
  color: #e5f7ff;
}
.close {
  position: absolute;
  right: 9px;
  top: 8px;
  width: 23px;
  height: 23px;
  border: 0;
  border-radius: 50%;
  background: #ffffff1c;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
}
.bottom-bar {
  position: absolute;
  z-index: 15;
  left: 13px;
  right: 13px;
  bottom: 27px;
  height: 55px;
  border-radius: 14px;
  background: #fff;
  color: #003e69;
  display: flex;
  align-items: center;
  padding: 7px;
  box-shadow: 0 10px 24px #001f35a1;
}
.bottom-bar div {
  width: 58px;
  text-align: center;
  border-right: 1px solid #dceaf1;
}
.bottom-bar b {
  display: block;
  color: var(--beko);
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
}
.bottom-bar b small {
  font-size: 7px;
}
.bottom-bar span {
  font-size: 5px;
  font-weight: 800;
}
.bottom-bar button {
  height: 36px;
  flex: 1;
  margin-left: 7px;
  border: 0;
  border-radius: 18px;
  background: var(--beko);
  color: #fff;
  font: 800 8px Montserrat;
  letter-spacing: 0.4px;
  cursor: pointer;
}
.bottom-bar strong {
  font-size: 15px;
  margin-left: 5px;
}
.legal {
  position: absolute;
  z-index: 15;
  left: 14px;
  bottom: 9px;
  margin: 0;
  font-size: 4.5px;
  color: #b8dcec;
}
@keyframes pulse {
  0% {
    opacity: 0.7;
    transform: scale(0.65);
  }
  80%,
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes enter {
  from {
    opacity: 0;
    transform: translateY(12px);
    filter: blur(4px);
  }
  to {
    opacity: 1;
    transform: none;
    filter: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}
