:root {
  color-scheme: light;
  --focus: #2b09c9;
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", Inter, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  background: #f7fbff;
}

.mockup-page {
  min-height: 100vh;
  display: grid;
  place-items: start center;
  overflow: auto;
  background:
    radial-gradient(circle at 58% 26%, rgba(178, 220, 255, 0.38), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%);
}

.mockup-frame {
  position: relative;
  width: min(100vw, 1536px);
  aspect-ratio: 1536 / 1024;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 24px 80px rgba(7, 8, 33, 0.08);
}

.mockup-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
}

.hero-title {
  position: absolute;
  left: 3.9%;
  top: 16.9%;
  z-index: 2;
  width: 34%;
  margin: 0;
  color: #070821;
  font-size: clamp(34px, 5.05vw, 78px);
  line-height: 0.94;
  letter-spacing: -0.055em;
  font-weight: 900;
}

.hero-title::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -2%;
  top: -5%;
  width: 112%;
  height: 112%;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.96) 72%, rgba(255, 255, 255, 0) 100%);
  border-radius: 24px;
}

.hero-title span {
  color: #ffc400;
}

.hotspot {
  position: absolute;
  display: block;
  border: 0;
  padding: 0;
  background: transparent;
  border-radius: 999px;
  cursor: pointer;
}

.hotspot:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.clean-nav {
  position: absolute;
  left: 26.2%;
  top: 2.1%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 3.6vw, 62px);
  width: 46%;
  height: 5.4%;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 999px;
  color: #070821;
  font-size: clamp(12px, 1.04vw, 16px);
  font-weight: 800;
  letter-spacing: -0.01em;
}

.clean-nav a {
  position: relative;
  white-space: nowrap;
  color: inherit;
  text-decoration: none;
  padding: 10px 0;
}

.clean-nav .active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 3px;
  background: #ffc400;
  border-radius: 999px;
}

.join-top { left: 83.6%; top: 2%; width: 8.9%; height: 4.7%; }
.menu-top { left: 94.4%; top: 1.9%; width: 3.5%; height: 5.2%; }
.film-button { left: 3.9%; top: 40.2%; width: 9.3%; height: 4.7%; }
.voices-button {
  position: absolute;
  left: 14.7%;
  top: 40.15%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 13.4%;
  height: 4.8%;
  padding-left: 0.6%;
  color: #070821;
  background: #fff;
  border-radius: 999px;
  font-size: clamp(12px, 1.04vw, 16px);
  font-weight: 900;
  letter-spacing: -0.02em;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(7, 8, 33, 0.12);
}

.voices-button span {
  position: relative;
  flex: 0 0 auto;
  width: clamp(15px, 1.35vw, 21px);
  height: clamp(13px, 1.16vw, 18px);
  border: 2.4px solid #3911c9;
  border-radius: 999px;
}

.voices-button span::before {
  content: "";
  position: absolute;
  left: 13%;
  bottom: -25%;
  width: 38%;
  height: 38%;
  background: #fff;
  border-left: 2.4px solid #3911c9;
  border-bottom: 2.4px solid #3911c9;
  transform: rotate(-28deg);
}

.voices-button span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 31%;
  height: 31%;
  background: #ffc400;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.map-button { left: 14.7%; top: 40.2%; width: 13.4%; height: 4.7%; }
.term-label {
  position: absolute;
  left: 75.7%;
  top: 31.9%;
  z-index: 3;
  width: 17.2%;
  height: 11.6%;
  pointer-events: none;
}

.term-label::before,
.term-label::after {
  content: "";
  position: absolute;
  left: 0;
  background: #f4f1ff;
  border-radius: 10px;
}

.term-label::before {
  top: 0;
  width: 42%;
  height: 22%;
}

.term-label::after {
  left: 0;
  bottom: 2%;
  width: 83%;
  height: 23%;
}

.term-label span,
.term-label small {
  position: absolute;
  z-index: 1;
  display: block;
  color: #070821;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.term-label span {
  left: 0;
  top: 0;
  font-size: clamp(14px, 1.3vw, 20px);
}

.term-label small {
  left: 0;
  bottom: 0;
  max-width: 92%;
  font-size: clamp(10px, 1.05vw, 16px);
  line-height: 1.08;
}
.all-municipalities { left: 74.4%; top: 45.1%; width: 23.4%; height: 5.5%; }
.join-question {
  position: absolute;
  left: 75.2%;
  top: 59.65%;
  z-index: 3;
  display: grid;
  width: 10.7%;
  height: 4.1%;
  place-items: center;
  color: #070821;
  background: #ffc400;
  border-radius: 999px;
  font-size: clamp(11px, 0.96vw, 15px);
  font-weight: 900;
  letter-spacing: -0.02em;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(80, 47, 0, 0.14);
}
.join-card { left: 74%; top: 59.7%; width: 13.4%; height: 4.9%; }
.activity-next { left: 94%; top: 73.3%; width: 3.4%; height: 5.1%; }

.real-partners {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  height: 13.2%;
  padding: 1.05% 4.2% 1.4%;
  background:
    linear-gradient(90deg, #fff 0%, rgba(255,255,255,0.9) 8%, rgba(255,255,255,0.9) 92%, #fff 100%),
    rgba(255, 255, 255, 0.98);
  box-shadow: 0 -16px 34px rgba(7, 8, 33, 0.06);
}

.real-partners h2 {
  margin: 0 0 0.7%;
  color: #070821;
  font-size: clamp(11px, 0.9vw, 14px);
  font-weight: 900;
  letter-spacing: -0.02em;
}

.marquee {
  position: relative;
  overflow: hidden;
  height: 65%;
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.marquee-track {
  display: flex;
  width: max-content;
  height: 100%;
  align-items: center;
  gap: clamp(24px, 3.4vw, 52px);
  animation: partner-scroll 34s linear infinite;
}

.marquee:hover .marquee-track {
  animation-play-state: paused;
}

.marquee img,
.marquee span {
  flex: 0 0 auto;
}

.marquee img {
  max-width: clamp(76px, 8.8vw, 136px);
  max-height: clamp(28px, 4vw, 54px);
  object-fit: contain;
}

.marquee span {
  display: grid;
  min-width: clamp(92px, 9vw, 140px);
  min-height: clamp(30px, 3.8vw, 48px);
  place-items: center;
  color: #070821;
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(7, 8, 33, 0.09);
  box-shadow: 0 8px 18px rgba(7, 8, 33, 0.06);
  font-size: clamp(10px, 0.82vw, 13px);
  font-weight: 950;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
}

@keyframes partner-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 860px) {
  .mockup-page {
    place-items: start;
  }

  .mockup-frame {
    width: 1180px;
    max-width: none;
  }
}
