:root {
  --site-navy: #1B2B4B;
  --site-navy-dark: #101D36;
  --site-navy-soft: rgba(27, 43, 75, 0.08);
  --site-ink: #202536;
  --site-muted: #717B92;
  --site-faint: #98A2B6;
  --site-bg: #F5F6F8;
  --site-mist: #EEF3FA;
  --site-card: #FFFFFF;
  --site-border: #D8DCE3;
  --site-border-soft: #E8EBF0;
  --site-green: #4F7362;
  --site-green-soft: rgba(91, 132, 113, 0.12);
  --site-lilac: #715FA5;
  --site-lilac-soft: rgba(126, 106, 183, 0.12);
  --site-rose: #B5606D;
  --site-rose-soft: rgba(209, 106, 106, 0.10);
  --site-sand: #9A6C2D;
  --site-sand-soft: rgba(196, 139, 79, 0.12);
  --site-teal: #3A8A8A;
  --site-teal-soft: rgba(58, 138, 138, 0.10);
  --site-radius-sm: 10px;
  --site-radius-md: 16px;
  --site-radius-lg: 24px;
  --site-shadow-sm: 0 1px 2px rgba(52, 44, 36, 0.03), 0 12px 32px rgba(52, 44, 36, 0.045);
  --site-shadow-lg: 0 0 2px rgba(175, 178, 206, 0.5), 0 28px 80px rgba(27, 43, 75, 0.12);
  --site-font: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  --site-display: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  --site-ease: cubic-bezier(.22, 1, .36, 1);
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.public-body {
  overflow-x: hidden;
  overflow-x: clip;
  background: var(--site-card);
  color: var(--site-ink);
  font-family: var(--site-font);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.public-container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.public-skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--site-navy);
  color: #fff;
  text-decoration: none;
  transform: translateY(-160%);
}
.public-skip-link:focus { transform: translateY(0); }

.public-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(216, 220, 227, 0.72);
  background: rgba(250, 252, 255, 0.82);
  backdrop-filter: blur(20px) saturate(135%);
  -webkit-backdrop-filter: blur(20px) saturate(135%);
  transition: background-color 420ms ease, box-shadow 420ms ease;
}
.public-header.is-scrolled { background: rgba(255, 255, 255, 0.94); box-shadow: 0 10px 34px rgba(27, 43, 75, 0.055); }
.public-header-inner { min-height: 72px; display: flex; align-items: center; gap: 30px; }
.public-brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.public-brand img { width: 154px; height: auto; }
.public-nav { display: flex; align-items: center; justify-content: center; gap: 26px; margin-left: auto; }
.public-nav a { color: #566078; font-size: 14px; font-weight: 500; text-decoration: none; }
.public-nav a:hover { color: var(--site-navy); }

.public-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid var(--site-navy);
  border-radius: var(--site-radius-sm);
  background: var(--site-navy);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.08);
  transition: background-color 150ms ease, border-color 150ms ease, transform 150ms ease, box-shadow 150ms ease;
}
.public-button:hover { border-color: var(--site-navy-dark); background: var(--site-navy-dark); box-shadow: 0 9px 22px rgba(27, 43, 75, .14); transform: translateY(-1px); }
.public-button:active { transform: scale(0.98); }
.public-button--compact { min-height: 40px; padding-inline: 16px; font-size: 14px; }
.public-button--light { border-color: #fff; background: #fff; color: var(--site-navy); }
.public-button--light:hover { border-color: #F4F6FA; background: #F4F6FA; }

.public-text-link { display: inline-flex; min-height: 44px; align-items: center; gap: 8px; color: var(--site-navy); font-weight: 600; text-underline-offset: 4px; }
.public-text-link span { font-size: 18px; }

.public-button:focus-visible,
.public-text-link:focus-visible,
.public-nav a:focus-visible,
.public-footer a:focus-visible,
.legal-toc a:focus-visible,
.legal-article a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(27, 43, 75, 0.18);
  border-radius: 6px;
}

/* Landing — hero e cena do produto */
.hero {
  --hero-depth: 0;
  --hero-lift: 0px;
  --hero-scale: 1;
  --atmo-down: 0px;
  --atmo-up: 0px;
  --atmo-soft: 0px;
  position: relative;
  overflow: hidden;
  padding: 98px 0 0;
  background:
    radial-gradient(ellipse at 12% 2%, rgba(194, 209, 236, .62), transparent 34%),
    radial-gradient(ellipse at 88% 9%, rgba(224, 217, 240, .58), transparent 35%),
    linear-gradient(180deg, #F3F6FC 0%, #F7F8FC 53%, #EEF2F8 100%);
}
.hero-atmosphere { position: absolute; inset: 0; pointer-events: none; }
.hero-atmosphere i { position: absolute; display: block; border-radius: 50%; filter: blur(4px); opacity: .68; }
.hero-atmosphere i:nth-child(1) { top: -32%; left: 13%; width: 620px; height: 620px; border: 1px solid rgba(123, 142, 183, .13); transform: translate3d(0, var(--atmo-down), 0); }
.hero-atmosphere i:nth-child(2) { top: 2%; right: -10%; width: 440px; height: 440px; background: radial-gradient(circle, rgba(184, 195, 226, .24), transparent 67%); transform: translate3d(0, var(--atmo-up), 0); }
.hero-atmosphere i:nth-child(3) { bottom: 4%; left: -10%; width: 360px; height: 360px; background: radial-gradient(circle, rgba(215, 207, 232, .28), transparent 68%); transform: translate3d(0, var(--atmo-soft), 0); }
.hero-grid { position: relative; z-index: 1; }
.hero-copy { max-width: 800px; margin: 0 auto; text-align: center; }
.public-eyebrow, .public-kicker { margin: 0 0 16px; color: var(--site-navy); font-size: 12px; font-weight: 700; letter-spacing: .12em; line-height: 1.3; text-transform: uppercase; }
.public-eyebrow { display: flex; align-items: center; justify-content: center; gap: 10px; color: #66728B; }
.public-eyebrow span { width: 22px; height: 1px; background: #8B96AC; }
.hero h1, .section-heading h2, .integration-copy h2, .public-cta h2, .legal-title h1, .error-page h1 { margin: 0; color: var(--site-navy); font-family: var(--site-display); font-weight: 650; letter-spacing: -.038em; line-height: 1.08; }
.hero h1 { max-width: 820px; color: #18233B; font-size: clamp(46px, 5.4vw, 72px); font-weight: 610; letter-spacing: -.048em; }
.hero-lead { max-width: 680px; margin: 24px auto 0; color: #657087; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 32px; }
.hero-actions .public-text-link { padding-inline: 14px; text-decoration: none; }
.hero-actions .public-text-link:hover { text-decoration: underline; }
.hero-proof { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px 22px; margin: 27px 0 0; padding: 0; color: #7B8497; font-size: 13px; list-style: none; }
.hero-proof li { display: flex; align-items: center; gap: 8px; }
.hero-proof li::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: #8995AF; }

.product-scene { position: relative; width: min(100%, 1080px); margin: 68px auto 0; transform: translate3d(0, var(--hero-lift), 0) scale(var(--hero-scale)); transform-origin: center bottom; }
.product-scene::before { content: ""; position: absolute; inset: 11% 5% -5%; border-radius: 40px; background: rgba(86, 107, 153, .18); filter: blur(52px); }
.product-window { position: relative; min-height: 552px; display: grid; grid-template-columns: 168px 1fr; overflow: hidden; border: 1px solid rgba(255, 255, 255, .86); border-bottom: 0; border-radius: 24px 24px 0 0; background: #fff; box-shadow: var(--site-shadow-lg), 0 0 0 1px rgba(118, 129, 166, .09); }
.product-sidebar { position: relative; display: flex; flex-direction: column; padding: 18px 12px 14px; border-right: 1px solid rgba(118, 129, 166, .13); background: linear-gradient(180deg, rgba(234, 240, 249, .94), rgba(240, 239, 248, .72)); }
.product-sidebar::after { content: ""; position: absolute; inset: auto -70px -90px -70px; height: 230px; border-radius: 50%; background: radial-gradient(circle, rgba(198, 182, 236, .18), transparent 70%); }
.product-mini-brand { display: flex; align-items: center; gap: 9px; margin: 0 3px 24px; color: var(--site-navy); font-size: 12px; font-weight: 700; }
.product-mini-brand > b { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid var(--site-navy); border-radius: 8px; }
.product-mini-brand > b i { width: 10px; height: 10px; border: 2px solid var(--site-navy); transform: rotate(45deg); }
.product-nav-item { position: relative; display: flex; align-items: center; gap: 9px; margin-bottom: 4px; padding: 8px 9px; border: 1px solid transparent; border-radius: 9px; color: #667087; font-size: 10px; font-weight: 550; }
.product-nav-item > i { width: 13px; color: #748098; font-size: 11px; font-style: normal; text-align: center; }
.product-nav-item--active { border-color: rgba(126, 138, 164, .09); background: rgba(209, 218, 231, .42); color: #34405B; }
.product-nav-item em { position: absolute; right: 8px; min-width: 20px; padding: 1px 5px; border-radius: 999px; background: rgba(194, 24, 91, .12); color: #B5185A; font-size: 7px; font-style: normal; text-align: center; }
.product-nav-rule { height: 1px; margin: 8px 8px; background: rgba(112, 115, 147, .10); }
.product-profile { position: relative; z-index: 1; display: grid; grid-template-columns: 28px 1fr; margin-top: auto; padding: 10px 4px 0; border-top: 1px solid rgba(112, 115, 147, .1); color: #4C566C; }
.product-profile > span { grid-row: span 2; display: grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; background: rgba(199, 210, 254, .34); color: #41507B; font-size: 7px; font-weight: 700; }
.product-profile b { overflow: hidden; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.product-profile small { color: #8C95A7; font-size: 7px; }
.product-main { min-width: 0; background: #fff; }
.product-topbar { height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 18px; border-bottom: 1px solid rgba(112, 115, 147, .10); color: #778198; font-size: 9px; }
.product-topbar span i { margin-right: 7px; color: #8995AC; font-style: normal; }
.product-topbar span b { padding-inline: 5px; color: #A3AABD; }
.product-topbar > em { padding: 7px 10px; border: 1px solid rgba(132, 126, 120, .08); border-radius: 9px; background: rgba(249, 248, 247, .72); color: #69738A; font-style: normal; }
.product-home { padding: 24px 26px 30px; }
.product-home-head strong { display: block; color: #202536; font-size: 20px; letter-spacing: -.025em; }
.product-home-head > span, .product-personal > span { display: block; margin-top: 16px; color: #7A8396; font-size: 8px; font-weight: 700; letter-spacing: .12em; }
.product-home-grid { display: grid; grid-template-columns: minmax(0, 1fr) 180px; gap: 22px; margin-top: 10px; }
.product-home-main { display: grid; gap: 14px; }
.product-card { border: 1px solid rgba(118, 129, 166, .14); border-radius: 13px; background: rgba(255, 255, 255, .98); box-shadow: 0 0 2px rgba(175, 178, 206, .34), 0 1px 4px rgba(4, 4, 52, .05); }
.product-card-title { display: flex; align-items: center; justify-content: space-between; padding: 12px 15px; border-bottom: 1px solid rgba(118, 129, 166, .09); color: #2F3548; font-size: 10px; }
.product-card-title small { color: #7E88A0; }
.product-pending-row { display: grid; grid-template-columns: 24px 1fr auto; align-items: center; gap: 9px; min-height: 42px; padding: 6px 15px; border-top: 1px solid rgba(118, 129, 166, .08); color: #505A70; font-size: 9px; }
.product-pending-row:first-of-type { border-top: 0; }
.product-pending-row i { display: grid; width: 21px; height: 21px; place-items: center; border-radius: 50%; font-size: 8px; font-style: normal; }
.product-pending-row i.is-teal { background: var(--site-teal-soft); color: var(--site-teal); }
.product-pending-row i.is-lilac { background: var(--site-lilac-soft); color: var(--site-lilac); }
.product-pending-row i.is-sand { background: var(--site-sand-soft); color: var(--site-sand); }
.product-pending-row i.is-rose { background: var(--site-rose-soft); color: var(--site-rose); }
.product-pending-row b { color: #333A4C; font-size: 9px; }
.product-request-layout { display: grid; grid-template-columns: 92px 1fr; min-height: 72px; }
.product-request-layout nav { display: grid; align-content: center; gap: 6px; padding: 10px 12px; border-right: 1px solid rgba(118, 129, 166, .09); color: #7A8397; font-size: 8px; }
.product-request-layout nav b { display: flex; justify-content: space-between; color: #37425B; }
.product-request-layout nav em { color: #8E97A8; font-style: normal; font-weight: 500; }
.product-request-layout > div { display: flex; align-items: center; gap: 9px; padding: 12px 15px; }
.product-check { width: 14px; height: 14px; border: 1px solid #CCD2DD; border-radius: 50%; }
.product-request-layout p { margin: 0; }
.product-request-layout p b, .product-request-layout p small { display: block; }
.product-request-layout p b { color: #343C50; font-size: 8px; }
.product-request-layout p small { color: #929AA9; font-size: 7px; }
.product-personal { padding-left: 16px; border-left: 1px solid rgba(118, 129, 166, .13); }
.product-personal > span { margin-top: -24px; margin-bottom: 16px; }
.product-personal > div { display: flex; align-items: center; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid rgba(118, 129, 166, .1); color: #343B4D; font-size: 10px; }
.product-personal > div i { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; background: #F5F6F8; color: #768097; font-style: normal; }
.product-personal p { margin: 14px 0 24px; color: #8992A5; font-size: 8px; text-align: center; }
.product-personal p.is-done { padding-top: 17px; color: #78839A; }
.product-caption { position: relative; margin: 12px 0 16px; color: #8A94A7; font-size: 11px; text-align: center; }

/* Progressive motion: content remains present and visible when JavaScript is absent. */
.motion-ready [data-reveal] {
  transition: opacity 680ms var(--site-ease), transform 860ms var(--site-ease);
  transition-delay: var(--reveal-delay, 0ms);
}
.motion-ready [data-reveal].reveal-pending { opacity: 1; will-change: opacity, transform; }
.motion-ready .hero [data-reveal].reveal-pending { opacity: 0; }
.motion-ready [data-reveal="up"].reveal-pending { transform: translate3d(0, 26px, 0); }
.motion-ready [data-reveal="left"].reveal-pending { transform: translate3d(-20px, 10px, 0); }
.motion-ready [data-reveal="right"].reveal-pending { transform: translate3d(20px, 10px, 0); }
.motion-ready [data-reveal="scale"].reveal-pending { transform: translate3d(0, 18px, 0) scale(.975); }
.motion-ready [data-reveal="product"].reveal-pending { transform: translate3d(0, 42px, 0) scale(.975); transform-origin: center bottom; }
.motion-ready [data-reveal].is-visible { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
[data-reveal-delay="1"] { --reveal-delay: 80ms; }
[data-reveal-delay="2"] { --reveal-delay: 160ms; }
[data-reveal-delay="3"] { --reveal-delay: 240ms; }
[data-reveal-delay="4"] { --reveal-delay: 320ms; }
[data-reveal-delay="5"] { --reveal-delay: 400ms; }

.motion-ready .product-scene.is-visible .product-nav-item,
.motion-ready .product-scene.is-visible .product-card,
.motion-ready .product-scene.is-visible .product-personal {
  animation: product-detail-in 560ms var(--site-ease) both;
  animation-delay: 460ms;
}
.motion-ready .product-scene.is-visible .product-nav-item:nth-child(3), .motion-ready .product-scene.is-visible .product-card:nth-child(2) { animation-delay: 520ms; }
.motion-ready .product-scene.is-visible .product-nav-item:nth-child(4), .motion-ready .product-scene.is-visible .product-personal { animation-delay: 580ms; }
.motion-ready .product-scene.is-visible .product-nav-item:nth-child(5) { animation-delay: 640ms; }
.motion-ready .product-scene.is-visible .product-nav-item:nth-child(6) { animation-delay: 700ms; }
@keyframes product-detail-in { from { opacity: 0; transform: translate3d(0, 9px, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }

.public-band { border-block: 1px solid rgba(118, 129, 166, .12); background: rgba(248, 249, 252, .94); }
.public-band-list { min-height: 78px; display: flex; align-items: center; justify-content: center; gap: 28px; color: #778197; font-size: 13px; font-weight: 600; letter-spacing: .02em; }
.public-band-list i { width: 4px; height: 4px; border-radius: 50%; background: #C3C9D5; }

/* Seções e narrativa de produto */
.public-section { position: relative; padding: 112px 0; scroll-margin-top: 80px; }
.public-section > .public-container { position: relative; z-index: 1; }
.section-heading { max-width: 730px; margin: 0 auto 62px; text-align: center; }
.section-heading--left { margin: 0; text-align: left; }
.section-heading h2, .integration-copy h2, .public-cta h2 { font-size: clamp(34px, 4vw, 48px); }
.section-heading > p:last-child, .integration-copy > p, .public-cta p { margin: 18px 0 0; color: var(--site-muted); font-size: 17px; }

.story-section { background: #fff; }
.story-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .62fr); align-items: start; gap: 76px; }
.story-stage { position: sticky; top: 120px; }
.story-window { position: relative; min-height: 468px; overflow: hidden; border: 1px solid var(--site-border); border-radius: 20px; background: #fff; box-shadow: var(--site-shadow-sm); }
.story-window-top { height: 54px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; border-bottom: 1px solid var(--site-border-soft); background: linear-gradient(90deg, rgba(234, 240, 249, .72), rgba(250, 250, 252, .9)); color: #566078; font-size: 11px; }
.story-window-top span { display: flex; align-items: center; gap: 8px; font-weight: 650; }
.story-window-top span b { display: grid; width: 23px; height: 23px; place-items: center; border-radius: 7px; background: var(--site-navy); color: #fff; font-size: 9px; }
.story-window-top em { padding: 7px 10px; border: 1px solid var(--site-border-soft); border-radius: 8px; background: rgba(255, 255, 255, .75); font-style: normal; }
.story-screen { min-height: 414px; padding: 24px; background: #fff; }
.story-screen + .story-screen { display: none; }
.story-ready .story-screen { position: absolute; inset: 54px 0 0; display: block; opacity: 0; pointer-events: none; transform: scale(.992); transition: opacity 380ms ease, transform 560ms var(--site-ease); }
.story-ready .story-screen.is-before { transform: translate3d(-16px, 0, 0) scale(.992); }
.story-ready .story-screen.is-after { transform: translate3d(16px, 0, 0) scale(.992); }
.story-ready .story-screen.is-active { z-index: 2; opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
.story-screen-head { display: flex; align-items: center; gap: 9px; padding-bottom: 18px; border-bottom: 1px solid var(--site-border-soft); }
.story-screen-head h3 { margin: 0 auto 0 0; color: var(--site-ink); font-size: 20px; letter-spacing: -.025em; }
.story-screen-head span { padding: 7px 10px; border: 1px solid var(--site-border-soft); border-radius: 9px; background: #FAFAFC; color: #778096; font-size: 9px; }
.story-screen-head span:first-of-type, .story-screen-head span.is-active { border-color: #CBD1DC; background: #F0F2F6; color: #35415B; }
.story-screen-head .story-action { color: var(--site-navy); font-weight: 600; }
.story-row { display: grid; grid-template-columns: 36px 1fr auto; align-items: center; gap: 12px; min-height: 78px; margin-top: 11px; padding: 12px 14px; border: 1px solid var(--site-border-soft); border-radius: 12px; }
.avatar { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; font-size: 9px; font-style: normal; font-weight: 700; }
.avatar.is-lilac { background: var(--site-lilac-soft); color: var(--site-lilac); }
.avatar.is-teal { background: var(--site-teal-soft); color: var(--site-teal); }
.avatar.is-rose { background: var(--site-rose-soft); color: var(--site-rose); }
.story-row p { margin: 0; }
.story-row p b, .story-row p small { display: block; }
.story-row p b { color: #343B4D; font-size: 12px; }
.story-row p small { color: #98A0AF; font-size: 9px; }
.story-row > em { padding: 6px 9px; border: 1px solid #D7DCE5; border-radius: 8px; color: var(--site-navy); font-size: 8px; font-style: normal; font-weight: 650; }
.story-calendar-head { display: grid; grid-template-columns: 46px repeat(3, 1fr); margin-top: 18px; }
.story-calendar-head b { padding: 12px 8px; border-left: 1px solid var(--site-border-soft); color: #4A5367; font-size: 10px; }
.story-calendar-grid { display: grid; grid-template-columns: 46px repeat(3, 1fr); grid-auto-rows: 75px; border-top: 1px solid var(--site-border); border-bottom: 1px solid var(--site-border); }
.story-calendar-grid > * { padding: 8px; border-top: 1px solid var(--site-border-soft); border-left: 1px solid var(--site-border-soft); }
.story-calendar-grid > span { border-left: 0; color: #9AA2B0; font-size: 9px; }
.story-calendar-grid i { font-size: 8px; font-style: normal; font-weight: 650; }
.story-calendar-grid .event { margin: 6px 5px; border: 0; border-left: 3px solid; border-radius: 6px; }
.event.is-blue { border-color: #7589D8; background: rgba(117, 137, 216, .13); color: #5368AD; }
.event.is-mint { border-color: #4AAE91; background: rgba(74, 174, 145, .13); color: #397A68; }
.event.is-lilac { border-color: #9A83CF; background: rgba(154, 131, 207, .13); color: #6E59A0; }
.story-metrics { display: grid; grid-template-columns: repeat(3, 1fr); margin: 20px 0 10px; border-block: 1px solid var(--site-border-soft); }
.story-metrics > div { padding: 20px 14px; border-left: 1px solid var(--site-border-soft); }
.story-metrics > div:first-child { border-left: 0; }
.story-metrics small, .story-metrics b { display: block; }
.story-metrics small { color: #858D9B; font-size: 9px; }
.story-metrics b { margin-top: 4px; color: #2F3445; font-size: 17px; letter-spacing: -.025em; }
.story-table-head, .story-table-row { display: grid; grid-template-columns: 1.2fr .7fr .6fr; align-items: center; gap: 10px; padding: 12px 14px; }
.story-table-head { color: #858D9B; font-size: 8px; text-transform: uppercase; }
.story-table-row { min-height: 54px; border-top: 1px solid var(--site-border-soft); color: #545D70; font-size: 10px; }
.story-table-row b { color: #343B4E; }
.story-table-row em { width: fit-content; padding: 4px 7px; border-radius: 999px; font-size: 8px; font-style: normal; font-weight: 650; }
.story-table-row em.is-paid { background: var(--site-green-soft); color: var(--site-green); }
.story-table-row em.is-pending { background: var(--site-rose-soft); color: var(--site-rose); }
.story-personal-grid { display: grid; grid-template-columns: 138px 1fr; min-height: 320px; margin-top: 18px; }
.story-personal-grid nav { display: grid; align-content: start; gap: 7px; padding: 10px 14px 10px 0; border-right: 1px solid var(--site-border-soft); color: #747E94; font-size: 10px; }
.story-personal-grid nav > * { padding: 8px 10px; }
.story-personal-grid nav b { display: flex; justify-content: space-between; border-radius: 9px; background: #EDF0F5; color: #35415B; }
.story-personal-grid nav em { font-style: normal; }
.story-personal-grid > div { padding-left: 20px; }
.story-personal-grid h4 { margin: 5px 0 18px; color: #252A39; font-size: 19px; }
.story-personal-grid p { display: flex; align-items: center; gap: 10px; margin: 0; padding: 15px 4px; border-top: 1px solid var(--site-border-soft); color: #3E4658; font-size: 10px; }
.story-personal-grid p i { width: 15px; height: 15px; border: 1px solid #C9CFDA; border-radius: 50%; }
.story-steps { margin-top: -22vh; }
.story-step { min-height: 72vh; display: flex; flex-direction: column; justify-content: center; padding: 46px 0; opacity: .48; transition: opacity 350ms ease, transform 620ms var(--site-ease); }
.story-step.is-active { opacity: 1; }
.story-step > span { display: grid; width: 34px; height: 34px; place-items: center; margin-bottom: 22px; border: 1px solid #CBD1DC; border-radius: 50%; color: #667187; font-size: 10px; font-weight: 700; }
.story-step h3 { max-width: 330px; margin: 0; color: var(--site-navy); font-size: 26px; letter-spacing: -.03em; line-height: 1.15; }
.story-step p { max-width: 330px; margin: 14px 0 0; color: var(--site-muted); font-size: 15px; }

/* Integração e segurança */
.public-section--tinted { overflow: hidden; border-block: 1px solid var(--site-border-soft); background: linear-gradient(145deg, #F4F6FB, #F8F8FC); }
.public-section--tinted::before { content: ""; position: absolute; inset: 0; opacity: 0; background: radial-gradient(circle at 80% 34%, rgba(187, 198, 229, .32), transparent 31%), linear-gradient(110deg, transparent 8%, rgba(255, 255, 255, .72) 50%, transparent 92%); transform: translate3d(-6%, 0, 0) scaleX(.88); transform-origin: left center; transition: opacity 1000ms ease, transform 1300ms var(--site-ease); }
.public-section--tinted.section-visible::before { opacity: 1; transform: translate3d(0, 0, 0) scaleX(1); }
.integration-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .82fr); align-items: center; gap: 86px; }
.integration-copy .public-text-link { margin-top: 16px; }
.integration-card { padding: 38px; border: 1px solid rgba(216, 220, 227, .86); border-radius: var(--site-radius-lg); background: rgba(255, 255, 255, .88); box-shadow: var(--site-shadow-sm); backdrop-filter: blur(12px); }
.integration-flow { display: grid; grid-template-columns: 1fr 70px 1fr; align-items: center; gap: 10px; padding-bottom: 28px; border-bottom: 1px solid var(--site-border-soft); text-align: center; }
.integration-flow > div { display: flex; min-width: 0; flex-direction: column; align-items: center; }
.integration-mark { display: grid; width: 52px; height: 52px; place-items: center; margin-bottom: 11px; border-radius: 14px; font-size: 16px; font-weight: 750; }
.integration-mark--virtualize { background: var(--site-navy); }
.integration-mark--virtualize i { width: 15px; height: 15px; border: 2px solid #fff; transform: rotate(45deg); }
.integration-mark--calendar { border: 1px solid #D9DEE8; background: #F8F9FB; color: #4471B7; }
.integration-mark--calendar b { font-size: 15px !important; }
.integration-flow b { color: var(--site-navy); font-size: 14px; }
.integration-flow small { margin-top: 2px; color: #8A919D; font-size: 11px; }
.integration-arrow { display: block; height: 2px; background: #D0D5DF; }
.integration-arrow i { display: block; width: 0; height: 2px; background: var(--site-navy); transform-origin: left center; transition: width 900ms var(--site-ease); }
.integration-card.is-visible .integration-arrow i { width: 100%; }
.integration-card dl { margin: 20px 0 0; }
.integration-card dl > div { display: grid; grid-template-columns: 110px 1fr; gap: 12px; padding: 10px 0; }
.integration-card dt { color: #858D9A; font-size: 12px; }
.integration-card dd { margin: 0; color: #3F4858; font-size: 12px; font-weight: 600; }
.security-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(480px, 1.15fr); gap: 90px; }
.security-list { border-top: 1px solid var(--site-border); }
.security-list article { position: relative; display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 24px; padding: 25px 0; border-bottom: 1px solid var(--site-border); }
.security-list article::after { content: ""; position: absolute; right: 0; bottom: -1px; left: 0; height: 1px; background: var(--site-navy); transform: scaleX(0); transform-origin: left; transition: transform 820ms var(--site-ease); }
.security-list article.is-visible::after { transform: scaleX(1); }
.security-list article > span { color: #8991A0; font-size: 12px; font-weight: 700; }
.security-list h3 { margin: 0; color: var(--site-navy); font-size: 18px; letter-spacing: -.02em; line-height: 1.25; }
.security-list p { margin: 8px 0 0; color: var(--site-muted); font-size: 14px; }
.security-list article > em { padding: 5px 8px; border-radius: 999px; background: var(--site-green-soft); color: var(--site-green); font-size: 9px; font-style: normal; font-weight: 650; }

.public-cta { color: #fff; }

/* CTA final: o monitor vira a própria entrada do sistema. */
.zoom-cta {
  --zoom-scale: 1;
  --zoom-y: 0px;
  --zoom-radius: 26px;
  --zoom-content-scale: 1;
  --zoom-copy-opacity: 1;
  --zoom-copy-y: 0px;
  --zoom-grid-opacity: .10;
  --zoom-grid-scale: 1;
  --zoom-stand-opacity: 1;
  --zoom-hint-opacity: .72;
  position: relative;
  min-height: 760px;
  padding: 104px 0 86px;
  background:
    radial-gradient(circle at 50% 24%, rgba(199, 210, 237, .46), transparent 31%),
    linear-gradient(180deg, #F6F7FB 0%, #E9EEF7 100%);
}
.motion-ready .zoom-cta {
  --zoom-scale: .64;
  --zoom-y: 46px;
  --zoom-content-scale: 1;
  --zoom-copy-opacity: .88;
  --zoom-copy-y: 8px;
  --zoom-grid-opacity: .08;
  --zoom-grid-scale: .76;
  min-height: 225vh;
  height: 225vh;
  padding: 0;
}
.zoom-cta-sticky { position: relative; z-index: 1; display: grid; min-height: 570px; place-items: center; overflow: hidden; }
.motion-ready .zoom-cta-sticky { position: sticky; top: 72px; height: calc(100vh - 72px); min-height: 0; }
.zoom-ambient { position: absolute; inset: 0; pointer-events: none; }
.zoom-ambient i { position: absolute; display: block; border-radius: 50%; filter: blur(3px); }
.zoom-ambient i:nth-child(1) { display: none; }
.zoom-ambient i:nth-child(2) { right: 5%; bottom: 2%; width: 430px; height: 430px; background: radial-gradient(circle, rgba(199, 188, 226, .28), transparent 68%); }
.zoom-ambient i:nth-child(3) { top: 16%; right: 17%; width: 180px; height: 180px; background: radial-gradient(circle, rgba(152, 181, 220, .20), transparent 70%); }
.zoom-device {
  position: relative;
  z-index: 2;
  width: min(920px, 78vw);
  transform: translate3d(0, var(--zoom-y), 0) scale(var(--zoom-scale));
  transform-origin: 50% 44%;
  will-change: transform;
}
.zoom-monitor {
  position: relative;
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, .76);
  border-radius: var(--zoom-radius);
  background: linear-gradient(145deg, #E6EBF3, #FBFCFE 50%, #D5DDE8);
  box-shadow: 0 30px 82px rgba(43, 59, 91, .18), 0 2px 8px rgba(43, 59, 91, .12), inset 0 1px 0 rgba(255, 255, 255, .88);
}
.zoom-camera { position: absolute; z-index: 4; top: 5px; left: 50%; width: 4px; height: 4px; border-radius: 50%; background: #8390A6; box-shadow: 0 0 0 2px rgba(255, 255, 255, .24); transform: translateX(-50%); }
.zoom-screen {
  position: relative;
  display: grid;
  aspect-ratio: 16 / 10;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: max(2px, calc(var(--zoom-radius) - 9px));
  background:
    radial-gradient(circle at 20% 5%, rgba(126, 151, 205, .32), transparent 34%),
    radial-gradient(circle at 82% 76%, rgba(134, 111, 177, .24), transparent 34%),
    linear-gradient(150deg, #253555 0%, #182641 46%, #101B32 100%);
  box-shadow: inset 0 0 80px rgba(4, 11, 26, .18);
}
.zoom-screen::before { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(255, 255, 255, .075), transparent 26% 70%, rgba(255, 255, 255, .035)); pointer-events: none; }
.zoom-screen-grid { position: absolute; top: 50%; left: 50%; width: 42%; aspect-ratio: 1; opacity: var(--zoom-grid-opacity); border: 1px solid rgba(255, 255, 255, .24); border-radius: 21%; transform: translate(-50%, -50%) rotate(45deg) scale(var(--zoom-grid-scale)); }
.zoom-screen-grid::before, .zoom-screen-grid::after { content: ""; position: absolute; border: 1px solid rgba(255, 255, 255, .20); border-radius: 21%; }
.zoom-screen-grid::before { inset: -38%; }
.zoom-screen-grid::after { inset: 22%; }
.zoom-screen-content { position: relative; z-index: 2; display: flex; max-width: 620px; align-items: center; flex-direction: column; padding: 42px; opacity: var(--zoom-copy-opacity); text-align: center; transform: translate3d(0, var(--zoom-copy-y), 0) scale(var(--zoom-content-scale)); transform-origin: center; }
.zoom-brand-mark { display: grid; width: 54px; height: 54px; place-items: center; margin-bottom: 18px; border: 1px solid rgba(255, 255, 255, .26); border-radius: 16px; background: rgba(255, 255, 255, .08); box-shadow: 0 12px 30px rgba(4, 11, 26, .18); backdrop-filter: blur(10px); }
.zoom-brand-mark i { width: 18px; height: 18px; border: 3px solid #fff; transform: rotate(45deg); }
.zoom-screen-content .public-kicker { margin: 0 0 12px; color: rgba(255, 255, 255, .60); letter-spacing: .12em; }
.zoom-screen-content h2 { color: #fff; font-size: clamp(38px, 4.4vw, 62px); }
.zoom-screen-content > p:not(.public-kicker) { margin: 14px 0 26px; color: rgba(255, 255, 255, .72); font-size: 17px; }
.zoom-access-link { position: relative; display: inline-flex; width: min(300px, 100%); min-height: 70px; align-items: center; justify-content: space-between; gap: 18px; padding: 7px 8px 7px 22px; overflow: hidden; border-block: 1px solid rgba(255, 255, 255, .22); background: rgba(255, 255, 255, .025); color: #fff; font-size: 15px; font-weight: 620; text-decoration: none; transition: background-color 220ms ease, border-color 220ms ease; }
.zoom-access-link::before { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, transparent 5%, rgba(255, 255, 255, .065) 50%, transparent 95%); transform: translateX(-105%); transition: transform 620ms var(--site-ease); }
.zoom-access-link i { position: relative; z-index: 1; display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; border: 1px solid rgba(255, 255, 255, .20); border-radius: 50%; background: rgba(255, 255, 255, .08); font-size: 20px; font-style: normal; transition: background-color 220ms ease, transform 300ms var(--site-ease); }
.zoom-access-link:hover { border-color: rgba(255, 255, 255, .34); background: rgba(255, 255, 255, .045); }
.zoom-access-link:hover::before { transform: translateX(105%); }
.zoom-access-link:hover i { background: rgba(255, 255, 255, .14); transform: translateX(3px); }
.zoom-access-link:focus-visible { outline: 2px solid rgba(255, 255, 255, .88); outline-offset: 5px; }
.zoom-stand { display: flex; align-items: center; flex-direction: column; opacity: var(--zoom-stand-opacity); transform-origin: top center; }
.zoom-stand i { display: block; width: 92px; height: 66px; background: linear-gradient(90deg, #C8D0DD, #F1F3F7 48%, #BCC6D5); clip-path: polygon(33% 0, 67% 0, 82% 100%, 18% 100%); }
.zoom-stand span { display: block; width: 240px; height: 13px; border: 1px solid rgba(255, 255, 255, .78); border-radius: 50%; background: linear-gradient(180deg, #E8ECF2, #B9C3D2); box-shadow: 0 12px 28px rgba(27, 43, 75, .18); }
.zoom-scroll-hint { position: absolute; z-index: 3; bottom: 22px; left: 50%; display: block; width: 24px; height: 44px; opacity: var(--zoom-hint-opacity); color: #7C889F; transform: translateX(-50%); }
.zoom-scroll-hint i { position: relative; display: block; width: 24px; height: 40px; animation: zoom-hint-drop 1.75s ease-in-out infinite; }
.zoom-scroll-hint i::before { content: ""; position: absolute; top: 1px; left: 50%; width: 1px; height: 31px; background: currentColor; transform: translateX(-50%); }
.zoom-scroll-hint i::after { content: ""; position: absolute; right: 8px; bottom: 2px; width: 8px; height: 8px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(45deg); }
@keyframes zoom-hint-drop { 0%, 100% { opacity: .20; transform: translateY(-4px); } 45%, 65% { opacity: .92; transform: translateY(4px); } }

/* Rodapé, páginas legais e 404 */
.public-footer { padding: 64px 0 24px; border-top: 1px solid var(--site-border-soft); background: #fff; }
.public-footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .9fr; gap: 60px; padding-bottom: 46px; }
.public-footer-grid > div:first-child p { max-width: 280px; margin: 16px 0 0; color: var(--site-muted); font-size: 14px; }
.public-footer h2 { margin: 0 0 13px; color: #7B8391; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.public-footer-grid a { display: block; width: fit-content; margin: 8px 0; color: #4A5363; font-size: 14px; text-decoration: none; }
.public-footer-grid a:hover, .public-footer-bottom a:hover { color: var(--site-navy); text-decoration: underline; text-underline-offset: 3px; }
.public-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 20px; border-top: 1px solid var(--site-border-soft); color: #8B929E; font-size: 12px; }
.public-footer-bottom a { color: #6C7481; text-decoration: none; }

.legal-body { background: #FAFBFC; }
.legal-main { padding: 72px 0 100px; }
.legal-layout { display: grid; grid-template-columns: 220px minmax(0, 800px); justify-content: center; align-items: start; gap: 70px; }
.legal-layout--single { grid-template-columns: minmax(0, 800px); }
.legal-toc { position: sticky; top: 104px; padding: 20px 0; }
.legal-toc p { margin: 0 0 14px; color: var(--site-navy); font-size: 12px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.legal-toc a { display: block; margin: 9px 0; color: #747C89; font-size: 12px; text-decoration: none; }
.legal-toc a:hover { color: var(--site-navy); }
.legal-article { padding: 58px 64px 68px; border: 1px solid var(--site-border); border-radius: var(--site-radius-md); background: #fff; box-shadow: var(--site-shadow-sm); }
.legal-title { padding-bottom: 34px; border-bottom: 1px solid var(--site-border); }
.legal-title h1 { max-width: 700px; font-size: clamp(38px, 5vw, 54px); }
.legal-title > p:last-child { margin: 24px 0 0; color: #586173; font-size: 17px; }
.legal-updated { margin: 18px 0 0; color: #818996; font-size: 13px; }
.legal-article section { padding-top: 38px; scroll-margin-top: 90px; }
.legal-article h2 { margin: 0 0 16px; color: var(--site-navy); font-family: var(--site-display); font-size: 25px; letter-spacing: -.025em; line-height: 1.25; }
.legal-article h3 { margin: 28px 0 10px; color: #2D3850; font-size: 17px; }
.legal-article p { margin: 12px 0; color: #4F596A; }
.legal-article ul { margin: 15px 0; padding-left: 24px; color: #4F596A; }
.legal-article li { margin: 8px 0; padding-left: 4px; }
.legal-article a { color: var(--site-navy); font-weight: 600; text-underline-offset: 3px; }
.legal-article code { padding: 2px 5px; border: 1px solid #E0E4EA; border-radius: 5px; background: #F5F7FA; color: #33415D; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: .88em; overflow-wrap: anywhere; }
.legal-highlight { margin: 38px -26px 0; padding: 32px 26px 8px !important; border: 1px solid #D6DCE7; border-radius: 14px; background: #F8F9FC; }
.legal-contact { margin-top: 20px !important; padding: 20px 22px; border-left: 3px solid var(--site-navy); background: #F6F7FA; }
.public-footer--legal { padding-top: 24px; }
.error-page { display: grid; min-height: 100vh; place-items: center; background: var(--site-bg); }
.error-page main { width: min(560px, calc(100% - 40px)); padding: 52px; border: 1px solid var(--site-border); border-radius: var(--site-radius-md); background: #fff; box-shadow: var(--site-shadow-sm); }
.error-page .public-kicker { margin-top: 40px; }
.error-page h1 { font-size: 42px; }
.error-page p { color: var(--site-muted); }

@media (max-width: 980px) {
  .public-nav { display: none; }
  .hero { padding-top: 76px; }
  .product-window { min-height: 500px; grid-template-columns: 140px 1fr; }
  .product-home { padding-inline: 20px; }
  .product-home-grid { grid-template-columns: 1fr 150px; gap: 16px; }
  .story-layout { grid-template-columns: minmax(0, 1fr) 300px; gap: 42px; }
  .story-window { min-height: 430px; }
  .story-screen { min-height: 376px; padding: 20px; }
  .integration-grid, .security-grid { grid-template-columns: 1fr; gap: 48px; }
  .integration-card { max-width: 600px; }
  .security-list { max-width: 700px; }
  .legal-layout { grid-template-columns: minmax(0, 800px); }
  .legal-toc { display: none; }
}

@media (max-width: 767px) {
  .public-container { width: min(100% - 32px, 1180px); }
  .public-header-inner { min-height: 64px; gap: 12px; }
  .public-brand img { width: 128px; }
  .public-button--compact { min-height: 40px; margin-left: auto; padding-inline: 13px; font-size: 12px; }
  .hero { padding: 62px 0 0; }
  .hero h1 { font-size: clamp(38px, 12vw, 50px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 8px; }
  .hero-actions .public-text-link { justify-content: center; }
  .hero-proof { display: grid; justify-content: center; gap: 8px; text-align: left; }
  .product-scene { margin-top: 50px; }
  .product-window { min-height: 390px; grid-template-columns: 1fr; border-radius: 17px 17px 0 0; }
  .product-sidebar { display: none; }
  .product-topbar { height: 38px; padding-inline: 10px; font-size: 7px; }
  .product-topbar > em { padding: 5px 6px; }
  .product-home { padding: 15px 12px 18px; }
  .product-home-head strong { font-size: 15px; }
  .product-home-head > span { margin-top: 8px; }
  .product-home-grid { grid-template-columns: 1fr 92px; gap: 9px; margin-top: 7px; }
  .product-card-title { padding: 8px 10px; }
  .product-pending-row { min-height: 33px; grid-template-columns: 20px 1fr auto; padding: 4px 9px; }
  .product-pending-row i { width: 18px; height: 18px; }
  .product-requests-card { display: none; }
  .product-personal { padding-left: 8px; }
  .product-personal > span { margin-top: -18px; margin-bottom: 9px; }
  .product-personal > div { padding: 7px 0; font-size: 8px; }
  .product-personal > div i { width: 20px; height: 20px; }
  .product-personal p { margin: 10px 0 18px; font-size: 7px; }
  .public-band-list { min-height: 70px; flex-wrap: wrap; gap: 8px 14px; padding-block: 15px; }
  .public-section { padding: 78px 0; }
  .section-heading { margin-bottom: 38px; text-align: left; }
  .section-heading h2, .integration-copy h2, .public-cta h2 { font-size: 34px; }
  .story-layout { display: block; }
  .story-stage { position: relative; top: auto; }
  .story-window { min-height: 365px; }
  .story-window-top { height: 46px; padding-inline: 12px; }
  .story-ready .story-screen { top: 46px; }
  .story-screen { min-height: 319px; padding: 14px; }
  .story-screen-head h3 { font-size: 16px; }
  .story-screen-head span { padding: 5px 7px; font-size: 7px; }
  .story-row { min-height: 65px; grid-template-columns: 30px 1fr auto; gap: 8px; padding: 8px; }
  .avatar { width: 28px; height: 28px; font-size: 7px; }
  .story-row > em { padding: 4px 6px; }
  .story-calendar-grid { grid-auto-rows: 58px; }
  .story-metrics > div { padding: 15px 8px; }
  .story-metrics b { font-size: 12px; }
  .story-personal-grid { grid-template-columns: 100px 1fr; min-height: 250px; }
  .story-steps { display: grid; gap: 12px; margin-top: 24px; }
  .story-step { min-height: 0; padding: 24px; border: 1px solid var(--site-border-soft); border-radius: 13px; background: #fff; opacity: 1; }
  .story-step.is-active { border-color: #C9D0DC; background: #F8F9FC; transform: none; }
  .story-step > span { margin-bottom: 14px; }
  .story-step h3 { font-size: 20px; }
  .story-step p { font-size: 14px; }
  .integration-card { padding: 26px 20px; }
  .integration-flow { grid-template-columns: 1fr 38px 1fr; gap: 6px; }
  .integration-mark { width: 44px; height: 44px; }
  .integration-card dl > div { grid-template-columns: 1fr; gap: 0; }
  .security-list article { grid-template-columns: 32px 1fr; gap: 12px; }
  .security-list article > em { grid-column: 2; width: fit-content; }
  .zoom-cta { min-height: auto; padding: 72px 0 64px; }
  .motion-ready .zoom-cta { height: auto; min-height: auto; padding: 72px 0 64px; }
  .zoom-cta-sticky, .motion-ready .zoom-cta-sticky { position: relative; top: auto; min-height: 390px; height: auto; }
  .zoom-device, .motion-ready .zoom-device { width: 92vw; transform: none; will-change: auto; }
  .zoom-monitor { padding: 6px; border-radius: 18px; }
  .zoom-screen { aspect-ratio: 4 / 3; border-radius: 13px; }
  .zoom-screen-content { padding: 12px 16px; opacity: 1; transform: none; }
  .zoom-brand-mark { width: 38px; height: 38px; margin-bottom: 10px; border-radius: 12px; }
  .zoom-brand-mark i { width: 14px; height: 14px; border-width: 2px; }
  .zoom-screen-content .public-kicker { margin-bottom: 4px; font-size: 9px; }
  .zoom-screen-content h2 { font-size: 28px; }
  .zoom-screen-content > p:not(.public-kicker) { margin: 6px 0 12px; font-size: 13px; }
  .zoom-access-link { width: 220px; min-height: 46px; gap: 10px; padding: 5px 6px 5px 16px; font-size: 13px; }
  .zoom-access-link i { width: 34px; height: 34px; font-size: 16px; }
  .zoom-stand i { width: 64px; height: 42px; }
  .zoom-stand span { width: 150px; height: 9px; }
  .zoom-scroll-hint { display: none; }
  .public-footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 24px; }
  .public-footer-grid > div:first-child { grid-column: 1 / -1; }
  .public-footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .legal-main { padding: 34px 0 64px; }
  .legal-article { padding: 36px 22px 48px; }
  .legal-title h1 { font-size: 38px; }
  .legal-highlight { margin-inline: -8px; padding-inline: 16px !important; }
  .error-page main { padding: 34px 24px; }
  .error-page h1 { font-size: 34px; }
  .motion-ready [data-reveal="left"].reveal-pending, .motion-ready [data-reveal="right"].reveal-pending { transform: translate3d(0, 22px, 0); }
}

@media (min-width: 768px) and (max-height: 619px) {
  .zoom-cta, .motion-ready .zoom-cta { height: auto; min-height: auto; padding: 68px 0 56px; }
  .zoom-cta-sticky, .motion-ready .zoom-cta-sticky { position: relative; top: auto; height: auto; min-height: 470px; }
  .zoom-device, .motion-ready .zoom-device { width: min(760px, 82vw); transform: none; will-change: auto; }
  .zoom-screen-content { transform: none; }
  .zoom-scroll-hint { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; transition-delay: 0ms !important; animation-duration: .01ms !important; animation-delay: 0ms !important; animation-iteration-count: 1 !important; }
  [data-reveal], [data-reveal].reveal-pending, [data-reveal].is-visible { opacity: 1 !important; clip-path: none !important; transform: none !important; }
  .hero-atmosphere i, .product-scene, .story-step, .zoom-device, .zoom-screen-content { transform: none !important; }
  .story-ready .story-screen { transition: none !important; }
  .zoom-stand { opacity: 1 !important; }
  .zoom-scroll-hint { display: none; }
}
