:root {
  --orange: #f06b24;
  --orange-deep: #cf4e16;
  --orange-soft: #fa914f;
  --navy: #0d1738;
  --navy-soft: #19264d;
  --ink: #10182d;
  --muted: #667085;
  --paper: #ffffff;
  --cream: #fff9f4;
  --line: #e8e9ee;
  --success: #15a66b;
  --shadow: 0 28px 80px rgba(16, 24, 45, .14);
  --radius: 22px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Poppins", Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { margin-bottom: 0; letter-spacing: -.045em; line-height: 1.08; }
h1 { font-size: clamp(3.25rem, 6vw, 6.2rem); font-weight: 800; }
h2 { font-size: clamp(2.3rem, 4.4vw, 4.6rem); font-weight: 800; }
h3 { font-size: clamp(1.3rem, 2vw, 1.8rem); font-weight: 700; }
em { color: var(--orange); font-style: normal; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 120px 0; }
.center { text-align: center; }
.sr-only { width: 1px; height: 1px; position: absolute; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; clip-path: inset(50%); }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 12px 18px; color: #fff; background: var(--navy); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.launch-bar { min-height: 36px; display: flex; align-items: center; justify-content: center; gap: 14px; padding: 7px 20px; color: #fff; background: var(--orange); font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; text-align: center; }
.launch-bar i { width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,.65); }
.launch-bar strong { font-weight: 800; }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(16,24,45,.07); backdrop-filter: blur(16px); transition: box-shadow .25s; }
.site-header.is-scrolled { box-shadow: 0 10px 35px rgba(16,24,45,.08); }
.header-inner { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand img { width: 170px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: .78rem; font-weight: 600; }
.main-nav > a:not(.button) { position: relative; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; right: 0; bottom: -6px; left: 0; height: 2px; background: var(--orange); transform: scaleX(0); transition: transform .2s; transform-origin: right; }
.main-nav > a:hover::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { width: 44px; height: 44px; display: none; place-content: center; gap: 5px; border: 0; border-radius: 10px; background: #f7f7f9; cursor: pointer; }
.menu-toggle span { width: 20px; height: 2px; display: block; background: var(--ink); transition: transform .2s, opacity .2s; }
.menu-toggle.is-open span:first-child { transform: translateY(7px) rotate(45deg); }
.menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.menu-toggle.is-open span:last-child { transform: translateY(-7px) rotate(-45deg); }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 25px; color: #fff; background: var(--orange); border: 1px solid var(--orange); border-radius: 9px; box-shadow: 0 12px 32px rgba(245,134,52,.24); font-size: .88rem; font-weight: 700; text-align: center; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { background: var(--orange-deep); border-color: var(--orange-deep); box-shadow: 0 16px 38px rgba(245,134,52,.32); transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, .main-nav a:focus-visible, summary:focus-visible { outline: 3px solid rgba(245,134,52,.4); outline-offset: 4px; }
.button--small { min-height: 42px; padding: 0 18px; font-size: .73rem; }
.button--large { min-height: 61px; padding: 0 30px; font-size: .93rem; }
.button--large span { font-size: 1.25rem; }
.button--full { width: 100%; }
.text-link { color: rgba(255,255,255,.78); border-bottom: 1px solid rgba(255,255,255,.3); font-size: .82rem; font-weight: 600; }

.eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 24px; color: #fff; font-size: .7rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 2px; background: var(--orange); }
.eyebrow--dark { color: var(--orange-deep); }
.section-label { margin-bottom: 16px; color: var(--orange-deep); font-size: .72rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }

.hero { position: relative; min-height: calc(100vh - 114px); padding: 105px 0 36px; overflow: hidden; color: #fff; background: radial-gradient(circle at 80% 20%, rgba(245,134,52,.16), transparent 26%), linear-gradient(145deg, #091027 0%, #111b3e 58%, #171428 100%); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, #000 0%, transparent 75%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-orb--one { width: 340px; height: 340px; top: 16%; right: -170px; border: 1px solid rgba(245,134,52,.22); box-shadow: 0 0 0 70px rgba(245,134,52,.025), 0 0 0 140px rgba(245,134,52,.018); }
.hero-orb--two { width: 180px; height: 180px; bottom: 20%; left: -120px; background: rgba(245,134,52,.07); filter: blur(45px); }
.hero-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 68px; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { max-width: 660px; }
.hero h1 em { display: block; }
.hero-lead { max-width: 620px; margin: 28px 0 34px; color: rgba(255,255,255,.7); font-size: clamp(1rem, 1.45vw, 1.18rem); }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.hero-trust { display: flex; align-items: center; gap: 18px; margin-top: 42px; color: rgba(255,255,255,.62); font-size: .72rem; line-height: 1.45; }
.hero-trust p { margin: 0; }
.hero-trust strong { color: #fff; font-weight: 600; }
.avatar-stack { display: flex; padding-left: 14px; }
.avatar-stack span { width: 41px; height: 41px; display: grid; place-items: center; margin-left: -14px; border: 2px solid var(--navy); border-radius: 50%; color: var(--navy); background: #fff; font-size: .52rem; font-weight: 800; }
.avatar-stack span:nth-child(2) { background: #f5e6dc; }
.avatar-stack span:nth-child(3) { background: var(--orange); color: #fff; }

.hero-product { position: relative; min-height: 550px; display: grid; place-items: center; perspective: 1200px; }
.partner-seal { position: absolute; z-index: 5; top: -20px; right: 10px; width: 112px; height: 112px; display: flex; align-items: center; justify-content: center; gap: 7px; color: var(--navy); background: var(--orange); border: 5px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 15px 35px rgba(0,0,0,.22); transform: rotate(8deg); }
.partner-seal b { font-size: 2.35rem; line-height: 1; }
.partner-seal span { font-size: .53rem; font-weight: 800; line-height: 1.2; letter-spacing: .08em; text-transform: uppercase; }
.browser-card { width: 100%; max-width: 620px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 20px; background: #f7f8fc; box-shadow: 0 40px 90px rgba(0,0,0,.38); transform: rotateY(-5deg) rotateX(2deg); }
.browser-top { height: 38px; display: flex; align-items: center; gap: 6px; padding: 0 14px; color: #667085; background: #fff; border-bottom: 1px solid #e7e9ef; }
.browser-top i { width: 7px; height: 7px; border-radius: 50%; background: #d6d8df; }
.browser-top i:first-child { background: var(--orange); }
.browser-top span { flex: 1; max-width: 230px; margin-left: 14px; padding: 4px 10px; border-radius: 5px; background: #f2f3f6; font-size: .48rem; text-align: center; }
.browser-body { min-height: 390px; display: grid; grid-template-columns: 115px 1fr; }
.browser-side { padding: 28px 16px; color: #fff; background: var(--navy); }
.client-brand { margin-bottom: 42px; color: var(--orange); font-size: 1.05rem; font-weight: 800; letter-spacing: .02em; line-height: .92; }
.side-line { width: 70%; height: 7px; display: block; margin: 0 0 18px; border-radius: 10px; background: rgba(255,255,255,.15); }
.side-line.is-active { width: 100%; background: var(--orange); }
.dashboard { padding: 30px 26px; color: var(--ink); }
.dashboard-head { display: flex; justify-content: space-between; align-items: start; }
.dashboard-head small { display: block; color: #9197a7; font-size: .48rem; }
.dashboard-head b { font-size: .8rem; }
.dashboard-head > span { padding: 5px 8px; color: var(--orange-deep); background: #fff1e7; border-radius: 999px; font-size: .42rem; font-weight: 700; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 24px 0 16px; }
.metric-row > div { padding: 12px; background: #fff; border: 1px solid #eaebef; border-radius: 9px; }
.metric-row small { display: block; color: #9a9fae; font-size: .42rem; }
.metric-row strong { margin-right: 5px; font-size: 1.05rem; }
.metric-row i { color: var(--success); font-size: .38rem; font-style: normal; }
.chart-card { padding: 16px; background: #fff; border: 1px solid #eaebef; border-radius: 10px; }
.chart-title { display: flex; justify-content: space-between; color: #73798a; font-size: .42rem; }
.chart-title b { color: var(--success); font-weight: 600; }
.chart-card svg { width: 100%; margin-top: 12px; overflow: visible; }
.chart-card .area { fill: url(#chart-fill); }
.chart-card .line { fill: none; stroke: var(--orange); stroke-width: 3; stroke-linecap: round; }
.product-note { position: absolute; z-index: 4; min-width: 200px; display: flex; align-items: center; gap: 12px; padding: 13px 15px; color: var(--ink); background: rgba(255,255,255,.97); border: 1px solid rgba(255,255,255,.7); border-radius: 12px; box-shadow: 0 18px 45px rgba(0,0,0,.23); }
.product-note > i { min-width: 32px; height: 32px; display: grid; place-items: center; color: #fff; background: var(--orange); border-radius: 8px; font-size: .68rem; font-style: normal; font-weight: 800; }
.product-note span { font-size: .52rem; line-height: 1.4; }
.product-note b { display: block; font-size: .63rem; }
.product-note--brand { bottom: 36px; left: -32px; }
.product-note--reports { right: -18px; bottom: 104px; }
.hero-proof { position: relative; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 32px; margin-top: 64px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.12); }
.hero-proof > span { color: rgba(255,255,255,.46); font-size: .6rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.proof-inline { display: grid; grid-template-columns: repeat(6, 1fr); align-items: center; gap: 28px; }
.proof-inline img { max-width: 92px; max-height: 34px; margin: auto; filter: grayscale(1) brightness(0) invert(1); opacity: .48; }

.story { background: var(--cream); }
.story-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; align-items: center; }
.story-kicker { display: flex; align-items: end; gap: 18px; padding: 50px 40px; color: #fff; background: var(--orange); border-radius: var(--radius); box-shadow: 22px 22px 0 #f3dfd0; }
.story-kicker span { font-size: clamp(4rem, 8vw, 7.5rem); font-weight: 900; line-height: .75; letter-spacing: -.08em; }
.story-kicker p { margin: 0; font-size: .72rem; font-weight: 700; line-height: 1.45; text-transform: uppercase; }
.story-copy h2 { max-width: 800px; margin-bottom: 32px; }
.story-copy > p:not(.eyebrow) { max-width: 740px; color: var(--muted); }
.story-copy > p:last-child { margin-bottom: 0; }

.logos-section { padding: 115px 0; text-align: center; border-top: 1px solid #f1ece8; border-bottom: 1px solid var(--line); }
.logos-section h2 { max-width: 950px; margin: auto; color: var(--navy); font-size: clamp(2.35rem, 4.6vw, 4.8rem); }
.logos-subtitle { max-width: 740px; margin: 26px auto 50px; color: var(--muted); }
.logo-grid { display: grid; grid-template-columns: repeat(6, 1fr); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; box-shadow: 0 22px 65px rgba(16,24,45,.06); }
.logo-grid span { min-height: 125px; display: grid; place-items: center; padding: 24px; background: #fff; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.logo-grid span:nth-child(6n) { border-right: 0; }
.logo-grid span:nth-last-child(-n+6) { border-bottom: 0; }
.logo-grid img { max-width: 105px; max-height: 48px; filter: grayscale(1); opacity: .5; transition: filter .2s, opacity .2s, transform .2s; }
.logo-grid span:hover img { filter: none; opacity: 1; transform: scale(1.05); }

.opportunity { background: #fff; }
.section-heading { max-width: 800px; margin-bottom: 56px; }
.section-heading--center { margin-right: auto; margin-left: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading h2 { margin-bottom: 24px; }
.section-heading > p:not(.eyebrow) { max-width: 700px; color: var(--muted); }
.section-heading--center > p:not(.eyebrow) { margin-right: auto; margin-left: auto; }
.shift-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: stretch; gap: 22px; }
.shift-card { padding: 42px; border: 1px solid var(--line); border-radius: var(--radius); }
.shift-card--before { color: #858a98; background: #f7f7f8; }
.shift-card--after { color: #fff; background: var(--navy); border-color: var(--navy); box-shadow: var(--shadow); }
.shift-tag { display: inline-block; margin-bottom: 34px; padding: 7px 10px; border-radius: 999px; color: var(--muted); background: #eceef1; font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.shift-card--after .shift-tag { color: var(--orange); background: rgba(245,134,52,.13); }
.shift-card h3 { margin-bottom: 28px; color: var(--ink); font-size: clamp(2rem, 3vw, 3rem); }
.shift-card--after h3 { color: #fff; }
.shift-card ul { display: grid; gap: 18px; margin: 0; padding: 0; list-style: none; }
.shift-card li { position: relative; padding-left: 28px; font-size: .87rem; }
.shift-card li::before { content: "×"; position: absolute; left: 0; color: #a5a9b2; font-size: 1.25rem; font-weight: 700; line-height: 1.2; }
.shift-card--after li { color: rgba(255,255,255,.72); }
.shift-card--after li::before { content: "✓"; color: var(--orange); }
.shift-arrow { display: grid; place-items: center; color: var(--orange); font-size: 2.2rem; }

.platform { position: relative; overflow: hidden; color: #fff; background: var(--navy); }
.platform::after { content: "BEX"; position: absolute; right: -35px; bottom: -180px; color: rgba(255,255,255,.018); font-size: 26rem; font-weight: 900; letter-spacing: -.12em; line-height: 1; }
.platform .section-heading { position: relative; z-index: 2; }
.platform .section-heading > p:not(.eyebrow) { color: rgba(255,255,255,.58); }
.feature-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.feature { min-height: 345px; position: relative; overflow: hidden; padding: 38px; color: var(--ink); background: #fff; border-radius: var(--radius); }
.feature--large { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 30px; grid-column: 1 / -1; min-height: 360px; }
.feature-number { display: inline-block; margin-bottom: 50px; color: var(--orange); font-size: .67rem; font-weight: 800; letter-spacing: .15em; }
.feature--large .feature-number { position: absolute; top: 38px; left: 38px; }
.feature h3 { margin-bottom: 16px; }
.feature p { max-width: 500px; margin-bottom: 0; color: var(--muted); font-size: .85rem; }
.feature--large > div:first-of-type { padding-top: 28px; }
.mini-browser { overflow: hidden; border: 1px solid #dedfe5; border-radius: 14px; background: #f7f8fb; box-shadow: 0 25px 60px rgba(16,24,45,.15); transform: rotate(2deg); }
.mini-browser > div { height: 34px; display: flex; align-items: center; gap: 5px; padding: 0 12px; background: #fff; border-bottom: 1px solid var(--line); }
.mini-browser > div i { width: 6px; height: 6px; border-radius: 50%; background: #d4d6dd; }
.mini-browser > div i:first-child { background: var(--orange); }
.mini-browser > div small { margin-left: 12px; color: #8a8f9d; font-size: .46rem; }
.mini-browser__body { min-height: 200px; padding: 45px 35px; background: linear-gradient(135deg, var(--navy) 0 40%, #f7f8fb 40%); }
.mini-browser__body b { display: block; margin-bottom: 28px; color: var(--orange); font-size: 1.35rem; }
.mini-browser__body span { width: 50%; height: 8px; display: block; margin: 0 0 12px 42%; border-radius: 6px; background: #dfe1e7; }
.mini-browser__body span:nth-of-type(2) { width: 46%; }
.mini-browser__body span:nth-of-type(3) { width: 37%; }
.report-stack { height: 128px; position: relative; margin-top: 30px; }
.report-stack > span { position: absolute; inset: 20px 12% 0; padding: 18px; border: 1px solid #e2e3e8; border-radius: 10px; background: #fff; box-shadow: 0 12px 30px rgba(16,24,45,.08); }
.report-stack > span:first-child { transform: translate(-22px, -12px) rotate(-5deg); background: #f4f5f8; }
.report-stack > span:nth-child(2) { transform: translate(23px, -7px) rotate(5deg); background: #f9eee7; }
.report-stack > span:last-child { display: flex; flex-direction: column; gap: 9px; }
.report-stack b { color: var(--navy); font-size: .56rem; }
.report-stack i { width: 100%; height: 5px; display: block; border-radius: 8px; background: #e5e7ec; }
.report-stack i:nth-of-type(2) { width: 78%; }
.report-stack i:nth-of-type(3) { width: 58%; background: var(--orange); }
.people-list { display: grid; gap: 8px; margin-top: 28px; }
.people-list span { display: grid; grid-template-columns: 32px 1fr auto; align-items: center; gap: 10px; padding: 9px 11px; border: 1px solid #ececf0; border-radius: 9px; }
.people-list i { width: 30px; height: 30px; display: grid; place-items: center; color: var(--orange-deep); background: #fff0e5; border-radius: 50%; font-size: .42rem; font-style: normal; font-weight: 800; }
.people-list b, .people-list small { font-size: .52rem; }
.people-list small { color: #969aa7; }
.feature--academy { color: #fff; background: linear-gradient(135deg, #d96438, #f58634); }
.feature--academy p { color: rgba(255,255,255,.74); }
.feature--academy .feature-number { color: #fff; }
.academy-progress { padding: 26px; color: var(--ink); background: rgba(255,255,255,.94); border-radius: 14px; box-shadow: 0 20px 55px rgba(124,51,14,.2); }
.academy-progress span { display: inline-flex; flex-direction: column; }
.academy-progress b { font-size: .75rem; }
.academy-progress small { color: var(--muted); font-size: .52rem; }
.academy-progress strong { float: right; color: var(--orange-deep); font-size: 1.3rem; }
.academy-progress i { height: 8px; display: block; margin-top: 22px; overflow: hidden; border-radius: 99px; background: #e7e8ec; }
.academy-progress i::after { content: ""; width: 82%; height: 100%; display: block; background: var(--orange); border-radius: inherit; }

.steps { background: var(--cream); }
.steps-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 72px 0 0; padding: 0; list-style: none; }
.steps-grid::before { content: ""; position: absolute; top: 27px; right: 12%; left: 12%; height: 1px; background: #dfd5ce; }
.steps-grid li { position: relative; padding: 0 28px; text-align: center; }
.steps-grid li > span { width: 56px; height: 56px; position: relative; display: grid; place-items: center; margin: 0 auto 28px; color: #fff; background: var(--navy); border: 7px solid var(--cream); border-radius: 50%; font-size: .65rem; font-weight: 800; }
.steps-grid li:first-child > span { background: var(--orange); }
.steps-grid h3 { margin-bottom: 13px; font-size: 1.2rem; }
.steps-grid p { color: var(--muted); font-size: .76rem; }

.scarcity { padding: 72px 0; background: var(--orange); }
.scarcity-inner { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 55px; }
.scarcity-number { color: rgba(16,24,45,.22); font-size: clamp(7rem, 14vw, 12rem); font-weight: 900; line-height: .68; letter-spacing: -.09em; }
.scarcity p { margin-bottom: 12px; color: #fff; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.scarcity h2 { max-width: 850px; color: var(--navy); font-size: clamp(2rem, 3.8vw, 3.7rem); }
.scarcity h2 em { color: #fff; }

.offer { background: #fff; }
.offer-grid { display: grid; grid-template-columns: 1fr; align-items: center; }
.offer-copy h2 { margin-bottom: 28px; }
.offer-copy > p:not(.eyebrow,.offer-note) { max-width: 650px; color: var(--muted); }
.offer-list { display: grid; gap: 16px; margin: 35px 0 28px; padding: 0; list-style: none; }
.offer-list li { display: flex; align-items: center; gap: 13px; font-size: .85rem; font-weight: 600; }
.offer-list i { width: 25px; height: 25px; display: grid; flex: 0 0 auto; place-items: center; color: var(--success); background: #e8f8f1; border-radius: 50%; font-size: .7rem; font-style: normal; }
.offer-note { max-width: 620px; color: #8b8f9b; font-size: .68rem; }

.audience { color: #fff; background: var(--navy); }
.audience-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.audience-heading { position: sticky; top: 120px; }
.audience-heading h2 { max-width: 520px; }
.audience-heading p { max-width: 470px; margin: 22px 0 0; color: rgba(255,255,255,.58); font-size: .82rem; line-height: 1.6; }
.audience-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.audience-cards article { min-height: 220px; display: flex; flex-direction: column; justify-content: end; padding: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.04); }
.audience-cards article:first-child { min-height: 184px; grid-column: 1 / -1; background: var(--orange); border-color: var(--orange); }
.audience-cards span { margin-bottom: 12px; color: #fff; font-size: 1.18rem; font-weight: 700; letter-spacing: -.03em; }
.audience-cards p { margin: 0; color: rgba(255,255,255,.58); font-size: .74rem; }
.audience-cards article:first-child p { color: rgba(255,255,255,.78); }

.faq { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.faq-heading { position: sticky; top: 120px; align-self: start; }
.faq-heading h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
.faq-heading > p:last-child { margin-top: 24px; color: var(--muted); font-size: .8rem; }
.accordion { border-top: 1px solid #dbd5d0; }
.accordion details { border-bottom: 1px solid #dbd5d0; }
.accordion summary { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 12px 0; cursor: pointer; list-style: none; font-size: .9rem; font-weight: 700; line-height: 1.35; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary i { width: 30px; height: 30px; display: grid; flex: 0 0 auto; place-items: center; color: var(--orange); background: #fff; border-radius: 50%; font-size: 1.2rem; font-style: normal; font-weight: 400; transition: transform .2s; }
.accordion details[open] summary i { transform: rotate(45deg); }
.accordion details p { margin: 0; padding: 0 55px 26px 0; color: var(--muted); font-size: .8rem; }

.final-cta { position: relative; padding: 115px 0; overflow: hidden; color: #fff; background: linear-gradient(135deg, #0d1738, #1b1735); text-align: center; }
.final-cta::before { content: ""; position: absolute; width: 580px; height: 580px; top: -320px; left: 50%; background: rgba(245,134,52,.13); border-radius: 50%; filter: blur(20px); transform: translateX(-50%); }
.final-cta-inner { position: relative; }
.final-cta img { width: 175px; margin: 0 auto 42px; filter: brightness(0) invert(1); }
.final-cta p { margin-bottom: 18px; color: var(--orange); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.final-cta h2 { max-width: 920px; margin: 0 auto 36px; }
.final-cta small { display: block; margin-top: 20px; color: rgba(255,255,255,.46); font-size: .64rem; }

.site-footer { padding: 35px 0; background: #fff; border-top: 1px solid var(--line); }
.footer-inner { display: flex; align-items: center; gap: 35px; color: var(--muted); font-size: .66rem; }
.footer-inner img { width: 140px; }
.footer-inner p { margin: 0; }
.footer-inner > div { display: flex; gap: 22px; margin-left: auto; }
.footer-inner a:hover { color: var(--orange-deep); }
.mobile-cta { display: none; }

.reveal { opacity: 1; transform: none; }
.has-reveal .reveal { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s ease; }
.reveal--delay { transition-delay: .13s; }
.has-reveal .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .main-nav { gap: 20px; }
  .main-nav > a:not(.button) { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 55px; }
  .hero-copy { max-width: 800px; }
  .hero h1 em { display: inline; }
  .hero-product { width: min(100%, 720px); margin: auto; }
  .story-grid, .offer-grid, .audience-grid, .faq-grid { gap: 55px; }
  .product-note--brand { left: 0; }
  .product-note--reports { right: 0; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 76px; }
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section { padding: 82px 0; }
  .launch-bar { min-height: 32px; gap: 9px; font-size: .58rem; letter-spacing: .05em; }
  .launch-bar i:nth-of-type(2), .launch-bar span:last-child { display: none; }
  .header-inner { height: 68px; }
  .brand img { width: 145px; }
  .menu-toggle { display: grid; }
  .main-nav { position: fixed; inset: 100px 0 auto; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 16px 24px 28px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 24px 50px rgba(16,24,45,.13); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .2s, visibility .2s, transform .2s; }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .main-nav > a:not(.button) { display: block; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: .85rem; }
  .main-nav .button { margin-top: 18px; }
  .hero { min-height: auto; padding: 78px 0 34px; }
  .hero-grid { gap: 38px; }
  .hero h1 { font-size: clamp(3.1rem, 12vw, 5.4rem); }
  .hero-product { min-height: 470px; transform: scale(.9); margin: -18px auto; }
  .hero-proof { grid-template-columns: 1fr; gap: 20px; margin-top: 42px; }
  .proof-inline { grid-template-columns: repeat(3, 1fr); row-gap: 24px; }
  .story-grid, .offer-grid, .audience-grid, .faq-grid { grid-template-columns: 1fr; }
  .story-kicker { max-width: 540px; }
  .story-copy { order: -1; }
  .logo-grid { grid-template-columns: repeat(3, 1fr); }
  .logo-grid span:nth-child(6n) { border-right: 1px solid var(--line); }
  .logo-grid span:nth-child(3n) { border-right: 0; }
  .logo-grid span:nth-last-child(-n+6) { border-bottom: 1px solid var(--line); }
  .logo-grid span:nth-last-child(-n+3) { border-bottom: 0; }
  .shift-grid { grid-template-columns: 1fr; }
  .shift-arrow { transform: rotate(90deg); }
  .feature--large { grid-template-columns: 1fr; }
  .feature--large > div:first-of-type { padding-top: 60px; }
  .steps-grid { grid-template-columns: 1fr 1fr; gap: 45px 0; }
  .steps-grid::before { display: none; }
  .scarcity-inner { gap: 30px; }
  .audience-heading, .faq-heading { position: static; }
  .footer-inner { flex-wrap: wrap; }
  .footer-inner > div { width: 100%; margin-left: 0; }
}

@media (max-width: 560px) {
  body { padding-bottom: 70px; }
  h1 { font-size: 3rem; }
  h2 { font-size: 2.25rem; }
  .launch-bar { white-space: nowrap; }
  .launch-bar span:first-child { display: none; }
  .launch-bar i:first-of-type { display: none; }
  .button--large { width: 100%; padding-inline: 20px; }
  .hero { padding-top: 62px; }
  .hero h1 { font-size: clamp(2.75rem, 14vw, 4.4rem); }
  .hero-lead { margin: 22px 0 28px; font-size: .94rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 20px; }
  .text-link { align-self: center; }
  .hero-trust { align-items: start; }
  .hero-product { min-height: 355px; width: 118%; margin: 0 -9%; transform: scale(.78); transform-origin: center; }
  .browser-body { min-height: 330px; grid-template-columns: 88px 1fr; }
  .browser-side { padding: 22px 12px; }
  .dashboard { padding: 22px 15px; }
  .partner-seal { top: -36px; right: 0; }
  .product-note--brand { bottom: 0; left: 20px; }
  .product-note--reports { right: 15px; bottom: 62px; }
  .hero-proof { margin-top: 10px; }
  .proof-inline { gap: 18px; }
  .story-kicker { display: block; padding: 38px 30px; }
  .story-kicker p { margin-top: 18px; }
  .logos-section { padding: 82px 0; }
  .logo-grid { grid-template-columns: repeat(2, 1fr); }
  .logo-grid span { min-height: 95px; padding: 18px; }
  .logo-grid span:nth-child(3n) { border-right: 1px solid var(--line); }
  .logo-grid span:nth-child(2n) { border-right: 0; }
  .logo-grid span:nth-last-child(-n+3) { border-bottom: 1px solid var(--line); }
  .logo-grid span:nth-last-child(-n+2) { border-bottom: 0; }
  .shift-card { padding: 30px 25px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature, .feature--large { min-height: 0; grid-column: auto; padding: 30px 25px; }
  .feature--large .feature-number { top: 30px; left: 25px; }
  .feature--large > div:first-of-type { padding-top: 52px; }
  .feature-number { margin-bottom: 30px; }
  .mini-browser { margin-top: 8px; }
  .steps-grid { grid-template-columns: 1fr; gap: 36px; }
  .steps-grid li { padding: 0 20px; }
  .scarcity { padding: 55px 0; }
  .scarcity-inner { grid-template-columns: 1fr; gap: 25px; }
  .scarcity-number { font-size: 7rem; }
  .audience-cards { grid-template-columns: 1fr; }
  .audience-cards article { min-height: 170px; }
  .audience-cards article:first-child { grid-column: auto; }
  .accordion summary { min-height: 76px; font-size: .82rem; }
  .footer-inner { align-items: start; flex-direction: column; gap: 18px; }
  .footer-inner > div { flex-direction: column; gap: 8px; }
  .mobile-cta { position: fixed; z-index: 120; right: 10px; bottom: 10px; left: 10px; min-height: 52px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; color: #fff; background: var(--orange); border-radius: 10px; box-shadow: 0 12px 35px rgba(16,24,45,.25); font-size: .8rem; font-weight: 700; }
  .mobile-cta b { font-size: 1.2rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .has-reveal .reveal { opacity: 1; transform: none; }
}

/* Revisão visual da hotpage: experiência contínua em azul-marinho */
body { color: #fff; background: var(--navy); }
.site-header { display: none; }
.section { background: var(--navy); }
.section + .section { border-top: 1px solid rgba(255,255,255,.07); }
.section-heading h2, .story-copy h2, .logos-section h2, .offer-copy h2, .faq-heading h2 { color: #fff; }
.section-heading > p:not(.eyebrow), .story-copy > p:not(.eyebrow), .offer-copy > p:not(.eyebrow,.offer-note), .faq-heading > p:last-child { color: rgba(255,255,255,.62); }
.eyebrow--dark { color: var(--orange); }

.hero { min-height: 100vh; padding: 42px 0 38px; background: radial-gradient(circle at 82% 24%, rgba(245,134,52,.13), transparent 24%), linear-gradient(145deg, #091027 0%, var(--navy) 62%, #15142f 100%); }
.hero-brand { position: relative; z-index: 4; margin-bottom: 35px; }
.hero-brand img { width: 174px; filter: brightness(0) invert(1); }
.hero-grid { grid-template-columns: 1.02fr .88fr; gap: 78px; }
.hero-copy { padding: 38px 0 20px; }
.hero h1 { font-size: clamp(3.7rem, 6.15vw, 6.55rem); }
.hero-offer { width: fit-content; margin: -5px 0 29px; padding: 10px 14px; color: rgba(255,255,255,.72); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 8px; font-size: .72rem; }
.hero-offer strong { color: var(--orange); }
.hero-portrait { min-height: 650px; position: relative; display: flex; flex-direction: column; justify-content: end; margin: 0; }
.hero-portrait__frame { position: absolute; inset: 0 0 56px; overflow: hidden; background: #27334d; border: 1px solid rgba(255,255,255,.15); border-radius: 28px 28px 8px 8px; box-shadow: 0 35px 90px rgba(0,0,0,.34); }
.hero-portrait__frame::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(to top, rgba(13,23,56,.8) 0, transparent 32%), linear-gradient(to right, rgba(13,23,56,.28), transparent 30%); }
.hero-portrait__frame img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.hero-portrait figcaption { position: relative; z-index: 2; display: flex; flex-direction: column; padding: 18px 22px; background: rgba(8,14,35,.9); border: 1px solid rgba(255,255,255,.1); border-radius: 12px; backdrop-filter: blur(12px); }
.hero-portrait figcaption strong { color: #fff; font-size: .82rem; }
.hero-portrait figcaption span { color: rgba(255,255,255,.48); font-size: .58rem; }
.partner-seal { top: -22px; right: -24px; }
.hero-proof { grid-template-columns: 260px 1fr; margin-top: 48px; }
.hero-proof > span { line-height: 1.5; }

.story { color: #fff; background: var(--navy); }
.story-kicker { box-shadow: 20px 20px 0 rgba(245,134,52,.14); }

.logos-section { padding: 120px 0; color: #fff; background: #101b42; border-color: rgba(255,255,255,.07); text-align: left; }
.logos-layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 80px; }
.logos-copy h2 { font-size: clamp(2.5rem, 4.5vw, 4.8rem); }
.logos-subtitle { margin: 27px 0 0; color: rgba(255,255,255,.58); }
.logo-grid { grid-template-columns: repeat(3, 1fr); background: #fff; border-color: rgba(255,255,255,.15); box-shadow: 0 30px 80px rgba(0,0,0,.22); }
.logo-grid span { min-height: 125px; border-color: var(--line); }
.logo-grid span:nth-child(6n) { border-right: 1px solid var(--line); }
.logo-grid span:nth-child(3n) { border-right: 0; }
.logo-grid span:nth-last-child(-n+6) { border-bottom: 1px solid var(--line); }
.logo-grid span:nth-last-child(-n+3) { border-bottom: 0; }
.logo-grid img { width: auto; height: auto; max-width: 92px; max-height: 38px; object-fit: contain; filter: grayscale(1); opacity: .58; }

.opportunity { color: #fff; background: var(--navy); }
.shift-card--before { color: #71798c; background: #fff; }
.shift-card--after { background: var(--navy-soft); border-color: rgba(255,255,255,.12); }

.platform { background: #101b42; }
.feature-grid { display: grid; grid-template-columns: 1fr; gap: 28px; }
.feature.feature--screenshot { min-height: 0; display: grid; grid-template-columns: .62fr 1.38fr; align-items: center; gap: 40px; padding: 48px; color: var(--ink); background: #fff; }
.feature--screenshot .feature-number { position: absolute; top: 32px; left: 34px; margin: 0; }
.feature--screenshot .feature-copy { padding-top: 30px; }
.feature--screenshot h3 { max-width: 390px; margin-bottom: 18px; font-size: clamp(1.8rem, 2.6vw, 2.7rem); }
.feature--screenshot p { max-width: 390px; font-size: .83rem; }
.platform-shot { position: relative; overflow: hidden; margin: 0; background: #f2f4f8; border: 1px solid #dfe2e8; border-radius: 14px; box-shadow: 0 24px 55px rgba(16,24,45,.15); }
.platform-shot::before { content: ""; height: 26px; display: block; background: linear-gradient(90deg, var(--orange) 0 7px, #d5d8e0 7px 14px, #d5d8e0 14px 21px) 12px 9px / 21px 7px no-repeat, #fff; border-bottom: 1px solid #e4e6eb; }
.platform-shot img { width: 100%; height: auto; }
.feature--reverse { grid-template-columns: 1.38fr .62fr; }
.feature--reverse .feature-copy { order: 2; }
.feature--reverse .platform-shot { order: 1; }
.feature--reverse .feature-number { right: 34px; left: auto; }

.steps { color: #fff; background: var(--navy); }
.steps-grid::before { background: rgba(255,255,255,.14); }
.steps-grid li > span { border-color: var(--navy); }
.steps-grid h3 { color: #fff; }
.steps-grid p { color: rgba(255,255,255,.5); }

.scarcity { background: var(--navy); border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); }
.scarcity-number { color: var(--orange); opacity: .82; }
.scarcity p { color: var(--orange); }
.scarcity h2 { color: #fff; }
.scarcity h2 em { color: var(--orange); }

.offer { color: #fff; background: var(--navy); }
.offer-list li { color: #fff; }
.offer-note { color: rgba(255,255,255,.42); }

.audience { background: var(--navy); }
.faq { color: #fff; background: #101b42; }
.accordion { border-color: rgba(255,255,255,.14); }
.accordion details { border-color: rgba(255,255,255,.14); }
.accordion summary { color: #fff; }
.accordion details p { color: rgba(255,255,255,.56); }
.accordion summary i { color: var(--orange); background: rgba(255,255,255,.07); }
.site-footer { color: rgba(255,255,255,.48); background: var(--navy); border-color: rgba(255,255,255,.08); }
.site-footer img { filter: brightness(0) invert(1); }

@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 38px; }
  .hero h1 { font-size: clamp(3.3rem, 7vw, 5.4rem); }
  .hero-portrait { min-height: 570px; }
  .logos-layout { grid-template-columns: 1fr; gap: 55px; }
  .logos-copy { max-width: 760px; }
}

@media (max-width: 820px) {
  .hero { padding-top: 32px; }
  .hero-brand { margin-bottom: 26px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-top: 10px; }
  .hero-portrait { width: min(100%, 570px); min-height: 620px; margin: 0 auto; }
  .hero-proof { grid-template-columns: 1fr; }
  .feature.feature--screenshot, .feature--reverse { grid-template-columns: 1fr; gap: 30px; padding: 38px 30px 30px; }
  .feature--reverse .feature-copy, .feature--reverse .platform-shot { order: initial; }
  .feature--reverse .feature-number { right: auto; left: 30px; }
  .feature--screenshot .feature-copy { padding-top: 28px; }
}

@media (max-width: 560px) {
  .hero { min-height: auto; padding: 28px 0 30px; }
  .hero-brand img { width: 145px; }
  .hero h1 { font-size: clamp(2.85rem, 14vw, 4.3rem); }
  .hero-portrait { min-height: 470px; }
  .hero-portrait__frame { bottom: 70px; }
  .partner-seal { top: -16px; right: -4px; width: 92px; height: 92px; }
  .partner-seal b { font-size: 2rem; }
  .hero-proof { margin-top: 25px; }
  .logos-section { padding: 82px 0; }
  .logo-grid { grid-template-columns: repeat(2, 1fr); }
  .logo-grid span { min-height: 94px; }
  .logo-grid span:nth-child(3n) { border-right: 1px solid var(--line); }
  .logo-grid span:nth-child(2n) { border-right: 0; }
  .logo-grid span:nth-last-child(-n+3) { border-bottom: 1px solid var(--line); }
  .logo-grid span:nth-last-child(-n+2) { border-bottom: 0; }
  .feature.feature--screenshot { padding: 32px 20px 20px; border-radius: 16px; }
  .feature--screenshot .feature-number { top: 22px; left: 20px; }
  .feature--screenshot .feature-copy { padding-top: 30px; }
  .platform-shot { border-radius: 9px; }
  .platform-shot::before { height: 20px; background-position: 9px 6px; }
}

/* Ajustes finais: hero editorial, tipografia compacta e faixas em movimento */
h1 { font-size: clamp(2.35rem, 4vw, 4.2rem); }
h2 { font-size: clamp(1.9rem, 3vw, 3.15rem); }
h3 { font-size: clamp(1.15rem, 1.7vw, 1.55rem); }
.section { padding: 96px 0; }

.news-ticker {
  position: relative;
  z-index: 20;
  overflow: hidden;
  color: #fff;
  background: var(--orange);
  border-bottom: 1px solid rgba(255,255,255,.2);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.news-ticker__track {
  width: max-content;
  display: flex;
  animation: ticker-scroll 24s linear infinite;
}
.news-ticker__row {
  min-height: 36px;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 24px;
  padding-right: 24px;
  white-space: nowrap;
}
.news-ticker__row i { color: rgba(255,255,255,.7); font-style: normal; }
.news-ticker__row strong { font-weight: 900; }
@keyframes ticker-scroll { to { transform: translateX(-50%); } }

.hero {
  min-height: auto;
  padding: 30px 0 92px;
  background:
    radial-gradient(circle at 50% 29%, rgba(245,134,52,.14), transparent 26%),
    linear-gradient(180deg, #091027 0%, var(--navy) 72%);
}
.hero-brand { margin-bottom: 4px; text-align: center; }
.hero-brand img,
.final-cta img,
.site-footer img {
  width: auto;
  height: auto;
  object-fit: contain;
}
.hero-brand img { max-width: 176px; margin-inline: auto; }
.final-cta img { max-width: 175px; }
.site-footer img { max-width: 140px; }
.hero-stack {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-portrait {
  width: min(100%, 590px);
  height: 450px;
  min-height: 0;
  position: relative;
  display: block;
  margin: 0 auto -10px;
}
.hero-portrait__glow {
  width: 420px;
  height: 420px;
  position: absolute;
  top: 42%;
  left: 50%;
  background: radial-gradient(circle, rgba(245,134,52,.24), rgba(245,134,52,.05) 50%, transparent 72%);
  border-radius: 50%;
  filter: blur(4px);
  transform: translate(-50%, -50%);
}
.hero-portrait__frame {
  position: absolute;
  inset: 0;
  overflow: visible;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.hero-portrait__frame::after {
  content: "";
  position: absolute;
  top: auto;
  right: 4%;
  bottom: 0;
  left: 4%;
  height: 20%;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent, var(--navy) 88%);
}
.hero-portrait__frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: none;
}
.hero-portrait figcaption {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 46px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  backdrop-filter: none;
}
.hero-portrait figcaption strong { font-size: .86rem; }
.hero-portrait figcaption span { color: rgba(255,255,255,.58); font-size: .62rem; }
.hero-copy {
  max-width: 940px;
  z-index: 3;
  padding: 0;
  text-align: center;
}
.hero h1 {
  max-width: 1060px;
  margin-inline: auto;
  font-size: clamp(2.25rem, 3.2vw, 3.35rem);
  line-height: 1.04;
}
.hero h1 em { display: inline; }
.hero-lead {
  max-width: 790px;
  margin: 28px auto 20px;
  font-size: clamp(.92rem, 1.25vw, 1.06rem);
  line-height: 1.72;
}
.hero-offer {
  width: fit-content;
  margin: 0 auto 28px;
  padding: 10px 16px;
  font-size: .76rem;
}
.hero-actions { justify-content: center; }
.hero-trust { justify-content: center; margin-top: 30px; }

.story-copy h2,
.offer-copy h2,
.audience-heading h2,
.faq-heading h2 { font-size: clamp(1.9rem, 3vw, 3.15rem); }
.shift-card h3 { font-size: clamp(1.55rem, 2.2vw, 2.2rem); }
.feature--screenshot h3 { font-size: clamp(1.5rem, 2vw, 2.15rem); }
.scarcity h2 { font-size: clamp(1.55rem, 2.35vw, 2.45rem); }
.scarcity p {
  margin: 10px 0 0;
  color: rgba(255,255,255,.58);
  font-size: .78rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
  text-transform: none;
}
.final-cta h2 { font-size: clamp(1.9rem, 3vw, 3.1rem); }

.logos-section {
  padding: 92px 0 104px;
  overflow: hidden;
  color: var(--ink);
  background: #fff;
  border-color: var(--line);
  text-align: center;
}
.logos-copy { max-width: 920px; margin-bottom: 48px; }
.logos-section .logos-copy h2 {
  max-width: 850px;
  color: var(--navy);
  font-size: clamp(1.9rem, 3vw, 3.2rem);
}
.logos-section .logos-subtitle {
  max-width: 700px;
  margin: 20px auto 0;
  color: var(--muted);
}
.brand-marquee {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.brand-marquee + .brand-marquee { margin-top: -1px; }
.brand-marquee__track {
  width: max-content;
  display: flex;
  animation: brand-scroll 30s linear infinite;
}
.brand-marquee--reverse .brand-marquee__track { animation-direction: reverse; }
.brand-marquee__row { display: flex; flex: 0 0 auto; }
.brand-marquee__row span {
  width: 190px;
  min-height: 104px;
  display: grid;
  flex: 0 0 190px;
  place-items: center;
  padding: 24px;
  background: #fff;
  border-right: 1px solid var(--line);
}
.brand-marquee__row img {
  width: auto;
  height: auto;
  max-width: 104px;
  max-height: 43px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .54;
}
@keyframes brand-scroll { to { transform: translateX(-50%); } }

@media (max-width: 820px) {
  .section { padding: 76px 0; }
  .hero { padding: 24px 0 76px; }
  .hero-brand { margin-bottom: 0; }
  .hero-stack { gap: 0; }
  .hero-portrait { width: min(100%, 540px); height: 410px; min-height: 0; }
  .hero-copy { max-width: 720px; padding-top: 0; }
  .hero h1 { font-size: clamp(2.05rem, 6.4vw, 3rem); }
  .hero-lead { max-width: 650px; }
  .logos-section { padding: 76px 0 84px; }
  .brand-marquee__row span { width: 160px; min-height: 92px; flex-basis: 160px; }
}

@media (max-width: 560px) {
  h1 { font-size: 2.25rem; }
  h2 { font-size: 1.9rem; }
  .news-ticker { font-size: .58rem; }
  .news-ticker__row { min-height: 32px; gap: 18px; padding-right: 18px; }
  .hero { padding: 20px 0 64px; }
  .hero-brand img { max-width: 142px; }
  .hero-portrait { width: 112%; height: 330px; margin: 0 -6% -4px; }
  .hero-portrait__glow { width: 290px; height: 290px; }
  .hero-portrait figcaption { bottom: 26px; }
  .hero-portrait figcaption strong { font-size: .76rem; }
  .hero-portrait figcaption span { font-size: .54rem; }
  .hero h1 { font-size: clamp(1.85rem, 8.8vw, 2.35rem); }
  .hero-lead { margin: 22px auto 17px; font-size: .86rem; line-height: 1.65; }
  .hero-offer { margin-bottom: 22px; padding: 9px 12px; font-size: .66rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-trust { margin-top: 24px; text-align: center; }
  .logos-section { padding: 68px 0 76px; }
  .logos-copy { margin-bottom: 36px; }
  .logos-section .logos-copy h2 { font-size: 1.85rem; }
  .brand-marquee__row span { width: 132px; min-height: 82px; flex-basis: 132px; padding: 18px; }
  .brand-marquee__row img { max-width: 86px; max-height: 35px; }
  .feature--screenshot h3 { font-size: 1.45rem; }
  .scarcity h2 { font-size: 1.75rem; }
  .final-cta h2 { font-size: 1.9rem; }
}

@media (prefers-reduced-motion: reduce) {
  .news-ticker__track,
  .brand-marquee__track { animation: none; }
}

/* Revisão de narrativa: prova social em grade e hero tipográfico */
.hero h1 {
  max-width: 1080px;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(3.25rem, 4.4vw, 5.1rem);
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: .93;
  text-transform: uppercase;
}
.hero h1 em { display: inline; }
.hero-portrait figcaption {
  width: 220px;
  right: -170px;
  bottom: 124px;
  left: auto;
  align-items: flex-start;
  padding: 3px 0 3px 17px;
  border-left: 2px solid var(--orange);
  text-align: left;
}
.hero-portrait figcaption strong { font-size: .9rem; }
.hero-portrait figcaption span { font-size: .63rem; line-height: 1.4; }
.hero-actions { margin-top: 34px; }
.hero-actions .button {
  min-width: 390px;
  min-height: 70px;
  padding-inline: 38px;
  font-size: 1rem;
}

.story-grid { grid-template-columns: .88fr 1.12fr; gap: 78px; }
.story-kicker {
  display: block;
  max-width: 500px;
  padding: 0;
  color: #fff;
  background: none;
  border-radius: 0;
  box-shadow: none;
}
.client-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  box-shadow: 18px 18px 0 rgba(245,134,52,.2);
}
.client-grid span {
  min-height: 102px;
  display: grid;
  place-items: center;
  padding: 17px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.client-grid span:nth-child(3n) { border-right: 0; }
.client-grid span:nth-last-child(-n+3) { border-bottom: 0; }
.client-grid img {
  width: auto;
  height: auto;
  max-width: 92px;
  max-height: 36px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .62;
}
.story-kicker p {
  margin: 22px 0 0;
  color: rgba(255,255,255,.62);
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  text-transform: none;
}
.story-copy h2 { max-width: 700px; }
.story-copy > p { font-size: .94rem; }

.anselmo-feature {
  overflow: hidden;
  color: var(--ink);
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.anselmo-feature-grid {
  display: grid;
  gap: 46px;
}
.anselmo-feature-video { width: min(100%, 960px); margin: 0 auto; }
.anselmo-feature-video__frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 100 / 58.9;
  background: #080e23;
}
.anselmo-feature-video__placeholder {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 40%, rgba(245,134,52,.23), transparent 34%), linear-gradient(135deg, #182550, #080e23);
  transition: opacity .35s;
}
.anselmo-feature-video__embed { position: absolute; inset: 0; }
.anselmo-feature-video iframe { width: 100%; height: 100%; display: block; border: 0; }
.anselmo-feature-video.is-loaded .anselmo-feature-video__placeholder { opacity: 0; pointer-events: none; }
.anselmo-feature-copy { max-width: 900px; margin: 0 auto; text-align: center; }
.anselmo-feature-copy h2 { color: var(--navy); }

@media (max-width: 1060px) {
  .hero-portrait figcaption { right: -92px; }
  .anselmo-feature-grid { gap: 58px; }
}

@media (max-width: 820px) {
  .hero h1 { font-size: clamp(2.9rem, 9.2vw, 4rem); }
  .hero-portrait figcaption {
    width: auto;
    right: 0;
    bottom: 26px;
    left: 0;
    align-items: center;
    padding: 0;
    border-left: 0;
    text-align: center;
  }
  .hero-actions .button { min-width: min(100%, 390px); }
  .story-grid, .anselmo-feature-grid { grid-template-columns: 1fr; gap: 52px; }
  .story-kicker { width: min(100%, 500px); }
}

@media (max-width: 560px) {
  body { padding-bottom: 0; }
  .hero h1 { font-size: clamp(2.35rem, 10.5vw, 3rem); }
  .hero-actions { margin-top: 28px; }
  .hero-actions .button { width: 100%; min-width: 0; min-height: 64px; }
  .client-grid span { min-height: 78px; padding: 12px; }
  .client-grid img { max-width: 70px; max-height: 29px; }
  .story-kicker p { margin-top: 18px; }
  .anselmo-feature-grid { gap: 36px; }
}

/* Ajustes de oferta, prova social e conversão */
.hero h1 { font-size: clamp(3rem, 3.85vw, 4.35rem); }
.client-grid { box-shadow: none; }
.client-grid img { filter: none; opacity: 1; }

.section-cta { display: flex; justify-content: center; margin-top: 44px; }
.section-cta .button { min-width: 310px; }

.scarcity { background: var(--orange); }
.scarcity-inner {
  display: flex;
  max-width: 900px;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  text-align: center;
}
.scarcity-number { color: rgba(13,23,56,.28); font-size: clamp(6.5rem, 11vw, 10rem); }
.scarcity-inner > div { max-width: 780px; }
.scarcity h2 { max-width: 780px; margin: 0 auto; color: var(--navy); }
.scarcity p { max-width: 650px; margin: 15px auto 0; color: rgba(13,23,56,.76); font-size: .88rem; font-weight: 500; }

.partner-card {
  position: relative;
  padding: 48px;
  color: #fff;
  background: #172247;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 26px;
  box-shadow: 0 35px 80px rgba(13,23,56,.22);
}
.partner-card::before {
  content: "";
  position: absolute;
  inset: 8px;
  pointer-events: none;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px;
}
.partner-card > * { position: relative; }
.partner-card__eyebrow { margin-bottom: 18px; color: var(--orange); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.partner-card h3 { max-width: 390px; margin-bottom: 27px; color: #fff; font-size: clamp(1.65rem, 2.4vw, 2.45rem); }
.partner-card ul { display: grid; gap: 18px; margin: 0 0 34px; padding: 0; list-style: none; }
.partner-card li { display: flex; gap: 12px; align-items: flex-start; color: rgba(255,255,255,.78); font-size: .82rem; font-weight: 500; line-height: 1.5; }
.partner-card li i { width: 24px; height: 24px; display: grid; flex: 0 0 auto; place-items: center; color: var(--success); background: #e8f8f1; border-radius: 50%; font-size: .66rem; font-style: normal; }
.partner-card__note { margin: 17px 0 0; color: rgba(255,255,255,.45); font-size: .66rem; text-align: center; }

@media (max-width: 820px) {
  .hero h1 { font-size: clamp(2.7rem, 8vw, 3.55rem); }
  .scarcity-inner { align-items: center; }
  .partner-card { padding: 38px 30px; }
}

@media (max-width: 560px) {
  .hero h1 { font-size: clamp(2.25rem, 10vw, 2.7rem); }
  .section-cta .button { width: 100%; }
  .scarcity { padding: 62px 0; }
  .scarcity-number { font-size: 6.3rem; }
  .scarcity h2 { font-size: 1.85rem; }
  .partner-card { padding: 32px 24px; border-radius: 18px; }
}

/* Respiro entre a marca e a proposta principal */
.hero-stack { margin-top: 46px; }

@media (max-width: 820px) {
  .hero-stack { margin-top: 34px; }
}

@media (max-width: 560px) {
  .hero-stack { margin-top: 26px; }
}

/* Depoimentos */
.testimonials { background: #f7f8fc; color: var(--navy); }
.testimonials .section-heading { max-width: 900px; margin: 0 auto 48px; }
.testimonials .section-heading h2 { color: var(--navy); }
.testimonials .section-heading p { max-width: 640px; margin: 19px auto 0; color: #66708a; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: start; }
.testimonial-card {
  overflow: hidden;
  border: 1px solid #e1e5ef;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 20px 45px rgba(13,23,56,.09);
}
.testimonial-card img { display: block; width: 100%; height: 365px; object-fit: cover; object-position: top; }
.testimonial-card__copy { min-height: 134px; padding: 24px 25px 26px; }
.testimonial-card__copy span { display: block; margin-bottom: 11px; color: var(--orange); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.testimonial-card__copy p { margin: 0; color: var(--navy); font-size: 1rem; font-weight: 700; line-height: 1.42; }
.testimonials-cta { display: flex; justify-content: center; margin-top: 43px; }

@media (max-width: 820px) {
  .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonial-card:last-child { grid-column: 1 / -1; width: calc(50% - 12px); justify-self: center; }
}

@media (max-width: 560px) {
  .testimonials .section-heading { margin-bottom: 32px; }
  .testimonials-grid { grid-template-columns: 1fr; gap: 18px; }
  .testimonial-card:last-child { grid-column: auto; width: auto; }
  .testimonial-card img { height: 330px; }
  .testimonial-card__copy { min-height: 0; padding: 20px; }
  .testimonials-cta .button { width: 100%; }
}

/* Modelo White Label */
.white-label { overflow: hidden; background: #101b42; }
.white-label .section-heading { max-width: 960px; margin: 0 auto 54px; }
.white-label .section-heading p { max-width: 760px; margin: 22px auto 0; color: rgba(255,255,255,.6); }
.white-label-layout { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 78px; }
.white-label-copy h3 { color: #fff; font-size: clamp(1.75rem, 2.6vw, 2.65rem); line-height: 1.12; }
.white-label-copy h3 em { color: var(--orange); font-style: normal; }
.white-label-copy > p { margin: 24px 0 30px; color: rgba(255,255,255,.6); font-size: .84rem; line-height: 1.75; }
.white-label-copy ul { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.white-label-copy li { display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 14px; padding: 15px 16px; border: 1px solid rgba(255,255,255,.1); border-radius: 13px; background: rgba(255,255,255,.035); }
.white-label-copy li > i { width: 37px; height: 37px; display: grid; place-items: center; color: var(--orange); background: rgba(240,107,36,.12); border-radius: 50%; font-size: .6rem; font-style: normal; font-weight: 800; }
.white-label-copy li span { color: rgba(255,255,255,.57); font-size: .7rem; line-height: 1.45; }
.white-label-copy li strong { display: block; margin-bottom: 2px; color: #fff; font-size: .8rem; }
.white-label-stage { padding: 22px; border: 1px solid rgba(255,255,255,.13); border-radius: 25px; background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.025)); box-shadow: 0 35px 90px rgba(0,0,0,.24); }
.white-label-browser { overflow: hidden; color: var(--navy); background: #f7f8fb; border-radius: 15px; }
.white-label-browser__bar { height: 42px; display: flex; align-items: center; gap: 7px; padding: 0 16px; color: #9ca3b5; background: #fff; border-bottom: 1px solid #e3e6ed; font-size: .58rem; }
.white-label-browser__bar i { width: 8px; height: 8px; background: var(--orange); border-radius: 50%; }
.white-label-browser__bar i:nth-child(2), .white-label-browser__bar i:nth-child(3) { background: #d4d8e1; }
.white-label-browser__bar span { margin-left: 7px; }
.white-label-browser__video { display: block; width: 100%; aspect-ratio: 16 / 9; background: #f7f8fb; object-fit: contain; }
.white-label-browser__body { min-height: 348px; display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 30px; padding: 38px; }
.white-label-brand { color: var(--navy); font-size: clamp(2rem, 4vw, 4rem); font-weight: 900; line-height: .9; letter-spacing: -.06em; }
.white-label-brand em { color: var(--orange); font-style: normal; }
.white-label-dashboard { display: grid; gap: 11px; }
.white-label-dashboard > span { padding: 11px 13px; color: #64708a; background: #fff; border: 1px solid #e5e8ef; border-radius: 8px; font-size: .63rem; font-weight: 700; }
.white-label-dashboard > div { height: 105px; display: flex; align-items: end; gap: 10px; margin-top: 5px; padding: 16px; background: #fff; border: 1px solid #e5e8ef; border-radius: 9px; }
.white-label-dashboard > div i { width: 18%; height: 38%; background: #dfe3ec; border-radius: 4px 4px 0 0; }
.white-label-dashboard > div i:nth-child(2) { height: 63%; }
.white-label-dashboard > div i:nth-child(3) { height: 49%; }
.white-label-dashboard > div i:nth-child(4) { height: 82%; background: var(--orange); }
.white-label-dashboard > div i:nth-child(5) { height: 68%; }
.white-label-stage > p { margin: 20px 5px 1px; color: rgba(255,255,255,.43); font-size: .62rem; line-height: 1.5; text-align: center; }
.white-label-stage > p strong { color: rgba(255,255,255,.72); }
.white-label-cta { display: flex; justify-content: center; margin-top: 48px; }

@media (max-width: 900px) {
  .white-label-layout { grid-template-columns: 1fr; gap: 46px; }
  .white-label-copy { max-width: 700px; }
  .white-label-stage { width: min(100%, 700px); margin-inline: auto; }
}

@media (max-width: 560px) {
  .white-label .section-heading { margin-bottom: 36px; }
  .white-label-stage { padding: 11px; border-radius: 17px; }
  .white-label-browser { border-radius: 10px; }
  .white-label-browser__body { min-height: 258px; grid-template-columns: 1fr; gap: 25px; padding: 28px 23px; }
  .white-label-dashboard > div { display: none; }
  .white-label-stage > p { margin: 15px 8px 5px; }
  .white-label-cta .button { width: 100%; }
}

/* Bônus Partner: Mentoria Scale Up */
.scaleup { color: var(--ink); background: #fff; border-top: 1px solid var(--line); }
.scaleup .section-heading { max-width: 900px; margin-bottom: 70px; }
.scaleup .section-heading h2 { max-width: 840px; margin-inline: auto; color: var(--navy); }
.scaleup .section-heading > p:not(.eyebrow) { max-width: 740px; color: var(--muted); }
.scaleup-logo { width: min(100%, 380px); height: auto; margin: 0 auto 38px; }

.scaleup-journey h3, .scaleup-outcomes h3 { margin-bottom: 44px; color: var(--navy); font-size: 1.3rem; text-align: center; }
.scaleup-timeline { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; }
.scaleup-timeline::before { content: ""; position: absolute; top: 23px; right: 12.5%; left: 12.5%; height: 3px; background: linear-gradient(90deg, var(--orange), #f8d3b6); border-radius: 3px; }
.scaleup-timeline li { position: relative; padding: 0 24px; text-align: center; }
.scaleup-timeline__dot { position: relative; z-index: 1; width: 48px; height: 48px; display: grid; place-items: center; margin: 0 auto 20px; color: #fff; background: var(--navy); border: 7px solid #fff; border-radius: 50%; box-shadow: 0 10px 24px rgba(16,24,45,.16); font-size: .66rem; font-weight: 800; }
.scaleup-timeline li:first-child .scaleup-timeline__dot { background: var(--orange); }
.scaleup-timeline__weeks { display: inline-block; margin-bottom: 14px; padding: 5px 12px; color: var(--orange-deep); background: #fff1e7; border-radius: 999px; font-size: .6rem; font-style: normal; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; white-space: nowrap; }
.scaleup-timeline h4 { margin: 0 0 10px; color: var(--navy); font-size: 1.08rem; font-weight: 700; letter-spacing: -.03em; }
.scaleup-timeline p { max-width: 240px; margin: 0 auto; color: var(--muted); font-size: .77rem; line-height: 1.6; }

.scaleup-ai { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(260px, .9fr); gap: 30px 54px; margin-top: 74px; padding: clamp(30px, 4vw, 48px); border: 1px solid #f0ddd0; border-radius: 24px; background: linear-gradient(135deg, #fffaf6 0%, #fff 68%); }
.scaleup-ai__intro { max-width: 630px; }
.scaleup-ai__eyebrow { display: block; margin-bottom: 13px; color: var(--orange-deep); font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.scaleup-ai h3 { margin: 0 0 16px; color: var(--navy); font-size: clamp(1.6rem, 3vw, 2.25rem); letter-spacing: -.04em; }
.scaleup-ai p { margin: 0 0 12px; color: var(--muted); font-size: .8rem; line-height: 1.7; }
.scaleup-ai__note { margin-top: 18px !important; color: var(--navy) !important; font-weight: 700; }
.scaleup-ai__contexts { display: flex; flex-wrap: wrap; align-content: center; justify-content: flex-end; gap: 10px; }
.scaleup-ai__contexts span { padding: 9px 14px; color: var(--orange-deep); background: #fff1e7; border: 1px solid #f7d8c0; border-radius: 999px; font-size: .68rem; font-weight: 800; }
.scaleup-ai__skills { grid-column: 1 / -1; padding-top: 28px; border-top: 1px solid #f0ddd0; }
.scaleup-ai__skills h4 { margin: 0 0 10px; color: var(--navy); font-size: 1.25rem; letter-spacing: -.03em; }
.scaleup-ai__skills p { max-width: 710px; }
.scaleup-ai__skills strong { color: var(--navy); }
.scaleup-ai__skills ul { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; margin: 20px 0 22px; padding: 0; list-style: none; }
.scaleup-ai__skills li { padding: 11px 12px; color: var(--navy); background: #fff; border: 1px solid var(--line); border-radius: 9px; font-size: .68rem; font-weight: 600; line-height: 1.35; }
.scaleup-ai__skills li::before { content: "✓"; margin-right: 7px; color: var(--orange); font-weight: 800; }
.scaleup-ai__skills .scaleup-ai__close { max-width: none; margin: 0; color: var(--navy); font-weight: 600; }

.scaleup-outcomes { margin-top: 74px; }
.scaleup-outcomes h3 { margin-bottom: 30px; }
.scaleup-outcomes ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 0; padding: 0; list-style: none; }
.scaleup-outcomes li { display: flex; align-items: center; gap: 13px; padding: 18px 20px; color: var(--navy); background: #fbfbfd; border: 1px solid var(--line); border-radius: 14px; font-size: .78rem; font-weight: 600; line-height: 1.45; }
.scaleup-outcomes li i { width: 26px; height: 26px; display: grid; flex: 0 0 auto; place-items: center; color: var(--success); background: #e8f8f1; border-radius: 50%; font-size: .68rem; font-style: normal; }

.scaleup-close { position: relative; overflow: hidden; margin-top: 72px; padding: clamp(56px, 7vw, 84px) 48px; color: #fff; background: var(--navy); border-radius: 28px; box-shadow: var(--shadow); text-align: center; }
.scaleup-close::before { content: ""; position: absolute; width: 640px; height: 640px; top: -400px; left: 50%; background: rgba(240,107,36,.16); border-radius: 50%; filter: blur(24px); transform: translateX(-50%); pointer-events: none; }
.scaleup-close > * { position: relative; }
.scaleup-close__title { max-width: 900px; margin: 0 auto 22px; font-size: clamp(1.9rem, 3.4vw, 3.1rem); font-weight: 800; letter-spacing: -.04em; line-height: 1.08; }
.scaleup-close__title em { color: var(--orange); font-style: normal; }
.scaleup-close__sub { max-width: 700px; margin: 0 auto 38px; color: rgba(255,255,255,.66); font-size: .96rem; line-height: 1.75; }
.scaleup-close__sub strong { color: #fff; }
.scaleup-close small { display: block; margin-top: 18px; color: rgba(255,255,255,.42); font-size: .66rem; }

.offer-list__bonus { margin-top: 8px; padding: 16px 18px; background: rgba(240,107,36,.12); border: 1px solid rgba(240,107,36,.4); border-radius: 13px; }
.offer-list__bonus i { color: var(--orange); background: rgba(240,107,36,.16); }
.offer-list__bonus strong { color: var(--orange); }
.offer-list__bonus small { display: block; margin-top: 7px; color: var(--muted); font-size: .68rem; font-weight: 500; line-height: 1.5; }

/* Atalho flutuante para atendimento */
.whatsapp-float {
  position: fixed;
  z-index: 250;
  right: max(22px, env(safe-area-inset-right));
  bottom: max(22px, env(safe-area-inset-bottom));
  display: flex;
  align-items: center;
  gap: 13px;
  color: #fff;
  filter: drop-shadow(0 12px 24px rgba(13,23,56,.22));
}
.whatsapp-float__copy {
  display: flex;
  flex-direction: column;
  padding: 10px 15px;
  background: var(--navy);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  line-height: 1.2;
  transition: transform .2s, background .2s;
}
.whatsapp-float__copy strong { font-size: .78rem; font-weight: 700; }
.whatsapp-float__copy small { margin-top: 3px; color: rgba(255,255,255,.67); font-size: .6rem; }
.whatsapp-float__icon {
  width: 58px;
  height: 58px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  color: #fff;
  background: #25d366;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(37,211,102,.34);
  animation: whatsapp-pulse 2.8s infinite;
  transition: transform .2s, background .2s;
}
.whatsapp-float__icon svg { width: 31px; height: 31px; }
.whatsapp-float:hover .whatsapp-float__copy { background: #172450; transform: translateX(-2px); }
.whatsapp-float:hover .whatsapp-float__icon { background: #1fbd5a; transform: translateY(-2px) scale(1.04); }
.whatsapp-float:focus-visible { outline: 3px solid rgba(37,211,102,.42); outline-offset: 6px; border-radius: 16px; }

@keyframes whatsapp-pulse {
  0%, 55%, 100% { box-shadow: 0 0 0 0 rgba(37,211,102,.34); }
  72% { box-shadow: 0 0 0 11px rgba(37,211,102,0); }
}

@media (prefers-reduced-motion: reduce) {
  .whatsapp-float__icon { animation: none; }
}

@media (max-width: 900px) {
  .scaleup-timeline { grid-template-columns: 1fr; }
  .scaleup-timeline::before { top: 24px; right: auto; bottom: 24px; left: 23px; width: 3px; height: auto; background: linear-gradient(180deg, var(--orange), #f8d3b6); }
  .scaleup-timeline li { display: grid; grid-template-columns: 48px 1fr; column-gap: 22px; padding: 0 0 40px; text-align: left; }
  .scaleup-timeline li:last-child { padding-bottom: 0; }
  .scaleup-timeline__dot { grid-row: 1 / 4; margin: 0; align-self: start; }
  .scaleup-timeline__weeks { justify-self: start; margin-bottom: 10px; }
  .scaleup-timeline p { max-width: none; margin: 0; }
  .scaleup-outcomes ul { grid-template-columns: 1fr 1fr; }
  .scaleup-ai { grid-template-columns: 1fr; gap: 28px; }
  .scaleup-ai__contexts { justify-content: flex-start; }
  .scaleup-ai__skills { grid-column: auto; }
  .scaleup-ai__skills ul { grid-template-columns: 1fr 1fr; }
  .scaleup-close { padding: 52px 32px; }
}

@media (max-width: 560px) {
  .whatsapp-float {
    right: max(14px, env(safe-area-inset-right));
    bottom: max(14px, env(safe-area-inset-bottom));
    gap: 9px;
  }
  .whatsapp-float__copy { padding: 8px 11px; }
  .whatsapp-float__copy strong { font-size: .7rem; }
  .whatsapp-float__copy small { font-size: .55rem; }
  .whatsapp-float__icon { width: 52px; height: 52px; }
  .whatsapp-float__icon svg { width: 28px; height: 28px; }
  .scaleup .section-heading { margin-bottom: 46px; }
  .scaleup-logo { width: min(100%, 300px); margin-bottom: 30px; }
  .scaleup-journey h3, .scaleup-outcomes h3 { margin-bottom: 28px; font-size: 1.15rem; }
  .scaleup-timeline::before { left: 21px; }
  .scaleup-timeline li { grid-template-columns: 44px 1fr; column-gap: 16px; padding-bottom: 32px; }
  .scaleup-timeline__dot { width: 44px; height: 44px; border-width: 6px; }
  .scaleup-outcomes { margin-top: 54px; }
  .scaleup-outcomes ul { grid-template-columns: 1fr; gap: 10px; }
  .scaleup-outcomes li { padding: 15px 16px; }
  .scaleup-ai { gap: 24px; margin-top: 54px; padding: 26px 20px; border-radius: 19px; }
  .scaleup-ai__contexts { gap: 8px; }
  .scaleup-ai__contexts span { padding: 8px 11px; }
  .scaleup-ai__skills { padding-top: 24px; }
  .scaleup-ai__skills ul { grid-template-columns: 1fr; gap: 8px; margin-top: 17px; }
  .scaleup-close { margin-top: 48px; padding: 44px 22px; border-radius: 20px; }
  .scaleup-close__title { font-size: 1.8rem; }
  .scaleup-close__sub { margin-bottom: 30px; font-size: .88rem; }
  .scaleup-close .button { width: 100%; }
  .offer-list__bonus { padding: 14px 15px; }
}
