@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400;12..96,500;12..96,600;12..96,700;12..96,800&family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Bagel+Fat+One&family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,600;0,9..144,700;1,9..144,400;1,9..144,600&family=Quicksand:wght@400;500;600;700&family=Nunito:wght@400;600;700&family=Anton&family=Oswald:wght@400;500;600;700&family=Caveat:wght@400;600;700&family=Inter:wght@400;500;600;700&family=Press+Start+2P&family=Lilita+One&display=swap");
/* ============================================================
   MaxiArmables · Typography System v3.3 · May 2026
   11 active fonts: 1 locked logo (Pixeboy local) + 10 Google Fonts.
   All OFL commercial-safe · Latin Extended (Spanish á é í ó ú ñ).
   ============================================================ */

/* Google Fonts — single import for the rest of the system. */
/* ============================================================
   MaxiArmables Design System — Design Tokens
   v3.1 · May 2026
   Source of truth: Brand Design v3.1, Colors.txt
   ============================================================ */

:root {
  /* ---------- COLORS · PRIMARY (logo lock — never change) ---- */
  --ma-blue-violet:        #4D2175;
  --ma-deep-cerise:        #E2327A;

  /* ---------- COLORS · SECONDARY (logo lock — never change) - */
  --ma-yellow-sun:         #F9ED2C;
  --ma-picton-blue:        #41C8F1;

  /* ---------- COLORS · STRUCTURAL (2026 trend-aligned) ------ */
  --ma-cloud-dancer:       #F0EFEB;  /* default surface — Pantone 2026 CotY */
  --ma-transformative-teal:#23545B;  /* footer, dark surface — WGSN 2026 */
  --ma-brick-blue:         #4392B0;  /* product photography backgrounds */
  --ma-mocha-mousse:       #A47864;  /* warmth — Pantone 2025 CotY */

  /* ---------- COLORS · PERSONA ACCENTS (v3.1) --------------- */
  --ma-neo-mint:           #A5FFD6;  /* P1 · Otaku Coleccionista */
  --ma-digital-lavender:   #E6E6FA;  /* P2 · Comprador Regalo   */
  --ma-warm-eucalyptus:    #7C7F70;  /* P3 · Padre/Madre Maker  */

  /* ---------- COLORS · NEUTRALS ----------------------------- */
  --ma-ink-black:          #1A1A1A;
  --ma-ink-body:           #2D2D2C;  /* default body copy */
  --ma-paper-white:        #FFFFFF;  /* fallback only — prefer cloud dancer */

  /* ---------- COLORS · UTILITY ------------------------------ */
  --ma-whatsapp-green:     #25D366;  /* WhatsApp CTA only — locked */

  /* ---------- COLORS · MARIO PRODUCT LINE ------------------- */
  --ma-mario-red:          #E62625;
  --ma-mario-green:        #42B349;
  --ma-mario-yellow:       #FBD107;
  --ma-mario-skyblue:      #1A9AD5;

  /* ---------- COLORS · CONTEXTUAL FONT COLORS --------------- */
  --ma-font-default:       #2D2D2C;  /* on Cloud Dancer / white      */
  --ma-font-kashmir:       #003300;  /* on Mario Green / Eucalyptus  */
  --ma-font-midnight:      #000033;  /* on Picton Blue / Neo Mint    */
  --ma-font-burnt:         #330000;  /* on Mario Red / Cerise tint   */
  --ma-font-turquoise:     #003333;  /* on Teal / Picton tint        */
  --ma-font-goldenrod:     #FFCC66;  /* on Black / Blue-Violet       */

  /* ---------- TYPOGRAPHY · FAMILIES (v3.3) ------------------ */
  /* BRAND BASE — cross-persona, always-on */
  --ma-font-display:    "Bricolage Grotesque", system-ui, sans-serif; /* hero, headlines, banners */
  --ma-font-body:       "Plus Jakarta Sans", system-ui, sans-serif;   /* body, UI, prices, captions */
  --ma-font-ui:         "Plus Jakarta Sans", system-ui, sans-serif;   /* alias */

  /* PERSONA DISPLAYS */
  --ma-font-p1:         "Bagel Fat One", system-ui, sans-serif;       /* P1 Otaku — drops, reels */
  --ma-font-p2:         "Fraunces", Georgia, serif;                    /* P2 Gift — premium, San Valentín */
  --ma-font-p3:         "Quicksand", "Nunito", system-ui, sans-serif; /* P3 Parent — family, educational */
  --ma-font-p3-body:    "Nunito", system-ui, sans-serif;

  /* MESSAGE TYPES */
  --ma-font-sale:       "Anton", "Oswald", sans-serif;                /* sale, drop, urgency */
  --ma-font-filler:     "Oswald", sans-serif;                         /* secondary all-caps headers */
  --ma-font-meme:       "Caveat", cursive;                            /* memes, handwritten overlays */
  --ma-font-info:       "Inter", system-ui, sans-serif;               /* specs, FAQ, payment */
  --ma-font-engaging:   "Fraunces", Georgia, serif;                   /* italic stories, taglines */

  /* NICHE THEMED */
  --ma-font-pixel:      "Pixeboy", "Press Start 2P", monospace;       /* logo lock-up ONLY */
  --ma-font-arcade:     "Press Start 2P", "Pixeboy", monospace;       /* retro/NES Mario */
  --ma-font-mario:      "Lilita One", system-ui, sans-serif;          /* modern Mario product line */

  /* Legacy aliases — kept for older cards still in flight */
  --ma-font-allcaps:    "Bricolage Grotesque", system-ui, sans-serif;
  --ma-font-condensed:  "Oswald", sans-serif;

  /* ---------- TYPOGRAPHY · WEIGHTS -------------------------- */
  --ma-w-regular: 400;
  --ma-w-medium:  500;
  --ma-w-semi:    600;
  --ma-w-bold:    700;

  /* ---------- TYPOGRAPHY · SCALE (web defaults) ------------- */
  --ma-fs-display: clamp(48px, 6vw, 72px); /* hero          */
  --ma-fs-h1:      clamp(36px, 4vw, 52px); /* page title    */
  --ma-fs-h2:      clamp(28px, 3vw, 36px); /* section       */
  --ma-fs-h3:      22px;                    /* card title    */
  --ma-fs-h4:      18px;                    /* sub           */
  --ma-fs-body:    16px;                    /* default body  */
  --ma-fs-small:   14px;
  --ma-fs-micro:   12px;                    /* badge, eyebrow*/

  --ma-lh-tight:   1.05;
  --ma-lh-snug:    1.20;
  --ma-lh-normal:  1.50;
  --ma-lh-relaxed: 1.65;

  --ma-ls-tight:   -0.02em;
  --ma-ls-normal:   0em;
  --ma-ls-wide:     0.06em;  /* eyebrow, badge */

  /* ---------- SPACING (4-pt grid) --------------------------- */
  --ma-space-1:  4px;
  --ma-space-2:  8px;
  --ma-space-3: 12px;
  --ma-space-4: 16px;
  --ma-space-5: 24px;
  --ma-space-6: 32px;
  --ma-space-7: 48px;
  --ma-space-8: 64px;
  --ma-space-9: 96px;

  /* ---------- RADII ----------------------------------------- */
  --ma-r-pill: 999px;          /* badges, CTAs                */
  --ma-r-sm:   6px;            /* form inputs                 */
  --ma-r-md:   12px;           /* cards                       */
  --ma-r-lg:   20px;           /* hero containers, modals     */
  --ma-r-stud: 4px;            /* mimic stud chamfer          */

  /* ---------- ELEVATION ------------------------------------- */
  --ma-shadow-1: 0 1px 2px rgba(26,26,26,.06), 0 2px 6px rgba(26,26,26,.04);
  --ma-shadow-2: 0 2px 6px rgba(26,26,26,.08), 0 8px 20px rgba(26,26,26,.06);
  --ma-shadow-3: 0 8px 24px rgba(77,33,117,.18), 0 16px 40px rgba(26,26,26,.10);
  --ma-shadow-violet: 0 6px 0 #2C0E47;        /* stud-block lift */
  --ma-shadow-yellow: 0 6px 0 #C9BC0F;

  /* ---------- BORDERS --------------------------------------- */
  --ma-border-thin: 1.5px solid rgba(26,26,26,.10);
  --ma-border-frame: 2px solid var(--ma-brick-blue); /* category cards */

  /* ---------- MOTION ---------------------------------------- */
  --ma-ease: cubic-bezier(.2,.7,.2,1);
  --ma-dur-fast: 120ms;
  --ma-dur-base: 220ms;
  --ma-dur-slow: 380ms;
}

/* Body baseline */
.ma-page {
  background: var(--ma-cloud-dancer);
  color: var(--ma-ink-body);
  font-family: var(--ma-font-ui);
  font-size: var(--ma-fs-body);
  line-height: var(--ma-lh-normal);
}


/* WordPress/Astra front-page integration guard */
body.page-id-34 .site-header,
body.page-id-34 .site-footer,
body.page-id-34 .entry-header,
body.page-id-34 .post-navigation,
body.page-id-34 .comments-area {
  display: none !important;
}
body.page-id-34 .site-content,
body.page-id-34 .site-content .ast-container,
body.page-id-34 .content-area,
body.page-id-34 .site-main,
body.page-id-34 article,
body.page-id-34 .entry-content {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.page-id-34 .entry-content p { margin: 0; }
body.page-id-34 #primary { margin: 0 !important; }
body.page-id-34.ast-separate-container .ast-article-single { padding: 0 !important; }
body.page-id-34 .maxi-homepage-root { min-height: 100vh; }

/* ==========================================================
   MaxiArmables · Homepage redesign · 2026
   Visual rhythm inspired by toy-store flagship sites:
   big hero, sticky scroll states, persona category strip,
   featured drop carousel, trust strip, IG grid, footer.
   ========================================================== */

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--ma-cloud-dancer);
  color: var(--ma-ink-body);
  font-family: var(--ma-font-body);
  font-size: var(--ma-fs-body);
  line-height: var(--ma-lh-normal);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

:root {
  --shell-pad: clamp(20px, 4vw, 56px);
  --shadow-violet-xl: 0 8px 0 #2C0E47;
  --shadow-yellow-xl: 0 8px 0 #C9BC0F;
  --shadow-cerise-xl: 0 8px 0 #8E1F4D;
}

/* ============== ANNOUNCEMENT BAR ============== */
.ann-bar {
  background: var(--ma-blue-violet);
  color: var(--ma-yellow-sun);
  font-family: var(--ma-font-display);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.04em;
  height: 36px;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 100;
}
.ann-track {
  display: flex;
  gap: 48px;
  white-space: nowrap;
  animation: ann-scroll 38s linear infinite;
  padding-left: 48px;
}
.ann-track span {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.ann-track span::after {
  content: "";
  width: 8px; height: 8px;
  background: var(--ma-deep-cerise);
  border-radius: 50%;
  margin-left: 14px;
}
@keyframes ann-scroll {
  to { transform: translateX(-50%); }
}

/* ============== NAV ============== */
.nav {
  position: sticky;
  top: 0;
  z-index: 90;
  background: var(--ma-cloud-dancer);
  border-bottom: 1.5px solid rgba(26,26,26,.08);
  transition: background var(--ma-dur-base) var(--ma-ease),
              box-shadow var(--ma-dur-base) var(--ma-ease);
}
.nav.scrolled {
  background: rgba(240,239,235,.92);
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 12px rgba(26,26,26,.06);
}
.nav-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 14px var(--shell-pad);
  display: flex;
  align-items: center;
  gap: 32px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: none;
}
.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--ma-blue-violet);
  display: grid;
  place-items: center;
  position: relative;
  box-shadow: 0 4px 0 #2C0E47;
}
.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(249,237,44,.4);
  top: 5px;
}
.brand-mark::before { left: 8px; }
.brand-mark::after { right: 8px; }
.brand-mark span {
  font-family: var(--ma-font-pixel);
  color: var(--ma-yellow-sun);
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1;
}
.brand-name {
  display: flex; flex-direction: column; line-height: 1;
}
.brand-name b {
  font-family: var(--ma-font-display);
  font-weight: 800;
  font-size: 18px;
  color: var(--ma-blue-violet);
  letter-spacing: -0.01em;
}
.brand-name small {
  font-family: var(--ma-font-display);
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ma-deep-cerise);
}
.nav-links {
  display: flex;
  gap: 4px;
  flex: 1;
  justify-content: center;
}
.nav-links a {
  font-family: var(--ma-font-display);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.02em;
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--ma-ink-body);
  position: relative;
  transition: color var(--ma-dur-fast), background var(--ma-dur-fast);
}
.nav-links a:hover {
  color: var(--ma-blue-violet);
  background: rgba(77,33,117,.06);
}
.nav-links a.has-dot::before {
  content: "";
  position: absolute;
  top: 8px; right: 6px;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--ma-deep-cerise);
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: none;
}
.icon-btn {
  width: 40px; height: 40px;
  border-radius: 10px;
  border: 1.5px solid rgba(26,26,26,.10);
  background: transparent;
  display: grid;
  place-items: center;
  transition: all var(--ma-dur-fast) var(--ma-ease);
  position: relative;
}
.icon-btn:hover {
  border-color: var(--ma-blue-violet);
  background: var(--ma-blue-violet);
  color: var(--ma-yellow-sun);
  transform: translateY(-1px);
}
.icon-btn .count {
  position: absolute;
  top: -6px; right: -6px;
  background: var(--ma-deep-cerise);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  font-family: var(--ma-font-body);
  width: 18px; height: 18px;
  border-radius: 50%;
  display: grid; place-items: center;
  border: 2px solid var(--ma-cloud-dancer);
}
.cta-wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--ma-whatsapp-green);
  color: #fff;
  font-family: var(--ma-font-display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
  padding: 11px 18px;
  border-radius: 999px;
  border: 0;
  box-shadow: 0 4px 0 #138C42;
  transition: transform var(--ma-dur-fast) var(--ma-ease);
}
.cta-wa:hover { transform: translateY(-2px); box-shadow: 0 6px 0 #138C42; }
.cta-wa:active { transform: translateY(2px); box-shadow: 0 2px 0 #138C42; }

/* ============== HERO ============== */
.hero {
  position: relative;
  background:
    radial-gradient(80% 60% at 80% 20%, rgba(65,200,241,.30) 0%, transparent 60%),
    radial-gradient(60% 50% at 10% 90%, rgba(249,237,44,.40) 0%, transparent 55%),
    var(--ma-blue-violet);
  color: var(--ma-cloud-dancer);
  overflow: hidden;
  min-height: 720px;
  display: flex;
  align-items: center;
  padding: 64px var(--shell-pad) 120px;
}
.hero::before {
  /* stud field */
  content: "";
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 50% 50%,
      rgba(255,255,255,.10) 0 5px,
      transparent 6px);
  background-size: 56px 56px;
  background-position: 0 0;
  opacity: .6;
  mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
  pointer-events: none;
}
.hero-inner {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 999px;
  padding: 7px 14px;
  font-family: var(--ma-font-display);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ma-yellow-sun);
}
.hero-eyebrow .pulse {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--ma-neo-mint);
  box-shadow: 0 0 0 0 rgba(165,255,214,.8);
  animation: pulse 1.8s infinite;
}
@keyframes pulse {
  70% { box-shadow: 0 0 0 12px rgba(165,255,214,0); }
  100% { box-shadow: 0 0 0 0 rgba(165,255,214,0); }
}

.hero h1 {
  margin: 22px 0 18px;
  font-family: var(--ma-font-display);
  font-weight: 800;
  font-size: clamp(56px, 8.5vw, 124px);
  line-height: .92;
  letter-spacing: -0.035em;
  color: var(--ma-cloud-dancer);
}
.hero h1 .glow {
  display: inline-block;
  color: var(--ma-yellow-sun);
  font-style: italic;
  font-family: var(--ma-font-engaging);
  font-weight: 700;
  position: relative;
}
.hero h1 .glow::after {
  content: "";
  position: absolute;
  bottom: 4px; left: 0; right: 0;
  height: 8px;
  background: var(--ma-deep-cerise);
  border-radius: 4px;
  z-index: -1;
  transform: skewX(-6deg);
}
.hero h1 .pop {
  display: inline-block;
  color: var(--ma-neo-mint);
}

.hero-sub {
  font-family: var(--ma-font-body);
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.55;
  max-width: 540px;
  color: rgba(240,239,235,.85);
  margin: 0 0 32px;
}
.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--ma-font-display);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  padding: 16px 26px;
  border-radius: 999px;
  border: 0;
  transition: transform var(--ma-dur-fast) var(--ma-ease),
              box-shadow var(--ma-dur-fast) var(--ma-ease);
}
.btn-yellow {
  background: var(--ma-yellow-sun);
  color: var(--ma-blue-violet);
  box-shadow: var(--shadow-yellow-xl);
}
.btn-yellow:hover {
  transform: translateY(-3px);
  box-shadow: 0 11px 0 #C9BC0F;
}
.btn-yellow:active {
  transform: translateY(3px);
  box-shadow: 0 4px 0 #C9BC0F;
}
.btn-ghost-light {
  background: transparent;
  color: var(--ma-cloud-dancer);
  border: 2px solid rgba(240,239,235,.30);
  padding: 14px 24px;
}
.btn-ghost-light:hover {
  background: rgba(255,255,255,.10);
  border-color: var(--ma-cloud-dancer);
}
.hero-meta {
  display: flex;
  gap: 32px;
  margin-top: 44px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.15);
  max-width: 540px;
  flex-wrap: wrap;
}
.hero-meta .stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.hero-meta .num {
  font-family: var(--ma-font-display);
  font-weight: 800;
  font-size: 28px;
  letter-spacing: -0.02em;
  color: var(--ma-yellow-sun);
  line-height: 1;
}
.hero-meta .lab {
  font-family: var(--ma-font-display);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(240,239,235,.70);
}

/* hero showcase / right side */
.hero-stage {
  position: relative;
  height: 520px;
}
.hero-card {
  position: absolute;
  border-radius: 24px;
  overflow: hidden;
  background: var(--ma-cloud-dancer);
  box-shadow: 0 20px 40px rgba(0,0,0,.30), 0 8px 0 rgba(0,0,0,.15);
  transition: transform 600ms var(--ma-ease);
}
.hero-card .photo {
  position: relative;
  width: 100%; height: 100%;
  overflow: hidden;
}
.hero-card .photo .glyph {
  position: absolute; inset: 0;
  display: grid; place-items: center;
  font-family: var(--ma-font-display);
  font-weight: 800;
  font-size: 64px;
  line-height: .9;
  letter-spacing: -0.04em;
  color: rgba(255,255,255,.95);
  text-align: center;
  padding: 16px;
  text-shadow: 0 4px 0 rgba(0,0,0,.2);
}
.hero-card .photo .glyph small {
  display: block;
  font-family: var(--ma-font-arcade);
  font-size: 13px;
  letter-spacing: 0.1em;
  margin-top: 8px;
  opacity: .85;
  text-shadow: none;
}
.hero-card .badge-tl {
  position: absolute; top: 14px; left: 14px;
  background: var(--ma-yellow-sun);
  color: var(--ma-blue-violet);
  font-family: var(--ma-font-display);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
  z-index: 2;
}
.hero-card .price-br {
  position: absolute; bottom: 14px; right: 14px;
  background: var(--ma-blue-violet);
  color: var(--ma-yellow-sun);
  font-family: var(--ma-font-display);
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.02em;
  padding: 8px 14px;
  border-radius: 12px;
  z-index: 2;
}

.hero-card.c1 {
  width: 320px; height: 380px;
  top: 40px; right: 40px;
  background: linear-gradient(135deg, var(--ma-deep-cerise) 0%, #B81F62 100%);
  transform: rotate(4deg);
  z-index: 3;
}
.hero-card.c2 {
  width: 230px; height: 280px;
  top: 200px; left: 20px;
  background: linear-gradient(135deg, var(--ma-picton-blue) 0%, #2D9DC3 100%);
  transform: rotate(-7deg);
  z-index: 2;
}
.hero-card.c3 {
  width: 180px; height: 220px;
  top: 0px; left: 90px;
  background: linear-gradient(135deg, var(--ma-yellow-sun) 0%, #D9CC1A 100%);
  transform: rotate(-2deg);
  z-index: 1;
}
.hero-card.c3 .glyph { color: var(--ma-blue-violet); text-shadow: 0 4px 0 rgba(77,33,117,.2); }
.hero-card.c3 .price-br { background: var(--ma-blue-violet); color: var(--ma-yellow-sun); }

.hero-card:hover {
  transform: translateY(-8px) rotate(0deg) scale(1.03);
  z-index: 10;
}

/* floating sparkles in hero */
.hero-spark {
  position: absolute;
  font-family: var(--ma-font-display);
  font-weight: 800;
  pointer-events: none;
  user-select: none;
}
.hero-spark.s1 {
  top: 10%; left: 42%;
  font-size: 24px;
  color: var(--ma-yellow-sun);
  transform: rotate(-12deg);
  animation: float 4s ease-in-out infinite;
}
.hero-spark.s2 {
  bottom: 18%; right: 6%;
  font-size: 18px;
  color: var(--ma-neo-mint);
  font-family: var(--ma-font-arcade);
  letter-spacing: 0.1em;
  animation: float 5s ease-in-out infinite reverse;
}
@keyframes float {
  0%,100% { transform: translateY(0) rotate(-12deg); }
  50% { transform: translateY(-12px) rotate(-8deg); }
}

/* ============== TICKER ============== */
.ticker {
  background: var(--ma-yellow-sun);
  color: var(--ma-blue-violet);
  padding: 18px 0;
  overflow: hidden;
  border-top: 3px solid var(--ma-blue-violet);
  border-bottom: 3px solid var(--ma-blue-violet);
}
.ticker-track {
  display: flex;
  gap: 56px;
  white-space: nowrap;
  animation: ann-scroll 32s linear infinite;
  font-family: var(--ma-font-display);
  font-weight: 800;
  font-size: clamp(28px, 4vw, 44px);
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.ticker-track span {
  display: inline-flex; align-items: center; gap: 24px;
}
.ticker-track span::after {
  content: "✦";
  color: var(--ma-deep-cerise);
  font-size: .8em;
}

/* ============== SECTIONS GENERIC ============== */
.section {
  padding: clamp(64px, 10vw, 120px) var(--shell-pad);
  position: relative;
}
.section-inner { max-width: 1440px; margin: 0 auto; }

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--ma-font-display);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ma-deep-cerise);
  margin: 0 0 12px;
}
.section-eyebrow::before {
  content: "";
  width: 24px; height: 3px;
  background: var(--ma-deep-cerise);
}
.section-title {
  font-family: var(--ma-font-display);
  font-weight: 800;
  font-size: clamp(38px, 5vw, 68px);
  line-height: .98;
  letter-spacing: -0.035em;
  color: var(--ma-blue-violet);
  margin: 0;
  max-width: 720px;
}
.section-title em {
  font-family: var(--ma-font-engaging);
  font-style: italic;
  font-weight: 700;
  color: var(--ma-deep-cerise);
}
.section-lede {
  font-size: 17px;
  line-height: 1.55;
  color: var(--ma-ink-body);
  max-width: 380px;
  margin: 0;
}

/* ============== PERSONA CATEGORY STRIP ============== */
.cats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.cat {
  position: relative;
  border-radius: 20px;
  padding: 28px 24px 26px;
  min-height: 220px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform var(--ma-dur-base) var(--ma-ease),
              box-shadow var(--ma-dur-base) var(--ma-ease);
  cursor: pointer;
}
.cat:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 0 rgba(0,0,0,.08), 0 30px 40px rgba(0,0,0,.10);
}
.cat .cat-eyebrow {
  font-family: var(--ma-font-display);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: .7;
  margin: 0 0 8px;
}
.cat h3 {
  font-family: var(--ma-font-display);
  font-weight: 800;
  font-size: 32px;
  line-height: .98;
  letter-spacing: -0.025em;
  margin: 0 0 14px;
}
.cat p {
  font-size: 13px;
  line-height: 1.45;
  margin: 0 0 18px;
  opacity: .85;
}
.cat .arrow {
  width: 44px; height: 44px;
  border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(255,255,255,.18);
  font-size: 20px;
  font-weight: 700;
  transition: transform var(--ma-dur-fast) var(--ma-ease);
}
.cat:hover .arrow { transform: translateX(4px) rotate(-12deg); }

.cat.c-anime {
  background: var(--ma-blue-violet);
  color: var(--ma-cloud-dancer);
}
.cat.c-anime h3 { color: var(--ma-neo-mint); font-family: var(--ma-font-p1); font-weight: 400; letter-spacing: 0; }
.cat.c-anime .arrow { background: var(--ma-neo-mint); color: var(--ma-blue-violet); }

.cat.c-mario {
  background: var(--ma-mario-red);
  color: #fff;
}
.cat.c-mario h3 { color: var(--ma-mario-yellow); font-family: var(--ma-font-mario); font-weight: 400; letter-spacing: 0;}
.cat.c-mario .arrow { background: var(--ma-mario-yellow); color: var(--ma-mario-red); }

.cat.c-gift {
  background: var(--ma-digital-lavender);
  color: var(--ma-blue-violet);
}
.cat.c-gift h3 { font-family: var(--ma-font-p2); font-style: italic; font-weight: 700; }
.cat.c-gift .arrow { background: var(--ma-blue-violet); color: var(--ma-digital-lavender); }

.cat.c-kids {
  background: var(--ma-cloud-dancer);
  color: var(--ma-blue-violet);
  border: 2px solid var(--ma-warm-eucalyptus);
}
.cat.c-kids h3 { font-family: var(--ma-font-p3); }
.cat.c-kids .arrow { background: var(--ma-warm-eucalyptus); color: #fff; }

/* sticker on cats */
.cat .sticker {
  position: absolute;
  top: 14px; right: 14px;
  font-family: var(--ma-font-arcade);
  font-size: 11px;
  letter-spacing: 0.05em;
  background: var(--ma-yellow-sun);
  color: var(--ma-blue-violet);
  padding: 5px 9px;
  border-radius: 999px;
  transform: rotate(8deg);
}
.cat.c-mario .sticker { background: var(--ma-mario-yellow); color: var(--ma-mario-red); }
.cat.c-gift .sticker { background: var(--ma-deep-cerise); color: #fff; }
.cat.c-kids .sticker { background: var(--ma-warm-eucalyptus); color: #fff; }

/* ============== FEATURED DROP (big horizontal feature) ============== */
.feature {
  background:
    radial-gradient(60% 80% at 0% 0%, rgba(165,255,214,.25), transparent 60%),
    var(--ma-transformative-teal);
  color: var(--ma-cloud-dancer);
  border-radius: 28px;
  padding: clamp(36px, 5vw, 64px);
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 48px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.feature::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.06) 0 4px, transparent 5px);
  background-size: 36px 36px;
  pointer-events: none;
}
.feature-text { position: relative; z-index: 2; }
.feature-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--ma-neo-mint);
  color: var(--ma-blue-violet);
  font-family: var(--ma-font-arcade);
  font-size: 12px;
  letter-spacing: 0.08em;
  padding: 8px 14px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.feature h2 {
  font-family: var(--ma-font-p1);
  font-weight: 400;
  font-size: clamp(48px, 6vw, 88px);
  line-height: .95;
  margin: 0 0 18px;
  color: var(--ma-yellow-sun);
  letter-spacing: -0.01em;
}
.feature h2 .stroke {
  -webkit-text-stroke: 2px var(--ma-yellow-sun);
  color: transparent;
  font-family: var(--ma-font-display);
  font-weight: 800;
  letter-spacing: -0.04em;
}
.feature p.lede {
  font-size: 17px;
  line-height: 1.55;
  margin: 0 0 28px;
  opacity: .85;
  max-width: 460px;
}
.feature-meta-row {
  display: flex;
  gap: 28px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.feature-meta-row .m {
  display: flex; flex-direction: column; gap: 4px;
}
.feature-meta-row .num {
  font-family: var(--ma-font-display);
  font-weight: 800;
  font-size: 28px;
  letter-spacing: -0.02em;
  color: var(--ma-neo-mint);
  line-height: 1;
}
.feature-meta-row .lab {
  font-family: var(--ma-font-display);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: .75;
}

.feature-stage {
  position: relative;
  aspect-ratio: 1 / 1;
  max-width: 480px;
  margin-left: auto;
}
.feature-stage .ring {
  position: absolute; inset: 0;
  border: 2px dashed rgba(165,255,214,.4);
  border-radius: 50%;
  animation: spin 60s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.feature-stage .blob {
  position: absolute;
  inset: 8%;
  background: radial-gradient(circle at 35% 35%, var(--ma-deep-cerise) 0%, #8E1F4D 100%);
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: inset 0 -20px 60px rgba(0,0,0,.3),
              0 30px 60px rgba(226,50,122,.4);
}
.feature-stage .blob .label {
  font-family: var(--ma-font-display);
  font-weight: 800;
  font-size: clamp(40px, 5vw, 72px);
  color: var(--ma-yellow-sun);
  letter-spacing: -0.04em;
  text-align: center;
  line-height: .9;
  text-shadow: 0 6px 0 rgba(0,0,0,.18);
}
.feature-stage .blob .label small {
  display: block;
  font-family: var(--ma-font-arcade);
  font-size: 12px;
  letter-spacing: 0.12em;
  margin-top: 12px;
  color: var(--ma-neo-mint);
  text-shadow: none;
}
.feature-stage .satellite {
  position: absolute;
  width: 80px; height: 80px;
  border-radius: 18px;
  display: grid; place-items: center;
  font-family: var(--ma-font-arcade);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-align: center;
  box-shadow: 0 6px 0 rgba(0,0,0,.2);
}
.feature-stage .sat1 {
  top: 4%; right: 4%;
  background: var(--ma-yellow-sun);
  color: var(--ma-blue-violet);
  transform: rotate(8deg);
}
.feature-stage .sat2 {
  bottom: 8%; left: 0;
  background: var(--ma-picton-blue);
  color: #fff;
  transform: rotate(-10deg);
}

/* ============== PRODUCT GRID ============== */
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.product {
  background: var(--ma-paper-white);
  border: 2px solid var(--ma-brick-blue);
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform var(--ma-dur-base) var(--ma-ease),
              box-shadow var(--ma-dur-base) var(--ma-ease),
              border-color var(--ma-dur-base) var(--ma-ease);
  position: relative;
}
.product:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 0 rgba(67,146,176,.2), 0 24px 40px rgba(0,0,0,.08);
  border-color: var(--ma-blue-violet);
}
.product .photo {
  aspect-ratio: 1.1 / 1;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 35%, rgba(255,255,255,.5) 0%, transparent 25%),
    radial-gradient(circle at 70% 60%, rgba(0,0,0,.18) 0%, transparent 30%),
    var(--p-bg, var(--ma-brick-blue));
  transition: background-size var(--ma-dur-slow) var(--ma-ease);
}
.product .photo::before,
.product .photo::after {
  content: "";
  position: absolute;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, rgba(255,255,255,.7), transparent 55%),
              rgba(255,255,255,.18);
  box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
}
.product .photo::before { top: 14px; left: 14px; }
.product .photo::after { bottom: 14px; right: 14px; }
.product .photo .glyph {
  font-family: var(--ma-font-display);
  font-weight: 800;
  font-size: 48px;
  line-height: .9;
  color: rgba(255,255,255,.95);
  letter-spacing: -0.03em;
  text-align: center;
  padding: 0 16px;
  text-shadow: 0 4px 0 rgba(0,0,0,.18);
  z-index: 1;
}
.product .photo .glyph small {
  display: block;
  font-family: var(--ma-font-arcade);
  font-size: 11px;
  letter-spacing: 0.1em;
  margin-top: 8px;
  opacity: .85;
  text-shadow: none;
}

.product .badges-tl {
  position: absolute; top: 12px; left: 12px;
  z-index: 2;
  display: flex; flex-direction: column; gap: 6px;
  align-items: flex-start;
}
.product .heart {
  position: absolute; top: 12px; right: 12px;
  z-index: 2;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  border: 0;
  display: grid; place-items: center;
  cursor: pointer;
  transition: transform var(--ma-dur-fast);
}
.product .heart:hover { transform: scale(1.1); background: var(--ma-deep-cerise); color: #fff; }

.badge {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--ma-font-display);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 5px 9px;
  border-radius: 999px;
}
.b-nuevo { background: var(--ma-neo-mint); color: var(--ma-ink-black); }
.b-oferta { background: var(--ma-deep-cerise); color: var(--ma-cloud-dancer); }
.b-drop {
  background: var(--ma-blue-violet); color: var(--ma-neo-mint);
  font-family: var(--ma-font-arcade); letter-spacing: 0.05em;
  font-size: 11px;
}
.b-edad { background: var(--ma-warm-eucalyptus); color: #fff; }
.b-regalo { background: var(--ma-digital-lavender); color: var(--ma-blue-violet); }

.product .body {
  padding: 16px 18px 18px;
  display: flex; flex-direction: column; gap: 8px;
  flex: 1;
}
.product .cat-tag {
  font-family: var(--ma-font-display);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ma-warm-eucalyptus);
}
.product h4 {
  margin: 0;
  font-family: var(--ma-font-display);
  font-weight: 800;
  font-size: 20px;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--ma-blue-violet);
}
.product .meta-row {
  display: flex; gap: 10px;
  font-size: 11.5px;
  color: var(--ma-warm-eucalyptus);
}
.product .meta-row .dot { color: rgba(0,0,0,.2); }
.product .price-row {
  margin-top: auto;
  padding-top: 12px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-top: 1.5px dashed rgba(67,146,176,.25);
}
.product .price {
  font-family: var(--ma-font-display);
  font-weight: 800;
  font-size: 26px;
  color: var(--ma-deep-cerise);
  letter-spacing: -0.02em;
  line-height: 1;
}
.product .price .was {
  font-size: 13px;
  font-weight: 600;
  color: var(--ma-warm-eucalyptus);
  text-decoration: line-through;
  margin-right: 6px;
}
.product .add {
  width: 38px; height: 38px;
  border-radius: 12px;
  background: var(--ma-blue-violet);
  color: var(--ma-yellow-sun);
  border: 0;
  display: grid; place-items: center;
  font-size: 22px; line-height: 1;
  font-weight: 800;
  box-shadow: 0 3px 0 #2C0E47;
  transition: all var(--ma-dur-fast) var(--ma-ease);
}
.product .add:hover {
  background: var(--ma-deep-cerise);
  box-shadow: 0 3px 0 #8E1F4D;
  transform: translateY(-2px);
  box-shadow: 0 5px 0 #8E1F4D;
}

/* ============== EXPERIENCE BLOCK (the building experience) ============== */
.exp {
  background: var(--ma-blue-violet);
  color: var(--ma-cloud-dancer);
  border-radius: 28px;
  padding: clamp(48px, 6vw, 88px);
  position: relative;
  overflow: hidden;
}
.exp::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 50% 50%, rgba(249,237,44,.10) 0 4px, transparent 5px);
  background-size: 32px 32px;
  pointer-events: none;
}
.exp-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.exp h2 {
  font-family: var(--ma-font-display);
  font-weight: 800;
  font-size: clamp(40px, 5vw, 68px);
  line-height: .98;
  letter-spacing: -0.035em;
  color: var(--ma-cloud-dancer);
  margin: 0 0 24px;
}
.exp h2 em {
  font-family: var(--ma-font-engaging);
  font-style: italic;
  font-weight: 700;
  color: var(--ma-yellow-sun);
}
.exp p.lede {
  font-size: 17px;
  line-height: 1.55;
  margin: 0 0 28px;
  opacity: .80;
  max-width: 480px;
}
.exp-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.exp-step {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 20px;
  padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,.12);
}
.exp-step:first-child { border-top: 0; padding-top: 0; }
.exp-step:last-child { padding-bottom: 0; }
.exp-step .num {
  font-family: var(--ma-font-arcade);
  font-size: 24px;
  color: var(--ma-yellow-sun);
  line-height: 1;
}
.exp-step h4 {
  margin: 0 0 4px;
  font-family: var(--ma-font-display);
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: var(--ma-cloud-dancer);
}
.exp-step p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  opacity: .75;
}

/* ============== TRUST STRIP ============== */
.trust {
  background: var(--ma-cloud-dancer);
  border: 2px solid var(--ma-blue-violet);
  border-radius: 20px;
  padding: 28px clamp(24px, 4vw, 44px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  align-items: stretch;
}
.trust .item {
  display: flex; align-items: center; gap: 14px;
  padding: 0 12px;
  border-right: 1px dashed rgba(77,33,117,.25);
}
.trust .item:last-child { border-right: 0; }
.trust .icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: var(--ma-yellow-sun);
  display: grid; place-items: center;
  flex: none;
  color: var(--ma-blue-violet);
}
.trust .icon svg { width: 22px; height: 22px; }
.trust .label {
  display: flex; flex-direction: column; line-height: 1.2;
}
.trust .label b {
  font-family: var(--ma-font-display);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: -0.005em;
  color: var(--ma-blue-violet);
}
.trust .label small {
  font-size: 12px;
  color: var(--ma-warm-eucalyptus);
}

/* ============== SOCIAL / IG GRID ============== */
.social {
  background: linear-gradient(180deg, var(--ma-cloud-dancer) 0%, #E8E6E0 100%);
}
.ig-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}
.ig-tile {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  transition: transform var(--ma-dur-base) var(--ma-ease);
}
.ig-tile:hover { transform: scale(1.04); z-index: 2; }
.ig-tile .label {
  position: absolute; inset: 0;
  display: grid; place-items: center;
  font-family: var(--ma-font-display);
  font-weight: 800;
  font-size: 28px;
  color: rgba(255,255,255,.92);
  letter-spacing: -0.03em;
  text-align: center;
  padding: 12px;
  text-shadow: 0 3px 0 rgba(0,0,0,.18);
}
.ig-tile.t1 { background: linear-gradient(135deg, var(--ma-deep-cerise), #8E1F4D); }
.ig-tile.t2 { background: linear-gradient(135deg, var(--ma-blue-violet), #2C0E47); }
.ig-tile.t3 { background: linear-gradient(135deg, var(--ma-mario-red), #B81C1C); }
.ig-tile.t4 { background: linear-gradient(135deg, var(--ma-picton-blue), #1F8FB8); }
.ig-tile.t5 { background: linear-gradient(135deg, var(--ma-yellow-sun), #C9BC0F); }
.ig-tile.t5 .label { color: var(--ma-blue-violet); text-shadow: 0 3px 0 rgba(255,255,255,.4); }
.ig-tile.t6 { background: linear-gradient(135deg, var(--ma-warm-eucalyptus), #5A5D4F); }
.ig-tile .ig-mark {
  position: absolute; top: 10px; right: 10px;
  width: 26px; height: 26px;
  border-radius: 8px;
  background: rgba(255,255,255,.18);
  display: grid; place-items: center;
  color: #fff;
  font-size: 12px;
}

/* ============== NEWSLETTER / CTA ============== */
.cta-band {
  background: var(--ma-yellow-sun);
  border-radius: 28px;
  padding: clamp(40px, 6vw, 72px);
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: "";
  position: absolute;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: var(--ma-deep-cerise);
  bottom: -120px; right: -80px;
  opacity: .12;
}
.cta-band h2 {
  font-family: var(--ma-font-display);
  font-weight: 800;
  font-size: clamp(36px, 4.5vw, 60px);
  line-height: .98;
  letter-spacing: -0.035em;
  color: var(--ma-blue-violet);
  margin: 0 0 16px;
  position: relative;
  z-index: 2;
}
.cta-band p {
  margin: 0 0 28px;
  font-size: 17px;
  color: var(--ma-blue-violet);
  opacity: .85;
  max-width: 460px;
  position: relative;
  z-index: 2;
}
.cta-band-form {
  display: flex;
  gap: 8px;
  background: var(--ma-cloud-dancer);
  padding: 6px;
  border-radius: 999px;
  max-width: 460px;
  position: relative;
  z-index: 2;
  box-shadow: 0 6px 0 rgba(77,33,117,.12);
}
.cta-band-form input {
  flex: 1;
  border: 0;
  background: transparent;
  padding: 12px 18px;
  font-family: var(--ma-font-body);
  font-size: 15px;
  outline: none;
  color: var(--ma-blue-violet);
}
.cta-band-form input::placeholder { color: rgba(77,33,117,.5); }
.cta-band-form button {
  background: var(--ma-blue-violet);
  color: var(--ma-yellow-sun);
  border: 0;
  padding: 12px 22px;
  border-radius: 999px;
  font-family: var(--ma-font-display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.06em;
  cursor: pointer;
}
.cta-band-side {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  min-height: 200px;
}
.cta-band-side .stamp {
  background: var(--ma-blue-violet);
  color: var(--ma-yellow-sun);
  border-radius: 28px;
  padding: 28px 36px;
  text-align: center;
  transform: rotate(-6deg);
  box-shadow: 0 8px 0 #2C0E47;
}
.cta-band-side .stamp .num {
  font-family: var(--ma-font-display);
  font-weight: 800;
  font-size: 64px;
  line-height: 1;
  letter-spacing: -0.04em;
}
.cta-band-side .stamp .lab {
  font-family: var(--ma-font-arcade);
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-top: 4px;
  color: var(--ma-neo-mint);
}

/* ============== FOOTER ============== */
.footer {
  background: var(--ma-transformative-teal);
  color: var(--ma-cloud-dancer);
  padding: clamp(64px, 8vw, 96px) var(--shell-pad) 32px;
  position: relative;
  overflow: hidden;
}
.footer::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.04) 0 3px, transparent 4px);
  background-size: 32px 32px;
  pointer-events: none;
}
.footer-inner {
  max-width: 1440px; margin: 0 auto;
  position: relative; z-index: 2;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.footer h5 {
  font-family: var(--ma-font-display);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 0 0 18px;
  color: var(--ma-yellow-sun);
}
.footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.footer ul a {
  font-size: 14px;
  opacity: .80;
  transition: opacity var(--ma-dur-fast), color var(--ma-dur-fast);
}
.footer ul a:hover { opacity: 1; color: var(--ma-yellow-sun); }
.footer .brand-block .tagline {
  font-family: var(--ma-font-engaging);
  font-style: italic;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  margin: 16px 0 24px;
  color: var(--ma-yellow-sun);
}
.footer .socials {
  display: flex; gap: 8px; margin-top: 8px;
}
.footer .socials a {
  width: 38px; height: 38px;
  border-radius: 10px;
  background: rgba(255,255,255,.08);
  display: grid; place-items: center;
  transition: background var(--ma-dur-fast);
}
.footer .socials a:hover { background: var(--ma-yellow-sun); color: var(--ma-blue-violet); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  font-size: 12px;
  opacity: .6;
  flex-wrap: wrap;
  gap: 16px;
}

/* ============== WHATSAPP FAB ============== */
.fab {
  position: fixed;
  bottom: 24px; right: 24px;
  width: 60px; height: 60px;
  border-radius: 50%;
  background: var(--ma-whatsapp-green);
  color: #fff;
  display: grid; place-items: center;
  box-shadow: 0 8px 24px rgba(37,211,102,.45), 0 4px 8px rgba(0,0,0,.15);
  z-index: 99;
  border: 0;
  cursor: pointer;
  transition: transform var(--ma-dur-base) var(--ma-ease);
}
.fab:hover { transform: translateY(-3px) scale(1.05); }
.fab svg { width: 30px; height: 30px; }
.fab::after {
  content: "";
  position: absolute;
  inset: -8px;
  border: 2px solid var(--ma-whatsapp-green);
  border-radius: 50%;
  opacity: .6;
  animation: wa-ping 2s ease-out infinite;
}
@keyframes wa-ping {
  0% { transform: scale(.8); opacity: .6; }
  100% { transform: scale(1.4); opacity: 0; }
}

/* ============== REVEAL ON SCROLL ============== */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms var(--ma-ease), transform 700ms var(--ma-ease);
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}
.reveal.delay-1 { transition-delay: 80ms; }
.reveal.delay-2 { transition-delay: 160ms; }
.reveal.delay-3 { transition-delay: 240ms; }
.reveal.delay-4 { transition-delay: 320ms; }

/* ============== RESPONSIVE ============== */
@media (max-width: 1100px) {
  .hero-inner { grid-template-columns: 1fr; gap: 24px; }
  .hero-stage { height: 420px; max-width: 520px; margin: 0 auto; }
  .feature, .exp-grid { grid-template-columns: 1fr; }
  .feature-stage { margin: 0 auto; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .cats { grid-template-columns: repeat(2, 1fr); }
  .trust { grid-template-columns: repeat(2, 1fr); gap: 20px 8px; }
  .trust .item:nth-child(2) { border-right: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .ig-grid { grid-template-columns: repeat(3, 1fr); }
  .cta-band { grid-template-columns: 1fr; }
  .nav-links { display: none; }
}
@media (max-width: 640px) {
  .hero { min-height: auto; padding-bottom: 80px; }
  .hero h1 { font-size: clamp(48px, 11vw, 72px); }
  .product-grid, .cats { grid-template-columns: 1fr; }
  .trust { grid-template-columns: 1fr; }
  .trust .item { border-right: 0; border-bottom: 1px dashed rgba(77,33,117,.2); padding-bottom: 16px; }
  .trust .item:last-child { border-bottom: 0; padding-bottom: 0; }
  .ig-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-stage { height: 360px; }
  .hero-card.c1 { width: 240px; height: 290px; right: 10px; }
  .hero-card.c2 { width: 180px; height: 220px; left: 10px; }
  .hero-card.c3 { width: 140px; height: 170px; left: 70px; }
}

