
    :root {
      --brand: #22c55e;
      --brand-deep: #16a34a;
      --cream: #f6f4ef;
      --cream-2: #f9f8f3;
      --ink: #0f0f0f;
      --muted: #6b6b6b;
      --soft: #9a9a9a;
      --card: #141414;
      --card-2: #1a1a1a;
      --line: rgba(255,255,255,.08);
      --radius: 28px;
      --radius-sm: 18px;
      --nav-h: 64px;
      --max: 1180px;
      --font: "Onest", system-ui, -apple-system, sans-serif;
      --shell-curve: clamp(44px, 5.5vw, 68px);
    }

    * { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body {
      font-family: var(--font);
      background: var(--cream);
      color: var(--ink);
      line-height: 1.5;
      overflow-x: hidden;
      -webkit-font-smoothing: antialiased;
    }
    img { max-width: 100%; display: block; }
    a { color: inherit; text-decoration: none; }
    button { font-family: inherit; cursor: pointer; border: 0; background: none; }

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

    /* ========== NAV ========== */
    .nav-wrap {
      position: fixed; top: 18px; left: 0; right: 0; z-index: 100;
      display: flex; justify-content: center; pointer-events: none;
      transition: top .35s cubic-bezier(.12,.23,.5,1);
    }
    .nav-wrap.is-compact {
      top: 12px;
    }
    .nav {
      pointer-events: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      width: max-content;
      max-width: calc(100% - 24px);
      /* extremos → centro: controlado por --nav-spread no scroll */
      gap: var(--nav-gap, 10px);
      --nav-spread: clamp(24px, 8vw, 120px);
      --nav-gap: 10px;
      will-change: gap, --nav-spread;
      transition: gap 60ms linear;
    }
    .nav .pill-logo {
      margin-right: var(--nav-spread);
      transition: margin-right 60ms linear, box-shadow .35s ease, background .35s ease;
    }
    .nav .pill-actions {
      margin-left: var(--nav-spread);
      transition: margin-left 60ms linear, box-shadow .35s ease, background .35s ease;
    }
    .nav .pill-links {
      transition: box-shadow .35s ease, background .35s ease, padding .35s ease;
    }
    .pill {
      background: #fff;
      border-radius: 999px;
      box-shadow: 0 8px 30px rgba(0,0,0,.08);
      display: flex; align-items: center;
      height: 54px;
      padding: 0 6px;
      transition: height .35s cubic-bezier(.12,.23,.5,1),
                  box-shadow .35s ease,
                  background .35s ease,
                  backdrop-filter .35s ease;
    }
    .nav-wrap.is-compact .pill {
      height: 48px;
      box-shadow: 0 10px 28px rgba(0,0,0,.12);
      backdrop-filter: blur(12px);
      background: rgba(255,255,255,.92);
    }
    .pill-logo { padding: 0 14px 0 10px; gap: 10px; }
    .pill-logo { gap: 0; padding: 0 16px; }
    .logo-img {
      height: 34px; width: auto; max-width: 140px;
      object-fit: contain; display: block;
    }
    .logo-text { font-weight: 700; font-size: 15px; letter-spacing: -.02em; }
    .footer .logo-img { height: 40px; max-width: 160px; }
    .pill-links { padding: 0 22px; gap: 28px; }
    .pill-links a {
      font-size: 14px; font-weight: 500; color: #2a2a2a;
      transition: color .2s;
    }
    .pill-links a:hover { color: var(--brand); }
    .pill-actions { gap: 8px; padding-right: 8px; padding-left: 8px; }
    .btn-brand {
      display: inline-flex; align-items: center; justify-content: center; gap: 8px;
      background: var(--brand); color: #fff;
      font-weight: 600; font-size: 14px;
      height: 40px; padding: 0 20px;
      border-radius: 999px;
      transition: transform .2s, background .2s, box-shadow .2s;
    }
    .btn-brand:hover { background: var(--brand-deep); transform: translateY(-1px); box-shadow: 0 8px 20px rgba(34,197,94,.35); }
    .btn-brand.lg { height: 52px; padding: 0 28px; font-size: 16px; }
    .btn-brand.btn-ghost {
      background: transparent;
      color: var(--ink);
      border: 1px solid #ddd;
      box-shadow: none;
    }
    .btn-brand.btn-ghost:hover {
      background: #f0f0f0;
      box-shadow: none;
    }
    .lang {
      display: inline-flex; align-items: center; gap: 6px;
      height: 36px; padding: 0 10px; border-radius: 999px;
      border: 1px solid #ececec; font-size: 13px; font-weight: 600; color: #333;
    }
    .lang img { width: 18px; height: 12px; object-fit: cover; border-radius: 2px; }

    .mobile-toggle { display: none; width: 44px; height: 44px; border-radius: 12px; background: #fff; box-shadow: 0 8px 24px rgba(0,0,0,.08); align-items: center; justify-content: center; }
    .mobile-toggle span { display: block; width: 18px; height: 2px; background: #111; position: relative; }
    .mobile-toggle span::before, .mobile-toggle span::after {
      content: ""; position: absolute; left: 0; width: 18px; height: 2px; background: #111;
    }
    .mobile-toggle span::before { top: -6px; }
    .mobile-toggle span::after { top: 6px; }

    /* ========== HERO ========== */
    .hero {
      position: relative;
      padding: 120px 0 0;
      background: var(--cream);
      overflow: hidden;
      text-align: center;
    }
    .hero-orbits { display: none; }
    .hero-orbits-legacy {
      position: absolute; inset: 8% -10% auto;
      height: 70%;
      background:
        radial-gradient(ellipse 60% 40% at 50% 70%, rgba(34,197,94,.08), transparent 70%),
        repeating-radial-gradient(ellipse 80% 55% at 50% 95%, transparent 0, transparent 38px, rgba(34,197,94,.12) 39px, transparent 40px);
      pointer-events: none; opacity: .55;
      mask-image: linear-gradient(to bottom, #000 20%, transparent 90%);
    }
    .badge-split {
      display: inline-flex; align-items: stretch;
      border-radius: 999px; overflow: hidden;
      border: 1px solid #e8e4dc; background: #fff;
      margin-bottom: 22px; font-size: 13px; font-weight: 600;
    }
    .badge-split span:first-child { background: var(--brand); color: #fff; padding: 8px 14px; }
    .badge-split span:last-child { color: #222; padding: 8px 14px; }
    .hero h1 {
      font-size: clamp(2rem, 5vw, 3.55rem);
      font-weight: 800; letter-spacing: -.035em; line-height: 1.12;
      max-width: 820px; margin: 0 auto 18px;
    }
    .hero h1 em { font-style: normal; color: var(--brand); }
    .hero-lead {
      max-width: 620px; margin: 0 auto 28px;
      color: var(--muted); font-size: clamp(15px, 1.6vw, 17px); font-weight: 500;
    }
    .hero-cta { margin-bottom: 48px; }
    .hero-device {
      position: relative;
      width: min(920px, 94%);
      margin: 0 auto;
      filter: drop-shadow(0 40px 60px rgba(0,0,0,.18));
    }
    .hero-device img {
      width: 100%; border-radius: 18px 18px 0 0;
    }

    /* ========== PARTNERS ========== */
    .partners {
      background: var(--cream);
      /* Mesmo respiro do story abaixo do arco (96px) + profundidade da curva. */
      padding: 56px 0 calc(96px + var(--shell-curve));
      text-align: center;
      position: relative;
      z-index: 4;
    }
    .partners h2 {
      font-size: clamp(1.35rem, 2.5vw, 1.75rem);
      font-weight: 700; letter-spacing: -.02em;
      margin-bottom: 36px;
    }
    .logo-marquee {
      overflow: hidden;
      mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
    }
    .logo-track {
      display: flex; gap: 48px; align-items: center; width: max-content;
      animation: marquee 32s linear infinite;
    }
    .logo-track img {
      height: 42px; width: auto; object-fit: contain;
      filter: grayscale(1) contrast(1.1); opacity: .85;
      transition: filter .25s, opacity .25s;
    }
    .logo-track img:hover { filter: none; opacity: 1; }
    @keyframes marquee {
      from { transform: translateX(0); }
      to { transform: translateX(-50%); }
    }

    /*
      Card preto: arco superior no mesmo ritmo do fecho inferior (.metrics).
      O brilho fica clipado pelo mesmo border-radius (não estica fora do arco).
    */
    .dark-shell {
      background: #000;
      color: #fff;
      position: relative;
      /* Fica acima de .partners (z-index: 4); caso contrário, a sobreposição
         de 56px encobre o arco superior e deixa apenas uma linha reta visível. */
      z-index: 5;
      width: 100%;
      /* Só entra o arco no cream; o gap de 96px acima fica igual ao story abaixo. */
      margin: calc(-1 * var(--shell-curve)) auto 0;
      padding: calc(var(--shell-curve) + 48px) 0 72px;
      border-radius: 50% 50% 0 0 / var(--shell-curve) var(--shell-curve) 0 0;
      overflow: hidden;
      isolation: isolate;
    }
    .dark-shell::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      height: calc(var(--shell-curve) * 0.9);
      background: url("/landing-b4x/curve-glow.png") center bottom / 100% auto no-repeat;
      pointer-events: none;
      mix-blend-mode: screen;
      opacity: 0.38;
      filter: hue-rotate(78deg) saturate(1.05) brightness(1.02);
      z-index: 3;
    }
    .dark-shell > * { position: relative; z-index: 2; }
    .section-kicker {
      text-align: center;
      color: rgba(255,255,255,.72);
      font-size: 14px; font-weight: 500;
      max-width: 640px; margin: 28px auto 28px;
      padding: 0 20px;
    }
    .dark-shell .section-title {
      text-align: center;
      font-size: clamp(1.7rem, 3.6vw, 2.6rem);
      font-weight: 800; letter-spacing: -.03em; line-height: 1.15;
      max-width: 760px; margin: 0 auto 14px; padding: 0 20px;
    }
    .dark-shell .section-title em { font-style: normal; color: var(--brand); }
    .dark-shell .section-sub {
      text-align: center; color: rgba(255,255,255,.55);
      max-width: 560px; margin: 0 auto 48px; padding: 0 20px; font-size: 15px;
    }

    .bento-value {
      display: grid;
      grid-template-columns: 1.15fr .9fr .85fr;
      gap: 16px;
      align-items: stretch;
    }
    .card {
      background: var(--card);
      border-radius: var(--radius);
      overflow: hidden;
      border: 1px solid var(--line);
      position: relative;
    }
    .card-soft { background: var(--card-2); }
    .card-brand {
      background: linear-gradient(160deg, #4ade80 0%, #22c55e 45%, #15803d 100%);
      border: none;
    }
    .card-pad { padding: 28px; }
    .card h3 { font-size: 1.35rem; font-weight: 700; letter-spacing: -.02em; margin-bottom: 10px; }
    .card p { color: rgba(255,255,255,.62); font-size: 14.5px; font-weight: 500; }
    .card-brand p { color: rgba(255,255,255,.92); }
    .card-visual { width: 100%; margin-top: 18px; }
    .stack-mid { display: grid; gap: 16px; }
    .icon-3d { width: min(160px, 55%); margin: 8px auto 6px; }
    .phone-card {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      min-height: 100%;
      padding-bottom: 0;
    }
    .phone-card .card-visual.phone {
      display: block;
      width: min(333px, 88%);
      max-width: 333px;
      height: auto;
      aspect-ratio: 0.65375;
      margin: auto auto 0;
      object-fit: contain;
      object-position: bottom center;
    }
    .rocket-card {
      display: flex; flex-direction: column; justify-content: space-between;
      min-height: 100%;
    }
    .rocket-card .card-visual { margin-top: 12px; }

    /* ========== FEATURE GRID 3x3 ========== */
    .features {
      padding: 24px 0 40px;
    }
    .feat-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
    }
    .feat {
      background: var(--card-2);
      border-radius: 24px;
      padding: 26px 24px 28px;
      border: 1px solid var(--line);
      min-height: 168px;
      transition: transform .2s, border-color .2s;
    }
    .feat:hover { transform: translateY(-2px); border-color: rgba(34,197,94,.35); }
    .feat-ico {
      width: 36px; height: 36px; margin-bottom: 16px;
      color: var(--brand);
    }
    .feat-ico svg { width: 100%; height: 100%; }
    .feat h4 { font-size: 1.05rem; font-weight: 700; margin-bottom: 8px; }
    .feat p { color: rgba(255,255,255,.55); font-size: 13.5px; }

    /* ========== AI ========== */
    .ai-section {
      padding: 60px 0 80px;
    }
    .ai-grid {
      display: grid;
      grid-template-columns: 1fr 1.05fr;
      gap: 40px;
      align-items: center;
    }
    .ai-copy h2 {
      font-size: clamp(2rem, 3.5vw, 2.75rem);
      font-weight: 800; letter-spacing: -.03em; line-height: 1.1;
      margin-bottom: 18px;
    }
    .ai-copy p {
      color: rgba(255,255,255,.6); font-size: 15.5px; margin-bottom: 28px; max-width: 460px;
    }
    .ai-media {
      border-radius: 28px; overflow: hidden;
      border: 1px solid var(--line);
      background: #0d0d0d;
    }
    .ai-media img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 1 / .92; }

    /* ========== METRICS / TESTIMONIALS ========== */
    /* Fecho inferior: mesma dimensão do arco superior, em orientação espelhada. */
    .metrics {
      background: #000;
      color: #fff;
      padding: 40px 0 calc(var(--shell-curve) + 56px);
      margin: 0 auto;
      width: 100%;
      position: relative;
      overflow: hidden;
      border-radius: 0 0 50% 50% / 0 0 var(--shell-curve) var(--shell-curve);
      isolation: isolate;
      z-index: 2;
    }
    .metrics::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: calc(var(--shell-curve) * 0.9);
      background: url("/landing-b4x/curve-glow.png") center bottom / 100% auto no-repeat;
      transform: scaleY(-1);
      pointer-events: none;
      mix-blend-mode: screen;
      opacity: 0.38;
      filter: hue-rotate(78deg) saturate(1.05) brightness(1.02);
      z-index: 3;
    }
    .metrics-inner {
      background: var(--cream);
      color: var(--ink);
      border-radius: 40px;
      padding: 56px 36px 36px;
      position: relative;
      z-index: 1;
    }
    .metrics-head { text-align: center; margin-bottom: 36px; }
    .pill-tag {
      display: inline-flex; padding: 6px 14px; border-radius: 999px;
      background: #eceae4; color: #555; font-size: 12px; font-weight: 600; margin-bottom: 14px;
    }
    .metrics-head h3 {
      font-size: clamp(1.5rem, 3vw, 2rem);
      font-weight: 800; letter-spacing: -.025em; max-width: 620px; margin: 0 auto 12px;
    }
    .metrics-head p { color: var(--muted); max-width: 520px; margin: 0 auto; font-size: 14.5px; }

    .bento-metrics {
      display: grid;
      grid-template-columns: 1.35fr .7fr .7fr .85fr;
      grid-template-rows: auto auto;
      gap: 14px;
    }
    .m-card {
      background: #fff;
      border-radius: 24px;
      padding: 24px;
      border: 1px solid #efece6;
    }
    .m-quote { grid-row: span 2; display: flex; flex-direction: column; }
    .m-quote .who { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 18px; }
    .m-quote .who strong { display: block; font-size: 15px; }
    .m-quote .who span { color: var(--soft); font-size: 13px; }
    .quote-mark { font-size: 42px; line-height: .8; color: #ddd; font-family: Georgia, serif; }
    .m-quote h4 { font-size: 1.35rem; font-weight: 800; letter-spacing: -.02em; margin-bottom: 12px; }
    .m-quote p { color: var(--muted); font-size: 14px; flex: 1; }
    .stars { margin-top: 20px; color: var(--brand); letter-spacing: 2px; font-size: 18px; }
    .stars .dim { color: #d5d5d5; }
    .m-stat { display: flex; flex-direction: column; justify-content: space-between; min-height: 140px; }
    .m-stat .ico { width: 28px; height: 28px; color: var(--brand); margin-bottom: 18px; }
    .m-stat strong { font-size: 2.4rem; font-weight: 800; letter-spacing: -.04em; line-height: 1; }
    .m-stat span { color: var(--muted); font-size: 13.5px; margin-top: 6px; }
    .m-success {
      background: linear-gradient(145deg, #4ade80, #111 70%);
      color: #fff; border: none;
    }
    .m-success span { color: rgba(255,255,255,.8); }
    .m-success .stars { color: #86efac; }
    .m-dark {
      background: #0d0d0d; color: #fff; border: none;
      grid-column: span 2;
      display: flex; flex-direction: column; justify-content: space-between;
      min-height: 150px;
    }
    .m-dark p { font-size: 15px; font-weight: 500; line-height: 1.45; }
    .m-dark .foot { display: flex; justify-content: space-between; align-items: flex-end; margin-top: 24px; }
    .m-dark .foot span { font-size: 13px; color: rgba(255,255,255,.65); }
    .m-ai { display: flex; flex-direction: column; justify-content: space-between; }
    .m-ai .brand-ai {
      width: 28px; height: 28px; margin-bottom: 16px;
      background: var(--ink); border-radius: 8px;
      display: grid; place-items: center; color: #fff; font-size: 11px; font-weight: 800;
    }

    /* ========== STORY ========== */
    .story {
      background: var(--cream);
      padding: 96px 0 40px;
      margin-top: -28px;
      position: relative;
      z-index: 0;
    }
    .story-top {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
      gap: 16px;
      align-items: end;
      margin-bottom: 22px;
    }
    .story-top > * {
      min-width: 0;
      max-width: 100%;
    }
    .story-top h2 {
      font-size: clamp(1.7rem, 3.2vw, 2.4rem);
      font-weight: 800; letter-spacing: -.03em; line-height: 1.15;
      width: 100%;
      overflow-wrap: anywhere;
    }
    .story-aside {
      text-align: left;
      min-width: 0;
      justify-self: start;
      width: 100%;
    }
    .story-aside .shield {
      width: 42px; height: 42px; margin: 0 0 10px;
      background: var(--brand); border-radius: 12px;
      display: grid; place-items: center; color: #fff;
    }
    .story-aside p {
      color: var(--muted);
      font-size: 13.5px;
      max-width: 260px;
      margin: 0;
    }
    .story-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
    }
    /* story heights overridden in HERO MESH block below */
    .story-quote .who strong { display: block; font-size: 16px; }
    .story-quote .who span { opacity: .85; font-size: 13.5px; }

    /* ========== FAQ (accordion; layout vem do bloco GLOBE → FAQ) ========== */
    .faq-grid {
      display: grid;
      grid-template-columns: .75fr 1.25fr;
      gap: 40px;
      position: relative;
      z-index: 2;
    }
    .faq-grid h2 {
      font-size: clamp(1.8rem, 3vw, 2.5rem);
      font-weight: 800; letter-spacing: -.03em; line-height: 1.1;
      margin-bottom: 10px;
    }
    .faq-grid .lead { color: rgba(255,255,255,.5); font-size: 15px; }
    .acc { display: flex; flex-direction: column; gap: 10px; }
    .acc-item {
      background: #151515;
      border: 1px solid rgba(255,255,255,.08);
      border-radius: 16px;
      overflow: hidden;
    }
    .acc-btn {
      width: 100%;
      display: flex; justify-content: space-between; align-items: center; gap: 16px;
      text-align: left; color: #fff;
      padding: 18px 20px;
      font-size: 14.5px; font-weight: 600;
    }
    .acc-btn .plus {
      width: 28px; height: 28px; border-radius: 8px;
      display: grid; place-items: center;
      font-size: 20px; line-height: 1; color: #fff; flex-shrink: 0;
      transition: transform .25s;
    }
    .acc-item.open .acc-btn .plus,
    .acc-item[data-open] .acc-btn .plus { transform: rotate(45deg); color: var(--brand); }
    .acc-panel {
      max-height: 0; overflow: hidden;
      transition: max-height .35s ease;
    }
    .acc-item.open .acc-panel,
    .acc-item[data-open] .acc-panel { max-height: 320px; }
    .acc-panel p {
      padding: 0 20px 18px;
      color: rgba(255,255,255,.55);
      font-size: 14px; font-weight: 500;
    }

    /* ========== FINAL CTA ========== */
    .final-cta {
      background: var(--cream);
      padding: 20px 0 70px;
    }
    .cta-card {
      width: min(var(--max), calc(100% - 24px));
      margin: 0 auto;
      border-radius: 36px;
      padding: 72px 24px;
      text-align: center;
      position: relative;
      overflow: hidden;
      background:
        radial-gradient(ellipse 50% 70% at 50% 55%, rgba(34,197,94,.55), transparent 65%),
        #0a0a0a;
      color: #fff;
      isolation: isolate;
    }
    .cta-card::after {
      content: "";
      position: absolute; inset: 0;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
      opacity: .18; mix-blend-mode: soft-light; pointer-events: none; z-index: 0;
    }
    .cta-card > * { position: relative; z-index: 1; }
    .avatars {
      display: inline-flex; align-items: center; margin-bottom: 22px;
    }
    .avatars img, .avatars .more {
      width: 40px; height: 40px; border-radius: 50%;
      border: 2px solid #1a1a1a; object-fit: cover;
      margin-left: -10px;
    }
    .avatars img:first-child, .avatars .more:first-child { margin-left: 0; }
    .avatars .more {
      background: #1f1f1f; display: grid; place-items: center;
      font-size: 12px; font-weight: 700;
    }
    .cta-card h3 {
      font-size: clamp(1.6rem, 3.2vw, 2.3rem);
      font-weight: 800; letter-spacing: -.03em;
      max-width: 520px; margin: 0 auto 26px;
    }

    /* ========== FOOTER ========== */
    .footer {
      background: #fff;
      padding: 56px 0 28px;
      border-top: 1px solid #f0eee9;
    }
    .footer-grid {
      display: grid;
      grid-template-columns: 1.4fr 1fr 1fr;
      gap: 32px;
      margin-bottom: 40px;
    }
    .footer h5 { font-size: 14px; font-weight: 700; margin-bottom: 14px; }
    .footer ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
    .footer a { color: var(--muted); font-size: 14px; font-weight: 500; }
    .footer a:hover { color: var(--brand); }
    .footer-bottom {
      display: flex; justify-content: space-between; align-items: center;
      padding-top: 22px; border-top: 1px solid #eee;
      gap: 16px; flex-wrap: wrap;
    }
    .footer-bottom p { color: var(--soft); font-size: 12.5px; }
    .socials { display: flex; gap: 10px; }
    .socials a {
      width: 36px; height: 36px; border-radius: 50%;
      border: 1px solid #e5e5e5;
      display: grid; place-items: center; color: #333;
    }

    /* ========== RESPONSIVE ========== */
    @media (max-width: 980px) {
      .pill-links { display: none; }
      .bento-value { grid-template-columns: 1fr; }
      .feat-grid { grid-template-columns: 1fr 1fr; }
      .ai-grid, .faq-grid, .story-top, .story-grid, .footer-grid { grid-template-columns: 1fr; }
      .story-aside { text-align: left; }
      .story-aside .shield, .story-aside p { margin-left: 0; }
      .bento-metrics { grid-template-columns: 1fr 1fr; }
      .m-quote { grid-row: auto; grid-column: 1 / -1; }
      .m-dark { grid-column: 1 / -1; }
      .m-success { grid-column: 1 / -1; }
      .nav { --nav-spread: clamp(8px, 4vw, 40px); }
    }
    @media (max-width: 640px) {
      .feat-grid { grid-template-columns: 1fr; }
      .bento-metrics { grid-template-columns: 1fr; }
      .lang span { display: none; }
      .hero { padding-top: 100px; }
      .metrics-inner { padding: 36px 16px 16px; border-radius: 28px; }
    }

    /* ========== ANIMATIONS (modelo Framer) ========== */
    @media (prefers-reduced-motion: reduce) {
      .reveal, .nav-appear, .hero-orbits, .float-y, .float-scale, .parallax-slow {
        animation: none !important;
        transition: none !important;
        opacity: 1 !important;
        transform: none !important;
      }
      .globe-pair,
      .countries-art .cloud,
      .countries-art .cloud-mist {
        animation: none !important;
      }
    }

    .nav-wrap {
      transition: transform .45s cubic-bezier(.12,.23,.5,1), opacity .45s ease, top .35s cubic-bezier(.12,.23,.5,1);
    }
    /* is-compact visual handled above + JS spread */

    .nav-appear {
      opacity: 0;
      transform: translateY(-20px) scale(1.2);
      will-change: transform, opacity;
    }
    .nav-appear.is-in {
      animation: navIn 1.5s cubic-bezier(.12,.23,.5,1) forwards;
      animation-delay: var(--d, 0s);
    }
    @keyframes navIn {
      to { opacity: 1; transform: translateY(0) scale(1); }
    }

    .reveal {
      opacity: 0;
      transform: translateY(50px);
      transition:
        opacity .9s cubic-bezier(.44,0,.56,1),
        transform .9s cubic-bezier(.44,0,.56,1);
      transition-delay: var(--d, 0s);
      will-change: transform, opacity;
    }
    .reveal.up-sm { transform: translateY(20px); }
    .reveal.up-md { transform: translateY(50px); }
    .reveal.up-lg { transform: translateY(85px); }
    .reveal.up-xl {
      transform: translateY(150px);
      transition-duration: 1.15s;
      transition-timing-function: cubic-bezier(.22,1,.36,1);
    }
    .reveal.from-left { transform: translateX(-60px); }
    .reveal.from-right { transform: translateX(60px); }
    .reveal.scale {
      transform: translateY(45px) scale(.92);
    }
    .reveal.scale-only {
      transform: scale(.88);
    }
    .reveal.is-in {
      opacity: 1;
      transform: none;
    }

    .hero-orbits {
      animation: orbitPulse 10s ease-in-out infinite alternate;
    }
    @keyframes orbitPulse {
      from { opacity: .4; transform: scale(1); }
      to { opacity: .7; transform: scale(1.06); }
    }

    .float-y {
      animation: floatY 4.5s ease-in-out infinite;
    }
    @keyframes floatY {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-12px); }
    }
    .float-scale {
      animation: floatScale 5s ease-in-out infinite;
    }
    @keyframes floatScale {
      0%, 100% { transform: translateY(0) scale(1); }
      50% { transform: translateY(-8px) scale(1.03); }
    }

    .feat, .card, .m-card, .acc-item {
      transition: transform .35s cubic-bezier(.22,1,.36,1), border-color .25s, box-shadow .35s, background .25s;
    }
    .feat.is-in:hover, .card.is-in:hover {
      transform: translateY(-4px);
      box-shadow: 0 18px 40px rgba(0,0,0,.28);
    }
    .m-card.is-in:hover {
      transform: translateY(-3px);
      box-shadow: 0 14px 32px rgba(0,0,0,.08);
    }
    .pill-links a {
      position: relative;
    }
    .pill-links a::after {
      content: "";
      position: absolute; left: 0; right: 0; bottom: -4px;
      height: 2px; border-radius: 2px;
      background: var(--brand);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform .25s cubic-bezier(.22,1,.36,1);
    }
    .pill-links a:hover::after,
    .pill-links a.is-active::after { transform: scaleX(1); }

    .glow-scan {
      position: relative;
      overflow: hidden;
    }
    .glow-scan::after {
      content: "";
      position: absolute; inset: -40% auto -40% -60%;
      width: 40%;
      background: linear-gradient(90deg, transparent, rgba(255,255,255,.12), transparent);
      transform: skewX(-20deg) translateX(0);
      opacity: 0;
      pointer-events: none;
    }
    .glow-scan.is-in::after {
      animation: sheen 1.4s ease .2s forwards;
    }
    @keyframes sheen {
      from { opacity: 0; transform: skewX(-20deg) translateX(0); }
      30% { opacity: 1; }
      to { opacity: 0; transform: skewX(-20deg) translateX(420%); }
    }


    /* ========== HERO MESH (Framer: Background gradient + órbitas) ========== */
    .hero-fx {
      position: absolute;
      left: 50%;
      top: 40px;
      transform: translateX(-50%);
      width: min(1200px, 140vw);
      height: 620px;
      pointer-events: none;
      z-index: 0;
      overflow: hidden;
      -webkit-mask: url("/landing-b4x/cdn/KrtEpetX0JndZB1QUZVp2ZKCDiY.png") center / cover no-repeat;
              mask: url("/landing-b4x/cdn/KrtEpetX0JndZB1QUZVp2ZKCDiY.png") center / cover no-repeat;
    }
    .hero-fx__glow {
      position: absolute;
      inset: 18% 8% -10%;
      background: radial-gradient(32% 28% at 50% 58%,
        rgba(250, 234, 205, .95) 0%,
        rgba(74, 222, 128, .55) 48%,
        rgba(22, 163, 74, .85) 100%);
      opacity: 0;
      filter: blur(2px);
      animation: heroGlowIn 1.2s cubic-bezier(.12,.23,.5,1) .9s forwards;
    }
    @keyframes heroGlowIn {
      from { opacity: 0; transform: scale(1.05); }
      to { opacity: .28; transform: scale(1); }
    }
    .hero-fx__orbits {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      animation: orbitsFade 1.6s cubic-bezier(.12,.23,.5,1) .5s forwards;
    }
    @keyframes orbitsFade {
      to { opacity: 1; }
    }
    .hero-fx__orbits object,
    .hero-fx__orbits img,
    .hero-fx__orbits svg {
      width: 100%;
      height: 100%;
      display: block;
    }
    .hero > .container { position: relative; z-index: 1; }

    .btn-brand.lg {
      position: relative;
      overflow: hidden;
    }
    .btn-brand.lg::after {
      content: "";
      position: absolute;
      inset: -20% auto -20% -40%;
      width: 36%;
      background: linear-gradient(90deg, transparent, rgba(255,255,255,.35), transparent);
      transform: skewX(-18deg) translateX(0);
      opacity: 0;
      animation: btnSheen 2.8s ease-in-out 1.4s infinite;
    }
    @keyframes btnSheen {
      0%, 55% { opacity: 0; transform: skewX(-18deg) translateX(0); }
      65% { opacity: 1; }
      100% { opacity: 0; transform: skewX(-18deg) translateX(420%); }
    }

    /* ========== COUNTRIES / GLOBE + CLOUDS → FAQ ========== */
    .countries {
      background: var(--cream-2);
      padding: 88px 0 0;
      text-align: center;
      position: relative;
      overflow: visible;
      z-index: 1;
    }
    .countries h2 {
      font-size: clamp(1.55rem, 3vw, 2.15rem);
      font-weight: 800;
      letter-spacing: -.03em;
      margin-bottom: 10px;
      position: relative;
      z-index: 3;
    }
    .countries-stat {
      position: relative;
      display: inline-block;
      margin: 4px auto 0;
      z-index: 3;
    }
    .countries-stat strong {
      font-size: clamp(4.5rem, 13vw, 8.5rem);
      font-weight: 800;
      letter-spacing: -.06em;
      line-height: .9;
      background: linear-gradient(180deg, #86efac 0%, #22c55e 55%, #15803d 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      -webkit-text-fill-color: transparent;
    }
    .float-badge {
      position: absolute;
      right: -72px;
      top: 14px;
      background: #fff;
      border: 1px solid #ebe7df;
      border-radius: 999px;
      padding: 8px 14px;
      font-size: 12px;
      font-weight: 600;
      white-space: nowrap;
      box-shadow: 0 8px 24px rgba(0,0,0,.06);
      color: var(--ink);
      -webkit-text-fill-color: var(--ink);
    }

    /*
      Composição: velas + globo no mesmo wrapper (descem juntos),
      artes no plano abaixo do FAQ para não cobrir as perguntas.
    */
    .countries-stage {
      position: relative;
      width: min(1200px, 100%);
      margin: 8px auto 0;
      height: clamp(340px, 46vw, 520px);
      z-index: 1;
      overflow: visible;
    }
    .countries-art {
      position: absolute;
      inset: 0;
      pointer-events: none;
      z-index: 1;
    }
    .countries-art .globe-pair {
      position: absolute;
      inset: 0;
      z-index: 1;
      transform-origin: center bottom;
      animation: globePairDescend 7.5s ease-in-out infinite;
      will-change: transform;
    }
    @keyframes globePairDescend {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(8px); }
    }
    .countries-art .candles-layer {
      position: absolute;
      left: 50%;
      top: 0;
      width: min(920px, 96%);
      transform: translateX(-50%);
      z-index: 1;
      opacity: .98;
    }
    .countries-art .globe-layer {
      position: absolute;
      left: 50%;
      bottom: -18%;
      z-index: 2;
      width: min(520px, 62%);
      transform: translateX(-50%);
      filter: drop-shadow(0 18px 36px rgba(0,0,0,.22));
      transform-origin: center bottom;
    }
    .countries-art .cloud {
      position: absolute;
      z-index: 2;
      pointer-events: none;
      will-change: transform;
    }
    .countries-art .cloud img {
      width: 100%;
      height: auto;
      display: block;
      filter: drop-shadow(0 8px 18px rgba(255,255,255,.2));
    }
    .countries-art .cloud-1 {
      left: -2%;
      bottom: -22%;
      width: min(420px, 44%);
      z-index: 2;
      animation: cloudDrift 14s ease-in-out infinite alternate;
    }
    .countries-art .cloud-2 {
      left: 50%;
      bottom: -34%;
      width: min(760px, 78%);
      transform: translateX(-50%);
      z-index: 2;
      animation: cloudDriftCenter 16s ease-in-out infinite alternate;
    }
    .countries-art .cloud-3 {
      right: -4%;
      bottom: -26%;
      width: min(460px, 48%);
      z-index: 2;
      animation: cloudDriftFlip 13s ease-in-out infinite alternate;
    }
    .countries-art .cloud-mist {
      left: 50%;
      bottom: -42%;
      width: min(980px, 96%);
      transform: translateX(-50%);
      z-index: 1;
      opacity: .28;
      mix-blend-mode: screen;
      animation: cloudMist 18s ease-in-out infinite alternate;
    }
    @keyframes cloudDrift {
      from { transform: translate(0, 0); }
      to { transform: translate(12px, -6px); }
    }
    @keyframes cloudDriftCenter {
      from { transform: translateX(-50%) translateY(0); }
      to { transform: translateX(calc(-50% + 10px)) translateY(-8px); }
    }
    @keyframes cloudDriftFlip {
      from { transform: scaleX(-1) translate(0, 0); }
      to { transform: scaleX(-1) translate(-12px, -7px); }
    }
    @keyframes cloudMist {
      from { transform: translateX(-50%) translateY(0) scale(1); }
      to { transform: translateX(calc(-50% - 8px)) translateY(-6px) scale(1.02); }
    }

    /* FAQ acima do globo/velas — perguntas nunca ficam sob as artes */
    .faq {
      --faq-curve: clamp(36px, 4.5vw, 56px);
      background: #000;
      color: #fff;
      border-radius: var(--faq-curve);
      margin: -120px auto 48px;
      width: min(var(--max), calc(100% - 24px));
      padding: 120px 48px 72px;
      position: relative;
      overflow: hidden;
      z-index: 5;
      isolation: isolate;
    }
    .faq::before,
    .faq::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      height: calc(var(--faq-curve) * 1.1);
      background: url("/landing-b4x/curve-glow.png") center top / 100% auto no-repeat;
      pointer-events: none;
      mix-blend-mode: screen;
      opacity: 0.32;
      filter: hue-rotate(78deg) saturate(1.05) brightness(1.02);
      z-index: 0;
    }
    .faq::before {
      top: 0;
    }
    .faq::after {
      top: auto;
      bottom: 0;
      background-position: center bottom;
      transform: scaleY(-1);
    }

    /* ========== STORY: alturas alinhadas ao exemplar (≈554px desktop) ========== */
    .story-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
      align-items: stretch;
    }
    .story-photo {
      border-radius: 28px;
      overflow: hidden;
      background: #111;
      height: clamp(320px, 42vw, 554px);
      max-height: 554px;
    }
    .story-photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      min-height: 0;
    }
    .story-quote {
      background: var(--brand);
      color: #fff;
      border-radius: 28px;
      padding: 28px 28px 24px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: clamp(320px, 42vw, 554px);
      max-height: 554px;
      min-height: 0;
    }
    .story-quote p {
      font-size: clamp(.95rem, 1.5vw, 1.1rem);
      font-weight: 600;
      line-height: 1.4;
      display: -webkit-box;
      -webkit-line-clamp: 10;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }


    .rocket-card .card-visual { max-height: 210px; width: auto; margin-inline: auto; object-fit: contain; }
    .icon-3d { max-height: 120px; object-fit: contain; }
    @media (max-width: 980px) {
      :root { --shell-curve: clamp(36px, 7vw, 56px); }
      .story-photo, .story-quote {
        height: 421px;
        max-height: 421px;
      }
    }


    @media (max-width: 980px) {
      .countries-stage { height: clamp(300px, 70vw, 420px); margin-top: 0; }
      .countries-art .globe-layer { width: min(420px, 72%); bottom: -14%; }
      .countries-art .cloud-1 { bottom: -18%; width: min(300px, 52%); }
      .countries-art .cloud-2 { bottom: -28%; width: min(520px, 88%); }
      .countries-art .cloud-3 { bottom: -20%; width: min(320px, 56%); }
      .countries-art .cloud-mist { bottom: -34%; }
      .float-badge { right: 50%; top: -8px; transform: translateX(50%); }
      .faq { margin-top: -88px; padding: 96px 22px 56px; }
    }

    @media (max-width: 640px) {
      :root { --shell-curve: clamp(32px, 8vw, 48px); }
    }

  