*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol {
  margin: 0;
}

ul,
ol {
  padding: 0;
}

img,
svg,
video {
  display: block;
  max-width: 100%;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  border: 0;
  background: none;
  font: inherit;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url("../assets/fonts/Montserrat-Bold.eot");
  src: url("../assets/fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Montserrat-Bold.woff2") format("woff2"), url("../assets/fonts/Montserrat-Bold.woff") format("woff"), url("../assets/fonts/Montserrat-Bold.ttf") format("truetype"), url("../assets/fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("../assets/fonts/Montserrat-Medium.eot");
  src: url("../assets/fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Montserrat-Medium.woff2") format("woff2"), url("../assets/fonts/Montserrat-Medium.woff") format("woff"), url("../assets/fonts/Montserrat-Medium.ttf") format("truetype"), url("../assets/fonts/Montserrat-Medium.svg#Montserrat-Medium") format("svg");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
body {
  font-family: var(--font-body);
  font-size: 1.2rem;
  line-height: 1.5;
  color: var(--color-text);
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font {
  font-family: var(--font-heading);
  letter-spacing: 0.01em;
}

.section-title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3.5vw, 3.4rem);
  font-weight: 800;
  line-height: 1.05;
  text-align: center;
}

.section-title--green {
  color: var(--color-primary);
}

.section-title--light {
  color: var(--color-text-light);
}

.container {
  width: min(100% - 2rem, var(--container-width));
  margin-inline: auto;
}

.reveal {
  opacity: 1;
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 60px;
  padding: 0.85rem 1.45rem;
  border-radius: 0;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.2;
  max-width: 100%;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
  transition: transform var(--transition-fast), box-shadow var(--transition-fast), background-color var(--transition-fast), color var(--transition-fast);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

.button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.7);
  outline-offset: 3px;
}

.button--primary {
  background: linear-gradient(180deg, #4ccc3d 0%, var(--color-primary) 100%);
  color: var(--color-text-light);
}

.button--primary.button--ghost {
  background: linear-gradient(180deg, #44c93a 0%, #23941e 100%);
}

.button--light {
  background: var(--color-surface);
  color: var(--color-text);
}

.button--small {
  min-height: 50px;
  padding-inline: 1.15rem;
  font-size: 0.88rem;
}

.button--icon::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid currentColor;
}

.button--discord::before {
  content: "";
  width: 18px;
  height: 14px;
  border: 2px solid currentColor;
  border-radius: 10px 10px 8px 8px;
  box-shadow: inset 4px -1px 0 0 currentColor, inset -4px -1px 0 0 currentColor;
}

.history__copy-inner > .button,
.maxipedia__copy-inner > .button,
.maxitazos__button,
.community__button,
.donation__actions .button,
.videos__cta {
  width: min(100%, 320px);
}

@media (max-width: 767px) {
  .button {
    width: 280px;
    padding: 0.85rem 1.1rem;
  }
  .button::before {
    flex-shrink: 0;
  }
  .button--small {
    min-height: 46px;
  }
}
@media (max-width: 539px) {
  .history__copy-inner > .button,
  .maxipedia__copy-inner > .button,
  .maxitazos__button,
  .community__button,
  .donation__actions .button,
  .videos__cta {
    width: min(100%, 280px);
  }
}
@media (min-width: 768px) {
  .history__copy-inner > .button,
  .maxipedia__copy-inner > .button,
  .maxitazos__button,
  .community__button,
  .donation__actions .button,
  .videos__cta {
    width: 230px;
  }
}
.placeholder {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--font-heading);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.placeholder::before,
.placeholder::after {
  content: "";
  position: absolute;
  inset: auto;
  border-radius: 50%;
  opacity: 0.24;
}

.placeholder span {
  position: relative;
  z-index: 1;
  padding: 1rem;
}

.placeholder--brand {
  min-height: 320px;
  width: min(100%, 760px);
  margin-inline: auto;
  border-radius: 42px;
  background: radial-gradient(circle at 50% 38%, rgba(255, 204, 31, 0.9), rgba(255, 204, 31, 0.16) 26%, transparent 48%), linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02)), linear-gradient(160deg, #0b5e62, #0a3940);
  box-shadow: 0 32px 60px rgba(0, 0, 0, 0.3);
}

.placeholder--brand::before {
  width: 180px;
  height: 180px;
  left: 18%;
  top: 12%;
  background: rgba(101, 226, 67, 0.6);
}

.placeholder--brand::after {
  width: 220px;
  height: 220px;
  right: 11%;
  bottom: 10%;
  background: rgba(255, 107, 53, 0.55);
}

.placeholder--video {
  min-height: 100%;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(12, 12, 12, 0.18), rgba(12, 12, 12, 0.48)), linear-gradient(135deg, #5ebb3f, #215c2e 36%, #173850 100%);
}

.placeholder--scenes {
  min-height: 320px;
  background: linear-gradient(90deg, rgba(29, 97, 54, 0.6), rgba(57, 179, 38, 0.1)), linear-gradient(135deg, #4f6d24 0%, #245565 48%, #d35622 100%);
}

.placeholder--characters {
  min-height: 320px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)), linear-gradient(135deg, #4d8c2c 0%, #245b4a 40%, #133948 100%);
}

.placeholder--coins {
  min-height: 320px;
  border-radius: 50px;
  background: radial-gradient(circle at 35% 40%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.14) 20%, transparent 38%), radial-gradient(circle at 60% 52%, rgba(244, 195, 32, 0.55), transparent 26%), linear-gradient(135deg, rgba(56, 158, 64, 0.9), rgba(255, 255, 255, 0.14));
  color: #17431a;
}

.placeholder--logo {
  min-height: 110px;
  width: min(100%, 280px);
  border-radius: 26px;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.5), transparent 24%), linear-gradient(135deg, #f4c320, #37b62d 55%, #0b5e62);
  color: var(--color-text-light);
}

.social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  list-style: none;
}

.social-list a {
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--color-surface);
  color: var(--color-primary);
  font-size: 0.88rem;
  font-weight: 700;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.14);
  transition: transform var(--transition-fast), background-color var(--transition-fast), color var(--transition-fast);
}

.social-list a img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.social-list a:hover,
.social-list a:focus-visible {
  transform: translateY(-2px);
  background: var(--color-secondary);
  color: var(--color-primary-deep);
}

.social-list--footer a {
  background: var(--color-primary);
}

.social-list--footer a:hover,
.social-list--footer a:focus-visible {
  background: var(--color-primary-dark);
}

.video-box {
  width: 100%;
  min-width: 0;
}

.video-box__frame {
  position: relative;
  aspect-ratio: 16/9;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(12, 12, 12, 0.18), rgba(12, 12, 12, 0.48)), linear-gradient(135deg, #5ebb3f, #215c2e 36%, #173850 100%);
}

.video-box__badge {
  position: absolute;
  top: 0.9rem;
  left: 0.9rem;
  z-index: 1;
  padding: 0.4rem 0.65rem;
  border-radius: var(--radius-pill);
  background: rgba(211, 28, 28, 0.85);
  color: var(--color-text-light);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
}

.video-box__embed {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: inherit;
  background: #000;
}

.video-box--centered {
  max-width: 850px;
  margin-inline: auto;
}

@media (min-width: 768px) {
  .video-box__frame {
    min-height: 240px;
  }
}
.panel {
  padding: 1.5rem;
  box-shadow: var(--shadow-panel);
}

.panel--yellow {
  background: var(--color-secondary);
  color: var(--color-text-light);
}

.panel--green {
  background: var(--color-primary);
  color: var(--color-text-light);
}

.panel--full {
  width: 100%;
  height: 100%;
  box-shadow: none;
}

.donation-card {
  display: grid;
  gap: 1rem;
  justify-items: center;
}

.donation-card__brand {
  width: min(100%, 430px);
  min-height: 114px;
  display: grid;
  place-items: center;
  padding: 1rem 1.5rem;
  border-radius: 22px;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.12);
  background: var(--color-surface);
}

.donation-card__brand img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.donation-card__brand--patreon {
  background-color: #F1592A;
}

:root {
  --font-heading: Montserrat-Bold, sans-serif;
  --font-body: Montserrat-Medium, sans-serif;
  --color-primary: #37b62d;
  --color-primary-dark: #0d4f55;
  --color-primary-deep: #07363d;
  --color-secondary: #f4c320;
  --color-surface: #ffffff;
  --color-surface-muted: #f5f5f0;
  --color-text: #3a3028;
  --color-text-light: #ffffff;
  --color-text-muted: #7e7469;
  --color-line: rgba(58, 48, 40, 0.14);
  --container-width: 1180px;
  --shadow-panel: 0 16px 34px rgba(12, 46, 29, 0.18);
  --transition-fast: 180ms ease;
  --transition-base: 280ms ease;
  --transition-slow: 500ms ease;
  --radius-pill: 999px;
}

body {
  background: var(--color-surface-muted);
  overflow-x: hidden;
}

body.internal-page {
  background: #fff;
}

body.menu-open {
  overflow: hidden;
}

section {
  position: relative;
}

a,
button {
  transition: color var(--transition-fast), background-color var(--transition-fast);
}

.internal-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.internal-page main {
  flex: 1;
}

.legal-page {
  padding: 0 0 4rem;
  background: var(--color-primary);
}

.legal-page__header {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  padding: 2rem 1.5rem;
  background: var(--color-surface);
}

.legal-page__logo {
  display: block;
  width: min(220px, 60vw);
  height: auto;
}

.legal-page__panel {
  max-width: 960px;
  margin: 0 auto;
  padding: 3rem;
  background: #fff;
  border: 2px solid var(--color-line);
  border-radius: 2rem;
  box-shadow: var(--shadow-panel);
}

.legal-document {
  color: var(--color-text);
  font-size: 1rem;
  line-height: 1.75;
}

.legal-document h1,
.legal-document h2,
.legal-document h3 {
  margin: 0;
  font-family: var(--font-heading);
  color: var(--color-primary);
  line-height: 1.2;
}

.legal-document h1 {
  margin-bottom: 0.75rem;
  font-size: clamp(2rem, 3vw, 3rem);
}

.legal-document h2,
.legal-document h3 {
  margin-top: 2rem;
  margin-bottom: 0.85rem;
  font-size: clamp(1.25rem, 2vw, 1.6rem);
}

.legal-document p,
.legal-document ul,
.legal-document ol {
  margin: 0;
}

.legal-document p + p,
.legal-document p + ul,
.legal-document p + ol,
.legal-document ul + p,
.legal-document ol + p,
.legal-document h2 + p,
.legal-document h3 + p,
.legal-document h3 + ul,
.legal-document h3 + ol {
  margin-top: 1rem;
}

.legal-document ul,
.legal-document ol {
  padding-left: 1.4rem;
}

.legal-document li + li {
  margin-top: 0.65rem;
}

.legal-document__home {
  display: flex;
  justify-content: center;
  margin: 0 0 2rem;
}

.legal-document__home--bottom {
  margin: 2.5rem 0 0;
}

@media (max-width: 640px) {
  .legal-page {
    padding: 0 0 3rem;
  }
  .legal-page__header {
    padding-inline: 1rem;
  }
  .legal-page__panel {
    padding: 2rem 1.25rem;
    border-radius: 1.5rem;
  }
}
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  padding: 0.8rem 0;
  color: var(--color-text-light);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 33, 38, 0.8), rgba(5, 33, 38, 0));
  pointer-events: none;
}

.site-header__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1rem;
}

.site-header__languages,
.site-header__nav {
  display: flex;
  align-items: center;
}

.site-header__languages {
  flex-wrap: wrap;
  gap: 0.45rem;
  font-size: 0.78rem;
  font-weight: 600;
  min-width: 0;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: rgba(255, 255, 255, 0.86);
  transition: color var(--transition-fast);
  min-width: 0;
  white-space: nowrap;
}

.lang-switch img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex: 0 0 24px;
}

.lang-switch:hover,
.lang-switch:focus-visible,
.lang-switch.is-active {
  color: var(--color-secondary);
}

.lang-switch--disabled {
  color: rgba(255, 255, 255, 0.42);
  cursor: not-allowed;
}

.site-header__toggle {
  position: relative;
  z-index: 26;
  display: inline-grid;
  gap: 0.28rem;
  justify-self: end;
  width: 44px;
  padding: 0.5rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  flex-shrink: 0;
}

.site-header__toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: currentColor;
}

.site-header__nav {
  position: absolute;
  top: calc(100% + 0.6rem);
  right: 0;
  left: 0;
  display: none;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem 1.1rem;
  border-radius: 16px;
  background: rgba(8, 52, 58, 0.96);
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.22);
  max-width: 100%;
}

.site-header__nav.is-open {
  display: flex;
}

.site-header__nav a {
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.88);
  overflow-wrap: anywhere;
}

.site-header__nav a.is-active,
.site-header__nav a:hover,
.site-header__nav a:focus-visible {
  color: var(--color-secondary);
}

@media (max-width: 767px) {
  .site-header__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.75rem;
  }
  .site-header__languages {
    gap: 0.3rem 0.45rem;
    font-size: 0.72rem;
    line-height: 1.2;
  }
  .lang-switch {
    gap: 0.25rem;
  }
  .lang-switch img {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
  }
}
@media (max-width: 539px) {
  .site-header__languages {
    max-width: min(100%, 220px);
  }
}
@media (min-width: 1024px) {
  .site-header__inner {
    grid-template-columns: auto 1fr;
  }
  .site-header__toggle {
    display: none;
  }
  .site-header__nav {
    position: static;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }
}
.hero {
  min-height: 100vh;
  display: grid;
  align-items: end;
  padding: 7rem 0 0;
  background: linear-gradient(180deg, #0a5058 0%, #08343a 100%);
}

.hero__media,
.hero__overlay {
  position: absolute;
  inset: 0;
}

.hero__media {
  overflow: hidden;
  background: radial-gradient(circle at 50% 14%, rgba(253, 223, 99, 0.18), transparent 12%), radial-gradient(circle at 50% 50%, rgba(30, 116, 108, 0.26), transparent 60%), linear-gradient(180deg, #0a5058 0%, #08343a 100%);
}

.hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(180deg, rgba(5, 34, 38, 0.176), rgba(5, 34, 38, 0.11)), radial-gradient(circle, rgba(255, 255, 255, 0.066) 1px, transparent 1px), linear-gradient(180deg, rgba(255, 255, 255, 0.022), rgba(255, 255, 255, 0));
  background-size: 100% 100%, 100% 100%, 28px 28px, 100% 100%;
  pointer-events: none;
}

.hero__content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: var(--color-text-light);
  padding-bottom: 100px;
}

.hero__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  width: min(100%, 520px);
  margin: 2rem auto 1.6rem;
}

.hero__button {
  width: min(100%, 320px);
}

.hero__button::before {
  content: "";
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 0 30px;
}

.hero__button--discord::before {
  background-image: url("../assets/img/sections/hero/discord-logo02.png");
}

.hero__button--play::before {
  background-image: url("../assets/img/sections/hero/playstore-logo02.png");
}

.hero__button--know::before {
  background-image: url("../assets/img/sections/hero/MM-logo02.png");
}

.social-list--hero {
  margin-top: 1rem;
}

@media (max-width: 539px) {
  .hero__button {
    width: min(100%, 280px);
  }
}
@media (min-width: 768px) {
  .hero__actions {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    width: auto;
  }
  .hero__button {
    width: auto;
  }
}
.about {
  background: var(--color-surface);
  padding: 4.5rem 0;
}

.about .section-title {
  margin-bottom: 2.5rem;
}

.about__grid {
  display: grid;
  gap: 1.5rem;
}

.about__grid > * {
  min-width: 0;
}

.about__grid p {
  font-size: 16px;
}

.about__copy {
  display: grid;
  gap: 0;
  max-width: 440px;
  width: 100%;
  min-width: 0;
}

.about__panel {
  min-height: 190px;
  display: flex;
  align-items: center;
  font-size: 0.98rem;
}

.about__panel--top {
  width: min(100%, 340px);
}

.about__panel--bottom {
  width: min(100%, 360px);
  margin-top: -1.2rem;
  margin-left: auto;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .about__copy {
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
    align-items: stretch;
    max-width: none;
  }
  .about__panel {
    min-height: 100%;
  }
  .about__panel--top,
  .about__panel--bottom {
    width: 100%;
  }
  .about__panel--bottom {
    margin-top: 0;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .about__panel {
    min-height: auto;
  }
  .about__panel--top,
  .about__panel--bottom {
    width: min(100%, 340px);
  }
  .about__panel--bottom {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .about__grid {
    grid-template-columns: minmax(300px, 0.95fr) minmax(400px, 1.1fr);
    align-items: center;
    gap: 3rem;
  }
}
.history__split {
  display: grid;
}

.history__copy {
  display: grid;
  place-items: center;
  min-height: 380px;
  text-align: center;
}

.history__copy-inner {
  width: min(100%, 500px);
  display: grid;
  gap: 1.5rem;
}

.history__copy-inner a.button {
  margin-bottom: 50px;
  justify-self: center;
}

.history__copy h2 {
  margin-top: 25px;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.06;
  max-width: 14em;
  margin-inline: auto;
  text-wrap: balance;
}

.history__visual {
  display: flex;
  align-items: stretch;
  min-height: 400px;
  background: var(--color-primary);
  overflow: hidden;
}

.history-collage {
  display: flex;
  flex: 1;
  align-items: stretch;
  gap: 0;
  min-height: 100%;
  width: 100%;
  padding: 0;
}

.history-collage__item {
  margin: 0;
  flex: 1 1 0;
  height: 100%;
  overflow: hidden;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  border-radius: 0;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.22);
  position: relative;
  z-index: 1;
  transform-origin: center;
}

.history-collage__item + .history-collage__item {
  margin-left: -10%;
}

.history-collage__item--left {
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}

.history-collage__item--right {
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}

.history-collage__media {
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}

.history-collage__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transform-origin: center;
  transition: transform var(--transition-base);
}

@media (hover: hover) and (pointer: fine) {
  .history-collage__item:hover .history-collage__media img,
  .history-collage__item:focus-within .history-collage__media img {
    transform: scale(1.12);
  }
}
@media (min-width: 1024px) {
  .history__split {
    grid-template-columns: 1fr 1fr;
  }
  .history-collage__media {
    min-height: 100%;
  }
}
@media (max-width: 539px) {
  .history__copy h2 {
    font-size: clamp(1.7rem, 7vw, 2.2rem);
  }

  .history-collage {
    min-height: 0;
  }
  .history-collage__item {
    min-height: 220px;
  }
  .history-collage__media {
    min-height: 100%;
  }
}
.maxipedia__split {
  display: grid;
  background: var(--color-secondary);
}

.maxipedia__visual {
  min-height: 160px;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
}

.maxipedia__image {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.maxipedia__copy {
  display: grid;
  place-items: center;
  text-align: center;
  min-height: 320px;
}

.maxipedia__copy-inner {
  width: min(100%, 420px);
  display: grid;
  gap: 1.5rem;
}

.maxipedia__copy-inner > .button {
  justify-self: center;
}

.maxipedia__copy h2 {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.06;
  color: var(--color-text-light);
}

@media (min-width: 1024px) {
  .maxipedia__split {
    grid-template-columns: 1.5fr 1fr;
  }
}
@media (max-width: 1023px) {
  .maxipedia__visual {
    clip-path: none;
  }
}
.maxitazos {
  padding: 4.5rem 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)), url("../assets/img/sections/maxitazos/MT_Fondo_interface-01.jpg") center/cover no-repeat;
}

.maxitazos__grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.maxitazos__visual {
  overflow: hidden;
}

.maxitazos__collectibles {
  width: 100%;
  height: auto;
}

@media (max-width: 539px) {
  .maxitazos__collectibles {
    width: 50%;
    display: block;
    margin-inline: auto;
  }

  .maxitazos__button {
    width: 280px;
  }
}

.maxitazos__content {
  display: grid;
  gap: 1.25rem;
  justify-items: center;
  text-align: center;
}

.maxitazos__logo {
  width: min(100%, 320px);
  height: auto;
}

.maxitazos__copy {
  max-width: 420px;
  color: rgba(58, 48, 40, 0.84);
  font-weight: 500;
}

.maxitazos__actions {
  display: grid;
  gap: 0.85rem;
  justify-items: center;
}

.maxitazos__button::before {
  content: "";
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 0 30px;
}

.maxitazos__button--learn::before {
  background-image: url("../assets/img/sections/maxitazos/MT-logo.png");
}

.maxitazos__button--play::before {
  background-image: url("../assets/img/sections/maxitazos/playstore-logo02.png");
}

@media (min-width: 1024px) {
  .maxitazos__grid {
    grid-template-columns: minmax(320px, 1fr) minmax(360px, 0.9fr);
  }
  .maxitazos__content {
    justify-items: center;
    text-align: center;
  }
}
.community {
  background: var(--color-surface);
  padding: 3.5rem 0;
}

.community__grid {
  display: grid;
  gap: 2rem;
}

.community__card {
  display: grid;
  justify-items: center;
  gap: 1.5rem;
  padding: 0.5rem;
  text-align: center;
}

.community__card h2 {
  max-width: 420px;
  font-family: var(--font-heading);
  font-size: clamp(1.6rem, 3.4vw, 1.95rem);
  line-height: 1.12;
}

@media (max-width: 767px) {
  .community__card {
    padding-inline: 0;
  }
}
.community__button::before {
  content: "";
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 0 30px;
}

.community__button--discord::before {
  background-image: url("../assets/img/sections/community/discord-logo02.png");
}

.community__button--play::before {
  background-image: url("../assets/img/sections/community/playstore-logo02.png");
}

@media (min-width: 1024px) {
  .community__grid {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    gap: 0;
  }
  .community__card {
    min-height: 240px;
    align-content: center;
    padding: 0 2rem;
  }
  .community__card--with-divider {
    border-left: 3px solid var(--color-line);
  }
}
.donation {
  padding: 4rem 0 4.5rem;
  background: var(--color-primary);
}

.donation .section-title {
  margin-bottom: 2.5rem;
}

.donation__grid {
  display: grid;
  gap: 2.5rem;
  color: var(--color-text-light);
}

.donation__copy {
  display: grid;
  gap: 1rem;
  font-size: 1.2rem;
}

.donation__benefits {
  padding-left: 1.2rem;
}

.donation__benefits li + li {
  margin-top: 0.55rem;
}

.donation__actions {
  display: grid;
  gap: 2rem;
  align-content: start;
}

@media (max-width: 767px) {
  .donation__copy {
    font-size: 1.05rem;
  }
}
@media (min-width: 1024px) {
  .donation__grid {
    grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 0.9fr);
    align-items: start;
    gap: 4rem;
  }
}
.videos {
  padding: 4rem 0 4.5rem;
  background: var(--color-secondary);
}

.videos .section-title {
  max-width: 100%;
  margin: 0 auto 2.4rem;
}

.videos__container {
  display: grid;
  justify-items: center;
  gap: 2rem;
}

.videos__cta {
  justify-self: center;
}

@media (max-width: 767px) {
  .videos__container {
    justify-items: stretch;
  }
}
.site-footer {
  background: var(--color-surface);
  padding: 2.5rem 0 2rem;
}

.site-footer__container {
  display: grid;
  justify-items: center;
  gap: 1.25rem;
  text-align: center;
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  color: var(--color-primary);
  font-size: 0.92rem;
}

.site-footer__legal {
  color: var(--color-text-muted);
  font-size: 0.8rem;
  max-width: 760px;
}
