/* Pixelzonabr — visual único: ruas claras, fitas, salpicos e blocos inclinados (referência leve a landing de jogo urbano, adaptado para fundo branco) */

:root {
  --dm-bg: #ffffff;
  --dm-bg-soft: #f6f7fb;
  --dm-ink: #0b0b0d;
  --dm-muted: #4b5563;
  --dm-line: rgba(15, 23, 42, 0.12);
  --dm-violet: #6d28d9;
  --dm-violet-2: #8b5cf6;
  --dm-lime: #d9f99d;
  --dm-sun: #fde047;
  --dm-mint: #99f6e4;
  --dm-radius: 18px;
  --dm-shadow: 0 18px 50px rgba(15, 23, 42, 0.12);
  --dm-shadow-sm: 0 10px 30px rgba(15, 23, 42, 0.08);
  --dm-max: 1160px;
  --dm-tape: repeating-linear-gradient(
    115deg,
    rgba(15, 23, 42, 0.06) 0 10px,
    rgba(255, 255, 255, 0.9) 10px 20px
  );
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html.cookie-banner-open {
  scroll-padding-bottom: 120px;
}

body {
  margin: 0;
  font-family:
    "Nunito Sans",
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    Arial,
    sans-serif;
  color: var(--dm-ink);
  background: var(--dm-bg);
  line-height: 1.65;
  font-size: 17px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--dm-violet);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

a:hover {
  color: #4c1d95;
}

.dm-skip {
  position: absolute;
  left: -9999px;
  top: 0;
  background: #000;
  color: #fff;
  padding: 0.6rem 1rem;
  z-index: 9999;
}

.dm-skip:focus {
  left: 0.75rem;
  top: 0.75rem;
}

.dm-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.dm-bg-film {
  position: relative;
}

.dm-bg-film::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(
      circle at 12% 18%,
      rgba(167, 139, 250, 0.16),
      transparent 42%
    ),
    radial-gradient(
      circle at 88% 12%,
      rgba(250, 204, 21, 0.16),
      transparent 40%
    ),
    radial-gradient(
      circle at 70% 80%,
      rgba(153, 246, 228, 0.18),
      transparent 42%
    ),
    repeating-linear-gradient(
      90deg,
      rgba(15, 23, 42, 0.03) 0 1px,
      transparent 1px 80px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(15, 23, 42, 0.025) 0 1px,
      transparent 1px 80px
    );
}

.dm-bg-film > * {
  position: relative;
  z-index: 1;
}

.dm-max {
  width: min(var(--dm-max), calc(100% - 40px));
  margin-inline: auto;
}

.dm-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--dm-line);
}

.dm-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
}

.dm-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--dm-ink);
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.95rem;
}

.dm-brand img {
  width: 38px;
  height: 38px;
}

.dm-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  justify-content: flex-end;
}

.dm-nav a {
  color: var(--dm-muted);
  text-decoration: none;
  font-weight: 750;
  font-size: 0.92rem;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid transparent;
}

.dm-nav a:hover {
  color: var(--dm-ink);
  border-color: rgba(15, 23, 42, 0.12);
  background: rgba(255, 255, 255, 0.8);
}

.dm-nav a[aria-current="page"] {
  color: var(--dm-violet);
  border-color: rgba(109, 40, 217, 0.25);
  background: rgba(109, 40, 217, 0.06);
}

.dm-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--dm-ink);
  transform: rotate(-1.2deg);
  transition:
    transform 0.18s ease,
    filter 0.18s ease;
  text-decoration: none;
}

.dm-cta:hover {
  filter: brightness(1.03);
  transform: rotate(-0.6deg) translateY(-1px);
}

.dm-cta img {
  height: 44px;
  width: auto;
}

.dm-hero {
  padding: clamp(28px, 4vw, 64px) 0 30px;
}

.dm-hero__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 26px;
  align-items: center;
}

@media (max-width: 900px) {
  .dm-hero__grid {
    grid-template-columns: 1fr;
  }
}

.dm-kicker {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: var(--dm-violet);
}

.dm-kicker::before {
  content: "";
  width: 34px;
  height: 6px;
  border-radius: 999px;
  background: var(--dm-tape);
  border: 1px solid var(--dm-line);
}

.dm-title {
  margin: 12px 0 8px;
  font-family: "Chakra Petch", system-ui, sans-serif;
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.03em;
  font-size: clamp(2.1rem, 4vw, 3.45rem);
}

.dm-lead {
  margin: 0 0 18px;
  color: var(--dm-muted);
  font-size: 1.08rem;
  max-width: 58ch;
}

.dm-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0 18px;
}

.dm-pill {
  border: 1px solid var(--dm-line);
  background: rgba(255, 255, 255, 0.75);
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--dm-muted);
}

.dm-slab {
  position: relative;
  padding: 18px;
  border-radius: var(--dm-radius);
  border: 1px solid var(--dm-line);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.95),
    rgba(246, 247, 251, 0.95)
  );
  box-shadow: var(--dm-shadow);
  transform: rotate(-1.5deg);
}

.dm-slab::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: calc(var(--dm-radius) + 3px);
  background: linear-gradient(
    115deg,
    rgba(109, 40, 217, 0.25),
    rgba(250, 204, 21, 0.25)
  );
  z-index: -1;
  filter: blur(0.2px);
  opacity: 0.55;
}

.dm-frame {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--dm-line);
  box-shadow: var(--dm-shadow);
  transform: rotate(1.6deg);
  background: #fff;
}

.dm-frame img {
  width: 100%;
}

.dm-tape {
  position: absolute;
  width: 120px;
  height: 30px;
  background: var(--dm-tape);
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 4px;
  opacity: 0.95;
  filter: drop-shadow(0 6px 10px rgba(15, 23, 42, 0.08));
}

.dm-tape--tl {
  top: -14px;
  left: 16px;
  transform: rotate(-8deg);
}

.dm-tape--br {
  bottom: -14px;
  right: 16px;
  transform: rotate(10deg);
}

.dm-section {
  padding: clamp(26px, 3.5vw, 52px) 0;
}

.dm-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.dm-h2 {
  margin: 0;
  font-family: "Chakra Petch", system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: clamp(1.55rem, 2.4vw, 2.2rem);
}

.dm-h3 {
  margin: 0 0 8px;
  font-family: "Chakra Petch", system-ui, sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
}

.dm-divider {
  height: 22px;
  border-radius: 999px;
  background: repeating-linear-gradient(
    115deg,
    rgba(109, 40, 217, 0.22) 0 12px,
    rgba(250, 204, 21, 0.35) 12px 24px
  );
  border: 1px solid var(--dm-line);
  margin: 8px 0 22px;
}

.dm-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

@media (max-width: 900px) {
  .dm-feature-grid {
    grid-template-columns: 1fr;
  }
}

.dm-card {
  border-radius: var(--dm-radius);
  border: 1px solid var(--dm-line);
  background: rgba(255, 255, 255, 0.92);
  padding: 18px;
  box-shadow: var(--dm-shadow-sm);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.dm-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--dm-shadow);
}

.dm-card p {
  margin: 0;
  color: var(--dm-muted);
}

.dm-icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(
    145deg,
    rgba(109, 40, 217, 0.14),
    rgba(250, 204, 21, 0.2)
  );
  border: 1px solid var(--dm-line);
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.dm-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

@media (max-width: 900px) {
  .dm-gallery {
    grid-template-columns: 1fr;
  }
}

.dm-shot {
  border-radius: 18px;
  border: 1px solid var(--dm-line);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--dm-shadow-sm);
  transform: rotate(var(--rot, 0deg));
  transition: transform 0.2s ease;
}

.dm-shot:hover {
  transform: rotate(0deg) translateY(-2px);
}

.dm-shot:nth-child(1) {
  --rot: -0.9deg;
}
.dm-shot:nth-child(2) {
  --rot: 0.8deg;
}
.dm-shot:nth-child(3) {
  --rot: -0.6deg;
}
.dm-shot:nth-child(4) {
  --rot: 0.7deg;
}
.dm-shot:nth-child(5) {
  --rot: -0.5deg;
}
.dm-shot:nth-child(6) {
  --rot: 0.55deg;
}

.dm-quote {
  border-left: 6px solid rgba(109, 40, 217, 0.45);
  padding: 12px 14px;
  background: rgba(246, 247, 251, 0.9);
  border-radius: 14px;
}

.dm-review {
  border-radius: var(--dm-radius);
  border: 1px solid var(--dm-line);
  padding: 16px;
  background: #fff;
  box-shadow: var(--dm-shadow-sm);
}

.dm-review header {
  display: flex;
  gap: 10px;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.dm-review strong {
  font-weight: 900;
}

.dm-meta {
  color: var(--dm-muted);
  font-size: 0.9rem;
}

.dm-note {
  font-size: 0.92rem;
  color: var(--dm-muted);
}

.dm-footer {
  margin-top: auto;
  border-top: 1px solid var(--dm-line);
  background: rgba(246, 247, 251, 0.65);
  padding: 28px 0 22px;
}

.dm-footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 18px;
}

@media (max-width: 800px) {
  .dm-footer__grid {
    grid-template-columns: 1fr;
  }
}

.dm-footer nav a {
  margin-right: 10px;
  color: var(--dm-muted);
  text-decoration: none;
  font-weight: 750;
}

.dm-footer nav a:hover {
  color: var(--dm-ink);
}

.dm-footer small {
  display: block;
  color: var(--dm-muted);
  font-size: 0.9rem;
  margin-top: 10px;
}

.dm-cookie {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  padding: 14px 16px 18px;
  background: rgba(255, 255, 255, 0.92);
  border-top: 1px solid var(--dm-line);
  backdrop-filter: blur(14px);
  box-shadow: 0 -18px 40px rgba(15, 23, 42, 0.08);
}

.dm-cookie[hidden] {
  display: none;
}

.dm-cookie__inner {
  width: min(var(--dm-max), calc(100% - 10px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
}

@media (max-width: 800px) {
  .dm-cookie__inner {
    grid-template-columns: 1fr;
  }
}

.dm-cookie p {
  margin: 0;
  color: var(--dm-muted);
  font-size: 0.95rem;
}

.dm-row-btn {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.dm-btn {
  border: 1px solid var(--dm-line);
  background: #fff;
  color: var(--dm-ink);
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.72rem;
  cursor: pointer;
}

.dm-btn--ghost:hover {
  border-color: rgba(109, 40, 217, 0.35);
}

.dm-btn--primary {
  border: 0;
  background: linear-gradient(90deg, var(--dm-sun), var(--dm-lime));
}

.dm-legal h2 {
  font-family: "Chakra Petch", system-ui, sans-serif;
  margin-top: 28px;
}

.dm-legal p,
.dm-legal li {
  color: var(--dm-muted);
}

.dm-legal ul {
  padding-left: 1.1rem;
}

.dm-aside {
  border-radius: var(--dm-radius);
  border: 1px dashed rgba(15, 23, 42, 0.22);
  padding: 16px;
  background: rgba(255, 255, 255, 0.7);
}

.dm-list {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--dm-muted);
}

.dm-list li {
  margin-bottom: 8px;
}
