:root {
  --ink: #07091a;
  --ink-2: #0d1028;
  --ink-3: #161a38;
  --paper: #ffffff;
  --paper-2: #f6f7fb;
  --paper-3: #eef1f8;
  --text: #101429;
  --muted: #666d83;
  --line: rgba(16, 20, 41, .10);
  --purple: #6d24ff;
  --violet: #8a2cff;
  --blue: #146dff;
  --cyan: #0ec8ff;
  --gradient: linear-gradient(135deg, #8a2cff 0%, #5a20ff 45%, #146dff 78%, #0ec8ff 100%);
  --shadow: 0 28px 80px rgba(28, 34, 78, .14);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img { max-width: 100%; display: block; }
svg { display: block; }
.container { width: min(var(--container), calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: 16px; z-index: 9999; padding: 10px 14px; background: #fff; color: #000; border-radius: 10px; transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 1000;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}
.site-header.scrolled { background: rgba(7, 9, 26, .82); border-color: rgba(255,255,255,.08); backdrop-filter: blur(18px); }
.nav-shell { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-weight: 900; letter-spacing: -.8px; color: #fff; }
.brand img { width: 39px; height: 31px; object-fit: contain; }
.brand-word { font-size: 21px; line-height: 1; }
.brand-word span { background: var(--gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }
.desktop-nav { display: flex; align-items: center; gap: 30px; color: rgba(255,255,255,.76); font-size: 14px; font-weight: 600; }
.desktop-nav a { transition: color .2s ease; }
.desktop-nav a:hover { color: #fff; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.button {
  min-height: 44px; padding: 0 18px; border: 1px solid transparent; border-radius: 12px;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-size: 14px; font-weight: 800; letter-spacing: -.15px; cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--gradient); box-shadow: 0 12px 34px rgba(90, 32, 255, .32); }
.button-primary:hover { box-shadow: 0 17px 38px rgba(90, 32, 255, .4); }
.button-ghost { color: rgba(255,255,255,.85); border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.04); }
.button-white { color: #19142f; background: #fff; box-shadow: 0 12px 34px rgba(0,0,0,.12); }
.button-outline { border-color: var(--line); background: #fff; color: var(--text); }
.button-lg { min-height: 54px; padding: 0 24px; border-radius: 15px; font-size: 15px; }
.menu-toggle { display: none; width: 46px; height: 46px; border-radius: 12px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.06); align-items: center; justify-content: center; flex-direction: column; gap: 6px; }
.menu-toggle span { width: 19px; height: 2px; background: #fff; border-radius: 20px; transition: transform .2s ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-menu { background: rgba(7,9,26,.97); border-top: 1px solid rgba(255,255,255,.08); }
.mobile-menu-inner { padding: 20px 0 28px; display: grid; gap: 8px; }
.mobile-menu a:not(.button) { color: #fff; padding: 12px 4px; font-weight: 700; }

.hero {
  min-height: 820px; position: relative; overflow: hidden; padding: 164px 0 96px;
  color: #fff; background:
    radial-gradient(circle at 72% 26%, rgba(108,36,255,.19), transparent 27%),
    radial-gradient(circle at 86% 68%, rgba(20,109,255,.16), transparent 25%),
    linear-gradient(180deg, #060714 0%, #080a1c 100%);
}
.hero-grid { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, transparent, #000 16%, #000 74%, transparent); }
.hero-glow { position: absolute; border-radius: 999px; filter: blur(1px); opacity: .7; }
.hero-glow-a { width: 540px; height: 540px; right: -210px; top: -180px; background: radial-gradient(circle, rgba(129,42,255,.34), rgba(129,42,255,0) 68%); }
.hero-glow-b { width: 430px; height: 430px; left: -220px; bottom: -190px; background: radial-gradient(circle, rgba(14,200,255,.18), rgba(14,200,255,0) 68%); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; gap: 64px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; font-size: 11px; color: #cfd2ff; margin-bottom: 22px; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--gradient); box-shadow: 0 0 22px rgba(138,44,255,.9); }
.hero h1 { margin: 0; max-width: 700px; font-size: clamp(50px, 5.8vw, 78px); line-height: .98; letter-spacing: -.062em; font-weight: 850; }
.hero h1 em { font-style: normal; background: var(--gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-lead { max-width: 620px; margin: 28px 0 0; color: #aab0c7; font-size: 18px; line-height: 1.75; }
.hero-cta { display: flex; align-items: center; gap: 22px; margin-top: 34px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: #fff; font-size: 14px; font-weight: 800; }
.text-link span { font-size: 17px; }
.text-link-dark { color: var(--text); margin-top: 18px; }
.hero-trust { margin-top: 58px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 610px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.10); }
.hero-trust > div { display: grid; gap: 4px; border-right: 1px solid rgba(255,255,255,.08); padding-right: 18px; margin-right: 18px; }
.hero-trust > div:last-child { border-right: 0; margin-right: 0; }
.hero-trust strong { font-size: 12px; letter-spacing: .08em; }
.hero-trust span { color: #7f869e; font-size: 12px; }

.hero-visual { min-height: 555px; position: relative; display: flex; align-items: center; justify-content: center; perspective: 1100px; }
.visual-orbit { position: absolute; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; }
.orbit-one { width: 515px; height: 515px; }
.orbit-two { width: 390px; height: 390px; border-color: rgba(105,66,255,.22); }
.dashboard-card { width: min(100%, 475px); position: relative; z-index: 3; padding: 22px; border: 1px solid rgba(255,255,255,.11); border-radius: 28px; background: linear-gradient(180deg, rgba(19,23,49,.92), rgba(10,13,31,.94)); box-shadow: 0 44px 120px rgba(0,0,0,.46), 0 0 80px rgba(93,38,255,.10); backdrop-filter: blur(18px); transform: rotateY(-6deg) rotateX(2deg); }
.dashboard-topbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.mini-brand { display: inline-flex; align-items: center; gap: 8px; font-weight: 900; font-size: 12px; letter-spacing: -.2px; }
.mini-brand img { width: 25px; height: 21px; object-fit: contain; }
.status-pill { display: inline-flex; align-items: center; gap: 6px; color: #9ca5c3; font-size: 10px; padding: 7px 9px; border-radius: 999px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.07); }
.status-pill i { width: 6px; height: 6px; background: #37e6a5; border-radius: 50%; box-shadow: 0 0 12px rgba(55,230,165,.7); }
.balance-block { margin-top: 32px; }
.balance-block > span, .balance-block small { color: #717a98; display: block; font-size: 11px; }
.balance-block strong { display: block; margin: 7px 0 4px; font-size: 34px; letter-spacing: -.04em; }
.metric-row { display: grid; grid-template-columns: 1.15fr .85fr; gap: 11px; margin-top: 25px; }
.metric-card { min-height: 125px; padding: 15px; border-radius: 18px; border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.035); }
.metric-card > span { color: #79819c; font-size: 10px; }
.metric-card > strong { display: block; margin-top: 8px; font-size: 20px; }
.metric-card small { color: #858da7; font-size: 10px; }
.metric-accent { background: linear-gradient(145deg, rgba(106,35,255,.28), rgba(14,200,255,.07)); }
.mini-bars { height: 45px; display: flex; align-items: flex-end; gap: 5px; margin-top: 12px; }
.mini-bars i { flex: 1; border-radius: 4px 4px 1px 1px; background: linear-gradient(180deg, #9b4cff, #2876ff); }
.mini-bars i:nth-child(1){height:30%}.mini-bars i:nth-child(2){height:55%}.mini-bars i:nth-child(3){height:44%}.mini-bars i:nth-child(4){height:72%}.mini-bars i:nth-child(5){height:63%}.mini-bars i:nth-child(6){height:93%}
.activity-card { margin-top: 11px; padding: 15px; border-radius: 18px; background: #0b0e21; border: 1px solid rgba(255,255,255,.07); }
.activity-title { display: flex; justify-content: space-between; color: #747d98; font-size: 10px; margin-bottom: 8px; }
.activity-title b { color: #a9afc5; font-weight: 600; }
.activity-item { display: grid; grid-template-columns: 8px 1fr auto; align-items: center; gap: 10px; min-height: 47px; border-top: 1px solid rgba(255,255,255,.05); }
.activity-item:first-of-type { border-top: 0; }
.activity-item i { width: 7px; height: 7px; border-radius: 50%; }
.dot-purple{background:#8540ff}.dot-blue{background:#2586ff}.dot-violet{background:#4d4dff}
.activity-item div { display: grid; gap: 2px; }
.activity-item strong, .activity-item b { font-size: 10px; }
.activity-item span { color: #6f7893; font-size: 9px; }
.activity-item b { color: #d8dcf0; }
.float-chip { position: absolute; z-index: 5; display: flex; align-items: center; gap: 10px; padding: 12px 14px; border-radius: 15px; border: 1px solid rgba(255,255,255,.10); background: rgba(12,15,36,.82); backdrop-filter: blur(16px); box-shadow: 0 22px 60px rgba(0,0,0,.35); }
.float-chip .chip-icon { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 10px; background: linear-gradient(135deg, rgba(138,44,255,.45), rgba(20,109,255,.35)); }
.float-chip div { display: grid; gap: 2px; }
.float-chip strong { font-size: 10px; }
.float-chip small { color: #7e86a1; font-size: 8px; }
.chip-a { left: -5px; top: 76px; }
.chip-b { right: -6px; bottom: 72px; }

.marquee { overflow: hidden; color: #fff; background: var(--gradient); border-top: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.15); }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 26px; padding: 14px 0; animation: marquee 30s linear infinite; white-space: nowrap; }
.marquee span { font-weight: 900; font-size: 12px; letter-spacing: .12em; }
.marquee i { font-style: normal; opacity: .65; }
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 13px)); }
}

.section { padding: 110px 0; }
.section-light { background: #fff; }
.section-heading { margin-bottom: 54px; }
.split-heading { display: grid; grid-template-columns: 1.15fr .65fr; gap: 80px; align-items: end; }
.section-kicker { display: block; color: var(--purple); text-transform: uppercase; letter-spacing: .14em; font-weight: 900; font-size: 11px; margin-bottom: 15px; }
.section-kicker-light { color: #aa89ff; }
.section-heading h2, .why-copy h2, .api-copy h2, .faq-copy h2 { margin: 0; font-size: clamp(38px, 4.5vw, 60px); line-height: 1.04; letter-spacing: -.05em; }
.section-heading p, .split-heading > p, .why-copy > p, .api-copy > p, .faq-copy > p { color: var(--muted); font-size: 16px; line-height: 1.75; }
.split-heading > p { margin: 0 0 4px; }
.centered { max-width: 780px; margin-left: auto; margin-right: auto; text-align: center; }
.centered p { max-width: 620px; margin: 18px auto 0; }

.solutions-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.solution-card { min-height: 310px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px; background: #fff; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.solution-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: rgba(90,32,255,.2); }
.solution-featured { grid-column: span 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 24px; background: linear-gradient(145deg, #faf9ff, #f4f7ff); }
.card-icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 28px; border-radius: 14px; background: linear-gradient(145deg, #f3ecff, #eaf3ff); color: #6426ff; }
.card-icon svg { width: 23px; height: 23px; fill: currentColor; }
.card-label { color: #777e93; font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.solution-card h3 { margin: 12px 0 12px; font-size: 24px; line-height: 1.16; letter-spacing: -.035em; }
.solution-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.card-link { display: inline-flex; gap: 9px; align-items: center; margin-top: 24px; font-size: 13px; font-weight: 900; }
.card-visual { align-self: end; justify-self: end; width: 100%; height: 205px; position: relative; }
.pix-visual span { position: absolute; border-radius: 24px; background: var(--gradient); box-shadow: 0 22px 50px rgba(75,35,190,.18); transform: rotate(-10deg) skewX(-7deg); }
.pix-visual span:nth-child(1) { width: 160px; height: 160px; right: 16px; top: 12px; opacity: .95; }
.pix-visual span:nth-child(2) { width: 105px; height: 105px; right: 95px; top: 62px; opacity: .65; }
.pix-visual span:nth-child(3) { width: 60px; height: 60px; right: 40px; top: 82px; background: #fff; box-shadow: none; opacity: .95; }

.section-dark { position: relative; overflow: hidden; background: #080a1a; color: #fff; }
.dark-glow { position: absolute; width: 780px; height: 780px; border-radius: 50%; left: -360px; top: -260px; background: radial-gradient(circle, rgba(107,36,255,.24), transparent 66%); }
.why-grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.why-copy { position: sticky; top: 130px; }
.why-copy > p { color: #979fb8; margin: 22px 0 30px; max-width: 500px; }
.why-list { border-top: 1px solid rgba(255,255,255,.10); }
.why-item { display: grid; grid-template-columns: 56px 1fr; gap: 22px; padding: 32px 0; border-bottom: 1px solid rgba(255,255,255,.10); }
.why-item > span { color: #676f8b; font-size: 12px; font-weight: 800; }
.why-item h3 { margin: -3px 0 9px; font-size: 24px; letter-spacing: -.03em; }
.why-item p { color: #858da8; margin: 0; line-height: 1.7; font-size: 14px; }

.api-section { background: #f7f8fb; }
.api-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.api-copy > p { margin: 22px 0; max-width: 510px; }
.check-list { list-style: none; margin: 28px 0 0; padding: 0; display: grid; gap: 14px; }
.check-list li { display: flex; align-items: center; gap: 11px; font-size: 14px; font-weight: 700; }
.check-list span { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: #5f22ff; background: #ede6ff; }
.code-window { overflow: hidden; border-radius: 26px; border: 1px solid rgba(255,255,255,.07); background: #090b1b; box-shadow: 0 35px 80px rgba(22,26,64,.18); }
.code-window-top { height: 52px; display: flex; align-items: center; gap: 7px; padding: 0 18px; border-bottom: 1px solid rgba(255,255,255,.07); color: #717993; }
.code-window-top span { width: 9px; height: 9px; border-radius: 50%; background: #30354c; }
.code-window-top b { margin-left: auto; font-size: 10px; font-weight: 700; }
.code-window pre { margin: 0; padding: 30px; overflow-x: auto; min-height: 375px; color: #dce0ef; font: 13px/1.75 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.code-muted { color: #5d6683; }.code-purple{color:#a165ff}.code-blue{color:#5aa7ff}.code-green{color:#55dca4}
.code-footer { display: flex; align-items: center; justify-content: space-between; padding: 15px 18px; border-top: 1px solid rgba(255,255,255,.07); color: #717993; font-size: 10px; }
.code-footer span { display: inline-flex; align-items: center; gap: 7px; }
.code-footer i { width: 6px; height: 6px; border-radius: 50%; background: #43dfaa; }
.code-footer b { color: #9098b2; }

.steps-section { background: #fff; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.step-card { position: relative; min-height: 250px; padding: 26px; border-radius: 22px; background: #f7f8fb; border: 1px solid rgba(16,20,41,.06); }
.step-card:not(:last-child)::after { content: "→"; position: absolute; right: -13px; top: 43px; z-index: 2; width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; color: #7e5bdf; background: #fff; box-shadow: 0 8px 24px rgba(30,33,64,.08); font-size: 12px; }
.step-number { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 12px; background: #ece7ff; color: #6526ff; font-size: 11px; font-weight: 900; }
.step-card h3 { margin: 44px 0 10px; font-size: 21px; letter-spacing: -.03em; }
.step-card p { margin: 0; color: var(--muted); line-height: 1.7; font-size: 13px; }

.faq-section { background: #f7f8fb; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.faq-copy { position: sticky; top: 126px; }
.faq-copy > p { margin: 20px 0 26px; max-width: 450px; }
.accordion { background: #fff; border: 1px solid var(--line); border-radius: 24px; overflow: hidden; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 0; }
.faq-question { width: 100%; min-height: 78px; padding: 0 24px; border: 0; background: transparent; color: var(--text); display: flex; align-items: center; justify-content: space-between; gap: 20px; text-align: left; cursor: pointer; font-weight: 800; }
.faq-question i { width: 32px; height: 32px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: #f2effb; color: #6d31ef; font-style: normal; font-size: 18px; transition: transform .2s ease; }
.faq-question[aria-expanded="true"] i { transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .28s ease; }
.faq-answer > p { overflow: hidden; margin: 0; padding: 0 64px 0 24px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer > p { padding-bottom: 24px; }
.faq-answer a { color: #5b2be8; font-weight: 700; }

.cta-section { padding: 36px 0 100px; background: #f7f8fb; }
.cta-panel { position: relative; overflow: hidden; min-height: 420px; padding: 58px; border-radius: 34px; color: #fff; background: radial-gradient(circle at 90% 15%, rgba(45,167,255,.45), transparent 28%), radial-gradient(circle at 18% 86%, rgba(132,44,255,.48), transparent 30%), linear-gradient(135deg, #6f25ff 0%, #4516dd 52%, #135cff 100%); display: grid; grid-template-columns: 1fr .72fr; gap: 50px; align-items: end; box-shadow: 0 35px 85px rgba(67,41,166,.20); }
.cta-panel::before { content: ""; position: absolute; width: 650px; height: 650px; right: -300px; top: -280px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.018); }
.cta-logo { position: absolute; right: 74px; top: 48px; opacity: .14; transform: rotate(-6deg); }
.cta-logo img { width: 260px; }
.cta-content, .cta-actions { position: relative; z-index: 2; }
.cta-content > span { display: block; font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.72); margin-bottom: 16px; }
.cta-content h2 { margin: 0; max-width: 720px; font-size: clamp(39px, 4.3vw, 58px); line-height: 1.03; letter-spacing: -.05em; }
.cta-content p { max-width: 580px; margin: 18px 0 0; color: rgba(255,255,255,.75); line-height: 1.7; }
.cta-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.cta-email { color: rgba(255,255,255,.82); font-size: 13px; font-weight: 700; }

.site-footer { color: #fff; background: #070916; }
.footer-top { padding: 72px 0 52px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; border-bottom: 1px solid rgba(255,255,255,.08); }
.brand-footer { margin-bottom: 20px; }
.footer-brand p { max-width: 430px; color: #747c97; line-height: 1.7; font-size: 14px; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.footer-links > div { display: flex; flex-direction: column; gap: 12px; }
.footer-links strong { font-size: 12px; margin-bottom: 4px; }
.footer-links a { color: #747c97; font-size: 13px; transition: color .2s ease; }
.footer-links a:hover { color: #fff; }
.disabled-link { opacity: .5; pointer-events: none; }
.footer-bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #606881; font-size: 11px; }

.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 900; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #25D366; box-shadow: 0 15px 40px rgba(37,211,102,.32); transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.03); }
.whatsapp-float svg { width: 27px; height: 27px; fill: currentColor; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal-delay-1 { transition-delay: .08s; }
.reveal-delay-2 { transition-delay: .16s; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .desktop-nav { gap: 20px; }
  .hero-layout { gap: 28px; }
  .chip-a { left: -18px; }.chip-b { right: -18px; }
  .solutions-grid { grid-template-columns: repeat(2, 1fr); }
  .solution-featured { grid-column: span 2; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .step-card:nth-child(2)::after { display: none; }
}

@media (max-width: 900px) {
  .desktop-nav, .desktop-only { display: none; }
  .menu-toggle { display: flex; }
  .container { width: min(100% - 34px, var(--container)); }
  .hero { padding-top: 130px; min-height: auto; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero h1, .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-cta { justify-content: center; }
  .hero-trust { margin-left: auto; margin-right: auto; text-align: left; }
  .hero-visual { min-height: 600px; max-width: 650px; width: 100%; margin: 10px auto 0; }
  .dashboard-card { transform: none; }
  .chip-a { left: 0; }.chip-b { right: 0; }
  .split-heading, .why-grid, .api-layout, .faq-layout, .footer-top { grid-template-columns: 1fr; gap: 40px; }
  .why-copy, .faq-copy { position: static; }
  .why-copy { max-width: 650px; }
  .footer-links { max-width: 760px; }
  .cta-panel { grid-template-columns: 1fr; padding: 44px; }
  .cta-actions { align-self: end; }
}

@media (max-width: 640px) {
  .nav-shell { height: 72px; }
  .brand img { width: 34px; }
  .brand-word { font-size: 18px; }
  .hero { padding: 116px 0 70px; }
  .hero h1 { font-size: clamp(44px, 13vw, 64px); }
  .hero-lead { font-size: 16px; }
  .hero-cta { flex-direction: column; align-items: stretch; }
  .hero-cta .text-link { justify-content: center; }
  .hero-trust { grid-template-columns: 1fr; gap: 14px; max-width: 360px; }
  .hero-trust > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); padding: 0 0 12px; margin: 0; }
  .hero-trust > div:last-child { border-bottom: 0; }
  .hero-visual { min-height: 520px; }
  .dashboard-card { padding: 16px; border-radius: 22px; }
  .balance-block strong { font-size: 29px; }
  .metric-row { grid-template-columns: 1fr 1fr; }
  .float-chip { display: none; }
  .orbit-one { width: 430px; height: 430px; }
  .orbit-two { width: 320px; height: 320px; }
  .section { padding: 82px 0; }
  .section-heading h2, .why-copy h2, .api-copy h2, .faq-copy h2 { font-size: 40px; }
  .solutions-grid, .steps-grid { grid-template-columns: 1fr; }
  .solution-featured { grid-column: span 1; grid-template-columns: 1fr; }
  .card-visual { height: 160px; }
  .step-card:not(:last-child)::after { display: none; }
  .faq-question { min-height: 72px; padding: 0 18px; }
  .faq-answer > p { padding-left: 18px; padding-right: 18px; }
  .code-window pre { padding: 22px; font-size: 11.5px; min-height: 340px; }
  .cta-section { padding-bottom: 70px; }
  .cta-panel { min-height: 490px; padding: 34px 26px; border-radius: 26px; }
  .cta-content h2 { font-size: 41px; }
  .cta-logo { right: -30px; top: 20px; }
  .footer-top { padding-top: 58px; }
  .footer-links { grid-template-columns: 1fr; }
  .footer-bottom { padding: 24px 0; flex-direction: column; align-items: flex-start; }
  .whatsapp-float { width: 52px; height: 52px; right: 16px; bottom: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }

  /* Mantém a barra de palavras em movimento contínuo */
  .marquee-track {
    animation: marquee 30s linear infinite !important;
  }
}
