      @font-face {
        font-family: "CameraPlainVariable";
        src: url("/fonts/CameraPlainVariable.woff2?v=20260810fix1") format("woff2");
        font-weight: 100 900;
        font-style: normal;
        font-display: swap;
      }
      /* ---------------- Tipos de conta ---------------- */
      .account-types-section {
        padding: clamp(4.5rem, 8vw, 8rem) 1.25rem;
        background: transparent;
      }
      .account-types-shell { max-width: 1180px; margin: 0 auto; }
      .account-types-head { text-align: center; margin-bottom: 2.25rem; }
      .account-types-head h2 { margin: .65rem 0 .8rem; font-size: clamp(2.25rem, 5vw, 4.75rem); line-height: .95; }
      .account-types-head p { max-width: 650px; margin: 0 auto; color: #5f5d58; font-size: 1.05rem; }
      .account-types-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        border: 3px solid var(--ink);
        border-radius: 2rem;
        overflow: hidden;
        box-shadow: 12px 12px 0 var(--ink);
      }
      .account-type-panel { position: relative; isolation: isolate; overflow: hidden; min-height: 520px; padding: clamp(2rem, 4vw, 4rem); display: flex; flex-direction: column; }
      .account-type-panel > :not(.account-type-zayla) { position: relative; z-index: 2; }
      .account-type-panel--white { background: #fff; color: #171714; }
      .account-type-panel--black { background: #111113; color: #fff; }
      .account-type-eyebrow { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
      .account-type-name { font-size: clamp(2.6rem, 5vw, 5rem); line-height: .9; margin: 1.3rem 0 1rem; letter-spacing: -.06em; }
      .account-type-badge { padding: .45rem .75rem; border: 2px solid currentColor; border-radius: 999px; font-size: .72rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
      .account-type-copy { margin: 0 0 2rem; max-width: 29rem; line-height: 1.65; opacity: .72; }
      .account-type-price { display: flex; align-items: baseline; gap: .55rem; margin-bottom: 1.5rem; }
      .account-type-price strong { font-size: clamp(2.2rem, 4vw, 3.7rem); letter-spacing: -.055em; }
      .account-type-price span { font-size: .85rem; opacity: .62; }
      .account-type-list { list-style: none; padding: 0; margin: 0 0 2rem; display: grid; gap: .8rem; max-width: calc(100% - 8rem); }
      .account-type-list li { display: flex; gap: .7rem; align-items: flex-start; font-weight: 700; }
      .account-type-list li::before { content: '✓'; flex: 0 0 1.35rem; width: 1.35rem; height: 1.35rem; display: grid; place-items: center; border-radius: 50%; background: #9af0d0; color: #10231c; font-size: .76rem; }
      .account-type-panel--black .account-type-list li::before { background: #9e7cff; color: #140d28; }
      .account-type-niches { position: relative; margin-top: auto; padding-top: 1.25rem; border-top: 1px solid rgba(20,20,18,.16); }
      .account-type-panel--black .account-type-niches { border-color: rgba(255,255,255,.15); }
      .account-type-niches small { display: block; margin-bottom: .55rem; opacity: .55; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
      .account-type-tags { display: flex; flex-wrap: wrap; gap: .45rem; }
      .account-type-tags span { padding: .48rem .7rem; border-radius: .65rem; background: #efeee8; font-size: .78rem; font-weight: 800; }
      .account-type-panel--black .account-type-tags span { background: #242329; }
      .account-type-zayla { position: absolute; z-index: 1; right: -2.5rem; bottom: calc(100% - 1px); width: clamp(9rem, 16vw, 12rem); height: auto; pointer-events: none; filter: drop-shadow(0 12px 18px rgba(0,0,0,.16)); }
      .account-type-panel--black .account-type-zayla { filter: drop-shadow(0 14px 22px rgba(0,0,0,.5)); }
      @media (max-width: 760px) {
        .account-types-grid { grid-template-columns: 1fr; box-shadow: 7px 7px 0 var(--ink); }
        .account-type-panel { min-height: auto; }
        .account-type-panel--black { border-top: 3px solid var(--ink); }
        .account-type-zayla { right: -.5rem; bottom: calc(100% - 1px); width: 8.5rem; opacity: .58; }
        .account-type-list { max-width: 100%; }
      }
      /* ======================================================================
        Z.PAY — Design system "sticker"
        Inspirado nas ilustrações upload/tags/redrawn/profile/personalizar:
        contorno forte #2A2941, preenchimentos chapados mint #32EDBB,
        âmbar #FEC34E, lavanda #A694FE, violeta #4840FF sobre papel #F0EDFF.
        ====================================================================== */
      :root {
        --ink: #2a2941;
        --ink-soft: #5c5a7a;
        --mint: #32edbb;
        --amber: #fec34e;
        --amber-deep: #fcac15;
        --lavender: #a694fe;
        --violet: #4840ff;
        --paper: #f0edff;
        --white: #ffffff;
        /* sobrescreve o tema do CSS utilitário */
        --background: var(--paper);
        --foreground: var(--ink);
        --muted-foreground: var(--ink-soft);
        --primary: var(--mint);
        --border: var(--ink);
        --font-display: "CameraPlainVariable", Inter, ui-sans-serif, system-ui,
          sans-serif;
      }

      html {
        background: var(--paper);
        scrollbar-width: thin;
        scrollbar-color: var(--mint) transparent;
      }

      body {
        background: var(--paper);
        color: var(--ink);
        font-family: Inter, ui-sans-serif, system-ui, sans-serif;
        -webkit-font-smoothing: antialiased;
      }

      html::-webkit-scrollbar {
        width: 10px;
        height: 10px;
      }

      html::-webkit-scrollbar-track {
        background: transparent;
      }

      html::-webkit-scrollbar-thumb {
        background: var(--mint);
        border-radius: 999px;
        border: 2px solid transparent;
        background-clip: padding-box;
      }

      html::-webkit-scrollbar-thumb:hover {
        background: #1fd4a3;
        border: 2px solid transparent;
        background-clip: padding-box;
      }

      ::selection {
        background: var(--amber);
        color: var(--ink);
      }

      :focus-visible {
        outline: 3px solid var(--violet);
        outline-offset: 2px;
        border-radius: 8px;
      }

      h1,
      h2,
      h3,
      .btn,
      .kicker,
      .badge,
      .stat b,
      .platform-stat__value,
      .zshop-name {
        font-family: var(--font-display);
      }

      #top {
        position: relative;
        min-height: 100vh;
        min-height: 100dvh;
        overflow-x: hidden;
        background-color: var(--paper);
        background-image: radial-gradient(
          rgba(42, 41, 65, 0.13) 1.4px,
          transparent 1.4px
        );
        background-size: 26px 26px;
      }

      .section-inner {
        position: relative;
        z-index: 2;
        max-width: 72rem;
        margin: 0 auto;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        min-width: 0;
      }

      /* ---------------- Botões sticker ---------------- */
      .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.55rem;
        padding: 1rem 1.7rem;
        border: 3px solid var(--ink);
        border-radius: 9999px;
        background: var(--white);
        color: var(--ink);
        font-size: 1rem;
        font-weight: 800;
        line-height: 1;
        text-decoration: none;
        cursor: pointer;
        box-shadow: 5px 5px 0 var(--ink);
        transition:
          transform 0.15s ease,
          box-shadow 0.15s ease,
          background 0.15s ease;
      }

      .btn:hover {
        transform: translate(-2px, -2px);
        box-shadow: 8px 8px 0 var(--ink);
      }

      .btn:active {
        transform: translate(3px, 3px);
        box-shadow: 1px 1px 0 var(--ink);
      }

      .btn svg {
        width: 1.1rem;
        height: 1.1rem;
      }

      .btn--mint {
        background: var(--mint);
      }

      .btn--amber {
        background: var(--amber);
      }

      .btn--lav {
        background: var(--lavender);
      }

      .btn--ink {
        background: var(--ink);
        color: #fff;
        box-shadow: 5px 5px 0 var(--amber);
      }

      .btn--ink:hover {
        box-shadow: 8px 8px 0 var(--amber);
      }

      .btn--ink:active {
        box-shadow: 1px 1px 0 var(--amber);
      }

      .btn--sm {
        padding: 0.72rem 1.25rem;
        font-size: 0.9rem;
        box-shadow: 4px 4px 0 var(--ink);
      }

      .btn--sm:hover {
        box-shadow: 6px 6px 0 var(--ink);
      }

      .btn--sm:active {
        box-shadow: 1px 1px 0 var(--ink);
      }

      .btn-arrow {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 1.7rem;
        height: 1.7rem;
        margin-right: -0.6rem;
        border: 2.5px solid var(--ink);
        border-radius: 9999px;
        background: var(--white);
        color: var(--ink);
        transition: transform 0.15s ease;
      }

      .btn:hover .btn-arrow {
        transform: translateX(3px);
      }

      .btn-arrow svg {
        width: 0.85rem;
        height: 0.85rem;
      }

      /* ---------------- Etiquetas ---------------- */
      .kicker {
        display: inline-block;
        padding: 0.5rem 1.05rem;
        border: 2px solid var(--ink);
        border-radius: 9999px;
        background: var(--lavender);
        color: var(--ink);
        font-size: 0.82rem;
        font-weight: 800;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        box-shadow: 3px 3px 0 var(--ink);
        transform: rotate(-2deg);
      }

      .kicker--mint {
        background: var(--mint);
      }

      .kicker--amber {
        background: var(--amber);
      }

      .badge {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.6rem 1.2rem;
        border: 3px solid var(--ink);
        border-radius: 9999px;
        background: var(--amber);
        color: var(--ink);
        font-size: 0.95rem;
        font-weight: 800;
        box-shadow: 4px 4px 0 var(--ink);
        transform: rotate(-2deg);
      }

      .badge svg {
        width: 1rem;
        height: 1rem;
      }

      /* grifo de marca-texto */
      .marker {
        position: relative;
        z-index: 0;
        display: inline-block;
        padding: 0 0.06em;
        white-space: nowrap;
      }

      .marker::before {
        content: "";
        position: absolute;
        z-index: -1;
        left: -0.04em;
        right: -0.04em;
        bottom: 0.05em;
        height: 0.38em;
        border-radius: 0.25em;
        background: var(--mint);
        transform: rotate(-1deg);
      }

      .marker--amber::before {
        background: var(--amber);
      }

      .marker--lav::before {
        background: var(--lavender);
      }

      /* ---------------- Navegação ---------------- */
      @property --nav-t {
        syntax: "<number>";
        inherits: true;
        initial-value: 0;
      }

      .nav-wrap {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 50;
        display: flex;
        justify-content: center;
        pointer-events: none;
      }

      #main-nav {
        --nav-t: 0;
        pointer-events: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: calc(100% - 4% * var(--nav-t));
        max-width: calc(1300px + (100vw - 1300px) * (1 - var(--nav-t)));
        height: calc(128px - 36px * var(--nav-t));
        margin-top: calc(22px * var(--nav-t));
        padding: 0 calc(40px - 14px * var(--nav-t)) 0
          calc(40px - 8px * var(--nav-t));
        background: color-mix(
          in srgb,
          transparent calc((1 - var(--nav-t)) * 100%),
          var(--white) calc(var(--nav-t) * 100%)
        );
        border: 3px solid
          color-mix(
            in srgb,
            transparent calc((1 - var(--nav-t)) * 100%),
            var(--ink) calc(var(--nav-t) * 100%)
          );
        border-radius: calc(9999px * var(--nav-t));
        box-shadow: calc(6px * var(--nav-t)) calc(6px * var(--nav-t)) 0
          color-mix(
            in srgb,
            transparent calc((1 - var(--nav-t)) * 100%),
            var(--ink) calc(var(--nav-t) * 100%)
          );
        transform: translate3d(0, calc(-18px * (1 - var(--nav-t))), 0);
        transition: --nav-t 0.48s cubic-bezier(0.22, 1, 0.36, 1);
        will-change: transform, width, height, margin-top, border-radius,
          box-shadow, background, border-color;
      }

      .nav-logo {
        display: inline-flex;
        align-items: center;
        flex-shrink: 0;
      }

      .nav-logo img {
        display: block;
        height: calc(118px - 28px * var(--nav-t));
        transition: height 0.48s cubic-bezier(0.22, 1, 0.36, 1);
      }

      .nav-links {
        display: none;
        align-items: center;
        gap: 0.25rem;
        margin: 0;
        padding: 0;
        list-style: none;
      }

      .nav-links a {
        display: block;
        padding: 0.55rem 1rem;
        border: 3px solid transparent;
        border-radius: 9999px;
        color: var(--ink-soft);
        font-size: 0.92rem;
        font-weight: 700;
        text-decoration: none;
        transition: all 0.18s ease;
      }

      .nav-links a:hover {
        color: var(--ink);
        background: var(--paper);
        border-color: var(--ink);
        box-shadow: 3px 3px 0 var(--ink);
        transform: translate(-1px, -1px);
      }

      @media (min-width: 880px) {
        .nav-links {
          display: flex;
        }
      }

      /* ---------------- Hero ---------------- */
      /* Altura = 1 viewport visual. Com site-zoom (0.8/0.9 no html), 100vh
         sozinho deixa a hero menor que a tela e o "Criadores" asoma embaixo. */
      .hero-screen {
        --hero-screen-h: calc(100vh * var(--site-zoom-inv, 1));
        --hero-screen-h: calc(100dvh * var(--site-zoom-inv, 1));
        position: relative;
        height: var(--hero-screen-h);
        min-height: var(--hero-screen-h);
        max-height: var(--hero-screen-h);
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
        overflow: hidden;
      }

      #hero {
        position: relative;
        z-index: 5;
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 0;
        padding: 8.5rem 1.5rem 1rem;
        box-sizing: border-box;
      }

      .hero-zayla {
        display: none;
      }

      .hero-inner {
        position: relative;
        z-index: 10;
        width: 100%;
        max-width: 60rem;
        margin: 0 auto;
        text-align: center;
      }

      @media (min-width: 1280px) {
        #hero {
          padding: 6.5rem 1.5rem 0.35rem;
          justify-content: flex-start;
          padding-top: 7.25rem;
        }

        .hero-inner {
          margin-top: auto;
          margin-bottom: auto;
          padding-bottom: 0.5rem;
        }

        .hero-zayla {
          display: block;
          position: absolute;
          bottom: 7.25rem;
          z-index: 2;
          height: min(88vh, 48rem);
          width: auto;
          max-width: min(28rem, 32vw);
          object-fit: contain;
          pointer-events: none;
          user-select: none;
        }

        .hero-zayla--left {
          left: max(0.25rem, calc(50% - 40rem));
          object-position: left bottom;
        }

        .hero-zayla--right {
          top: 18%;
          bottom: auto;
          left: auto;
          right: -7.5rem;
          height: min(48vh, 28rem);
          max-width: min(24rem, 28vw);
          object-position: left center;
          transform: scaleX(-1);
          z-index: 4;
          margin: 0;
          -webkit-mask-image: linear-gradient(
            to bottom,
            #000 0%,
            #000 55%,
            transparent 88%
          );
          mask-image: linear-gradient(
            to bottom,
            #000 0%,
            #000 55%,
            transparent 88%
          );
        }

        .hero-scroll-section {
          padding-bottom: 1.35rem;
        }
      }

      /* Notebooks (1280–1750px): mascotes menores e colados nas bordas,
         título mais estreito — evita sobreposição com o h1 */
      @media (min-width: 1280px) and (max-width: 1750px) {
        .hero-inner {
          max-width: 52rem;
        }

        #hero .hero-inner h1 {
          font-size: clamp(2.4rem, 4.3vw, 4.5rem);
        }

        .hero-zayla {
          height: auto;
          max-height: min(78vh, 40rem);
        }

        .hero-zayla--left {
          left: 0;
          width: clamp(11rem, calc(50vw - 24.5rem), 26rem);
          max-width: none;
        }

        .hero-zayla--right {
          right: -5rem;
          width: clamp(9rem, calc(50vw - 26rem + 5rem - 1.5rem), 20rem);
          max-width: none;
          max-height: min(44vh, 24rem);
        }
      }

      #hero h1 {
        margin: 1.5rem 0 1.3rem;
        font-size: clamp(2.55rem, 6.4vw, 5rem);
        font-weight: 800;
        line-height: 1.04;
        letter-spacing: -0.02em;
      }

      .hero-sub-wrap {
        position: relative;
        margin: 0 auto 2.1rem;
      }

      .hero-fee-card {
        position: absolute;
        top: 0.35rem;
        left: calc(50% + 21.5rem + 2.4rem);
        z-index: 2;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.1rem;
        min-width: 8.6rem;
        padding: 0.65rem 0.8rem 0.7rem;
        border: 2.5px solid var(--ink);
        border-radius: 16px;
        background: var(--amber);
        box-shadow: 5px 5px 0 var(--ink);
        --rot: 7deg;
        transform: rotate(var(--rot));
        font-family: var(--font-display);
        line-height: 1.1;
        text-align: left;
        overflow: visible;
        isolation: isolate;
        animation: heroFloat 6.5s ease-in-out infinite;
        animation-delay: 0.4s;
        pointer-events: none;
      }

      .hero-fee-card__label {
        font-size: 0.62rem;
        font-weight: 800;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: var(--ink-soft);
      }

      .hero-fee-card__value {
        font-size: 0.82rem;
        font-weight: 800;
        letter-spacing: -0.02em;
        color: var(--ink);
      }

      .hero-fee-card__value em {
        display: block;
        margin-top: 0.08rem;
        font-style: normal;
        font-size: 1.28rem;
        letter-spacing: -0.03em;
        color: var(--ink);
      }

      .hero-fee-card__hint {
        margin-top: 0.08rem;
        font-size: 0.65rem;
        font-weight: 700;
        color: var(--ink-soft);
      }

      .hero-sub {
        position: relative;
        z-index: 5;
        max-width: 41rem;
        margin: 0 auto;
        color: var(--ink-soft);
        font-size: 1.1rem;
        font-weight: 500;
        line-height: 1.65;
      }

      @media (max-width: 1099px) {
        .hero-sub-wrap {
          margin-bottom: 1.75rem;
          text-align: center;
        }

        .hero-fee-card {
          position: relative;
          top: auto;
          left: auto;
          display: inline-flex;
          margin: 1rem auto 0;
          --rot: 5deg;
          min-width: 8rem;
          padding: 0.55rem 0.7rem 0.6rem;
          transform: rotate(var(--rot));
        }

        .hero-fee-card__value em {
          font-size: 1.15rem;
        }
      }

      .hero-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 0.9rem;
        justify-content: center;
      }

      .hero-stats {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: center;
        margin-top: 2.9rem;
      }

      @media (min-width: 1280px) {
        .hero-stats {
          margin-top: 1.6rem;
        }
      }

      .stat {
        position: relative;
        isolation: isolate;
        overflow: visible;
        min-width: 10.5rem;
        padding: 0.85rem 1.3rem;
        border: 3px solid var(--ink);
        border-radius: 18px;
        background: var(--white);
        box-shadow: 5px 5px 0 var(--ink);
        text-align: left;
      }

      .stat:nth-child(1) {
        transform: rotate(-1.6deg);
      }

      .stat:nth-child(2) {
        transform: rotate(1.2deg);
      }

      .stat:nth-child(3) {
        transform: rotate(-1deg);
      }

      .stat b {
        display: block;
        font-size: 1.55rem;
        font-weight: 800;
        line-height: 1.1;
      }

      .stat span {
        color: var(--ink-soft);
        font-size: 0.8rem;
        font-weight: 600;
      }

      .hero-bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin-top: 1.75rem;
      }

      @media (min-width: 1280px) {
        .hero-stats {
          margin-top: 1.15rem;
        }

        .hero-bottom {
          margin-top: 0.85rem;
        }
      }

      .creators-stats {
        position: relative;
        display: flex;
        justify-content: center;
        padding: 3.5rem 1.5rem 0;
      }

      .creators-stats .platform-stats-card {
        position: relative;
        z-index: 3;
        transform: rotate(1.8deg);
      }

      .creators-stats-zayla {
        display: none;
      }

      @media (min-width: 1024px) {
        .creators-stats-zayla {
          display: block;
          position: absolute;
          left: auto;
          right: max(-3rem, calc(50% - 31rem));
          top: calc(100% - 2.25rem);
          z-index: 1;
          width: min(22rem, 28vw);
          height: auto;
          pointer-events: none;
          user-select: none;
          -webkit-mask-image: linear-gradient(
            to bottom,
            #000 0%,
            #000 78%,
            transparent 100%
          );
          mask-image: linear-gradient(
            to bottom,
            #000 0%,
            #000 78%,
            transparent 100%
          );
        }
      }

      .platform-stats-card {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        width: min(100%, 40rem);
        max-width: 100%;
        margin: 0;
        padding: 0;
        border: 3px solid var(--ink);
        border-radius: 22px;
        background: var(--white);
        box-shadow: 7px 7px 0 var(--ink);
        transform: rotate(-0.8deg);
        overflow: hidden;
        text-align: left;
      }

      .platform-stats-card__head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
        padding: 0.65rem 1.15rem;
        border-bottom: 3px solid var(--ink);
        background: var(--mint);
        font-family: var(--font-display);
        font-size: 0.72rem;
        font-weight: 800;
        letter-spacing: 0.12em;
        text-transform: uppercase;
      }

      .platform-stats-card__head-main {
        display: inline-flex;
        align-items: center;
        gap: 0.55rem;
        min-width: 0;
      }

      .platform-stats-card__reload {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 2rem;
        height: 2rem;
        padding: 0;
        border: 2.5px solid var(--ink);
        border-radius: 9999px;
        background: var(--white);
        color: var(--ink);
        cursor: pointer;
        flex-shrink: 0;
        box-shadow: 2px 2px 0 var(--ink);
        transition:
          transform 0.15s ease,
          background 0.15s ease,
          box-shadow 0.15s ease;
      }

      .platform-stats-card__reload:hover:not(:disabled) {
        background: var(--amber);
        transform: translate(-1px, -1px);
        box-shadow: 3px 3px 0 var(--ink);
      }

      .platform-stats-card__reload:active:not(:disabled) {
        transform: translate(1px, 1px);
        box-shadow: 1px 1px 0 var(--ink);
      }

      .platform-stats-card__reload:disabled {
        opacity: 0.55;
        cursor: wait;
      }

      .platform-stats-card__reload svg {
        width: 0.95rem;
        height: 0.95rem;
      }

      .platform-stats-card__reload.is-spinning svg {
        animation: platformStatsSpin 0.75s linear infinite;
      }

      @keyframes platformStatsSpin {
        to {
          transform: rotate(360deg);
        }
      }

      .platform-stats-card__dot {
        width: 0.55rem;
        height: 0.55rem;
        border: 2px solid var(--ink);
        border-radius: 9999px;
        background: var(--amber);
        flex-shrink: 0;
      }

      .platform-stats-card__row {
        display: flex;
        align-items: stretch;
        width: 100%;
      }

      .platform-stat {
        flex: 1 1 0;
        min-width: 0;
        padding: 1rem 1.15rem 1.05rem;
        text-align: center;
      }

      .platform-stat + .platform-stat {
        border-left: 3px solid var(--ink);
      }

      .platform-stat__value {
        display: block;
        font-family: var(--font-display);
        font-size: clamp(1.15rem, 2.4vw, 1.65rem);
        font-weight: 800;
        line-height: 1.1;
        letter-spacing: -0.02em;
        font-variant-numeric: tabular-nums;
        white-space: nowrap;
      }

      .platform-stat__value.is-loading {
        opacity: 0.45;
      }

      .platform-stat__label {
        display: block;
        margin-top: 0.35rem;
        color: var(--ink-soft);
        font-size: 0.72rem;
        font-weight: 700;
        line-height: 1.35;
      }

      .platform-stat--volume .platform-stat__value {
        color: var(--violet);
      }

      .platform-stats-card__status {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
        padding: 0.7rem 1.15rem 0.75rem;
        border-top: 3px solid var(--ink);
        background: rgba(240, 237, 255, 0.65);
        color: var(--ink);
        text-decoration: none;
        transition: background 0.15s ease;
      }

      .platform-stats-card__status:hover {
        background: var(--mint);
      }

      .platform-stats-card__status-left,
      .platform-stats-card__status-right {
        display: inline-flex;
        align-items: center;
        gap: 0.45rem;
        min-width: 0;
      }

      .platform-stats-card__status-dot {
        width: 0.55rem;
        height: 0.55rem;
        border: 2px solid var(--ink);
        border-radius: 9999px;
        background: var(--amber);
        flex-shrink: 0;
      }

      .platform-stats-card__status.is-ok .platform-stats-card__status-dot {
        background: var(--mint);
      }

      .platform-stats-card__status.is-degraded .platform-stats-card__status-dot {
        background: var(--amber);
      }

      .platform-stats-card__status.is-down .platform-stats-card__status-dot {
        background: #ff6b6b;
      }

      .platform-stats-card__status-label {
        font-family: var(--font-display);
        font-size: 0.72rem;
        font-weight: 800;
        letter-spacing: 0.06em;
        text-transform: uppercase;
      }

      .platform-stats-card__status-value {
        font-family: var(--font-display);
        font-size: 0.85rem;
        font-weight: 800;
      }

      .platform-stats-card__status-ms {
        color: var(--ink-soft);
        font-size: 0.78rem;
        font-weight: 700;
        font-variant-numeric: tabular-nums;
        white-space: nowrap;
      }

      .platform-stats-card__status-ms.is-loading,
      .platform-stats-card__status-value.is-loading {
        opacity: 0.45;
      }

      .cashout-zayla {
        position: relative;
        z-index: 2;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1.25rem;
        padding: 1rem 1.5rem 0.5rem;
        max-width: 72rem;
        margin: 0 auto;
      }

      .cashout-zayla__img {
        display: block;
        width: min(40rem, 92vw);
        max-width: 100%;
        height: auto;
        flex-shrink: 1;
        -webkit-mask-image: linear-gradient(
          to bottom,
          transparent 0%,
          #000 18%,
          #000 82%,
          transparent 100%
        );
        mask-image: linear-gradient(
          to bottom,
          transparent 0%,
          #000 18%,
          #000 82%,
          transparent 100%
        );
      }

      .cashout-zayla__side {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.1rem;
        max-width: 16rem;
      }

      .cashout-zayla__copy {
        margin: 0;
        text-align: center;
        font-family: var(--font-display);
        font-size: clamp(1.35rem, 2.8vw, 1.85rem);
        font-weight: 800;
        line-height: 1.15;
        letter-spacing: -0.02em;
        color: var(--ink);
      }

      @media (min-width: 900px) {
        .cashout-zayla {
          flex-direction: row;
          align-items: center;
          gap: 1.75rem;
          padding-left: 1.5rem;
          padding-right: 1.5rem;
        }

        .cashout-zayla__img {
          width: min(38rem, 58vw);
        }

        .cashout-zayla__side {
          align-items: flex-start;
          flex-shrink: 0;
        }

        .cashout-zayla__copy {
          text-align: left;
        }
      }

      .hero-discord {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.7rem;
        margin-top: 0;
        padding: 0.95rem 1.55rem;
        border: 3px solid var(--ink);
        border-radius: 9999px;
        background: #5865f2;
        color: #fff;
        font-family: var(--font-display);
        font-size: 1rem;
        font-weight: 800;
        text-decoration: none;
        box-shadow: 5px 5px 0 var(--ink);
        transform: rotate(-1.5deg);
        transition:
          transform 0.15s ease,
          box-shadow 0.15s ease,
          background 0.15s ease;
      }

      .hero-discord:hover {
        background: #4752c4;
        transform: rotate(0deg) translate(-2px, -2px);
        box-shadow: 8px 8px 0 var(--ink);
      }

      .hero-discord:active {
        transform: rotate(0deg) translate(2px, 2px);
        box-shadow: 2px 2px 0 var(--ink);
      }

      .hero-discord-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 2.1rem;
        height: 2.1rem;
        border: 2.5px solid var(--ink);
        border-radius: 9999px;
        background: #fff;
        color: #5865f2;
        flex-shrink: 0;
      }

      .hero-discord-icon svg {
        width: 1.15rem;
        height: 1.15rem;
      }

      /* ---------------- Dica de scroll ---------------- */
      .hero-scroll-section {
        position: relative;
        z-index: 2;
        flex: 0 0 auto;
        display: flex;
        justify-content: center;
        padding: 0.35rem 1.5rem 1.5rem;
        margin-top: 0;
        pointer-events: none;
      }

      .hero-scroll-section .hero-scroll-hint {
        pointer-events: auto;
      }

      .hero-scroll-hint {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.8rem;
        text-decoration: none;
        color: var(--ink-soft);
        opacity: 1;
        animation: heroScrollFadeIn 1s ease 0.4s both;
      }

      .hero-scroll-hint-text {
        font-size: 0.78rem;
        font-weight: 800;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        transition: color 0.25s ease;
      }

      .hero-scroll-hint:hover .hero-scroll-hint-text {
        color: var(--ink);
      }

      .hero-scroll-mouse {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        width: 1.7rem;
        height: 2.7rem;
        padding-top: 0.45rem;
        box-sizing: border-box;
        border: 3px solid var(--ink);
        border-radius: 9999px;
        background: var(--white);
        box-shadow: 3px 3px 0 var(--ink);
      }

      .hero-scroll-phone {
        display: none;
      }

      .hero-scroll-wheel,
      .hero-scroll-swipe {
        width: 4px;
        height: 8px;
        border-radius: 9999px;
        background: var(--amber-deep);
        flex-shrink: 0;
      }

      .hero-scroll-wheel {
        animation: heroScrollWheel 1.8s ease-in-out infinite;
      }

      .hero-scroll-swipe {
        height: 14px;
        animation: heroScrollSwipe 1.8s ease-in-out infinite;
      }

      @keyframes heroScrollFadeIn {
        from {
          opacity: 0;
          transform: translateY(12px);
        }
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }

      @keyframes heroScrollWheel {
        0% {
          opacity: 1;
          transform: translateY(0);
        }
        70% {
          opacity: 0;
          transform: translateY(10px);
        }
        100% {
          opacity: 0;
          transform: translateY(0);
        }
      }

      @keyframes heroScrollSwipe {
        0% {
          opacity: 1;
          margin-top: -6px;
        }
        70% {
          opacity: 0;
          margin-top: 8px;
        }
        100% {
          opacity: 0;
          margin-top: -6px;
        }
      }

      /* ---------------- Vitrine de criadores ---------------- */
      .creators-showcase {
        position: relative;
        z-index: 6;
        padding: 2.5rem 0 4.5rem;
        overflow: hidden;
        scroll-margin-top: 5rem;
      }

      @media (min-width: 1024px) {
        .creators-showcase {
          position: relative;
          z-index: 6;
          overflow: visible;
        }

        .creators-marquee {
          overflow: visible;
        }
      }

      .creators-head {
        margin-bottom: 2.2rem;
        padding: 0 1.5rem;
        text-align: center;
      }

      .creators-head h2 {
        margin: 1.2rem 0 0;
        font-size: clamp(1.8rem, 3.6vw, 2.6rem);
        font-weight: 800;
        letter-spacing: -0.02em;
      }

      .creators-marquee {
        position: relative;
        width: 100%;
        overflow: hidden;
      }

      .creators-esteira {
        display: none;
      }

      .creators-marquee-track {
        --marquee-gap: 1rem;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start;
        gap: var(--marquee-gap);
        width: max-content;
        padding: 0.5rem 0.6rem 1rem;
        box-sizing: border-box;
        will-change: transform;
        animation: creatorsMarquee var(--marquee-duration, 42s) linear infinite;
        -webkit-mask-image: linear-gradient(
          to right,
          transparent 0%,
          #000 10%,
          #000 90%,
          transparent 100%
        );
        mask-image: linear-gradient(
          to right,
          transparent 0%,
          #000 10%,
          #000 90%,
          transparent 100%
        );
      }

      @media (min-width: 1024px) {
        .creators-marquee {
          min-height: 18rem;
          display: flex;
          align-items: center;
          overflow: visible;
          padding-top: 1.25rem;
        }

        .creators-esteira {
          display: block;
          position: absolute;
          left: 50%;
          top: 50%;
          z-index: 0;
          height: min(26rem, 46vh);
          width: auto;
          transform: translate(-50%, -48%);
          pointer-events: none;
          user-select: none;
          mix-blend-mode: lighten;
          -webkit-mask-image: linear-gradient(
            to right,
            transparent 0%,
            #000 14%,
            #000 86%,
            transparent 100%
          );
          mask-image: linear-gradient(
            to right,
            transparent 0%,
            #000 14%,
            #000 86%,
            transparent 100%
          );
        }

        .creators-marquee-track {
          position: relative;
          z-index: 2;
          -webkit-mask-image: linear-gradient(
            to right,
            #000 0%,
            #000 90%,
            transparent 100%
          );
          mask-image: linear-gradient(
            to right,
            #000 0%,
            #000 90%,
            transparent 100%
          );
        }
      }

      @media (hover: hover) and (pointer: fine) {
        .creators-marquee-track:hover {
          animation-play-state: paused;
        }
      }

      .creator-pill {
        position: relative;
        isolation: isolate;
        flex-shrink: 0;
        display: inline-flex;
        align-items: center;
        gap: 0.875rem;
        height: 4.75rem;
        min-width: 13rem;
        max-width: 17rem;
        padding: 0.4rem 1.35rem 0.4rem 0.4rem;
        border: 3px solid var(--ink);
        border-radius: 9999px;
        background: var(--white);
        color: var(--ink);
        text-decoration: none;
        overflow: hidden;
        line-height: 1;
        box-shadow: 5px 5px 0 var(--ink);
        transition:
          transform 0.2s ease,
          box-shadow 0.2s ease;
      }

      .creator-pill-banner {
        position: absolute;
        inset: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        pointer-events: none;
        background-size: cover;
        background-position: center;
      }

      .creator-pill-banner.is-default {
        background: linear-gradient(135deg, var(--mint), var(--lavender));
      }

      .creator-pill::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
        border-radius: inherit;
        background: linear-gradient(
          105deg,
          rgba(255, 255, 255, 0.94) 0%,
          rgba(255, 255, 255, 0.62) 46%,
          rgba(255, 255, 255, 0.8) 100%
        );
        pointer-events: none;
      }

      .creator-pill-avatar {
        position: relative;
        z-index: 2;
        flex-shrink: 0;
        width: 3.8rem;
        height: 3.8rem;
        border: 3px solid var(--ink);
        border-radius: 9999px;
        object-fit: cover;
        background: linear-gradient(135deg, var(--amber), var(--lavender));
        box-shadow: 3px 3px 0 var(--ink);
      }

      .creator-pill-avatar--initial {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: var(--ink);
        font-size: 1.35rem;
        font-weight: 800;
      }

      .creator-pill-name {
        position: relative;
        z-index: 2;
        max-width: 10rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: var(--ink);
        font-size: 0.98rem;
        font-weight: 800;
        letter-spacing: -0.01em;
        text-overflow: ellipsis;
        white-space: nowrap;
      }

      .creator-pill:hover {
        transform: translate(-2px, -2px);
        box-shadow: 8px 8px 0 var(--ink);
      }

      @keyframes creatorsMarquee {
        from {
          transform: translateX(0);
        }
        to {
          /* metade da faixa + metade do gap = exatamente 1 cópia */
          transform: translateX(calc(-50% - (var(--marquee-gap, 1rem) / 2)));
        }
      }

      /* ---------------- Seções em duas colunas ---------------- */
      #dashboard,
      #api,
      #checkout,
      #pix-fee,
      #paydemo,
      #livedemo {
        position: relative;
        padding: 5.5rem 0;
      }

      #paydemo {
        overflow: visible;
      }

      .dashboard-layout,
      .api-layout,
      .paydemo-layout,
      .livedemo-layout,
      .zshop-layout {
        display: grid;
        grid-template-columns: 1fr;
        gap: 3rem;
        align-items: center;
        min-width: 0;
      }

      .dashboard-layout > *,
      .api-layout > *,
      .paydemo-layout > *,
      .livedemo-layout > *,
      .zshop-layout > *,
      .crypto-layout > * {
        min-width: 0;
        max-width: 100%;
      }

      @media (min-width: 1024px) {
        .dashboard-layout,
        .api-layout,
        .paydemo-layout,
        .livedemo-layout,
        .zshop-layout {
          grid-template-columns: 1fr 1fr;
          gap: 4rem;
        }

        .api-layout {
          grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
        }
      }

      .section-copy h2 {
        margin: 1.3rem 0 1.2rem;
        font-size: clamp(2.1rem, 4.6vw, 3.35rem);
        font-weight: 800;
        line-height: 1.06;
        letter-spacing: -0.02em;
        overflow-wrap: break-word;
        word-break: break-word;
      }

      .section-copy p {
        max-width: 32rem;
        color: var(--ink-soft);
        font-size: 1.07rem;
        font-weight: 500;
        line-height: 1.65;
      }

      .section-copy code,
      .faq-answer code {
        display: inline-block;
        max-width: 100%;
        padding: 0.08rem 0.42rem;
        border: 2px solid var(--ink);
        border-radius: 0.45rem;
        background: var(--white);
        color: var(--ink);
        font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
        font-size: 0.88em;
        font-weight: 600;
        line-height: 1.35;
        vertical-align: baseline;
        white-space: nowrap;
        box-shadow: 2px 2px 0 var(--ink);
      }

      .faq-answer code.faq-code-path {
        display: block;
        width: fit-content;
        max-width: 100%;
        margin: 0.4rem 0;
        padding: 0.28rem 0.55rem;
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: break-word;
        box-sizing: border-box;
      }

      .checks,
      .api-bullets {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin: 2rem 0 0;
        padding: 0;
        list-style: none;
      }

      .checks li,
      .api-bullet {
        display: flex;
        align-items: flex-start;
        gap: 0.9rem;
        color: var(--ink);
        font-size: 1.02rem;
        font-weight: 500;
        line-height: 1.55;
        min-width: 0;
      }

      .checks li span,
      .api-bullet span {
        min-width: 0;
        overflow-wrap: break-word;
      }

      .checks li strong,
      .api-bullet strong {
        font-weight: 800;
      }

      .check {
        flex-shrink: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 1.7rem;
        height: 1.7rem;
        margin-top: 0.08rem;
        border: 3px solid var(--ink);
        border-radius: 9999px;
        background: var(--mint);
        color: var(--ink);
        box-shadow: 2.5px 2.5px 0 var(--ink);
      }

      .check svg {
        width: 0.85rem;
        height: 0.85rem;
      }

      .check--amber {
        background: var(--amber);
      }

      .check--lav {
        background: var(--lavender);
      }

      /* ---------------- Molduras de imagem ---------------- */
      .shot {
        position: relative;
        max-width: 100%;
        border: 3px solid var(--ink);
        border-radius: 26px;
        background: var(--white);
        box-shadow: 9px 9px 0 var(--ink);
        padding: 1.4rem;
        overflow: visible;
        isolation: isolate;
        transition:
          transform 0.35s ease,
          box-shadow 0.35s ease;
      }

      .shot img {
        display: block;
        width: 100%;
        height: auto;
      }

      .shot--tilt-l {
        transform: rotate(-2deg);
      }

      .shot--tilt-r {
        transform: rotate(2deg);
      }

      .shot:hover {
        transform: rotate(0deg) translate(-3px, -3px);
        box-shadow: 13px 13px 0 var(--ink);
      }

      .shot--browser {
        padding: 0;
        overflow: visible;
      }

      .shot--browser .shot-bar {
        border-radius: 23px 23px 0 0;
      }

      .shot--browser .paydemo-preview,
      .shot--browser .checkout-preview,
      .shot--browser > img {
        border-radius: 0 0 23px 23px;
      }

      .shot-bar {
        display: flex;
        align-items: center;
        gap: 0.45rem;
        padding: 0.7rem 0.9rem;
        border-bottom: 3px solid var(--ink);
        background: var(--paper);
      }

      .shot-bar i {
        width: 0.85rem;
        height: 0.85rem;
        flex-shrink: 0;
        border: 2.5px solid var(--ink);
        border-radius: 9999px;
      }

      .shot-bar i:nth-child(1) {
        background: var(--amber);
      }

      .shot-bar i:nth-child(2) {
        background: var(--mint);
      }

      .shot-bar i:nth-child(3) {
        background: var(--lavender);
      }

      .shot-url {
        flex: 1;
        margin-left: 0.5rem;
        padding: 0.22rem 0.85rem;
        overflow: hidden;
        border: 2px solid var(--ink);
        border-radius: 9999px;
        background: var(--white);
        color: var(--ink-soft);
        font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
        font-size: 0.74rem;
        font-weight: 600;
        text-overflow: ellipsis;
        white-space: nowrap;
      }

      #dashboard-visual,
      #api-visual,
      #checkout-visual,
      #zshop-visual {
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .dashboard-zayla {
        display: none;
      }

      @media (min-width: 1024px) {
        #dashboard {
          position: relative;
          z-index: 6;
          overflow: visible;
        }

        .dashboard-zayla {
          display: block;
          position: absolute;
          left: max(1.5rem, calc(50% - 28rem));
          bottom: -12rem;
          z-index: 1;
          width: min(18rem, 22vw);
          pointer-events: none;
          user-select: none;
        }

        .dashboard-zayla__img {
          display: block;
          width: 100%;
          height: auto;
          mix-blend-mode: lighten;
          -webkit-mask-image: linear-gradient(
            to bottom,
            #000 0%,
            #000 55%,
            transparent 88%
          );
          mask-image: linear-gradient(
            to bottom,
            #000 0%,
            #000 55%,
            transparent 88%
          );
        }

        .dashboard-layout,
        .section-copy {
          position: relative;
          z-index: 2;
        }

        #dashboard-visual {
          position: relative;
          z-index: 4;
        }

        #dashboard-visual .shot {
          position: relative;
          z-index: 5;
        }
      }

      /* ---------------- Terminal da API ---------------- */
      .terminal {
        max-width: 34rem;
        margin-top: 2.3rem;
        overflow: hidden;
        border: 3px solid var(--ink);
        border-radius: 20px;
        background: var(--ink);
        color: #fff;
        box-shadow: 8px 8px 0 rgba(42, 41, 65, 0.28);
        text-align: left;
      }

      .terminal-head {
        display: flex;
        align-items: center;
        gap: 0.45rem;
        padding: 0.65rem 0.9rem;
        border-bottom: 3px solid rgba(255, 255, 255, 0.16);
        background: rgba(255, 255, 255, 0.05);
      }

      .terminal-head i {
        width: 0.8rem;
        height: 0.8rem;
        flex-shrink: 0;
        border-radius: 9999px;
      }

      .terminal-head i:nth-child(1) {
        background: var(--amber);
      }

      .terminal-head i:nth-child(2) {
        background: var(--mint);
      }

      .terminal-head i:nth-child(3) {
        background: var(--lavender);
      }

      .terminal-title {
        margin-left: 0.5rem;
        overflow: hidden;
        color: rgba(255, 255, 255, 0.72);
        font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
        font-size: 0.75rem;
        text-overflow: ellipsis;
        white-space: nowrap;
      }

      .terminal pre {
        margin: 0;
        padding: 1.1rem 1.25rem;
        overflow-x: auto;
        font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
        font-size: 0.82rem;
        line-height: 1.62;
      }

      .terminal code {
        padding: 0;
        border: none;
        background: none;
        box-shadow: none;
        color: #fff;
        font-size: inherit;
      }

      .t-c {
        color: rgba(255, 255, 255, 0.45);
      }

      .t-m {
        color: var(--mint);
        font-weight: 700;
      }

      .t-k {
        color: var(--lavender);
      }

      .t-s {
        color: var(--amber);
      }

      .t-n {
        color: var(--mint);
      }

      /* ---------------- Link de cobrança ---------------- */
      .paydemo-text {
        margin: 0 0 0.4rem;
      }

      .paydemo-link {
        display: inline-flex;
        align-items: center;
        gap: 0.65rem;
        margin-top: 1.6rem;
        max-width: 100%;
        padding: 0.8rem 1.2rem;
        border: 3px solid var(--ink);
        border-radius: 9999px;
        background: var(--white);
        color: var(--ink);
        font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
        font-size: 0.93rem;
        box-shadow: 5px 5px 0 var(--ink);
        box-sizing: border-box;
      }

      .paydemo-link svg {
        flex-shrink: 0;
        width: 1.05rem;
        height: 1.05rem;
        color: var(--violet);
      }

      .paydemo-link b {
        color: var(--violet);
        font-weight: 800;
      }

      .paydemo-visual {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 1.1rem;
      }

      .paydemo-visual .shot {
        width: 100%;
      }

      .paydemo-preview {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.15rem;
        padding: 1.6rem 1.4rem 1.5rem;
        background:
          radial-gradient(
            rgba(42, 41, 65, 0.1) 1.2px,
            transparent 1.2px
          ),
          var(--paper);
        background-size: 22px 22px;
      }

      .paydemo-avatar {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 5.5rem;
        height: 5.5rem;
        border: 3.5px solid var(--ink);
        border-radius: 9999px;
        background: var(--mint);
        box-shadow: 5px 5px 0 var(--ink);
        color: var(--ink);
        font-family: var(--font-display);
        font-size: 2rem;
        font-weight: 800;
      }

      .paydemo-avatar svg {
        width: 2.6rem;
        height: 2.6rem;
      }

      .paydemo-identity {
        text-align: center;
      }

      .paydemo-name {
        margin: 0;
        font-family: var(--font-display);
        font-size: 1.35rem;
        font-weight: 800;
        letter-spacing: -0.02em;
        color: var(--ink);
      }

      .paydemo-handle {
        margin: 0.25rem 0 0;
        color: var(--ink-soft);
        font-size: 0.95rem;
        font-weight: 700;
      }

      .paydemo-handle b {
        color: var(--violet);
        font-weight: 800;
      }

      .paydemo-amounts {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.45rem;
        width: 100%;
      }

      .paydemo-amounts span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 3.4rem;
        padding: 0.45rem 0.7rem;
        border: 2.5px solid var(--ink);
        border-radius: 9999px;
        background: var(--white);
        color: var(--ink);
        font-family: var(--font-display);
        font-size: 0.82rem;
        font-weight: 800;
        box-shadow: 3px 3px 0 var(--ink);
      }

      .paydemo-amounts span.is-active {
        background: var(--amber);
      }

      .paydemo-value {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.35rem;
        width: 100%;
        max-width: 16rem;
        margin-top: 0.15rem;
        padding: 0.85rem 1rem;
        border: 3px solid var(--ink);
        border-radius: 18px;
        background: var(--white);
        box-shadow: 5px 5px 0 var(--ink);
      }

      .paydemo-value-label {
        color: var(--ink-soft);
        font-size: 0.72rem;
        font-weight: 800;
        letter-spacing: 0.06em;
        text-transform: uppercase;
      }

      .paydemo-value-amount {
        font-family: var(--font-display);
        font-size: 1.85rem;
        font-weight: 800;
        letter-spacing: -0.03em;
        color: var(--ink);
      }

      .paydemo-value-amount em {
        font-style: normal;
        color: #0f9f7a;
      }

      .paydemo-cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 16rem;
        padding: 0.75rem 1.1rem;
        border: 3px solid var(--ink);
        border-radius: 9999px;
        background: var(--mint);
        color: var(--ink);
        font-family: var(--font-display);
        font-size: 0.95rem;
        font-weight: 800;
        box-shadow: 4px 4px 0 var(--ink);
      }

      #checkout {
        overflow: visible;
        padding-top: 14rem;
      }

      #pix-fee {
        padding: 0 0 1.25rem;
        z-index: 5;
      }

      .pix-fee-card {
        max-width: 38rem;
        margin: 0 auto;
        padding: 1.45rem 1.6rem 1.55rem;
        text-align: center;
        border: 3px solid var(--ink);
        border-radius: 26px;
        background: var(--amber);
        box-shadow: 7px 7px 0 var(--ink);
        transform: rotate(-0.6deg);
      }

      .pix-fee-card .kicker {
        margin-bottom: 0.7rem;
      }

      .pix-fee-lead {
        margin: 0;
        color: var(--ink);
        font-family: var(--font-display);
        font-size: clamp(1.15rem, 2.4vw, 1.55rem);
        font-weight: 800;
        letter-spacing: -0.03em;
        line-height: 1.2;
      }

      .pix-fee-sub {
        margin: 0.55rem 0 0;
        color: var(--ink);
        font-size: 0.95rem;
        font-weight: 650;
        line-height: 1.45;
      }

      .pix-fee-sub a {
        color: inherit;
        font-weight: 800;
        text-underline-offset: 0.15em;
      }

      #checkout-visual {
        position: relative;
        z-index: 4;
        padding-top: 5rem;
      }

      .checkout-visual-stage {
        position: relative;
        width: 100%;
        max-width: 26rem;
      }

      .checkout-pix-toast {
        position: absolute;
        left: 50%;
        bottom: calc(100% + 1.15rem);
        z-index: 8;
        width: min(18.5rem, 94%);
        transform: translateX(-50%);
        pointer-events: none;
      }

      .checkout-pix-toast img {
        display: block;
        width: 100%;
        height: auto;
        mix-blend-mode: lighten;
        -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 84%, transparent 100%);
        mask-image: linear-gradient(to bottom, #000 0%, #000 84%, transparent 100%);
      }

      #checkout-visual .shot {
        position: relative;
        z-index: 1;
        width: 100%;
        max-width: none;
      }

      .checkout-preview {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.7rem;
        padding: 1.35rem 1.2rem 1.25rem;
        background:
          radial-gradient(rgba(42, 41, 65, 0.1) 1.2px, transparent 1.2px),
          var(--paper);
        background-size: 22px 22px;
        text-align: center;
      }

      .checkout-preview__title {
        margin: 0;
        font-family: var(--font-display);
        font-size: 1.35rem;
        font-weight: 800;
        letter-spacing: -0.02em;
        color: var(--ink);
      }

      .checkout-preview__merchant {
        margin: -0.25rem 0 0;
        color: var(--ink-soft);
        font-size: 0.88rem;
        font-weight: 600;
      }

      .checkout-preview__amount {
        margin: 0;
        font-family: var(--font-display);
        font-size: 1.85rem;
        font-weight: 800;
        letter-spacing: -0.03em;
        color: var(--ink);
      }

      .checkout-preview__timer {
        display: inline-flex;
        align-items: center;
        padding: 0.28rem 0.75rem;
        border: 2.5px solid var(--ink);
        border-radius: 9999px;
        background: var(--white);
        font-family: var(--font-display);
        font-size: 0.72rem;
        font-weight: 800;
        color: var(--ink);
        box-shadow: 2px 2px 0 var(--ink);
      }

      .checkout-preview__qr {
        width: 9.5rem;
        height: 9.5rem;
        padding: 0.5rem;
        border: 3px solid var(--ink);
        border-radius: 16px;
        background: var(--white);
        box-shadow: 4px 4px 0 var(--ink);
      }

      .checkout-preview__qr svg,
      .checkout-preview__qr img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
      }

      .checkout-preview__code {
        width: 100%;
        max-width: 16.5rem;
        padding: 0.55rem 0.7rem;
        border: 2.5px solid var(--ink);
        border-radius: 12px;
        background: var(--white);
        color: var(--ink-soft);
        font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
        font-size: 0.62rem;
        line-height: 1.4;
        word-break: break-all;
        text-align: left;
      }

      .checkout-preview__cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 16.5rem;
        padding: 0.7rem 1.1rem;
        border: 3px solid var(--ink);
        border-radius: 9999px;
        background: var(--mint);
        color: var(--ink);
        font-family: var(--font-display);
        font-size: 0.9rem;
        font-weight: 800;
        box-shadow: 4px 4px 0 var(--ink);
      }

      /* ---------------- Notificações ao vivo ---------------- */
      .livedemo-visual {
        position: relative;
        display: flex;
        justify-content: center;
      }

      .livedemo-copy {
        order: -1;
      }

      @media (min-width: 1024px) {
        .livedemo-layout {
          grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
        }

        .livedemo-copy {
          order: 0;
        }
      }

      /* ---------------- Zpay Shop (faixa mint) ---------------- */
      #zshop {
        position: relative;
        overflow: hidden;
        padding: 6rem 0;
        border-top: 3px solid var(--ink);
        border-bottom: 3px solid var(--ink);
        background: var(--mint);
      }

      #zshop .section-copy p {
        color: rgba(42, 41, 65, 0.82);
      }

      .zshop-btn {
        margin-top: 1.15rem;
      }

      .zshop-brand {
        display: inline-flex;
        align-items: center;
        gap: 0.95rem;
        margin-bottom: 0.5rem;
      }

      .zshop-logo {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 7rem;
        height: 7rem;
        border: 3px solid var(--ink);
        border-radius: 26px;
        background: var(--white);
        box-shadow: 5px 5px 0 var(--ink);
        transform: rotate(-3deg);
      }

      .zshop-logo img {
        width: 5.4rem;
        height: 5.4rem;
        object-fit: contain;
      }

      .zshop-name {
        font-size: 1.45rem;
        font-weight: 800;
        letter-spacing: -0.01em;
      }

      #zup {
        position: relative;
        overflow: hidden;
        padding: 6rem 0;
        border-top: 3px solid var(--ink);
        border-bottom: 3px solid var(--ink);
        background: #e3ac4f;
      }

      #zup .section-copy p {
        color: rgba(42, 41, 65, 0.82);
      }

      /* ---------------- Z GG (faixa lavanda, donates ao vivo) ---------------- */
      #zgg {
        position: relative;
        overflow: hidden;
        padding: 6rem 0;
        border-top: 3px solid var(--ink);
        border-bottom: 3px solid var(--ink);
        background: var(--lavender);
      }

      #zgg .section-copy p {
        color: rgba(42, 41, 65, 0.82);
      }

      #zgg .zshop-logo img {
        width: 5.4rem;
        height: 5.4rem;
        image-rendering: pixelated;
      }

      .zgg-platforms {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        margin: 1rem 0 0.25rem;
      }

      .zgg-platforms span {
        display: inline-flex;
        align-items: center;
        padding: 0.3rem 0.8rem;
        border: 3px solid var(--ink);
        border-radius: 999px;
        background: var(--white);
        font-size: 0.85rem;
        font-weight: 800;
        box-shadow: 3px 3px 0 var(--ink);
      }

      #zgg-visual {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 1.1rem;
      }

      /* Prévia real do overlay do Z GG (mesmo CSS do overlay.css do zpaygg.live,
         escopado nesta caixa): barrinha do link + alerta de Pix em pixel art */
      .zgg-demo {
        --ov-purple: #6b3fbf;
        --ov-teal: #2de2c5;
        --ov-gold: #f5c518;
        --ov-shadow: #16081f;
        --ov-ink: #fff8ee;
        /* A caixa do Z GG é 520×236. Aqui ela ocupa a coluna inteira e o
           conteúdo (link, alerta, moeda) é ampliado na mesma proporção. */
        --zgg-scale: 1;
        position: relative;
        width: 100%;
        max-width: 720px;
        /* Altura = conteúdo (tag+link+alerta+folga) × escala — sem faixa vazia */
        height: calc(236px * var(--zgg-scale));
        background: #1a0b2e url("/images/zgg-fundo.png") repeat;
        background-size: calc(460px * var(--zgg-scale)) auto;
        border: 3px solid rgba(45, 226, 197, 0.4);
        box-shadow: 0 5px 0 #16081f, 5px 0 0 #16081f, -5px 0 0 #16081f, 0 -5px 0 #16081f;
        overflow: hidden;
        font-family: "Nunito", "CameraPlainVariable", sans-serif;
        color: var(--ov-ink);
      }
                 
      @media (min-width: 1024px) {
        .zgg-demo { --zgg-scale: 1.2; }

        /* A coluna da prévia fica um pouco mais larga que a do texto */
        #zgg .zshop-layout {
          grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
        }
      }

      @media (min-width: 1440px) {
        .zgg-demo { --zgg-scale: 1.25; }
      }

      .zgg-demo-tag {
        position: absolute;
        top: 6px;
        left: 8px;
        z-index: 3;
        zoom: var(--zgg-scale);
        padding: 5px 7px;
        background: var(--ov-teal);
        color: #16081f;
        font-family: "Press Start 2P", monospace;
        font-size: 10px;
        line-height: 1;
        letter-spacing: 0.02em;
        box-shadow: 0 3px 0 var(--ov-shadow), 3px 0 0 var(--ov-shadow), -3px 0 0 var(--ov-shadow), 0 -3px 0 var(--ov-shadow);
      }

      .zgg-demo .ov-stage {
        /* Absoluto para a altura em % resolver contra a caixa (aspect-ratio).
           zoom > 1 exige largura/altura ÷ escala para preencher 100% visual. */
        position: absolute;
        top: 0;
        left: 0;
        zoom: var(--zgg-scale);
        width: calc(100% / var(--zgg-scale));
        height: calc(100% / var(--zgg-scale));
        pointer-events: none;
      }

      .zgg-demo .ov-link {
        position: absolute;
        /* Colado sob a tag — evita o buraco enorme até o rodapé da caixa */
        top: 40px;
        left: 14px;
        bottom: auto;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 10px 14px 10px 12px;
        background: var(--ov-purple);
        box-shadow: 0 4px 0 var(--ov-shadow), 4px 0 0 var(--ov-shadow), -4px 0 0 var(--ov-shadow), 0 -4px 0 var(--ov-shadow), inset 0 0 0 3px var(--ov-teal);
      }

      .zgg-demo .ov-link-pix {
        width: 28px;
        height: 28px;
        flex-shrink: 0;
      }

      .zgg-demo .ov-link-label {
        font-family: "Press Start 2P", monospace;
        font-size: 8px;
        letter-spacing: 0.06em;
        color: var(--ov-gold);
        text-transform: uppercase;
        line-height: 1.6;
      }

      .zgg-demo .ov-link-url {
        font-family: "Press Start 2P", monospace;
        font-size: 11px;
        letter-spacing: 0.04em;
        color: #fff;
        line-height: 1.6;
        text-shadow: 2px 2px 0 var(--ov-shadow);
      }

      .zgg-demo .ov-link-url b {
        color: var(--ov-teal);
        font-weight: inherit;
      }

      .zgg-demo .ov-alert {
        position: absolute;
        top: 108px;
        left: 14px;
        bottom: auto;
        width: 380px;
        max-width: calc(100% - 28px);
        padding: 14px 16px 14px 14px;
        background: #4a2f9a;
        box-shadow: 0 6px 0 var(--ov-shadow), 6px 0 0 var(--ov-shadow), -6px 0 0 var(--ov-shadow), 0 -6px 0 var(--ov-shadow), inset 0 0 0 4px var(--ov-teal);
        display: grid;
        grid-template-columns: 56px minmax(0, 1fr);
        gap: 12px;
        align-items: center;
        opacity: 0;
        transform: translateX(-40px) scale(0.96);
        transition: opacity 0.3s steps(5), transform 0.3s steps(5);
      }

      .zgg-demo .ov-alert.is-on {
        opacity: 1;
        transform: translateX(0) scale(1);
        animation: zgg-ov-pop 0.5s steps(6) 1;
      }

      .zgg-demo .ov-alert.is-off {
        opacity: 0;
        transform: translateY(16px) scale(0.98);
      }

      .zgg-demo .ov-alert-coin {
        width: 56px;
        height: 56px;
        background-repeat: no-repeat;
        background-size: 336px 56px;
        background-position: 0 0;
        image-rendering: pixelated;
        animation: zgg-ov-spin 1.2s steps(6) infinite;
      }

      .zgg-demo .ov-alert-body {
        min-width: 0;
      }

      .zgg-demo .ov-alert-title {
        font-family: "Press Start 2P", monospace;
        font-size: 11px;
        line-height: 1.7;
        color: #fff;
        text-shadow: 2px 2px 0 var(--ov-shadow);
        word-break: break-word;
      }

      .zgg-demo .ov-alert-title b {
        color: var(--ov-gold);
        font-weight: inherit;
      }

      .zgg-demo .ov-alert-title em {
        font-style: normal;
        color: var(--ov-teal);
      }

      .zgg-demo .ov-alert-msg {
        margin-top: 6px;
        font-family: "VT323", monospace;
        font-size: 26px;
        line-height: 1.05;
        color: var(--ov-ink);
        word-break: break-word;
      }

      .zgg-demo .ov-alert-msg:empty {
        display: none;
      }

      .zgg-demo .ov-alert-bar {
        grid-column: 1 / -1;
        height: 6px;
        background: rgba(22, 8, 31, 0.5);
        overflow: hidden;
      }

      .zgg-demo .ov-alert-bar i {
        display: block;
        height: 100%;
        width: 100%;
        background: var(--ov-gold);
        transform-origin: left;
      }

      @keyframes zgg-ov-pop {
        0% { transform: translateX(0) scale(0.92); }
        40% { transform: translateX(0) scale(1.06); }
        100% { transform: translateX(0) scale(1); }
      }

      @keyframes zgg-ov-spin {
        from { background-position: 0 0; }
        to { background-position: -336px 0; }
      }

      @keyframes zgg-ov-drain {
        from { transform: scaleX(1); }
        to { transform: scaleX(0); }
      }

      /* Botão "Ver ao vivo" igual ao do zpaygg.live */
      .zgg-demo-btn {
        display: inline-flex;
        align-items: center;
        gap: 0.6rem;
        padding: 0.95rem 1.8rem;
        border: 0;
        background: #3dcc55;
        color: #16081f;
        font-family: "Press Start 2P", monospace;
        font-size: 13px;
        letter-spacing: 0.04em;
        cursor: pointer;
        box-shadow: 0 4px 0 #2d8a1c, 4px 0 0 #2d8a1c, -4px 0 0 #2d8a1c, 0 -4px 0 #2d8a1c;
        transition: transform 0.1s steps(2);
      }

      .zgg-demo-btn:hover { transform: translateY(-2px); }
      .zgg-demo-btn:active { transform: translateY(2px); }

      @media (max-width: 480px) {
        .zgg-demo .ov-alert {
          width: auto;
          right: 14px;
          top: 100px;
          padding: 10px 12px 10px 10px;
          grid-template-columns: 44px minmax(0, 1fr);
        }

        .zgg-demo .ov-alert-coin {
          width: 44px;
          height: 44px;
          background-size: 264px 44px;
        }

        @keyframes zgg-ov-spin {
          from { background-position: 0 0; }
          to { background-position: -264px 0; }
        }

        .zgg-demo .ov-alert-title { font-size: 9px; }
        .zgg-demo .ov-alert-msg { font-size: 22px; }
      }

      @media (prefers-reduced-motion: reduce) {
        .zgg-demo .ov-alert-coin,
        .zgg-demo .ov-alert.is-on {
          animation: none;
        }
      }

      /* A Zayla do Z GG pode ser um pouco maior: a arte é mais larga que alta. */
      @media (min-width: 1280px) {
        .zgg-zayla {
          width: clamp(14rem, calc((100% - 72rem) / 2 + 1rem), 34rem);
          left: 0.5rem;
        }
      }

      .zup-zayla,
      .zshop-zayla,
      .zgg-zayla {
        display: none;
      }

      @media (min-width: 1280px) {
        #zup,
        #zshop,
        #zgg {
          overflow: hidden;
        }

        .zup-zayla,
        .zshop-zayla,
        .zgg-zayla {
          display: block;
          position: absolute;
          left: 2rem;
          bottom: 0;
          z-index: 8;
          /* Ocupa o espaço livre à esquerda da coluna de conteúdo (72rem
             centralizados): calculado sobre a largura da seção, e não em vw,
             para respeitar a escala do site (site-zoom.css). */
          width: clamp(12rem, calc((100% - 72rem) / 2 - 1rem), 30rem);
          height: auto;
          margin: 0;
          pointer-events: none;
          user-select: none;
        }

        /* As telas do Shop e do Z.uploads avançam sobre a margem direita, que
           fica vazia em telas largas. */
        #zshop-visual .shot,
        #zup-visual .shot {
          width: 128%;
          max-width: none;
        }

        #zgg-visual {
          align-items: flex-start;
        }

        .zgg-demo {
          width: 128%;
          max-width: 760px;
        }

        .zgg-demo-btn {
          align-self: center;
          margin-left: 14%;
        }
      }

      /* Notebooks (1280–1750px): Zayla menor, colada na borda e ATRÁS do
         conteúdo; o texto é empurrado para não ficar por cima dela */
      @media (min-width: 1280px) and (max-width: 1750px) {
        .zup-zayla,
        .zshop-zayla,
        .zgg-zayla {
          left: 0;
          z-index: 1;
          width: clamp(12rem, calc((100% - 72rem) / 2 - 0.5rem), 28rem);
        }

        #zup .section-inner,
        #zshop .section-inner,
        #zgg .section-inner {
          position: relative;
          z-index: 2;
        }

        #zup .zshop-layout .section-copy,
        #zshop .zshop-layout .section-copy,
        #zgg .zshop-layout .section-copy {
          position: relative;
          z-index: 2;
          padding-left: max(1rem, calc(46rem - 50vw));
        }
      }

      .zayla-divider-layout {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        gap: 2rem;
        padding: 2rem 1.5rem;
      }

      .zayla-divider-text {
        font-size: clamp(1.8rem, 3.6vw, 2.6rem);
        font-weight: 800;
        letter-spacing: -0.02em;
        color: var(--ink);
        margin: 0;
        line-height: 1.2;
        text-align: right;
      }

      .zayla-divider-text-right {
        font-size: clamp(1.8rem, 3.6vw, 2.6rem);
        font-weight: 800;
        letter-spacing: -0.02em;
        color: var(--ink);
        margin: 0;
        line-height: 1.2;
        text-align: left;
      }

      .zayla-divider {
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .zayla-line {
        display: block;
      }

      .zayla-line-1 {
        margin-left: 0;
      }

      .zayla-line-2 {
        margin-left: 1.5rem;
      }

      .zayla-line-3 {
        margin-left: 3rem;
      }

      .zayla-line-4 {
        margin-left: 4.5rem;
      }

      .zayla-line-5 {
        margin-left: 6rem;
      }

      .zayla-divider-centered {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        gap: 2rem;
        padding: 3rem 2rem;
        max-width: 100%;
      }

      .zayla-divider-side {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        text-align: center;
      }

      .zayla-divider-side h2 {
        font-size: clamp(1.6rem, 3vw, 2.2rem);
        font-weight: 800;
        letter-spacing: -0.02em;
        color: var(--ink);
        margin: 0;
        line-height: 1.2;
      }

      .zayla-divider-side--left {
        text-align: right;
        padding-right: 1rem;
      }

      .zayla-divider-side--right {
        text-align: left;
        padding-left: 1rem;
      }

      .zayla-divider {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.2rem;
      }

      .zayla-divider-img {
        width: 100%;
        max-width: 22rem;
        height: auto;
        display: block;
      }

      @media (max-width: 1023px) {
        .zayla-divider-layout {
          grid-template-columns: 1fr;
          gap: 1.35rem;
          padding: 2.25rem 1.25rem 1.75rem;
          text-align: center;
        }

        .zayla-divider-text,
        .zayla-divider-text-right {
          text-align: center;
          font-size: clamp(1.35rem, 6vw, 1.85rem);
        }

        .zayla-divider-img {
          max-width: min(18rem, 78vw);
          margin: 0 auto;
        }

        .zayla-divider-centered {
          grid-template-columns: 1fr;
          gap: 1.5rem;
          padding: 2rem 1.5rem;
        }

        .zayla-divider-side {
          text-align: center;
          padding: 0 !important;
        }

        .zayla-divider-side h2 {
          font-size: clamp(1.4rem, 2.8vw, 1.8rem);
        }
      }

      @media (min-width: 1024px) {
        .zayla-divider-centered {
          padding: 4rem 3rem;
        }

        .zayla-divider-img {
          max-width: 28rem;
        }
      }

      @media (min-width: 1024px) {
        .zayla-divider {
          padding: 0.6rem 1.5rem;
          gap: 0.3rem;
        }

        .zayla-divider-img {
          max-width: 28rem;
        }
      }

      /* ---------------- Premiações (faixa lavanda) ---------------- */
      .rewards-section {
        position: relative;
        padding: 5rem 1.5rem 5.5rem;
        border-bottom: 3px solid var(--ink);
        background: var(--lavender);
        overflow: hidden;
      }

      .rewards-fx {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 0;
        overflow: hidden;
      }

      .rewards-fx__svg {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        opacity: 0.9;
      }

      .rewards-fx__base {
        fill: none;
        stroke: rgba(255, 255, 255, 0.22);
        stroke-width: 1.5;
        stroke-linecap: round;
        vector-effect: non-scaling-stroke;
      }

      .rewards-fx__pulse {
        fill: none;
        stroke: rgba(255, 255, 255, 0.95);
        stroke-width: 2.2;
        stroke-linecap: round;
        stroke-dasharray: 100 900;
        stroke-dashoffset: 0;
        animation: rewardsFxTravel 5.5s linear infinite;
        filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.55));
        vector-effect: non-scaling-stroke;
      }

      .rewards-fx__pulse--2 {
        animation-duration: 6.5s;
        animation-delay: -1.6s;
        stroke-dasharray: 80 920;
      }

      .rewards-fx__pulse--3 {
        animation-duration: 7.2s;
        animation-delay: -3.2s;
        stroke-dasharray: 70 930;
      }

      .rewards-fx__pulse--4 {
        animation-duration: 6s;
        animation-delay: -4.5s;
        stroke-dasharray: 90 910;
      }

      .rewards-fx__orb {
        position: absolute;
        border-radius: 999px;
        background: radial-gradient(
          circle,
          rgba(255, 255, 255, 0.45) 0%,
          rgba(255, 255, 255, 0) 70%
        );
        pointer-events: none;
        animation: rewardsFxOrb 14s ease-in-out infinite;
        opacity: 0.5;
      }

      .rewards-fx__orb--1 {
        width: 18rem;
        height: 18rem;
        top: -6rem;
        left: -4rem;
        animation-duration: 16s;
      }

      .rewards-fx__orb--2 {
        width: 10rem;
        height: 10rem;
        left: 42%;
        top: 18%;
        animation-duration: 11s;
        animation-delay: -2s;
      }

      @keyframes rewardsFxTravel {
        to {
          stroke-dashoffset: -1000;
        }
      }

      @keyframes rewardsFxOrb {
        0%,
        100% {
          transform: translate(0, 0) scale(1);
          opacity: 0.4;
        }
        50% {
          transform: translate(28px, -22px) scale(1.12);
          opacity: 0.7;
        }
      }

      @media (prefers-reduced-motion: reduce) {
        .rewards-fx__pulse,
        .rewards-fx__orb {
          animation: none !important;
        }

        .rewards-fx__pulse {
          opacity: 0;
        }
      }

      @media (min-width: 1024px) {
        .rewards-section {
          overflow: visible;
          z-index: 3;
          /* Recorta só a borda de baixo: quando as Zaylas se escondem descendo
             (translateY), elas somem atrás da linha preta em vez de passar por
             cima da seção branca seguinte. Topo/lados seguem livres. */
          clip-path: inset(-100vh 0 0 0);
        }

        .rewards-fx {
          overflow: hidden;
          border-radius: 0;
        }
      }

      .rewards-zayla {
        display: none;
      }

      .rewards-inner {
        position: relative;
        z-index: 1;
        max-width: 1200px;
        margin: 0 auto;
      }

      @media (min-width: 1024px) {
        .rewards-zayla {
          display: block;
          position: absolute;
          bottom: 0;
          z-index: 4;
          width: min(20rem, 24vw);
          height: auto;
          pointer-events: none;
          user-select: none;
          opacity: 0;
          transform: translateY(28px);
          transition:
            opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
            transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
        }

        .rewards-zayla.is-in {
          opacity: 1;
          transform: translateY(0);
        }

        .rewards-zayla--left {
          left: max(0.35rem, calc(50% - 36rem));
          bottom: 0;
        }

        .rewards-zayla--right {
          right: max(0.35rem, calc(50% - 36rem));
          bottom: 0;
        }
      }

      @media (min-width: 1280px) {
        .rewards-zayla {
          width: min(23rem, 26vw);
          bottom: 0;
        }

        .rewards-zayla--left {
          left: max(0.75rem, calc(50% - 40rem));
          bottom: 0;
        }

        .rewards-zayla--right {
          right: max(0.75rem, calc(50% - 40rem));
          bottom: 0;
        }
      }

      @media (prefers-reduced-motion: reduce) {
        .rewards-zayla {
          transition: none;
          transform: none;
        }

        .rewards-zayla.is-in {
          transform: none;
        }

        .rewards-zayla--quadro,
        .rewards-zayla--quadro.is-in {
          transform: translateX(-50%);
        }
      }

      .rewards-stage {
        position: relative;
        z-index: 1;
        width: 100%;
        max-width: 36rem;
        margin: 0 auto 2rem;
        padding-top: 0;
      }

      @media (min-width: 1024px) {
        .rewards-stage {
          max-width: 40rem;
          padding-top: 11rem;
          margin-bottom: 1.5rem;
        }

        .rewards-zayla--quadro {
          display: block;
          position: absolute;
          left: 50%;
          bottom: 22rem;
          top: auto;
          right: auto;
          z-index: 0;
          width: min(20rem, 34vw);
          max-width: none;
          transform: translateX(-50%) translateY(28px);
          -webkit-mask-image: linear-gradient(
            to bottom,
            #000 0%,
            #000 80%,
            transparent 100%
          );
          mask-image: linear-gradient(
            to bottom,
            #000 0%,
            #000 80%,
            transparent 100%
          );
        }

        .rewards-zayla--quadro.is-in {
          transform: translateX(-50%) translateY(0);
        }
      }

      @media (min-width: 1280px) {
        .rewards-stage {
          padding-top: 13rem;
        }

        .rewards-zayla--quadro {
          width: min(23.5rem, 36vw);
          bottom: 21rem;
        }
      }

      .rewards-header {
        margin: 0 auto;
        text-align: center;
      }

      .rewards-header .kicker {
        background: var(--amber);
      }

      .rewards-header h2 {
        margin: 1.2rem 0 0.8rem;
        font-size: clamp(2.1rem, 4.6vw, 3.35rem);
        font-weight: 800;
        line-height: 1.06;
        letter-spacing: -0.02em;
      }

      .rewards-header p {
        max-width: 33rem;
        margin: 0 auto;
        color: rgba(42, 41, 65, 0.85);
        font-size: 1.06rem;
        font-weight: 500;
        line-height: 1.6;
      }

      .rewards-carousel {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1.2rem;
        max-width: 470px;
        margin: 0 auto;
      }

      .rewards-carousel-viewport {
        position: relative;
        width: 100%;
        padding: 0.7rem 0.7rem 1.1rem;
        box-sizing: border-box;
        overflow: hidden;
      }

      .rewards-carousel-track {
        display: block;
        position: relative;
        width: 100%;
        min-height: 320px;
      }

      /* quadro fixo — só as imagens mudam */
      .reward-frame {
        position: absolute;
        inset: 0;
        z-index: 0;
        box-sizing: border-box;
        border: 3px solid var(--ink);
        border-radius: 26px;
        background: var(--white);
        box-shadow: 8px 8px 0 var(--ink);
        pointer-events: none;
      }

      .reward-card {
        position: absolute;
        inset: 0;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        padding: 1.6rem;
        border: 0;
        border-radius: 26px;
        background: transparent;
        box-shadow: none;
        text-align: center;
        opacity: 0;
        visibility: hidden;
        transform: none;
        transition:
          opacity 0.45s ease,
          visibility 0.45s;
        pointer-events: none;
      }

      .reward-card.is-prep-prev,
      .reward-card.is-exit-next,
      .reward-card.is-exit-prev {
        transform: none;
        opacity: 0;
        visibility: hidden;
      }

      .reward-card.is-active {
        opacity: 1;
        visibility: visible;
        transform: none;
        pointer-events: auto;
        z-index: 2;
        box-shadow: none;
      }

      .reward-card:nth-child(2) .reward-img {
        max-width: 200px;
        height: 200px;
      }

      .reward-card:nth-child(3) .reward-img {
        max-width: 220px;
        height: 220px;
      }

      .reward-card:nth-child(4) .reward-img {
        max-width: 240px;
        height: 240px;
      }

      .reward-card:nth-child(5) .reward-img {
        max-width: 260px;
        height: 260px;
      }

      .reward-card:nth-child(6) .reward-img {
        max-width: 280px;
        height: 280px;
      }

      .reward-img {
        width: 100%;
        object-fit: contain;
        margin: 0 auto;
        filter: drop-shadow(0 10px 22px rgba(42, 41, 65, 0.35));
        transform: translateY(14px) scale(0.9);
        opacity: 0;
        transition:
          transform 0.55s cubic-bezier(0.34, 1.45, 0.64, 1),
          opacity 0.4s ease;
      }

      .reward-card.is-active .reward-img {
        transform: translateY(0) scale(1);
        opacity: 1;
        animation: rewardFloat 3.4s ease-in-out 0.55s infinite;
      }

      .reward-card.is-exit-next .reward-img,
      .reward-card.is-exit-prev .reward-img {
        opacity: 0;
        transform: translateY(-10px) scale(0.94);
        animation: none;
      }

      .reward-card:hover.is-active .reward-img {
        animation: none;
        transform: scale(1.06) rotate(-2deg);
      }

      @keyframes rewardFloat {
        0%,
        100% {
          transform: translateY(0) scale(1) rotate(0deg);
        }
        50% {
          transform: translateY(-9px) scale(1.03) rotate(-1.5deg);
        }
      }

      .reward-arrow {
        flex-shrink: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 3rem;
        height: 3rem;
        border: 3px solid var(--ink);
        border-radius: 9999px;
        background: var(--white);
        color: var(--ink);
        cursor: pointer;
        box-shadow: 4px 4px 0 var(--ink);
        transition: all 0.15s ease;
      }

      .reward-arrow:hover {
        background: var(--amber);
        transform: translate(-1px, -1px);
        box-shadow: 6px 6px 0 var(--ink);
      }

      .reward-arrow:active {
        transform: translate(2px, 2px);
        box-shadow: 1px 1px 0 var(--ink);
      }

      .reward-arrow svg {
        width: 1.25rem;
        height: 1.25rem;
      }

      /* ---------------- Donos / mensagens ---------------- */
      #owners {
        position: relative;
        padding: 5rem 1.5rem 2rem;
      }

      .owners-inner {
        position: relative;
        z-index: 2;
        max-width: 56rem;
        margin: 0 auto;
      }

      .owners-head {
        margin-bottom: 2.4rem;
        text-align: center;
      }

      .owners-head .kicker {
        background: var(--amber);
      }

      .owners-head h2 {
        margin: 1.2rem 0 0.75rem;
        font-size: clamp(2.1rem, 4.6vw, 3.2rem);
        font-weight: 800;
        line-height: 1.08;
        letter-spacing: -0.02em;
      }

      .owners-head p {
        max-width: 32rem;
        margin: 0 auto;
        color: rgba(42, 41, 65, 0.85);
        font-size: 1.05rem;
        font-weight: 500;
        line-height: 1.6;
      }

      .owners-mascot {
        display: flex;
        justify-content: center;
        margin: 0 0 1.25rem;
      }

      .owners-mascot__img {
        display: block;
        width: min(20rem, 68vw);
        height: auto;
        mix-blend-mode: lighten;
        -webkit-mask-image: linear-gradient(
          to bottom,
          #000 0%,
          #000 78%,
          transparent 100%
        );
        mask-image: linear-gradient(
          to bottom,
          #000 0%,
          #000 78%,
          transparent 100%
        );
      }

      .owners-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1.25rem;
      }

      @media (min-width: 720px) {
        .owners-grid {
          grid-template-columns: 1fr 1fr;
          gap: 1.5rem;
        }
      }

      .owner-card {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 1.15rem;
        padding: 1.45rem 1.4rem 1.5rem;
        border: 3px solid var(--ink);
        border-radius: 22px;
        background: var(--white);
        box-shadow: 7px 7px 0 var(--ink);
        transition:
          transform 0.2s ease,
          box-shadow 0.2s ease;
      }

      .owner-card:hover {
        transform: translate(-2px, -2px);
        box-shadow: 9px 9px 0 var(--ink);
      }

      .owner-card--mint {
        background: color-mix(in srgb, var(--mint) 18%, var(--white));
      }

      .owner-card--lav {
        background: color-mix(in srgb, var(--lavender) 22%, var(--white));
      }

      .owner-card__person {
        display: flex;
        align-items: center;
        gap: 0.95rem;
      }

      .owner-card__avatar {
        flex-shrink: 0;
        width: 4.1rem;
        height: 4.1rem;
        border: 3px solid var(--ink);
        border-radius: 18px;
        background: var(--paper);
        object-fit: cover;
        box-shadow: 4px 4px 0 var(--ink);
      }

      .owner-card__avatar--fallback {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-family: var(--font-display);
        font-size: 1.35rem;
        font-weight: 800;
        color: var(--ink);
        background: var(--amber);
      }

      .owner-card__meta {
        min-width: 0;
      }

      .owner-card__name {
        margin: 0;
        font-family: var(--font-display);
        font-size: 1.28rem;
        font-weight: 800;
        line-height: 1.15;
        letter-spacing: -0.02em;
        word-break: break-word;
      }

      .owner-card__handle {
        margin: 0.2rem 0 0;
        color: var(--ink-soft);
        font-size: 0.92rem;
        font-weight: 600;
      }

      .owner-card__quote {
        position: relative;
        margin: 0;
        padding: 1rem 1.05rem 1.05rem;
        border: 3px solid var(--ink);
        border-radius: 16px;
        background: var(--white);
        font-size: 1.02rem;
        font-weight: 600;
        line-height: 1.55;
        box-shadow: 4px 4px 0 var(--ink);
      }

      .owner-card__quote::before {
        content: "“";
        position: absolute;
        top: -0.55rem;
        left: 0.85rem;
        padding: 0 0.2rem;
        background: var(--white);
        font-family: var(--font-display);
        font-size: 1.6rem;
        font-weight: 800;
        line-height: 1;
        color: var(--ink);
      }

      .owner-card--mint .owner-card__quote::before {
        background: color-mix(in srgb, var(--mint) 18%, var(--white));
      }

      .owner-card--lav .owner-card__quote::before {
        background: color-mix(in srgb, var(--lavender) 22%, var(--white));
      }

      @media (prefers-reduced-motion: reduce) {
        .owner-card {
          transition: none;
        }
      }

      /* ---------------- FAQ ---------------- */
      #faq {
        position: relative;
        padding: 5.5rem 1.5rem 3.5rem;
      }

      .faq-inner {
        position: relative;
        z-index: 2;
        max-width: 44rem;
        margin: 0 auto;
      }

      .faq-head {
        margin-bottom: 2.4rem;
        text-align: center;
      }

      .faq-head .kicker {
        background: var(--mint);
      }

      .faq-head h2 {
        margin: 1.2rem 0 0;
        font-size: clamp(2.1rem, 4.6vw, 3.2rem);
        font-weight: 800;
        line-height: 1.08;
        letter-spacing: -0.02em;
      }

      .faq-list {
        display: flex;
        flex-direction: column;
        gap: 1rem;
      }

      .faq-item {
        overflow: hidden;
        border: 3px solid var(--ink);
        border-radius: 18px;
        background: var(--white);
        box-shadow: 6px 6px 0 var(--ink);
        transition:
          transform 0.2s ease,
          box-shadow 0.2s ease;
      }

      .faq-item:hover {
        transform: translate(-2px, -2px);
        box-shadow: 8px 8px 0 var(--ink);
      }

      .faq-item summary {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        padding: 1.05rem 1.25rem;
        font-size: 1.02rem;
        font-weight: 800;
        line-height: 1.35;
        list-style: none;
        cursor: pointer;
        user-select: none;
      }

      .faq-item summary::-webkit-details-marker {
        display: none;
      }

      .faq-icon {
        flex-shrink: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 1.8rem;
        height: 1.8rem;
        border: 3px solid var(--ink);
        border-radius: 9999px;
        background: var(--amber);
        color: var(--ink);
        transition:
          transform 0.25s ease,
          background 0.25s ease;
      }

      .faq-item[open] .faq-icon {
        background: var(--mint);
        transform: rotate(180deg);
      }

      .faq-answer {
        padding: 0 1.25rem 1.15rem;
        color: var(--ink-soft);
        font-size: 0.95rem;
        font-weight: 500;
        line-height: 1.62;
      }

      .faq-answer strong {
        color: var(--ink);
      }

      /* ---------------- CTA final (cartão ink) ---------------- */
      #cta {
        position: relative;
        padding: 1.5rem 1.5rem 8rem;
      }

      .cta-glass-card {
        position: relative;
        isolation: isolate;
        z-index: 2;
        max-width: 62rem;
        margin: 0 auto;
        overflow: hidden;
        padding: 4.6rem 2rem;
        border: 3px solid var(--ink);
        border-radius: 34px;
        background: var(--ink);
        color: #fff;
        text-align: center;
        box-shadow: 10px 10px 0 var(--amber);
      }

      .cta-banner {
        max-width: 62rem;
        margin: 2rem auto 0;
        padding: 0;
        overflow: hidden;
        border: 3px solid var(--ink);
        border-radius: 28px;
        background: var(--white);
        box-shadow: 8px 8px 0 var(--ink);
        line-height: 0;
      }

      .cta-banner__img {
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        vertical-align: top;
      }

      .cta-glass-card::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
        background-image: radial-gradient(
          rgba(255, 255, 255, 0.14) 1.4px,
          transparent 1.4px
        );
        background-size: 24px 24px;
        pointer-events: none;
      }

      .cta-glass-card h2 {
        max-width: 44rem;
        margin: 0 auto 1.1rem;
        font-size: clamp(2.15rem, 5vw, 3.7rem);
        font-weight: 800;
        line-height: 1.06;
        letter-spacing: -0.02em;
      }

      .cta-glass-card p {
        max-width: 30rem;
        margin: 0 auto 2.3rem;
        color: rgba(255, 255, 255, 0.82);
        font-size: 1.05rem;
        font-weight: 500;
        line-height: 1.6;
      }

      .cta-sticker {
        position: absolute;
        z-index: 0;
        width: 78px;
        padding: 12px;
        border: 3px solid var(--ink);
        border-radius: 22px;
        background: var(--white);
        box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.35);
        transform: rotate(var(--rot, 0deg));
        animation: heroFloat 7s ease-in-out infinite;
      }

      .cta-sticker--1 {
        top: 9%;
        left: 3.5%;
        --rot: -8deg;
      }

      .cta-sticker--2 {
        right: 6%;
        bottom: 14%;
        --rot: 7deg;
        animation-delay: 1.4s;
      }

      @media (max-width: 900px) {
        .cta-sticker {
          display: none;
        }
      }

      /* ---------------- Rodapé ---------------- */
      footer {
        padding: 2.25rem 1.5rem 1.5rem;
        border-top: 3px solid var(--ink);
        background: var(--white);
      }

      .footer-zayla {
        display: none;
      }

      @media (min-width: 768px) {
        .footer-zayla {
          display: block;
          position: absolute;
          right: 4.5rem;
          bottom: 0;
          z-index: 6;
          width: min(24rem, 36vw);
          height: auto;
          pointer-events: none;
          user-select: none;
        }

        footer {
          position: relative;
          z-index: 1;
          padding-right: min(26rem, 38vw);
        }
      }

      .footer-inner {
        max-width: 72rem;
        margin: 0 auto;
      }

      .footer-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1.6rem;
      }

      @media (min-width: 768px) {
        .footer-grid {
          grid-template-columns: 2fr 1fr;
          gap: 2rem;
        }
      }

      .footer-logo {
        display: block;
        height: 84px;
        margin-bottom: 0.75rem;
      }

      .footer-tag {
        max-width: 21rem;
        margin: 0;
        color: var(--ink-soft);
        font-size: 0.88rem;
        font-weight: 500;
        line-height: 1.5;
      }

      .footer-trustpilot {
        display: inline-flex;
        align-items: center;
        margin-top: 0.75rem;
        padding: 0.5rem 0.9rem;
        border: 2px solid var(--ink);
        border-radius: 8px;
        background: var(--ink);
        box-shadow: 3px 3px 0 var(--lavender);
        text-decoration: none;
        transition:
          transform 0.15s ease,
          box-shadow 0.15s ease;
      }

      .footer-badges {
        display: grid;
        /* Sempre 2 selos lado a lado; em telas estreitas as caixas encolhem. */
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 23.65rem; /* 2 x 11.5rem + gap */
        align-items: stretch;
        gap: 0.65rem;
        margin-top: 0.75rem;
      }

      .footer-badges .footer-trustpilot {
        margin-top: 0;
        width: 100%;
        min-width: 0;
        min-height: 3.25rem;
        padding-left: 0.6rem;
        padding-right: 0.6rem;
        justify-content: center;
        box-sizing: border-box;
      }

      /* Linha: grade de selos à esquerda + selo do Reclame Aqui à direita. */
      .footer-badges-row {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        gap: 1rem;
        margin-top: 0.75rem;
      }

      .footer-badges-row .footer-badges {
        margin-top: 0;
        flex: 1 1 23.65rem;
        min-width: 0;
      }

      @media (max-width: 640px) {
        .footer-badges-row {
          flex-wrap: wrap;
        }
      }

      .footer-ra {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        min-width: 0;
        padding: 0.4rem 0.6rem;
        border: 2px solid var(--ink);
        border-radius: 8px;
        background: var(--ink);
        box-shadow: 3px 3px 0 var(--lavender);
      }

      .footer-ra #reputation-ra {
        display: block;
        line-height: 0;
      }

      .footer-ra #reputation-ra:empty {
        min-width: 9rem;
        min-height: 3.2rem;
      }

      .footer-ra iframe,
      .footer-ra img {
        display: block;
        max-width: 100%;
      }

      .footer-trustpilot:hover {
        transform: translate(-1px, -1px);
        box-shadow: 4px 4px 0 var(--lavender);
      }

      .footer-trustpilot:active {
        transform: translate(2px, 2px);
        box-shadow: 1px 1px 0 var(--lavender);
      }

      .footer-trustpilot__logo {
        height: 30px;
        width: auto;
        max-width: 100%;
        min-width: 0;
        display: block;
        object-fit: contain;
      }

      /* Selos ISO 27001 / PCI DSS: mesma caixa dos outros selos, imagem um pouco maior. */
      .footer-trustpilot__logo--seal {
        height: 42px;
      }

      footer h4 {
        margin: 0 0 0.75rem;
        color: var(--ink-soft);
        font-size: 0.72rem;
        font-weight: 800;
        letter-spacing: 0.16em;
        text-transform: uppercase;
      }

      .footer-links {
        display: flex;
        flex-direction: column;
        gap: 0.45rem;
        margin: 0;
        padding: 0;
        list-style: none;
      }

      .footer-links a {
        color: var(--ink);
        font-size: 0.88rem;
        font-weight: 600;
        text-decoration: none;
      }

      .footer-links a:hover {
        color: var(--violet);
        text-decoration: underline;
        text-decoration-thickness: 2px;
        text-underline-offset: 3px;
      }

      .footer-bottom {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 0.85rem;
        margin-top: 1.75rem;
        padding-top: 1.1rem;
        border-top: 3px solid rgba(42, 41, 65, 0.12);
      }

      .footer-social {
        display: flex;
        align-items: center;
        gap: 0.55rem;
      }

      .footer-social a[hidden] {
        display: none;
      }

      .footer-social a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2.25rem;
        height: 2.25rem;
        border: 3px solid var(--ink);
        border-radius: 9999px;
        background: var(--white);
        color: var(--ink);
        box-shadow: 3px 3px 0 var(--ink);
        transition: all 0.15s ease;
      }

      .footer-social a:hover {
        background: var(--mint);
        transform: translate(-1px, -1px);
        box-shadow: 5px 5px 0 var(--ink);
      }

      .footer-social svg {
        width: 1.15rem;
        height: 1.15rem;
      }

      .copyright {
        margin: 0;
        color: var(--ink-soft);
        font-size: 0.85rem;
        font-weight: 600;
      }

      .footer-status {
        display: inline-flex;
        align-items: center;
        gap: 0.45rem;
        padding: 0.45rem 0.8rem;
        border: 2.5px solid var(--ink);
        border-radius: 9999px;
        background: var(--white);
        color: var(--ink);
        font-family: var(--font-display);
        font-size: 0.78rem;
        font-weight: 800;
        text-decoration: none;
        box-shadow: 3px 3px 0 var(--ink);
        transition:
          transform 0.15s ease,
          box-shadow 0.15s ease,
          background 0.15s ease;
      }

      .footer-status:hover {
        transform: translate(-1px, -1px);
        box-shadow: 5px 5px 0 var(--ink);
        background: var(--mint);
      }

      .footer-status.is-ok {
        background: var(--mint);
      }

      .footer-status.is-degraded {
        background: var(--amber);
      }

      .footer-status.is-down {
        background: #ff6b6b;
        color: var(--white);
      }

      .footer-status__dot {
        width: 0.5rem;
        height: 0.5rem;
        border: 2px solid currentColor;
        border-radius: 9999px;
        background: currentColor;
        flex-shrink: 0;
      }

      .footer-status__ms {
        color: inherit;
        opacity: 0.75;
        font-weight: 700;
        font-variant-numeric: tabular-nums;
      }

      .footer-bottom-meta {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
        gap: 0.85rem 1.1rem;
      }

      /* ---------------- Responsivo ---------------- */
      @media (max-width: 900px) {
        #main-nav {
          height: calc(112px - 28px * var(--nav-t));
          margin-top: calc(12px * var(--nav-t));
          padding: 0 calc(1rem - 0.2rem * var(--nav-t)) 0
            calc(0.55rem - 0.1rem * var(--nav-t));
          width: calc(100% - (7% * var(--nav-t)));
          transform: translate3d(0, calc(-4px * (1 - var(--nav-t))), 0);
          gap: 0.55rem;
        }

        .nav-logo {
          margin-left: -0.15rem;
        }

        .nav-logo img {
          height: calc(108px - 28px * var(--nav-t));
        }

        #main-nav .btn--sm {
          flex-shrink: 0;
          padding: 0.62rem 1.05rem;
          font-size: 0.84rem;
          box-shadow: 3px 3px 0 var(--ink);
          white-space: nowrap;
        }

        .hero-screen {
          height: auto;
          min-height: 0;
          max-height: none;
          overflow: hidden;
        }

        #hero {
          flex: none;
          justify-content: flex-start;
          padding: 7.5rem 1.35rem 2rem;
        }

        .hero-scroll-section {
          display: none;
        }
      }

      @media (max-width: 767px) {
        html,
        body,
        #top {
          overflow-x: hidden;
        }

        #api-visual .shot--tilt-l {
          display: none !important;
        }

        .section-inner {
          padding-left: 1.15rem;
          padding-right: 1.15rem;
        }

        .marker {
          white-space: normal;
        }

        .section-copy h2,
        .rewards-header h2,
        .owners-head h2 {
          font-size: clamp(1.55rem, 7vw, 2.05rem);
          line-height: 1.12;
        }

        .section-copy p,
        .zshop-text {
          font-size: 0.98rem;
          max-width: 100%;
          overflow-wrap: break-word;
        }

        .shot--tilt-l,
        .shot--tilt-r,
        .crypto-coins-stack {
          transform: none;
        }

        .shot:hover,
        .crypto-coins-stack:hover {
          transform: none;
        }

        .paydemo-link {
          font-size: 0.72rem;
          padding: 0.65rem 0.85rem;
          gap: 0.45rem;
        }

        .paydemo-link span {
          min-width: 0;
          overflow-wrap: anywhere;
          word-break: break-word;
        }

        #main-nav {
          height: calc(104px - 22px * var(--nav-t));
          margin-top: calc(10px * var(--nav-t));
          padding: 0 calc(0.8rem - 0.1rem * var(--nav-t)) 0
            calc(0.35rem - 0.05rem * var(--nav-t));
          width: calc(100% - (8% * var(--nav-t)));
          transform: translate3d(0, calc(-2px * (1 - var(--nav-t))), 0);
          gap: 0.45rem;
        }

        .nav-logo img {
          height: calc(98px - 20px * var(--nav-t));
        }

        #main-nav .btn--sm {
          padding: 0.52rem 0.72rem;
          font-size: 0.74rem;
        }

        #hero {
          padding: 7.15rem 1.15rem 1.75rem;
        }

        #hero h1 {
          margin: 0.85rem 0 0.85rem;
          font-size: clamp(1.75rem, 8.2vw, 2.35rem);
          line-height: 1.08;
        }

        .badge {
          font-size: 0.78rem;
          padding: 0.4rem 0.75rem;
        }

        .hero-sub-wrap {
          margin-bottom: 1.35rem;
        }

        .hero-sub {
          font-size: 0.95rem;
          line-height: 1.55;
        }

        .hero-fee-card {
          margin-top: 0.85rem;
        }

        .hero-actions {
          flex-direction: column;
          align-items: stretch;
          width: 100%;
          max-width: 18.5rem;
          margin: 0 auto;
          gap: 0.7rem;
        }

        .hero-actions .btn {
          width: 100%;
          padding: 0.9rem 1.25rem;
          font-size: 0.95rem;
        }

        .hero-stats {
          display: grid;
          grid-template-columns: 1fr 1fr;
          gap: 0.7rem;
          margin-top: 1.35rem;
          width: 100%;
          max-width: 100%;
          margin-left: auto;
          margin-right: auto;
          padding: 0 0 0.45rem;
          box-sizing: border-box;
        }

        .hero-stats .stat:first-child {
          grid-column: 1 / -1;
        }

        .stat {
          min-width: 0;
          width: 100%;
          padding: 0.7rem 0.85rem;
          box-sizing: border-box;
          box-shadow: 4px 4px 0 var(--ink);
        }

        .stat:nth-child(1),
        .stat:nth-child(2),
        .stat:nth-child(3) {
          transform: none;
        }

        .stat b {
          font-size: 1.2rem;
        }

        .stat span {
          font-size: 0.72rem;
        }

        .hero-bottom {
          margin-top: 1.15rem;
        }

        .hero-discord {
          width: 100%;
          max-width: 18.5rem;
          padding: 0.85rem 1.2rem;
          font-size: 0.92rem;
        }

        .br-desktop {
          display: none;
        }

        .hero-scroll-section {
          display: none;
        }

        .hero-scroll-hint {
          display: none;
        }

        /* Criadores: sem colisão com o hero + marquee contido */
        .creators-showcase {
          position: relative;
          z-index: 6;
          padding: 1.75rem 0 3rem;
          overflow: hidden;
        }

        .creators-head {
          margin-bottom: 1.35rem;
          padding: 0 1.15rem;
        }

        .creators-head h2 {
          margin-top: 0.85rem;
          font-size: clamp(1.45rem, 6.5vw, 1.85rem);
        }

        .creators-marquee {
          overflow: hidden;
          min-height: 0;
          padding-top: 0;
        }

        .creators-marquee-track {
          --marquee-gap: 0.85rem;
          padding: 0.35rem 0.5rem 0.75rem;
          -webkit-mask-image: linear-gradient(
            to right,
            transparent 0%,
            #000 8%,
            #000 92%,
            transparent 100%
          );
          mask-image: linear-gradient(
            to right,
            transparent 0%,
            #000 8%,
            #000 92%,
            transparent 100%
          );
        }

        .creator-pill {
          height: 3.55rem;
          min-width: 10.5rem;
          max-width: 14rem;
          gap: 0.65rem;
          padding: 0.3rem 1rem 0.3rem 0.3rem;
          box-shadow: 4px 4px 0 var(--ink);
        }

        .creator-pill-avatar {
          width: 2.85rem;
          height: 2.85rem;
        }

        .creator-pill-name {
          max-width: 7.5rem;
          font-size: 0.88rem;
        }

        .creators-stats {
          padding: 1.75rem 1rem 0;
        }

        .creators-stats .platform-stats-card {
          transform: none;
        }

        #dashboard-visual {
          display: none !important;
        }

        .platform-stats-card {
          width: 100%;
          max-width: 22rem;
          transform: none;
          box-shadow: 5px 5px 0 var(--ink);
        }

        .platform-stats-card__row {
          flex-direction: column;
        }

        .platform-stat + .platform-stat {
          border-left: none;
          border-top: 3px solid var(--ink);
        }

        .platform-stat {
          padding: 0.85rem 1rem;
        }

        .platform-stat__value {
          font-size: 1.35rem;
        }

        .shot {
          padding: 1rem;
          box-shadow: 5px 5px 0 var(--ink);
        }

        #api-visual .shot,
        #checkout-visual .shot,
        .paydemo-visual .shot,
        #zshop-visual .shot,
        #zup-visual .shot {
          transform: none;
        }

        .checkout-pix-toast {
          display: none;
        }

        #checkout-visual {
          padding-top: 0;
        }

        #checkout {
          padding-top: 4rem;
        }

        #pix-fee {
          padding: 0 1.25rem 0.5rem;
        }

        .pix-fee-card {
          transform: none;
          padding: 1.2rem 1.15rem 1.3rem;
        }

        #zshop,
        #zup,
        #zgg {
          padding: 4rem 0;
        }

        .zshop-logo {
          width: 5.5rem;
          height: 5.5rem;
        }

        #zgg .zshop-logo img {
          width: 4.2rem;
          height: 4.2rem;
        }

        .zshop-logo img {
          width: 4.2rem;
          height: 4.2rem;
        }

        .rewards-carousel {
          max-width: 280px;
          gap: 0.7rem;
        }

        .rewards-carousel-track {
          min-height: 260px;
        }

        .reward-card {
          padding: 1rem;
        }

        .reward-card:nth-child(2) .reward-img {
          max-width: 160px;
          height: 160px;
        }

        .reward-card:nth-child(3) .reward-img {
          max-width: 175px;
          height: 175px;
        }

        .reward-card:nth-child(4) .reward-img {
          max-width: 190px;
          height: 190px;
        }

        .reward-card:nth-child(5) .reward-img {
          max-width: 205px;
          height: 205px;
        }

        .reward-card:nth-child(6) .reward-img {
          max-width: 220px;
          height: 220px;
        }

        .reward-arrow {
          width: 2.4rem;
          height: 2.4rem;
        }

        .reward-arrow svg {
          width: 1rem;
          height: 1rem;
        }

        .cta-glass-card {
          padding: 3.2rem 1.4rem;
          border-radius: 26px;
          box-shadow: 7px 7px 0 var(--amber);
        }

        footer {
          padding: 1.75rem 1.25rem 1.35rem;
        }

        .footer-bottom {
          flex-direction: column;
          align-items: flex-start;
          gap: 1.1rem;
        }

        .footer-bottom-meta {
          flex-direction: column;
          align-items: flex-start;
          justify-content: flex-start;
        }
      }

      /* Notebooks (largura desktop, altura curta): compacta a hero e deixa
         ela crescer além de 1 viewport — evita stats/Discord/"desça a tela"
         se sobrepondo. Mantém overflow hidden p/ mascote não cobrir Criadores. */
      @media (min-width: 1280px) and (max-height: 860px) {
        .hero-screen {
          height: auto;
          min-height: var(--hero-screen-h);
          max-height: none;
          overflow: hidden;
        }

        #hero {
          flex: none;
          padding-top: 6.25rem;
          padding-bottom: 0.25rem;
        }

        .hero-inner {
          margin-top: 0;
          margin-bottom: 0;
          padding-bottom: 0;
        }

        #hero .hero-inner h1 {
          margin: 0.75rem 0 0.9rem;
          font-size: clamp(2.3rem, 3.9vw, 4rem);
        }

        .hero-sub-wrap {
          margin-bottom: 1.4rem;
        }

        .hero-sub {
          font-size: 1rem;
          line-height: 1.5;
        }

        .hero-stats {
          margin-top: 1rem;
          gap: 0.8rem;
        }

        .stat {
          min-width: 9.5rem;
          padding: 0.65rem 1.1rem;
        }

        .stat b {
          font-size: 1.35rem;
        }

        .hero-bottom {
          margin-top: 1rem;
        }

        .hero-discord {
          padding: 0.7rem 1.25rem;
          font-size: 0.92rem;
        }

        .hero-scroll-section {
          padding: 0.6rem 1.5rem 1rem;
        }

        .hero-zayla {
          bottom: 5.5rem;
          max-height: min(70vh, 34rem);
        }

        .hero-zayla--left {
          bottom: 4.5rem;
          max-height: min(82vh, 40rem);
        }
      }

      /* Telas baixas (celular landscape / tablets curtas): não trava o hero em 1 viewport */
      @media (max-height: 860px) and (max-width: 1023px) {
        .hero-screen {
          height: auto;
          min-height: 0;
          max-height: none;
          overflow: hidden;
        }

        #hero {
          flex: none;
          justify-content: flex-start;
        }

        .hero-scroll-section {
          display: none;
        }
      }

      @media (prefers-reduced-motion: reduce) {
        #top,
        .hero-fee-card,
        .cta-sticker,
        .hero-scroll-hint,
        .hero-scroll-wheel,
        .hero-scroll-swipe,
        .reward-card.is-active .reward-img,
        .platform-stats-card__reload.is-spinning svg {
          animation: none !important;
        }

        .reward-card,
        .reward-img {
          transition-duration: 0.01ms !important;
        }

        .hero-scroll-hint {
          opacity: 1;
        }

        /* A esteira de criadores continua animando mesmo com reduced-motion
           (decisão do produto), só um pouco mais lenta e sempre em 1 linha. */
        .creators-marquee-track {
          flex-wrap: nowrap;
          width: max-content;
          animation: creatorsMarquee
            calc(var(--marquee-duration, 42s) * 1.4) linear infinite;
        }
      }

      /* ---------------- Sinal curvo (acima da cripto, longe do celular) ---------------- */
      .section-signal {
        position: relative;
        width: min(100%, 56rem);
        margin: 0 auto 1.5rem;
        padding: 0 1.5rem;
        pointer-events: none;
        z-index: 1;
      }

      .section-signal__svg {
        display: block;
        width: 100%;
        height: clamp(5.5rem, 12vw, 9.5rem);
        overflow: visible;
        color: var(--lavender);
      }

      .section-signal__path {
        fill: none;
        stroke: currentColor;
        stroke-width: 12;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-dasharray: 1;
        stroke-dashoffset: 1;
      }

      .section-signal.is-drawn .section-signal__path {
        animation: sectionSignalDraw 1.35s cubic-bezier(0.22, 1, 0.36, 1) both;
      }

      .section-signal__path--soft {
        stroke-width: 6;
        opacity: 0.38;
      }

      .section-signal.is-drawn .section-signal__path--soft {
        animation-delay: 0.12s;
      }

      .section-signal__path--mid {
        stroke-width: 9;
        opacity: 0.72;
      }

      .section-signal.is-drawn .section-signal__path--mid {
        animation-delay: 0.06s;
      }

      @keyframes sectionSignalDraw {
        from {
          stroke-dashoffset: 1;
        }
        to {
          stroke-dashoffset: 0;
        }
      }

      @media (prefers-reduced-motion: reduce) {
        .section-signal__path,
        .section-signal.is-drawn .section-signal__path {
          animation: none;
          stroke-dashoffset: 0;
        }
      }

      @media (max-width: 720px) {
        .section-signal {
          margin: 0 auto 1rem;
        }

        .section-signal__svg {
          height: clamp(3.75rem, 18vw, 6rem);
        }

        .section-signal__path {
          stroke-width: 9;
        }

        .section-signal__path--soft {
          stroke-width: 5;
        }

        .section-signal__path--mid {
          stroke-width: 7;
        }
      }

      /* ---------------- Pagamento com Criptomoedas ---------------- */
      #crypto {
        position: relative;
        padding: 4rem 0 5.5rem;
        overflow: visible;
      }

      .crypto-layout {
        display: grid;
        grid-template-columns: 1fr;
        gap: 3rem;
        align-items: center;
        min-width: 0;
      }

      @media (min-width: 1024px) {
        .crypto-layout {
          grid-template-columns: 1fr 1fr;
          gap: 4rem;
        }

        .crypto-layout .section-copy {
          order: -1;
        }
      }

      .crypto-coins-stack {
        position: relative;
        width: 100%;
        max-width: 38rem;
        margin: 0 auto;
        transform: rotate(-1.2deg);
        transition: transform 0.35s ease;
      }

      .crypto-coins-stack:hover {
        transform: rotate(0deg) translate(-3px, -3px);
      }

      .crypto-coins-stack:hover .crypto-coins-card {
        box-shadow: 13px 13px 0 var(--ink);
      }

      .crypto-zayla {
        display: block;
        width: min(19.5rem, 68%);
        height: auto;
        margin: 0 auto -1.35rem;
        position: relative;
        z-index: 2;
        pointer-events: none;
        user-select: none;
        mix-blend-mode: lighten;
        -webkit-mask-image: linear-gradient(
          to bottom,
          #000 0%,
          #000 78%,
          transparent 100%
        );
        mask-image: linear-gradient(
          to bottom,
          #000 0%,
          #000 78%,
          transparent 100%
        );
      }

      .crypto-coins-card {
        position: relative;
        z-index: 1;
        border: 3px solid var(--ink);
        border-radius: 22px;
        background: var(--white);
        box-shadow: 9px 9px 0 var(--ink);
        overflow: hidden;
        transition: box-shadow 0.35s ease;
      }

      .crypto-coins-head {
        display: flex;
        align-items: center;
        gap: 0.55rem;
        padding: 0.75rem 1.15rem;
        border-bottom: 3px solid var(--ink);
        background: var(--lavender);
        font-family: var(--font-display);
        font-size: 0.78rem;
        font-weight: 800;
        letter-spacing: 0.1em;
        text-transform: uppercase;
      }

      .crypto-coins-head__dot {
        width: 0.55rem;
        height: 0.55rem;
        border: 2px solid var(--ink);
        border-radius: 9999px;
        background: var(--amber);
        flex-shrink: 0;
      }

      .crypto-coins-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0.85rem;
        padding: 1.4rem 1.3rem;
      }

      .crypto-coin {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.4rem;
        padding: 0.9rem 0.55rem;
        border: 2.5px solid var(--ink);
        border-radius: 16px;
        background: var(--paper);
        box-shadow: 4px 4px 0 var(--ink);
        transition:
          transform 0.2s ease,
          box-shadow 0.2s ease;
      }

      .crypto-coin:hover {
        transform: translate(-2px, -2px) rotate(0deg) !important;
        box-shadow: 6px 6px 0 var(--ink);
        background: var(--white);
      }

      .crypto-coin:nth-child(3n+1) {
        transform: rotate(-1.8deg);
      }

      .crypto-coin:nth-child(3n+2) {
        transform: rotate(0.9deg);
      }

      .crypto-coin:nth-child(3n) {
        transform: rotate(-0.5deg);
      }

      .crypto-coin__icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 2.8rem;
        height: 2.8rem;
        border: 2.5px solid var(--ink);
        border-radius: 9999px;
        background: var(--coin-color, var(--mint));
        color: #fff;
        font-family: var(--font-display);
        font-size: 1.2rem;
        font-weight: 800;
        box-shadow: 3px 3px 0 var(--ink);
        object-fit: contain;
        padding: 0.25rem;
      }

      .crypto-coin__icon--white-bg {
        background: #ffffff !important;
        padding: 0.35rem;
      }

      .crypto-coin__ticker {
        font-family: var(--font-display);
        font-size: 0.78rem;
        font-weight: 800;
        color: var(--ink);
        letter-spacing: 0.02em;
      }

      .crypto-coins-foot {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.65rem;
        padding: 0.8rem 1.15rem;
        border-top: 3px solid var(--ink);
        background: rgba(240, 237, 255, 0.65);
      }

      .crypto-coins-badge {
        display: inline-flex;
        align-items: center;
        gap: 0.4rem;
        padding: 0.42rem 0.8rem;
        border: 2.5px solid var(--ink);
        border-radius: 9999px;
        background: var(--mint);
        font-family: var(--font-display);
        font-size: 0.75rem;
        font-weight: 800;
        box-shadow: 3px 3px 0 var(--ink);
      }

      .crypto-coins-badge svg {
        width: 0.8rem;
        height: 0.8rem;
      }

      .crypto-coins-fee {
        font-family: var(--font-display);
        font-size: 0.82rem;
        font-weight: 800;
        color: var(--ink);
        padding: 0.4rem 0.85rem;
        border: 2.5px solid var(--ink);
        border-radius: 9999px;
        background: var(--amber);
        box-shadow: 3px 3px 0 var(--ink);
        transform: rotate(-2deg);
        white-space: nowrap;
      }

      @media (max-width: 767px) {
        .crypto-zayla {
          width: min(13.5rem, 74%);
          margin: 0 auto -1.4rem;
        }

        .crypto-coins-stack {
          max-width: 100%;
        }

        .crypto-coins-card {
          box-shadow: 5px 5px 0 var(--ink);
        }

        .crypto-coins-grid {
          gap: 0.5rem;
          padding: 0.85rem 0.75rem;
        }

        .crypto-coin {
          padding: 0.55rem 0.3rem;
          box-shadow: 3px 3px 0 var(--ink);
        }

        .crypto-coin:nth-child(3n+1),
        .crypto-coin:nth-child(3n+2),
        .crypto-coin:nth-child(3n) {
          transform: none;
        }

        .crypto-coin__icon {
          width: 2.05rem;
          height: 2.05rem;
          font-size: 0.92rem;
        }

        .crypto-coin__ticker {
          font-size: 0.68rem;
        }

        .crypto-coins-foot {
          flex-direction: column;
          gap: 0.5rem;
          align-items: stretch;
          text-align: center;
          padding: 0.7rem 0.75rem;
        }

        .crypto-coins-badge,
        .crypto-coins-fee {
          justify-content: center;
          white-space: normal;
        }
      }