:root {
  --ontag-black: #090909;
  --ontag-white: #ffffff;
  --ontag-neon: #c6ff00;
  --ontag-ink: #111111;
  --ontag-muted: #696b63;
  --ontag-border: #e6e7e1;
  --ontag-surface: #f7f8f4;
  --ontag-surface-strong: #efefe9;
  --ontag-focus: rgba(198, 255, 0, .58);
  --ontag-shadow-sm: 0 8px 24px rgba(9, 9, 9, .06);
  --ontag-shadow-md: 0 18px 50px rgba(9, 9, 9, .1);
  --ontag-shadow-lg: 0 28px 80px rgba(9, 9, 9, .16);
  --ontag-font-family: Inter, Arial, sans-serif;
  --ontag-font-size-xs: 12px;
  --ontag-font-size-sm: 13px;
  --ontag-font-size-md: 15px;
  --ontag-font-size-lg: 18px;
  --ontag-font-size-xl: 22px;
  --ontag-line-tight: 1.04;
  --ontag-line-normal: 1.45;
  --ontag-line-loose: 1.7;
  --ontag-weight-medium: 650;
  --ontag-weight-bold: 800;
  --ontag-weight-black: 950;
  --ontag-space-1: 4px;
  --ontag-space-2: 8px;
  --ontag-space-3: 12px;
  --ontag-space-4: 16px;
  --ontag-space-5: 24px;
  --ontag-space-6: 32px;
  --ontag-space-7: 48px;
  --ontag-space-8: 64px;
  --ontag-space-9: 96px;
  --ontag-container: 1180px;
  --ontag-gutter: clamp(18px, 4vw, 40px);
  --ontag-radius-sm: 8px;
  --ontag-radius-md: 12px;
  --ontag-radius-lg: 18px;
  --ontag-radius-xl: 24px;
  --ontag-radius-pill: 999px;
  --ontag-z-header: 100;
  --ontag-z-menu: 90;
  --ontag-transition-fast: 140ms ease;
  --ontag-transition-base: 220ms ease;
}

/* Fase 4 - experiencia visual premium da Home institucional */
.launch-home {
  overflow: hidden;
  background: #050505;
  color: var(--ontag-white);
}

.launch-home .button--primary {
  min-height: 52px;
  padding-inline: 24px;
  box-shadow: 0 22px 70px rgba(198, 255, 0, .26);
}

.launch-kicker {
  margin: 0 0 clamp(18px, 3vw, 34px);
  color: var(--ontag-neon);
  font-size: 12px;
  font-weight: var(--ontag-weight-black);
  letter-spacing: .16em;
  text-transform: uppercase;
}

.launch-heading {
  max-width: 980px;
}

.launch-heading--center {
  margin-inline: auto;
  text-align: center;
}

.launch-heading h2,
.launch-hero h1,
.launch-enterprise h2,
.launch-final h2 {
  letter-spacing: 0;
}

.launch-heading h2 {
  margin: 0;
  color: inherit;
  font-size: clamp(46px, 8.5vw, 112px);
  line-height: .92;
}

.launch-section {
  position: relative;
  padding: clamp(104px, 16vw, 220px) 0;
}

.launch-section--light {
  background: #f4f5f0;
  color: var(--ontag-black);
}

.launch-section--dark {
  background:
    radial-gradient(circle at 50% 22%, rgba(198, 255, 0, .16), transparent 28%),
    #050505;
  color: var(--ontag-white);
}

.launch-hero {
  position: relative;
  min-height: calc(100vh - 72px);
  isolation: isolate;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(84px, 10vw, 138px) 0 clamp(70px, 9vw, 118px);
  background: #050505;
}

.launch-hero__backdrop,
.launch-hero__veil {
  position: absolute;
  inset: 0;
}

.launch-hero__backdrop {
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .62;
  filter: saturate(.82) contrast(1.18) brightness(.72);
}

.launch-hero__veil {
  z-index: -2;
  background:
    radial-gradient(circle at 72% 44%, rgba(198, 255, 0, .22), transparent 23%),
    radial-gradient(circle at 48% 58%, rgba(255, 255, 255, .13), transparent 24%),
    linear-gradient(90deg, rgba(5, 5, 5, .94), rgba(5, 5, 5, .56) 52%, rgba(5, 5, 5, .88));
}

.launch-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1fr);
  gap: clamp(40px, 7vw, 110px);
  align-items: center;
}

.launch-hero__copy {
  max-width: 680px;
}

.launch-hero h1 {
  max-width: 760px;
  margin: 0 0 clamp(28px, 5vw, 56px);
  color: var(--ontag-white);
  font-size: clamp(58px, 10vw, 138px);
  line-height: .86;
}

.launch-system {
  position: relative;
  min-height: min(660px, 68vh);
}

.launch-system::before {
  content: "";
  position: absolute;
  inset: 12% 4% 10%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(198, 255, 0, .24), transparent 62%);
  filter: blur(40px);
}

.launch-system__phone {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(360px, 54vw);
  aspect-ratio: 9 / 13;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 46px;
  box-shadow: 0 48px 140px rgba(0, 0, 0, .58);
  transform: translate(-50%, -50%) rotate(-4deg);
}

.launch-system__phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 28%;
  filter: saturate(.86) contrast(1.12) brightness(.78);
}

.launch-system__tag {
  position: absolute;
  right: 4%;
  bottom: 17%;
  width: clamp(116px, 15vw, 172px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(198, 255, 0, .48);
  border-radius: 38px;
  background: rgba(198, 255, 0, .96);
  color: #050505;
  font-size: clamp(18px, 2vw, 28px);
  font-weight: var(--ontag-weight-black);
  box-shadow: 0 34px 90px rgba(198, 255, 0, .24);
  transform: rotate(8deg);
}

.launch-system__signal {
  position: absolute;
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--ontag-radius-pill);
  background: rgba(255, 255, 255, .08);
  color: var(--ontag-white);
  font-size: var(--ontag-font-size-sm);
  font-weight: var(--ontag-weight-black);
  backdrop-filter: blur(18px);
  animation: launch-float 5.8s ease-in-out infinite;
}

.launch-system__signal--qr {
  top: 14%;
  left: 8%;
}

.launch-system__signal--nfc {
  top: 30%;
  right: 1%;
  animation-delay: -1.6s;
}

.launch-system__signal--bt {
  left: 10%;
  bottom: 24%;
  animation-delay: -3s;
}

.launch-mosaic {
  width: min(1440px, calc(100% - (var(--ontag-gutter) * 2)));
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: clamp(220px, 23vw, 380px);
  gap: clamp(12px, 1.5vw, 22px);
  margin: clamp(54px, 9vw, 118px) auto 0;
}

.launch-mosaic__item,
.launch-tech__panel {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #111;
  color: var(--ontag-white);
}

.launch-mosaic__item {
  grid-column: span 2;
  border-radius: 34px;
}

.launch-mosaic__item--wide {
  grid-column: span 4;
}

.launch-mosaic__item--tall {
  grid-row: span 2;
}

.launch-mosaic img,
.launch-tech__panel img,
.launch-enterprise > img,
.launch-final > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.72) contrast(1.14) brightness(.76);
  transform: scale(1.02);
  transition: transform 700ms ease, filter 700ms ease;
}

.launch-mosaic__item::after,
.launch-tech__panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 36%, rgba(0, 0, 0, .72));
}

.launch-mosaic__item:hover img,
.launch-tech__panel:hover img {
  filter: saturate(.88) contrast(1.18) brightness(.88);
  transform: scale(1.07);
}

.launch-mosaic figcaption {
  position: absolute;
  left: clamp(22px, 3vw, 42px);
  bottom: clamp(20px, 3vw, 36px);
  z-index: 1;
  font-size: clamp(22px, 3.2vw, 44px);
  font-weight: var(--ontag-weight-black);
  letter-spacing: 0;
}

.launch-flow {
  width: min(1180px, calc(100% - (var(--ontag-gutter) * 2)));
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0;
  margin: clamp(60px, 10vw, 128px) auto 0;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 42px;
  background:
    linear-gradient(90deg, transparent, rgba(198, 255, 0, .22), transparent),
    rgba(255, 255, 255, .04);
  background-size: 200% 100%;
  animation: launch-scan 6s ease-in-out infinite;
}

.launch-flow span {
  position: relative;
  display: grid;
  min-height: clamp(90px, 10vw, 146px);
  place-items: center;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(13px, 1.5vw, 18px);
  font-weight: var(--ontag-weight-black);
  letter-spacing: .08em;
}

.launch-flow span + span::before {
  content: "";
  position: absolute;
  left: -50%;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(198, 255, 0, .15), rgba(198, 255, 0, .8));
}

.launch-flow span::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: 18%;
  border-radius: 50%;
  background: var(--ontag-neon);
  box-shadow: 0 0 30px rgba(198, 255, 0, .8);
}

.launch-app {
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 46%, rgba(198, 255, 0, .12), transparent 28%),
    linear-gradient(180deg, #050505, #101010);
  color: var(--ontag-white);
}

.launch-app__stage {
  display: grid;
  min-height: calc(100vh - 180px);
  align-content: center;
  justify-items: center;
  gap: clamp(54px, 8vw, 112px);
}

.launch-app__phone {
  width: min(520px, 78vw);
  aspect-ratio: 9 / 12.5;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: clamp(42px, 6vw, 78px);
  box-shadow: 0 54px 170px rgba(0, 0, 0, .64);
}

.launch-app__phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 25%;
  filter: saturate(.82) contrast(1.12) brightness(.78);
}

.launch-tech {
  width: min(1440px, calc(100% - (var(--ontag-gutter) * 2)));
  display: grid;
  gap: clamp(36px, 7vw, 96px);
  margin: clamp(62px, 10vw, 140px) auto 0;
}

.launch-tech__panel {
  min-height: clamp(420px, 62vw, 760px);
  border-radius: 46px;
}

.launch-tech__panel h3 {
  position: absolute;
  left: clamp(28px, 6vw, 96px);
  bottom: clamp(28px, 6vw, 86px);
  z-index: 1;
  margin: 0;
  color: var(--ontag-white);
  font-size: clamp(58px, 12vw, 164px);
  line-height: .86;
}

.launch-enterprise,
.launch-final {
  position: relative;
  min-height: 100vh;
  isolation: isolate;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--ontag-white);
  background: #050505;
}

.launch-enterprise > img,
.launch-final > img,
.launch-enterprise__shade,
.launch-final__shade {
  position: absolute;
  inset: 0;
}

.launch-enterprise > img {
  z-index: -3;
  object-position: 50% 48%;
}

.launch-enterprise__shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .88), rgba(0, 0, 0, .18) 64%),
    linear-gradient(180deg, rgba(0, 0, 0, .16), rgba(0, 0, 0, .78));
}

.launch-enterprise__copy,
.launch-final__copy {
  padding: clamp(92px, 13vw, 170px) 0;
}

.launch-enterprise__copy {
  max-width: 780px;
}

.launch-enterprise h2,
.launch-final h2 {
  margin: 0;
  color: var(--ontag-white);
  font-size: clamp(58px, 10vw, 132px);
  line-height: .88;
}

.launch-enterprise p:not(.launch-kicker) {
  max-width: 560px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .7);
  font-size: clamp(18px, 2.2vw, 26px);
  line-height: var(--ontag-line-normal);
}

.launch-final > img {
  z-index: -3;
  object-position: 52% 46%;
}

.launch-final__shade {
  z-index: -2;
  background:
    radial-gradient(circle at 25% 34%, rgba(198, 255, 0, .16), transparent 22%),
    linear-gradient(90deg, rgba(0, 0, 0, .92), rgba(0, 0, 0, .34) 62%, rgba(0, 0, 0, .74));
}

.launch-final__copy {
  max-width: 720px;
  display: grid;
  justify-items: start;
  gap: clamp(26px, 4vw, 44px);
}

@keyframes launch-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-14px);
  }
}

@keyframes launch-scan {
  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

@media (max-width: 1024px) {
  .launch-hero__inner {
    grid-template-columns: 1fr;
  }

  .launch-system {
    min-height: 560px;
  }

  .launch-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .launch-mosaic__item,
  .launch-mosaic__item--wide,
  .launch-mosaic__item--tall {
    grid-column: span 1;
    grid-row: span 1;
  }

  .launch-flow {
    grid-template-columns: 1fr;
    max-width: 520px;
  }

  .launch-flow span + span::before {
    top: -50%;
    left: 50%;
    width: 1px;
    height: 100%;
  }
}

@media (max-width: 560px) {
  .launch-section {
    padding: 84px 0;
  }

  .launch-hero {
    min-height: auto;
    padding-top: 76px;
  }

  .launch-hero h1,
  .launch-heading h2,
  .launch-enterprise h2,
  .launch-final h2 {
    font-size: clamp(46px, 16vw, 72px);
  }

  .launch-system {
    min-height: 430px;
  }

  .launch-system__phone {
    width: min(250px, 72vw);
    border-radius: 34px;
  }

  .launch-system__tag {
    right: 0;
    bottom: 12%;
    border-radius: 28px;
  }

  .launch-system__signal--qr,
  .launch-system__signal--bt {
    left: 0;
  }

  .launch-system__signal--nfc {
    right: 0;
  }

  .launch-mosaic {
    grid-template-columns: 1fr;
    grid-auto-rows: 330px;
  }

  .launch-flow {
    padding: 22px;
    border-radius: 30px;
  }

  .launch-flow span {
    min-height: 82px;
  }

  .launch-tech__panel {
    min-height: 420px;
    border-radius: 32px;
  }

  .launch-tech__panel h3 {
    font-size: clamp(48px, 18vw, 76px);
  }

  .launch-enterprise,
  .launch-final {
    min-height: 760px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .launch-system__signal,
  .launch-flow {
    animation: none;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ontag-white);
  color: var(--ontag-ink);
  font-family: var(--ontag-font-family);
  text-rendering: optimizeLegibility;
}

body.is-menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

::selection {
  background: var(--ontag-neon);
  color: var(--ontag-black);
}

:where(a, button, summary, [tabindex]):focus-visible {
  outline: 3px solid var(--ontag-focus);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 14px;
  left: 14px;
  z-index: calc(var(--ontag-z-header) + 10);
  padding: 11px 14px;
  border-radius: var(--ontag-radius-md);
  background: var(--ontag-neon);
  color: var(--ontag-black);
  font-size: var(--ontag-font-size-sm);
  font-weight: var(--ontag-weight-bold);
  transform: translateY(-140%);
  transition: transform var(--ontag-transition-fast);
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(var(--ontag-container), calc(100% - (var(--ontag-gutter) * 2)));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: var(--ontag-z-header);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: rgba(9, 9, 9, .88);
  color: var(--ontag-white);
  backdrop-filter: blur(18px);
  transition: background var(--ontag-transition-base), box-shadow var(--ontag-transition-base), border-color var(--ontag-transition-base);
}

.site-header.is-scrolled {
  border-color: rgba(255, 255, 255, .12);
  background: rgba(9, 9, 9, .94);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .18);
}

.site-header__inner {
  width: min(var(--ontag-container), calc(100% - (var(--ontag-gutter) * 2)));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--ontag-space-5);
}

.site-header__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ontag-neon);
  font-weight: var(--ontag-weight-black);
  letter-spacing: 0;
}

.site-header__brand-mark {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  background: var(--ontag-neon);
  color: var(--ontag-black);
  font-size: 13px;
}

.site-header__brand-name {
  font-size: 24px;
}

.site-header__nav,
.site-header__links,
.site-header__actions {
  display: flex;
  align-items: center;
}

.site-header__nav {
  flex: 1;
  justify-content: space-between;
  gap: var(--ontag-space-5);
}

.site-header__links,
.site-header__actions {
  gap: var(--ontag-space-2);
}

.site-header__links a,
.site-header__login {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: var(--ontag-radius-pill);
  color: rgba(255, 255, 255, .72);
  font-size: var(--ontag-font-size-sm);
  font-weight: var(--ontag-weight-bold);
  transition: background var(--ontag-transition-fast), color var(--ontag-transition-fast), transform var(--ontag-transition-fast);
}

.site-header__links a:hover,
.site-header__links a.is-active,
.site-header__login:hover {
  background: rgba(255, 255, 255, .09);
  color: var(--ontag-white);
}

.site-header__toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--ontag-radius-pill);
  background: rgba(255, 255, 255, .06);
  color: var(--ontag-white);
  cursor: pointer;
}

.site-header__toggle span,
.site-header__toggle span::before,
.site-header__toggle span::after {
  display: block;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  border-radius: var(--ontag-radius-pill);
  background: currentColor;
  transition: transform var(--ontag-transition-fast), opacity var(--ontag-transition-fast);
}

.site-header__toggle span {
  position: relative;
}

.site-header__toggle span::before,
.site-header__toggle span::after {
  content: "";
  position: absolute;
  left: 0;
}

.site-header__toggle span::before {
  transform: translateY(-6px);
}

.site-header__toggle span::after {
  transform: translateY(6px);
}

.site-header__toggle[aria-expanded="true"] span {
  background: transparent;
}

.site-header__toggle[aria-expanded="true"] span::before {
  transform: rotate(45deg);
}

.site-header__toggle[aria-expanded="true"] span::after {
  transform: rotate(-45deg);
}

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: var(--ontag-radius-pill);
  font-size: var(--ontag-font-size-sm);
  font-weight: var(--ontag-weight-black);
  text-align: center;
  transition: transform var(--ontag-transition-fast), box-shadow var(--ontag-transition-fast), background var(--ontag-transition-fast), border-color var(--ontag-transition-fast);
}

.button:hover {
  transform: translateY(-1px);
}

.button--primary {
  background: var(--ontag-neon);
  color: var(--ontag-black);
  box-shadow: 0 10px 26px rgba(198, 255, 0, .18);
}

.button--secondary {
  border-color: var(--ontag-border);
  background: var(--ontag-white);
  color: var(--ontag-ink);
}

.button--dark {
  border-color: rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .08);
  color: var(--ontag-white);
}

.site-main {
  background: var(--ontag-white);
}

.section-shell {
  padding: clamp(72px, 10vw, 132px) 0;
  border-bottom: 1px solid var(--ontag-border);
}

.section-shell--dark {
  background: var(--ontag-black);
  color: var(--ontag-white);
}

.section-shell--muted {
  background: var(--ontag-surface);
}

.section-heading {
  max-width: 820px;
}

.section-heading p:not(.eyebrow),
.section-lead,
.hero__lead,
.final-cta p {
  color: var(--ontag-muted);
  font-size: clamp(17px, 2vw, 21px);
  line-height: var(--ontag-line-normal);
}

.section-shell--dark .section-heading p:not(.eyebrow),
.final-cta p {
  color: rgba(255, 255, 255, .68);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: #314000;
  font-size: 12px;
  font-weight: var(--ontag-weight-black);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ontag-neon);
  box-shadow: 0 0 0 5px rgba(198, 255, 0, .28);
}

.eyebrow--dark {
  color: rgba(255, 255, 255, .82);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  max-width: 920px;
  color: inherit;
  font-weight: var(--ontag-weight-black);
  line-height: var(--ontag-line-tight);
  letter-spacing: 0;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(44px, 7vw, 82px);
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(32px, 5vw, 56px);
}

h3 {
  margin-bottom: 8px;
  color: inherit;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.16;
}

.hero {
  min-height: calc(100vh - 72px);
  display: grid;
  align-items: center;
  padding-top: clamp(78px, 10vw, 140px);
  background:
    radial-gradient(circle at 76% 18%, rgba(198, 255, 0, .16), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f7f8f4 100%);
}

.hero__grid,
.app-section__grid,
.split-layout,
.support-grid,
.business {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr);
  gap: clamp(36px, 7vw, 88px);
  align-items: center;
}

.hero__actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--ontag-space-3);
  margin-top: var(--ontag-space-6);
}

.hero__note,
.disclaimer {
  max-width: 640px;
  margin: var(--ontag-space-5) 0 0;
  color: var(--ontag-muted);
  font-size: var(--ontag-font-size-sm);
  line-height: var(--ontag-line-normal);
}

.hero-visual {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid var(--ontag-border);
  border-radius: 32px;
  background: var(--ontag-black);
  box-shadow: var(--ontag-shadow-md);
}

.hero-visual img,
.ecosystem__image img,
.app-abstract__device img,
.tech-grid__feature img,
.solutions-grid img,
.business__media img,
.security-composition__media img,
.final-cta > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-visual img {
  position: absolute;
  inset: 0;
  object-position: 48% 28%;
}

.hero-visual__shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 28% 20%, rgba(198, 255, 0, .22), transparent 22%),
    linear-gradient(180deg, rgba(0, 0, 0, .06), rgba(0, 0, 0, .72));
}

.hero-visual figcaption {
  position: absolute;
  right: 26px;
  bottom: 84px;
  left: 26px;
  max-width: 390px;
  margin: 0;
  color: rgba(255, 255, 255, .86);
  font-size: var(--ontag-font-size-sm);
  font-weight: var(--ontag-weight-bold);
  line-height: var(--ontag-line-normal);
}

.signal-grid {
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(17, 17, 17, .08);
  border-radius: 24px;
  background-image:
    linear-gradient(rgba(17, 17, 17, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 17, 17, .05) 1px, transparent 1px);
  background-size: 42px 42px;
}

.device-outline {
  position: absolute;
  display: grid;
  place-items: center;
  border: 1px solid rgba(17, 17, 17, .12);
  background: rgba(255, 255, 255, .78);
  box-shadow: var(--ontag-shadow-sm);
}

.device-outline--phone {
  width: 188px;
  height: 336px;
  top: 94px;
  left: 50%;
  border-radius: 34px;
  transform: translateX(-50%);
}

.device-outline--phone span {
  width: 62px;
  height: 6px;
  align-self: start;
  margin-top: 18px;
  border-radius: var(--ontag-radius-pill);
  background: rgba(17, 17, 17, .16);
}

.device-outline--tag {
  width: 126px;
  height: 126px;
  right: 44px;
  bottom: 54px;
  border-radius: 32px;
  transform: rotate(8deg);
}

.device-outline--tag span {
  color: var(--ontag-black);
  font-size: 18px;
  font-weight: var(--ontag-weight-black);
}

.signal-chip,
.platform-node {
  position: absolute;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--ontag-radius-pill);
  background: rgba(9, 9, 9, .62);
  color: var(--ontag-white);
  font-size: var(--ontag-font-size-sm);
  font-weight: var(--ontag-weight-bold);
  box-shadow: 0 18px 54px rgba(0, 0, 0, .24);
  backdrop-filter: blur(18px);
}

.signal-chip--qr {
  top: 72px;
  left: 42px;
}

.signal-chip--nfc {
  top: 162px;
  right: 48px;
}

.signal-chip--bt {
  left: 52px;
  bottom: 132px;
}

.signal-chip--notify {
  right: 70px;
  top: 282px;
}

.platform-node--panel {
  right: 26px;
  bottom: 26px;
  background: var(--ontag-neon);
  color: var(--ontag-black);
}

.ecosystem {
  display: grid;
  gap: clamp(34px, 6vw, 70px);
}

.ecosystem__diagram {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: clamp(20px, 4vw, 44px);
  align-items: stretch;
}

.ecosystem__image {
  min-height: 500px;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 32px;
  background: rgba(255, 255, 255, .06);
}

.ecosystem__nodes {
  display: grid;
  gap: var(--ontag-space-4);
}

.ecosystem__diagram article,
.tech-grid article,
.solutions-grid article,
.trust-list article,
.faq-foundation details {
  border: 1px solid var(--ontag-border);
  border-radius: var(--ontag-radius-xl);
  background: var(--ontag-white);
  box-shadow: var(--ontag-shadow-sm);
}

.ecosystem__diagram article {
  display: grid;
  align-content: start;
  gap: var(--ontag-space-3);
  min-height: 0;
  padding: var(--ontag-space-5);
  border-color: rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .06);
  box-shadow: none;
}

.ecosystem__diagram span {
  color: var(--ontag-neon);
  font-size: var(--ontag-font-size-sm);
  font-weight: var(--ontag-weight-black);
}

.ecosystem__diagram p {
  margin: 0;
  color: rgba(255, 255, 255, .64);
  line-height: var(--ontag-line-loose);
}

.ecosystem__rail,
.confidence-strip {
  display: flex;
  flex-wrap: wrap;
  gap: var(--ontag-space-3);
}

.ecosystem__rail span,
.confidence-strip span,
.app-abstract__stack span {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: var(--ontag-radius-pill);
  font-size: var(--ontag-font-size-sm);
  font-weight: var(--ontag-weight-bold);
}

.ecosystem__rail span {
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .08);
  color: var(--ontag-white);
}

.app-section__grid {
  align-items: start;
}

.app-abstract {
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(180px, .78fr) 1fr;
  gap: var(--ontag-space-5);
  align-items: center;
  padding: var(--ontag-space-5);
  border: 1px solid var(--ontag-border);
  border-radius: 32px;
  background:
    radial-gradient(circle at 18% 16%, rgba(198, 255, 0, .16), transparent 22%),
    var(--ontag-black);
  box-shadow: var(--ontag-shadow-md);
}

.app-abstract__device {
  width: min(230px, 100%);
  aspect-ratio: 9 / 14;
  overflow: hidden;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 34px;
  background: rgba(255, 255, 255, .04);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .38);
}

.app-abstract__device img {
  object-position: 48% 28%;
}

.app-abstract__stack {
  display: grid;
  gap: var(--ontag-space-3);
}

.app-abstract__stack span {
  justify-content: flex-start;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .07);
  color: var(--ontag-white);
}

.app-section__note {
  margin-top: var(--ontag-space-5);
}

.app-section__note p {
  max-width: 820px;
  margin: 0;
  color: var(--ontag-muted);
  font-size: var(--ontag-font-size-sm);
  line-height: var(--ontag-line-normal);
}

.step-list {
  display: grid;
  gap: var(--ontag-space-3);
  margin: 0;
  padding: 0;
  counter-reset: steps;
  list-style: none;
}

.step-list li {
  counter-increment: steps;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: var(--ontag-space-4);
  padding: 18px;
  border: 1px solid var(--ontag-border);
  border-radius: var(--ontag-radius-lg);
  background: var(--ontag-white);
  box-shadow: var(--ontag-shadow-sm);
}

.step-list li::before {
  content: counter(steps);
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: var(--ontag-radius-pill);
  background: var(--ontag-neon);
  color: var(--ontag-black);
  font-weight: var(--ontag-weight-black);
}

.step-list strong,
.step-list span {
  display: block;
}

.step-list span {
  margin-top: 4px;
  color: var(--ontag-muted);
  font-size: var(--ontag-font-size-sm);
  line-height: var(--ontag-line-normal);
}

.tech-grid,
.solutions-grid {
  display: grid;
  gap: var(--ontag-space-4);
  margin-top: var(--ontag-space-7);
}

.tech-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.solutions-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tech-grid article,
.solutions-grid article,
.trust-list article {
  padding: var(--ontag-space-5);
}

.tech-grid__feature {
  grid-column: span 2;
  display: grid;
  grid-template-columns: minmax(180px, .82fr) 1fr;
  gap: var(--ontag-space-5);
  align-items: end;
}

.tech-grid__feature img {
  min-height: 230px;
  border-radius: var(--ontag-radius-lg);
}

.solutions-grid article {
  overflow: hidden;
  padding: 0;
  transition: transform var(--ontag-transition-base), box-shadow var(--ontag-transition-base);
}

.solutions-grid article:hover {
  transform: translateY(-4px);
  box-shadow: var(--ontag-shadow-md);
}

.solutions-grid img {
  height: 260px;
  border-bottom: 1px solid var(--ontag-border);
}

.solutions-grid article:nth-child(1),
.solutions-grid article:nth-child(6) {
  grid-column: span 2;
}

.solutions-grid h3,
.solutions-grid p {
  padding-inline: var(--ontag-space-5);
}

.solutions-grid h3 {
  margin-top: var(--ontag-space-5);
}

.solutions-grid p {
  padding-bottom: var(--ontag-space-5);
}

.tech-grid p,
.solutions-grid p,
.trust-list p {
  margin: 0;
  color: var(--ontag-muted);
  line-height: var(--ontag-line-loose);
}

.business {
  align-items: start;
}

.business__media {
  overflow: hidden;
  min-height: 480px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 32px;
  background: rgba(255, 255, 255, .06);
}

.business__panel {
  grid-column: 2;
  padding: var(--ontag-space-5);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 32px;
  background: rgba(255, 255, 255, .06);
}

.business__panel ul {
  display: grid;
  gap: var(--ontag-space-3);
  margin: 0 0 var(--ontag-space-6);
  padding: 0;
  list-style: none;
}

.business__panel li {
  color: rgba(255, 255, 255, .76);
  line-height: var(--ontag-line-normal);
}

.business__panel li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--ontag-neon);
}

.trust-list {
  display: grid;
  gap: var(--ontag-space-4);
}

.security-composition {
  display: grid;
  gap: var(--ontag-space-4);
}

.security-composition__media {
  min-height: 260px;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--ontag-border);
  border-radius: 28px;
  box-shadow: var(--ontag-shadow-sm);
}

.confidence-strip span {
  border: 1px solid var(--ontag-border);
  background: var(--ontag-white);
  color: var(--ontag-ink);
}

.support-grid {
  align-items: start;
}

.support-grid .button {
  margin-top: var(--ontag-space-5);
}

.faq-foundation {
  display: grid;
  gap: var(--ontag-space-3);
}

.faq-foundation details {
  overflow: hidden;
}

.faq-foundation summary {
  min-height: 58px;
  cursor: pointer;
  padding: 18px 20px;
  font-weight: var(--ontag-weight-bold);
}

.faq-foundation p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--ontag-muted);
  line-height: var(--ontag-line-normal);
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 10vw, 128px) 0;
  background: var(--ontag-black);
  color: var(--ontag-white);
}

.final-cta > img,
.final-cta__shade {
  position: absolute;
  inset: 0;
}

.final-cta > img {
  opacity: .54;
  object-position: 50% 52%;
}

.final-cta__shade {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .88), rgba(0, 0, 0, .38) 58%, rgba(0, 0, 0, .74)),
    radial-gradient(circle at 22% 20%, rgba(198, 255, 0, .18), transparent 24%);
}

.final-cta__inner {
  position: relative;
  z-index: 1;
  min-height: 420px;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: var(--ontag-space-5);
}

.final-cta h2 {
  margin-bottom: 0;
}

.final-cta p {
  max-width: 760px;
  margin-bottom: 0;
}

.site-footer {
  background: var(--ontag-black);
  color: var(--ontag-white);
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(240px, 1.4fr) repeat(2, minmax(160px, .6fr));
  gap: clamp(32px, 6vw, 72px);
  padding: 72px 0 34px;
}

.site-footer__logo {
  display: inline-flex;
  margin-bottom: 20px;
  color: var(--ontag-neon);
  font-size: 28px;
  font-weight: var(--ontag-weight-black);
}

.site-footer__brand p {
  max-width: 470px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .62);
  line-height: var(--ontag-line-loose);
}

.site-footer__nav {
  display: grid;
  align-content: start;
  gap: 13px;
}

.site-footer__nav h2 {
  margin: 0 0 8px;
  color: var(--ontag-white);
  font-size: 13px;
  font-weight: var(--ontag-weight-black);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.site-footer__nav a,
.site-footer__bottom a {
  color: rgba(255, 255, 255, .62);
  font-size: 14px;
  transition: color var(--ontag-transition-fast);
}

.site-footer__nav a:hover,
.site-footer__bottom a:hover {
  color: var(--ontag-neon);
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--ontag-space-4);
  padding: 24px 0 30px;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.site-footer__bottom p {
  margin: 0;
  color: rgba(255, 255, 255, .48);
  font-size: 12px;
}

.reveal {
  transform: translateY(18px);
  opacity: 1;
  transition: transform 520ms ease, opacity 520ms ease;
}

.js .reveal {
  opacity: 1;
}

.js .reveal.is-visible {
  transform: translateY(0);
  opacity: 1;
}

@media (max-width: 1024px) {
  .site-header__inner {
    gap: var(--ontag-space-3);
  }

  .site-header__links a,
  .site-header__login {
    padding-inline: 10px;
  }

  .hero__grid,
  .app-section__grid,
  .split-layout,
  .support-grid,
  .business {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .tech-grid,
  .solutions-grid,
  .ecosystem__diagram {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ecosystem__diagram,
  .business {
    grid-template-columns: 1fr;
  }

  .business__panel {
    grid-column: auto;
  }

  .solutions-grid article:nth-child(1),
  .solutions-grid article:nth-child(6) {
    grid-column: span 1;
  }
}

@media (max-width: 900px) {
  .site-header__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .site-header__nav {
    position: fixed;
    top: 72px;
    right: var(--ontag-gutter);
    left: var(--ontag-gutter);
    z-index: var(--ontag-z-menu);
    display: grid;
    gap: var(--ontag-space-3);
    padding: var(--ontag-space-3);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 0 0 var(--ontag-radius-xl) var(--ontag-radius-xl);
    background: rgba(9, 9, 9, .98);
    box-shadow: var(--ontag-shadow-lg);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity var(--ontag-transition-fast), visibility var(--ontag-transition-fast), transform var(--ontag-transition-fast);
  }

  .site-header__nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .site-header__links,
  .site-header__actions {
    display: grid;
    gap: var(--ontag-space-2);
  }

  .site-header__links a,
  .site-header__login,
  .site-header__actions .button {
    width: 100%;
    justify-content: flex-start;
    min-height: 48px;
  }

  .hero-visual {
    min-height: 480px;
  }

  .device-outline--phone {
    width: 156px;
    height: 280px;
  }

  .app-abstract {
    grid-template-columns: 1fr;
  }

  .app-abstract__device {
    max-width: 210px;
  }

  .tech-grid__feature {
    grid-column: span 1;
    grid-template-columns: 1fr;
  }

  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  :root {
    --ontag-gutter: 16px;
  }

  .site-header__brand-name {
    font-size: 22px;
  }

  .hero__actions,
  .section-actions,
  .hero__actions .button,
  .section-actions .button,
  .final-cta__inner .button,
  .support-grid .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 430px;
    border-radius: 24px;
  }

  .signal-chip,
  .platform-node {
    font-size: 12px;
  }

  .signal-chip--notify {
    right: 28px;
  }

  .device-outline--tag {
    right: 26px;
    width: 104px;
    height: 104px;
  }

  .tech-grid,
  .solutions-grid,
  .ecosystem__diagram,
  .ecosystem__nodes,
  .site-footer__grid,
  .site-footer__bottom {
    grid-template-columns: 1fr;
  }

  .hero-visual figcaption {
    display: none;
  }

  .solutions-grid img {
    height: 220px;
  }

  .business__media,
  .ecosystem__image,
  .final-cta__inner {
    min-height: 360px;
  }

  .step-list li {
    grid-template-columns: 38px 1fr;
    padding: 15px;
  }

  .step-list li::before {
    width: 38px;
    height: 38px;
  }

  .site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal,
  .js .reveal {
    transform: none;
    opacity: 1;
  }
}

/* Fase final - direcao de arte premium */
.launch-home {
  background:
    radial-gradient(circle at 50% 0%, rgba(198, 255, 0, .08), transparent 34%),
    #030303;
}

.launch-home .button--primary {
  min-width: 166px;
  min-height: 56px;
  border-radius: 22px;
  letter-spacing: 0;
  transition: transform 240ms ease, box-shadow 240ms ease, background 240ms ease;
}

.launch-home .button--primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 90px rgba(198, 255, 0, .34);
}

.launch-kicker {
  letter-spacing: .2em;
}

.launch-hero {
  min-height: calc(100svh - 72px);
  padding: clamp(110px, 12vw, 178px) 0 clamp(96px, 10vw, 150px);
}

.launch-hero__backdrop {
  opacity: .42;
  filter: saturate(.55) contrast(1.3) brightness(.62);
  transform: scale(1.12);
  animation: premium-backdrop 18s ease-in-out infinite alternate;
}

.launch-hero__veil {
  background:
    radial-gradient(circle at 66% 48%, rgba(198, 255, 0, .24), transparent 20%),
    radial-gradient(circle at 58% 55%, rgba(255, 255, 255, .11), transparent 18%),
    radial-gradient(circle at 14% 72%, rgba(198, 255, 0, .12), transparent 22%),
    linear-gradient(90deg, rgba(3, 3, 3, .96), rgba(3, 3, 3, .54) 54%, rgba(3, 3, 3, .92));
}

.launch-particles {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.launch-particles span {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(198, 255, 0, .78);
  box-shadow: 0 0 24px rgba(198, 255, 0, .78);
  opacity: .5;
  animation: premium-particle 9s ease-in-out infinite;
}

.launch-particles span:nth-child(1) { top: 24%; left: 58%; }
.launch-particles span:nth-child(2) { top: 36%; left: 76%; animation-delay: -2s; }
.launch-particles span:nth-child(3) { top: 66%; left: 63%; animation-delay: -4s; }
.launch-particles span:nth-child(4) { top: 72%; left: 28%; animation-delay: -1s; }
.launch-particles span:nth-child(5) { top: 18%; left: 36%; animation-delay: -5s; }
.launch-particles span:nth-child(6) { top: 52%; left: 86%; animation-delay: -3s; }

.launch-hero__inner {
  grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr);
}

.launch-hero h1 {
  max-width: 820px;
  font-size: clamp(70px, 11.5vw, 156px);
  line-height: .82;
  text-wrap: balance;
}

.launch-system {
  min-height: min(760px, 72vh);
  perspective: 1400px;
}

.launch-system::before {
  inset: 4% -6% 2%;
  background:
    radial-gradient(circle, rgba(198, 255, 0, .22), transparent 58%),
    conic-gradient(from 160deg, transparent, rgba(198, 255, 0, .18), transparent 38%);
  filter: blur(38px);
  animation: premium-pulse 7s ease-in-out infinite;
}

.launch-system__halo {
  position: absolute;
  inset: 10% 6%;
  border: 1px solid rgba(198, 255, 0, .16);
  border-radius: 50%;
  transform: rotateX(68deg) rotateZ(-18deg);
  box-shadow: 0 0 120px rgba(198, 255, 0, .12);
}

.launch-system__halo::before,
.launch-system__halo::after {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: inherit;
}

.launch-system__halo::after {
  inset: 26%;
  border-color: rgba(198, 255, 0, .18);
}

.launch-system__phone {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 26px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, .04) 36%, rgba(0, 0, 0, .76)),
    #090909;
  transform: translate(-50%, -50%) rotateX(7deg) rotateY(-15deg) rotateZ(-6deg);
}

.launch-system__phone::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 36px;
  pointer-events: none;
}

.launch-system__speaker {
  width: 74px;
  height: 7px;
  justify-self: center;
  border-radius: var(--ontag-radius-pill);
  background: rgba(255, 255, 255, .18);
}

.launch-system__screen-line {
  display: block;
  height: 12px;
  max-width: 72%;
  margin-top: 24px;
  border-radius: var(--ontag-radius-pill);
  background: rgba(255, 255, 255, .16);
}

.launch-system__screen-line + .launch-system__screen-line {
  max-width: 52%;
  margin-top: 0;
  background: rgba(198, 255, 0, .52);
}

.launch-system__screen-card {
  display: block;
  min-height: 210px;
  margin-top: 26px;
  border: 1px solid rgba(198, 255, 0, .16);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 36%, rgba(198, 255, 0, .22), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .02));
}

.launch-system__tag {
  right: 8%;
  bottom: 12%;
  width: clamp(138px, 17vw, 210px);
  border-radius: 44px;
  grid-template-rows: auto auto;
  gap: 8px;
}

.launch-system__tag span {
  font-size: clamp(22px, 2.4vw, 34px);
}

.launch-system__tag small {
  font-size: 11px;
  font-weight: var(--ontag-weight-black);
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: .72;
}

.launch-system__signal {
  min-height: 50px;
  padding: 0 20px;
  border-color: rgba(198, 255, 0, .18);
  background: rgba(16, 16, 16, .62);
  box-shadow: 0 20px 80px rgba(0, 0, 0, .38);
}

.launch-system__signal--profile {
  right: 18%;
  top: 8%;
  animation-delay: -4.2s;
}

.launch-section {
  padding: clamp(132px, 18vw, 260px) 0;
}

.launch-section--light {
  background:
    radial-gradient(circle at 18% 6%, rgba(198, 255, 0, .12), transparent 24%),
    #f1f2ed;
}

.launch-heading h2 {
  max-width: 1080px;
  font-size: clamp(58px, 9.8vw, 136px);
  line-height: .86;
  text-wrap: balance;
}

.launch-mosaic {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: clamp(180px, 17vw, 310px);
  gap: clamp(14px, 2vw, 30px);
  margin-top: clamp(76px, 11vw, 150px);
}

.launch-mosaic__item {
  grid-column: span 4;
  border-radius: clamp(28px, 4vw, 56px);
  box-shadow: 0 30px 120px rgba(0, 0, 0, .12);
}

.launch-mosaic__item--wide {
  grid-column: span 7;
  grid-row: span 2;
}

.launch-mosaic__item--tall {
  grid-column: span 5;
  grid-row: span 2;
}

.launch-mosaic__item:nth-child(2) {
  grid-column: span 5;
}

.launch-mosaic__item:nth-child(3),
.launch-mosaic__item:nth-child(4) {
  grid-column: span 3;
}

.launch-mosaic__item:nth-child(5) {
  grid-column: span 4;
}

.launch-mosaic img {
  filter: saturate(.58) contrast(1.22) brightness(.64);
}

.launch-mosaic figcaption {
  opacity: .72;
  transform: translateY(14px);
  transition: opacity 320ms ease, transform 320ms ease;
}

.launch-mosaic__item:hover figcaption {
  opacity: 1;
  transform: translateY(0);
}

.launch-section--dark {
  padding-bottom: clamp(150px, 20vw, 300px);
}

.launch-flow {
  position: relative;
  max-width: 1220px;
  grid-template-columns: repeat(7, minmax(96px, 1fr));
  border: 0;
  border-radius: 60px;
  background:
    radial-gradient(circle at 50% 50%, rgba(198, 255, 0, .13), transparent 44%),
    rgba(255, 255, 255, .03);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .09), 0 40px 160px rgba(0, 0, 0, .32);
}

.launch-flow::before {
  content: "";
  position: absolute;
  inset: 50% 7% auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(198, 255, 0, .86), transparent);
  box-shadow: 0 0 36px rgba(198, 255, 0, .5);
}

.launch-flow span {
  min-height: clamp(116px, 12vw, 178px);
}

.launch-flow span strong {
  position: relative;
  z-index: 1;
  display: grid;
  width: clamp(82px, 9vw, 128px);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 32px;
  background: rgba(6, 6, 6, .84);
  color: var(--ontag-white);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .34);
}

.launch-flow span + span::before {
  content: none;
}

.launch-flow span::after {
  bottom: 50%;
  transform: translateY(50%);
}

.launch-app {
  min-height: 118vh;
  padding-top: clamp(130px, 16vw, 220px);
  background:
    radial-gradient(circle at 50% 54%, rgba(198, 255, 0, .18), transparent 30%),
    radial-gradient(circle at 18% 72%, rgba(255, 255, 255, .08), transparent 20%),
    linear-gradient(180deg, #030303, #0d0d0d);
}

.launch-app__stage {
  position: relative;
  min-height: 980px;
}

.launch-app__phone {
  position: relative;
  z-index: 2;
  width: min(620px, 78vw);
  border-radius: clamp(54px, 7vw, 92px);
  transform: translateY(16px);
}

.launch-app__phone::before {
  content: "";
  position: absolute;
  inset: -28px;
  z-index: -1;
  border-radius: inherit;
  background: radial-gradient(circle, rgba(198, 255, 0, .18), transparent 68%);
  filter: blur(24px);
}

.launch-app__orbit {
  position: absolute;
  z-index: 3;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: var(--ontag-radius-pill);
  background: rgba(255, 255, 255, .08);
  color: var(--ontag-white);
  font-size: var(--ontag-font-size-sm);
  font-weight: var(--ontag-weight-black);
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 90px rgba(0, 0, 0, .3);
}

.launch-app__orbit--one {
  top: 40%;
  left: 8%;
}

.launch-app__orbit--two {
  top: 54%;
  right: 8%;
}

.launch-app__orbit--three {
  bottom: 20%;
  left: 14%;
}

.launch-app__orbit--four {
  top: 26%;
  right: 18%;
}

.launch-tech {
  gap: clamp(82px, 12vw, 170px);
}

.launch-tech__panel {
  min-height: clamp(520px, 70vw, 860px);
  border-radius: clamp(34px, 5vw, 76px);
}

.launch-tech__panel:nth-child(even) {
  width: min(1180px, 94%);
  justify-self: end;
}

.launch-tech__panel:nth-child(odd) {
  width: min(1180px, 94%);
}

.launch-tech__copy {
  position: absolute;
  left: clamp(28px, 6vw, 96px);
  right: clamp(28px, 6vw, 96px);
  bottom: clamp(32px, 6vw, 92px);
  z-index: 1;
}

.launch-tech__copy h3 {
  position: static;
  margin: 0;
  font-size: clamp(64px, 13vw, 170px);
}

.launch-tech__copy p {
  max-width: 520px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(18px, 2.4vw, 30px);
  font-weight: var(--ontag-weight-bold);
  line-height: 1.18;
}

.launch-enterprise,
.launch-final {
  min-height: 110vh;
}

.launch-enterprise > img,
.launch-final > img {
  filter: saturate(.5) contrast(1.28) brightness(.56);
  transform: scale(1.08);
}

.launch-enterprise h2,
.launch-final h2 {
  max-width: 880px;
  font-size: clamp(68px, 12vw, 160px);
}

.launch-final__copy {
  padding-bottom: clamp(120px, 14vw, 190px);
}

@keyframes premium-backdrop {
  from {
    transform: scale(1.08) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.16) translate3d(-18px, 10px, 0);
  }
}

@keyframes premium-particle {
  0%,
  100% {
    opacity: .22;
    transform: translate3d(0, 0, 0) scale(.8);
  }

  50% {
    opacity: .82;
    transform: translate3d(18px, -28px, 0) scale(1.3);
  }
}

@keyframes premium-pulse {
  0%,
  100% {
    opacity: .58;
    transform: scale(.98);
  }

  50% {
    opacity: .9;
    transform: scale(1.04);
  }
}

@media (max-width: 1024px) {
  .launch-hero__inner {
    grid-template-columns: 1fr;
  }

  .launch-hero h1 {
    max-width: 880px;
  }

  .launch-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .launch-mosaic__item,
  .launch-mosaic__item--wide,
  .launch-mosaic__item--tall,
  .launch-mosaic__item:nth-child(2),
  .launch-mosaic__item:nth-child(3),
  .launch-mosaic__item:nth-child(4),
  .launch-mosaic__item:nth-child(5) {
    grid-column: span 1;
    grid-row: span 1;
  }

  .launch-flow {
    grid-template-columns: 1fr;
    max-width: 560px;
  }

  .launch-flow::before {
    inset: 7% auto 7% 50%;
    width: 1px;
    height: auto;
  }

  .launch-app__stage {
    min-height: 860px;
  }

  .launch-app__orbit--one,
  .launch-app__orbit--three {
    left: 0;
  }

  .launch-app__orbit--two,
  .launch-app__orbit--four {
    right: 0;
  }
}

@media (min-width: 1025px) {
  .launch-hero__inner {
    grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr);
  }

  .launch-hero__copy {
    position: relative;
    z-index: 2;
  }

  .launch-system {
    z-index: 1;
    transform: translateX(clamp(92px, 8vw, 150px));
  }

  .launch-system__phone {
    width: min(300px, 23vw);
  }

  .launch-system__tag {
    right: -34px;
  }
}

@media (max-width: 560px) {
  .launch-hero {
    padding: 90px 0 86px;
  }

  .launch-hero h1,
  .launch-heading h2,
  .launch-enterprise h2,
  .launch-final h2 {
    font-size: clamp(52px, 16vw, 76px);
  }

  .launch-system {
    min-height: 500px;
  }

  .launch-system__phone {
    width: min(270px, 74vw);
  }

  .launch-system__tag {
    width: 132px;
    right: -4px;
  }

  .launch-system__signal--profile {
    right: 6px;
    top: 3%;
  }

  .launch-mosaic {
    grid-template-columns: 1fr;
    grid-auto-rows: 390px;
  }

  .launch-app__stage {
    min-height: 780px;
  }

  .launch-app__orbit {
    min-height: 46px;
    padding-inline: 16px;
  }

  .launch-app__orbit--one {
    top: 34%;
  }

  .launch-app__orbit--two {
    top: 49%;
  }

  .launch-app__orbit--three {
    bottom: 18%;
  }

  .launch-app__orbit--four {
    top: 24%;
  }

  .launch-tech__panel {
    min-height: 560px;
  }

  .launch-tech__copy h3 {
    font-size: clamp(58px, 17vw, 86px);
  }

  .launch-tech__copy p {
    font-size: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .launch-hero__backdrop,
  .launch-particles span,
  .launch-system::before {
    animation: none;
  }
}

/* Direcao tipo referencia enviada - Home ONTAG */
.studio-home {
  overflow: hidden;
  background: #070807;
  color: var(--ontag-white);
}

.studio-home .container {
  --ontag-container: 1300px;
}

.studio-home .button--primary {
  min-height: 48px;
  padding: 0 22px;
  border-radius: 22px;
  box-shadow: 0 18px 58px rgba(198, 255, 0, .22);
}

.studio-kicker {
  margin: 0 0 18px;
  color: var(--ontag-neon);
  font-size: 12px;
  font-weight: var(--ontag-weight-black);
  letter-spacing: .16em;
  line-height: 1.12;
  text-transform: uppercase;
}

.studio-copy h1,
.studio-copy h2,
.studio-final h2 {
  margin: 0;
  color: var(--ontag-white);
  font-size: clamp(40px, 5.8vw, 78px);
  line-height: .95;
  letter-spacing: 0;
}

.studio-copy h1 span,
.studio-final h2 span {
  display: block;
  color: var(--ontag-neon);
}

.studio-copy p,
.studio-enterprise__grid > p,
.studio-final p {
  max-width: 420px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .68);
  font-size: 17px;
  line-height: 1.55;
}

.studio-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  margin-top: 34px;
}

.studio-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ontag-white);
  font-size: 14px;
  font-weight: var(--ontag-weight-black);
}

.studio-link::after {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--ontag-neon);
  box-shadow: 0 0 28px rgba(198, 255, 0, .46);
}

.studio-hero {
  position: relative;
  min-height: clamp(620px, 72svh, 760px);
  display: grid;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  background:
    radial-gradient(circle at 62% 46%, rgba(198, 255, 0, .34), transparent 22%),
    radial-gradient(circle at 88% 22%, rgba(198, 255, 0, .12), transparent 20%),
    linear-gradient(180deg, #050605, #090a09);
}

.studio-hero__glow {
  position: absolute;
  inset: 12% 0 0 34%;
  background:
    radial-gradient(circle, rgba(198, 255, 0, .24), transparent 38%),
    linear-gradient(180deg, transparent, rgba(198, 255, 0, .06));
  filter: blur(22px);
  pointer-events: none;
}

.studio-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, .75fr) minmax(520px, 1.25fr);
  gap: clamp(36px, 6vw, 96px);
  align-items: center;
  padding: clamp(46px, 6vw, 82px) 0;
}

.studio-product {
  position: relative;
  min-height: 560px;
}

.studio-tag {
  position: absolute;
  left: 9%;
  top: 34%;
  z-index: 3;
  width: clamp(230px, 23vw, 360px);
  aspect-ratio: .82;
  display: grid;
  place-items: center;
  border-radius: 46% 46% 42% 42%;
  background:
    radial-gradient(circle at 42% 34%, rgba(255, 255, 255, .12), transparent 18%),
    linear-gradient(145deg, #262822, #050505 58%, #141511);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .08),
    inset 0 -18px 50px rgba(0, 0, 0, .9),
    0 36px 120px rgba(0, 0, 0, .5),
    0 0 62px rgba(198, 255, 0, .34);
  transform: translateY(-50%) rotate(-8deg);
}

.studio-tag::before {
  content: "";
  position: absolute;
  top: -42px;
  width: 76px;
  height: 66px;
  border: 22px solid #151712;
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
}

.studio-tag::after {
  content: "";
  position: absolute;
  inset: 24%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .06);
}

.studio-tag span {
  color: rgba(0, 0, 0, .45);
  font-size: clamp(54px, 7vw, 96px);
  font-style: italic;
  font-weight: var(--ontag-weight-black);
  text-shadow: 0 2px 10px rgba(255, 255, 255, .05);
}

.studio-phone {
  position: absolute;
  left: 41%;
  top: 48%;
  z-index: 2;
  width: clamp(240px, 24vw, 350px);
  aspect-ratio: 9 / 18;
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 30px 24px 24px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 42px;
  background:
    radial-gradient(circle at 50% 24%, rgba(198, 255, 0, .16), transparent 20%),
    linear-gradient(145deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .03) 28%, rgba(0, 0, 0, .9)),
    #090909;
  box-shadow: 0 42px 130px rgba(0, 0, 0, .62);
  transform: translateY(-50%) rotate(5deg);
}

.studio-phone__bar {
  width: 70px;
  height: 6px;
  justify-self: center;
  border-radius: var(--ontag-radius-pill);
  background: rgba(255, 255, 255, .18);
}

.studio-phone__avatar {
  width: 88px;
  aspect-ratio: 1;
  margin: 22px auto 0;
  border: 2px solid rgba(198, 255, 0, .72);
  border-radius: 50%;
  background:
    radial-gradient(circle at 54% 42%, rgba(198, 255, 0, .35), transparent 18%),
    linear-gradient(145deg, #1a1c18, #050505);
}

.studio-phone strong,
.studio-screen strong {
  color: var(--ontag-white);
  font-size: 15px;
}

.studio-phone em,
.studio-screen em {
  color: var(--ontag-neon);
  font-size: 13px;
  font-style: normal;
  text-align: center;
}

.studio-phone__row,
.studio-screen span:not(.studio-screen__avatar):not(.studio-screen__radar) {
  min-height: 48px;
  border-radius: 13px;
  background: rgba(255, 255, 255, .06);
}

.studio-qr,
.studio-nfc,
.studio-bluetooth {
  position: absolute;
  z-index: 4;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .16);
  background: linear-gradient(145deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .04));
  box-shadow: 0 18px 54px rgba(0, 0, 0, .42), 0 0 34px rgba(198, 255, 0, .22);
}

.studio-qr {
  right: 7%;
  top: 17%;
  width: 130px;
  aspect-ratio: 1;
  border-radius: 18px;
  background: #f4f6ee;
  transform: rotate(8deg);
}

.studio-qr span,
.studio-qr span::before,
.studio-qr span::after {
  width: 72px;
  height: 72px;
  background:
    linear-gradient(90deg, #111 10px, transparent 10px 18px, #111 18px 28px, transparent 28px 38px, #111 38px 48px, transparent 48px),
    linear-gradient(#111 10px, transparent 10px 18px, #111 18px 28px, transparent 28px 38px, #111 38px 48px, transparent 48px);
}

.studio-nfc {
  right: 5%;
  top: 46%;
  width: 100px;
  aspect-ratio: 1;
  border-radius: 50%;
  color: rgba(255, 255, 255, .78);
  font-size: 25px;
  font-weight: var(--ontag-weight-black);
}

.studio-bluetooth {
  right: 13%;
  bottom: 17%;
  min-height: 68px;
  padding: 0 18px;
  border-radius: 50%;
  color: var(--ontag-white);
  font-size: 12px;
  font-weight: var(--ontag-weight-black);
}

.studio-ecosystem,
.studio-app,
.studio-technologies,
.studio-solutions,
.studio-enterprise {
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  background:
    radial-gradient(circle at 50% 0, rgba(198, 255, 0, .07), transparent 26%),
    #0b0c0b;
}

.studio-band,
.studio-app__grid,
.studio-tech__grid,
.studio-solutions__grid,
.studio-enterprise__grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
  min-height: clamp(230px, 28vw, 360px);
  padding: clamp(44px, 7vw, 78px) 0;
}

.studio-band__copy h2,
.studio-app h2,
.studio-technologies h2,
.studio-solutions h2,
.studio-enterprise h2 {
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1;
}

.studio-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

.studio-flow::before {
  content: "";
  position: absolute;
  top: 37px;
  right: 6%;
  left: 6%;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--ontag-neon), transparent);
  box-shadow: 0 0 24px rgba(198, 255, 0, .6);
}

.studio-flow span {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 7px;
  text-align: center;
}

.studio-flow i {
  width: 74px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(198, 255, 0, .18), rgba(255, 255, 255, .06));
  color: var(--ontag-white);
  font-size: 13px;
  font-style: normal;
  font-weight: var(--ontag-weight-black);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12);
}

.studio-flow strong {
  color: var(--ontag-white);
  font-size: 14px;
}

.studio-flow small {
  max-width: 110px;
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
  line-height: 1.2;
}

.studio-flow-image,
.studio-app-image {
  position: relative;
  overflow: hidden;
  margin: 0;
}

.studio-flow-image {
  min-height: 260px;
  border-radius: 24px;
}

.studio-flow-image img,
.studio-app-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.9) contrast(1.08) brightness(.88);
}

.studio-flow-image img {
  object-position: 50% 52%;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
}

.studio-app__grid {
  min-height: 430px;
}

.studio-store-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.studio-store-badges span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 10px;
  background: rgba(255, 255, 255, .06);
  color: var(--ontag-white);
  font-size: 13px;
  font-weight: var(--ontag-weight-black);
}

.site-header__brand-upload {
  width: auto;
  max-width: 132px;
  max-height: 34px;
  display: block;
  object-fit: contain;
}

.studio-store-badges a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 10px;
  background: rgba(255, 255, 255, .06);
  color: var(--ontag-white);
  font-size: 13px;
  font-weight: var(--ontag-weight-black);
  text-decoration: none;
}

.studio-app-image {
  min-height: 470px;
  border-radius: 34px;
}

.studio-app-image img {
  object-position: 56% 50%;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 94%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 94%, transparent 100%);
}

.studio-screens {
  position: relative;
  min-height: 430px;
}

.studio-screen {
  position: absolute;
  top: 50%;
  width: min(260px, 30%);
  aspect-ratio: 9 / 16;
  display: grid;
  align-content: start;
  gap: 15px;
  padding: 28px 20px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 28%, rgba(198, 255, 0, .12), transparent 20%),
    linear-gradient(145deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .03) 36%, rgba(0, 0, 0, .82));
  box-shadow: 0 28px 110px rgba(0, 0, 0, .5);
}

.studio-screen--left {
  left: 8%;
  transform: translateY(-43%) rotate(-2deg);
  opacity: .72;
}

.studio-screen--main {
  left: 50%;
  z-index: 2;
  width: min(305px, 36%);
  transform: translate(-50%, -50%);
}

.studio-screen--right {
  right: 8%;
  transform: translateY(-43%) rotate(2deg);
  opacity: .72;
}

.studio-screen__avatar,
.studio-screen__radar {
  width: 92px;
  aspect-ratio: 1;
  justify-self: center;
  border: 1px solid rgba(198, 255, 0, .7);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(198, 255, 0, .22), transparent 58%);
}

.studio-screen__radar {
  margin-top: 50px;
  box-shadow: 0 0 0 20px rgba(198, 255, 0, .05), 0 0 0 42px rgba(198, 255, 0, .03);
}

.studio-tech {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.studio-tech article {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  background: rgba(255, 255, 255, .04);
  transition: transform 260ms ease, border-color 260ms ease;
}

.studio-tech article:hover,
.studio-strip figure:hover {
  transform: translateY(-5px);
  border-color: rgba(198, 255, 0, .45);
}

.studio-tech img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  filter: saturate(.65) contrast(1.16) brightness(.78);
}

.studio-tech h3,
.studio-tech p {
  margin: 0;
  padding: 0 16px;
}

.studio-tech h3 {
  margin-top: 14px;
  color: var(--ontag-white);
  font-size: 18px;
}

.studio-tech p {
  padding-bottom: 16px;
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
}

.studio-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.studio-strip figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  background: rgba(255, 255, 255, .04);
  transition: transform 260ms ease, border-color 260ms ease;
}

.studio-strip img {
  width: 100%;
  height: 135px;
  object-fit: cover;
  filter: saturate(.7) contrast(1.16) brightness(.74);
}

.studio-strip figcaption {
  padding: 10px 12px 12px;
  color: var(--ontag-white);
  font-size: 13px;
  font-weight: var(--ontag-weight-black);
}

.studio-enterprise {
  position: relative;
  overflow: hidden;
}

.studio-enterprise > img {
  position: absolute;
  inset: 0 0 0 auto;
  width: 58%;
  height: 100%;
  object-fit: cover;
  opacity: .46;
  filter: saturate(.6) contrast(1.2) brightness(.68);
  mask-image: linear-gradient(90deg, transparent, #000 22%);
}

.studio-enterprise__grid {
  position: relative;
  z-index: 1;
}

.studio-final {
  position: relative;
  min-height: 420px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #0b0c0b;
}

.studio-final > img {
  position: absolute;
  inset: 0 0 0 auto;
  width: 58%;
  height: 100%;
  object-fit: cover;
  opacity: .62;
  filter: saturate(.48) contrast(1.18) brightness(.58);
  mask-image: linear-gradient(90deg, transparent, #000 28%);
}

.studio-final__copy {
  position: relative;
  z-index: 1;
  padding: 68px 0;
}

.studio-final h2 {
  max-width: 760px;
  font-size: clamp(38px, 5vw, 68px);
}

.studio-final p {
  margin-top: 14px;
}

.studio-final .button {
  margin-top: 28px;
}

@media (max-width: 1024px) {
  .studio-hero__grid,
  .studio-band,
  .studio-app__grid,
  .studio-tech__grid,
  .studio-solutions__grid,
  .studio-enterprise__grid {
    grid-template-columns: 1fr;
  }

  .studio-product {
    min-height: 560px;
  }

  .studio-flow,
  .studio-tech,
  .studio-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .studio-flow::before {
    display: none;
  }

  .studio-enterprise > img,
  .studio-final > img {
    width: 100%;
    opacity: .3;
    mask-image: linear-gradient(180deg, transparent, #000);
  }
}

@media (max-width: 560px) {
  .studio-copy h1,
  .studio-copy h2,
  .studio-final h2 {
    font-size: clamp(36px, 12vw, 54px);
  }

  .studio-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .studio-product {
    min-height: 520px;
  }

  .studio-tag {
    left: 0;
    width: 220px;
  }

  .studio-phone {
    left: 42%;
    width: 230px;
  }

  .studio-qr {
    right: 0;
    width: 94px;
  }

  .studio-nfc {
    right: 2%;
    width: 78px;
  }

  .studio-bluetooth {
    right: 10%;
  }

  .studio-flow,
  .studio-tech,
  .studio-strip {
    grid-template-columns: 1fr 1fr;
  }

  .studio-screens {
    min-height: 520px;
  }

  .studio-screen {
    width: 210px;
  }

  .studio-screen--left {
    left: 0;
  }

  .studio-screen--main {
    width: 230px;
  }

  .studio-screen--right {
    right: 0;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.studio-product {
  margin: 0;
}

.studio-product > img {
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(1120px, 132%);
  max-width: none;
  height: auto;
  filter: saturate(.92) contrast(1.08) brightness(.9);
  transform: translate(-47%, -50%);
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, #000 12%, #000 100%),
    linear-gradient(180deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0%, #000 12%, #000 100%),
    linear-gradient(180deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  mask-composite: intersect;
}

.studio-hero-label {
  position: absolute;
  z-index: 5;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(198, 255, 0, .25);
  border-radius: var(--ontag-radius-pill);
  background: rgba(7, 8, 7, .72);
  color: var(--ontag-white);
  font-size: 13px;
  font-weight: var(--ontag-weight-black);
  backdrop-filter: blur(14px);
  box-shadow: 0 0 34px rgba(198, 255, 0, .2);
}

.studio-hero-label--qr {
  top: 20%;
  right: 6%;
}

.studio-hero-label--nfc {
  top: 43%;
  right: 2%;
}

.studio-hero-label--bt {
  right: 7%;
  bottom: 25%;
}

.studio-hero-label--profile {
  top: 31%;
  right: 4%;
}

@media (max-width: 1024px) {
  .studio-product > img {
    width: min(900px, 130%);
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 560px) {
  .studio-product > img {
    width: 680px;
    transform: translate(-46%, -50%);
  }

  .studio-hero-label {
    min-height: 34px;
    padding-inline: 10px;
    font-size: 11px;
  }
}

/* Polimento premium final - acabamento visual sem alterar estrutura */
.studio-home {
  background:
    radial-gradient(circle at 50% 0, rgba(198, 255, 0, .035), transparent 34%),
    #060706;
}

.studio-home .button--primary {
  border: 1px solid rgba(198, 255, 0, .28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .22),
    0 16px 46px rgba(198, 255, 0, .24),
    0 4px 16px rgba(0, 0, 0, .36);
}

.studio-home .button--primary:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .28),
    0 20px 62px rgba(198, 255, 0, .3),
    0 8px 24px rgba(0, 0, 0, .42);
}

.studio-hero {
  min-height: clamp(680px, 78svh, 840px);
  background:
    radial-gradient(circle at 68% 50%, rgba(198, 255, 0, .32), transparent 23%),
    radial-gradient(circle at 82% 20%, rgba(198, 255, 0, .1), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, .015), transparent 30%),
    linear-gradient(180deg, #040504, #080908 72%, #090a09);
}

.studio-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .38));
  pointer-events: none;
}

.studio-hero__glow {
  inset: 9% -4% 0 36%;
  filter: blur(30px);
  opacity: .86;
}

.studio-hero__grid {
  grid-template-columns: minmax(320px, .68fr) minmax(600px, 1.32fr);
  gap: clamp(48px, 6vw, 110px);
  padding: clamp(64px, 7vw, 104px) 0 clamp(52px, 6vw, 86px);
}

.studio-hero .studio-copy {
  padding-top: 18px;
}

.studio-hero .studio-copy p {
  max-width: 450px;
}

.studio-product {
  min-height: 620px;
}

.studio-product > img {
  width: min(1220px, 138%);
  filter:
    saturate(.96)
    contrast(1.12)
    brightness(.92)
    drop-shadow(0 54px 92px rgba(0, 0, 0, .56))
    drop-shadow(0 0 36px rgba(198, 255, 0, .16));
  transform: translate(-48%, -50%);
}

.studio-hero-label {
  border-color: rgba(198, 255, 0, .32);
  background: rgba(6, 7, 6, .74);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .1),
    0 0 34px rgba(198, 255, 0, .24),
    0 18px 42px rgba(0, 0, 0, .36);
}

.studio-ecosystem,
.studio-app,
.studio-technologies,
.studio-solutions,
.studio-enterprise {
  background:
    radial-gradient(circle at 50% 0, rgba(198, 255, 0, .06), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, .018), transparent 26%),
    #090a09;
  border-bottom-color: rgba(255, 255, 255, .075);
}

.studio-band,
.studio-app__grid,
.studio-tech__grid,
.studio-solutions__grid,
.studio-enterprise__grid {
  gap: clamp(44px, 6vw, 96px);
  padding: clamp(58px, 7vw, 92px) 0;
}

.studio-kicker {
  margin-bottom: 20px;
  color: #c8ff00;
  text-shadow: 0 0 20px rgba(198, 255, 0, .22);
}

.studio-copy p,
.studio-enterprise__grid > p,
.studio-final p {
  margin-top: 28px;
  color: rgba(255, 255, 255, .72);
}

.studio-flow-image,
.studio-app-image,
.studio-tech article,
.studio-strip figure {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .08),
    0 18px 54px rgba(0, 0, 0, .26);
}

.studio-flow-image::after,
.studio-app-image::after,
.studio-tech article::after,
.studio-strip figure::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 12%, rgba(198, 255, 0, .12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, .035), transparent 30%, rgba(0, 0, 0, .28));
}

.studio-flow-image {
  min-height: 290px;
  border: 1px solid rgba(255, 255, 255, .075);
  border-radius: 26px;
  background: #050605;
}

.studio-flow-image img,
.studio-app-image img,
.studio-tech img,
.studio-strip img,
.studio-enterprise > img,
.studio-final > img {
  filter: saturate(.78) contrast(1.18) brightness(.7);
}

.studio-app__grid {
  min-height: 520px;
}

.studio-store-badges {
  gap: 14px;
  margin-top: 32px;
}

.studio-store-badges span {
  min-height: 44px;
  border-color: rgba(198, 255, 0, .2);
  background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .035));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.studio-app-image {
  min-height: 520px;
  border: 1px solid rgba(255, 255, 255, .075);
  border-radius: 36px;
  background: #050605;
}

.studio-tech {
  gap: 20px;
}

.studio-tech article {
  position: relative;
  border-color: rgba(255, 255, 255, .12);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .025));
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.studio-tech article:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .12),
    0 24px 72px rgba(0, 0, 0, .34),
    0 0 32px rgba(198, 255, 0, .11);
}

.studio-tech img {
  height: 164px;
}

.studio-tech h3 {
  margin-top: 16px;
  font-size: 17px;
}

.studio-tech p {
  padding-bottom: 18px;
  color: rgba(255, 255, 255, .62);
}

.studio-strip {
  gap: 16px;
}

.studio-strip figure {
  position: relative;
  border-color: rgba(255, 255, 255, .12);
  border-radius: 14px;
  background: #070807;
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.studio-strip figure:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .12),
    0 22px 62px rgba(0, 0, 0, .34),
    0 0 34px rgba(198, 255, 0, .1);
}

.studio-strip img {
  height: 148px;
  transition: transform 420ms ease, filter 260ms ease;
}

.studio-strip figure:hover img {
  filter: saturate(.9) contrast(1.2) brightness(.78);
  transform: scale(1.045);
}

.studio-strip figcaption {
  position: relative;
  z-index: 1;
  padding: 13px 14px 15px;
}

.studio-enterprise::before,
.studio-final::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 72% 50%, rgba(198, 255, 0, .12), transparent 22%),
    linear-gradient(90deg, rgba(6, 7, 6, .94), rgba(6, 7, 6, .72) 38%, rgba(6, 7, 6, .2) 72%);
}

.studio-enterprise > img {
  width: 62%;
  opacity: .62;
  filter: saturate(.62) contrast(1.22) brightness(.58);
}

.studio-enterprise__grid {
  min-height: 360px;
}

.studio-enterprise .studio-copy h2 {
  max-width: 470px;
}

.studio-enterprise__grid > p {
  max-width: 440px;
  padding: 22px 0 22px 28px;
  border-left: 1px solid rgba(198, 255, 0, .32);
  background: linear-gradient(90deg, rgba(198, 255, 0, .035), transparent);
}

.studio-final {
  min-height: 500px;
  background:
    radial-gradient(circle at 64% 50%, rgba(198, 255, 0, .11), transparent 24%),
    #090a09;
}

.studio-final > img {
  width: 64%;
  opacity: .76;
  object-position: 54% 52%;
  filter: saturate(.55) contrast(1.24) brightness(.56);
}

.studio-final__copy {
  padding: 92px 0;
}

.studio-final h2 {
  max-width: 820px;
}

.studio-final p {
  margin-top: 18px;
}

.studio-final .button {
  margin-top: 34px;
}

/* Ajuste fino de legibilidade das imagens apos validacao visual */
.studio-tech article::after {
  background:
    radial-gradient(circle at 50% 8%, rgba(198, 255, 0, .08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, .025), transparent 42%, rgba(0, 0, 0, .18));
}

.studio-strip figure::after {
  background:
    radial-gradient(circle at 50% 8%, rgba(198, 255, 0, .1), transparent 24%),
    linear-gradient(180deg, rgba(0, 0, 0, .02), rgba(0, 0, 0, .1) 46%, rgba(0, 0, 0, .62));
}

.studio-tech img {
  filter: saturate(.82) contrast(1.16) brightness(.84);
}

.studio-strip img {
  filter: saturate(.86) contrast(1.14) brightness(.86);
}

.studio-enterprise::before,
.studio-final::before {
  background:
    radial-gradient(circle at 72% 50%, rgba(198, 255, 0, .12), transparent 24%),
    linear-gradient(90deg, rgba(6, 7, 6, .92), rgba(6, 7, 6, .7) 34%, rgba(6, 7, 6, .08) 72%);
}

.studio-enterprise > img {
  opacity: .82;
  filter: saturate(.74) contrast(1.2) brightness(.72);
}

.studio-final > img {
  opacity: .9;
  filter: saturate(.7) contrast(1.22) brightness(.72);
}

/* Presenca visual final para vitrines e CTA */
.studio-tech img {
  filter: saturate(.9) contrast(1.12) brightness(.96);
}

.studio-strip figure::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .08) 45%, rgba(0, 0, 0, .64)),
    radial-gradient(circle at 50% 0, rgba(198, 255, 0, .08), transparent 22%);
}

.studio-strip img {
  filter: saturate(.92) contrast(1.08) brightness(1.04);
}

.studio-strip figure:nth-child(1) img {
  object-position: 50% 44%;
}

.studio-strip figure:nth-child(2) img,
.studio-strip figure:nth-child(3) img,
.studio-strip figure:nth-child(5) img,
.studio-strip figure:nth-child(6) img {
  object-position: 50% 50%;
}

.studio-strip figure:nth-child(4) img {
  object-position: 50% 62%;
}

.studio-enterprise::before {
  background:
    radial-gradient(circle at 74% 50%, rgba(198, 255, 0, .1), transparent 24%),
    linear-gradient(90deg, rgba(6, 7, 6, .94), rgba(6, 7, 6, .68) 34%, rgba(6, 7, 6, 0) 78%);
}

.studio-enterprise > img {
  width: 66%;
  opacity: .92;
  filter: saturate(.78) contrast(1.16) brightness(.82);
}

.studio-final::before {
  background:
    radial-gradient(circle at 72% 50%, rgba(198, 255, 0, .13), transparent 24%),
    linear-gradient(90deg, rgba(6, 7, 6, .94), rgba(6, 7, 6, .68) 34%, rgba(6, 7, 6, .05) 76%);
}

.studio-final > img {
  width: 68%;
  opacity: .95;
  object-position: 58% 50%;
  filter:
    saturate(.9)
    contrast(1.14)
    brightness(.86)
    drop-shadow(0 0 46px rgba(198, 255, 0, .12));
}

/* Hotfix final - legibilidade, cortes e responsividade da Home PHP */
.studio-home {
  overflow-x: clip;
  overflow-y: visible;
}

.studio-ecosystem,
.studio-app,
.studio-technologies,
.studio-solutions,
.studio-enterprise,
.studio-final {
  overflow: clip;
}

.studio-band,
.studio-app__grid,
.studio-tech__grid,
.studio-solutions__grid,
.studio-enterprise__grid {
  grid-template-columns: minmax(300px, 0.42fr) minmax(0, 1fr);
  align-items: center;
  min-height: auto;
  padding: clamp(72px, 8vw, 112px) 0;
}

.studio-band__copy,
.studio-copy {
  min-width: 0;
}

.studio-copy h1,
.studio-copy h2,
.studio-final h2 {
  overflow-wrap: normal;
  text-wrap: balance;
}

.studio-hero .studio-copy h1 {
  font-size: clamp(54px, 7.4vw, 108px);
  line-height: .92;
  max-width: 760px;
}

.studio-band__copy h2,
.studio-app h2,
.studio-technologies h2,
.studio-solutions h2,
.studio-enterprise h2 {
  font-size: clamp(34px, 3.8vw, 58px);
  line-height: 1.03;
  max-width: 560px;
}

.studio-band__copy h2 {
  max-width: 520px;
}

.studio-copy p,
.studio-enterprise__grid > p,
.studio-final p {
  line-height: 1.62;
}

.studio-flow-image {
  min-height: clamp(250px, 24vw, 340px);
}

.studio-flow-image img {
  object-fit: contain;
  object-position: 50% 50%;
}

.studio-app-image {
  min-height: clamp(420px, 42vw, 560px);
}

.studio-app-image img {
  object-fit: contain;
  object-position: 50% 50%;
}

.studio-enterprise {
  min-height: auto;
}

.studio-enterprise__grid {
  min-height: clamp(340px, 34vw, 460px);
}

.studio-enterprise > img {
  width: min(68%, 980px);
  height: 100%;
  object-fit: cover;
  object-position: 66% 50%;
}

.studio-final {
  min-height: clamp(420px, 48vw, 600px);
}

.studio-final__copy {
  padding: clamp(76px, 8vw, 116px) 0;
}

.studio-final h2 {
  font-size: clamp(42px, 5.6vw, 82px);
  line-height: 1;
}

.studio-tech img,
.studio-strip img {
  object-fit: cover;
}

body.is-menu-open {
  overflow: hidden;
}

/* Hotfix: hero sem sobreposicao entre texto e imagem */
.studio-hero {
  overflow: hidden;
}

.studio-hero__grid {
  grid-template-columns: minmax(360px, 0.58fr) minmax(560px, 1.42fr);
  gap: clamp(54px, 7vw, 132px);
}

.studio-hero .studio-copy {
  position: relative;
  z-index: 3;
  max-width: 610px;
}

.studio-hero .studio-copy h1 {
  max-width: 610px;
  font-size: clamp(52px, 6.2vw, 92px);
}

.studio-product {
  z-index: 1;
}

.studio-product > img {
  width: min(1040px, 112%);
  transform: translate(-48%, -50%);
}

.studio-hero-label {
  display: none !important;
}

@media (max-width: 1366px) {
  .studio-hero {
    min-height: auto;
  }

  .studio-hero__grid {
    grid-template-columns: minmax(330px, .62fr) minmax(520px, 1.38fr);
    gap: clamp(42px, 5.5vw, 88px);
    padding-top: clamp(54px, 6vw, 82px);
  }

  .studio-product {
    min-height: 540px;
  }

  .studio-hero .studio-copy h1 {
    max-width: 560px;
    font-size: clamp(48px, 6vw, 78px);
  }
}

@media (max-width: 1024px) {
  .studio-hero__grid,
  .studio-band,
  .studio-app__grid,
  .studio-tech__grid,
  .studio-solutions__grid,
  .studio-enterprise__grid {
    grid-template-columns: 1fr;
  }

  .studio-band,
  .studio-app__grid,
  .studio-tech__grid,
  .studio-solutions__grid,
  .studio-enterprise__grid {
    gap: clamp(30px, 6vw, 54px);
    padding: clamp(64px, 8vw, 92px) 0;
  }

  .studio-hero__grid {
    grid-template-columns: 1fr;
    padding: clamp(80px, 10vw, 112px) 0 clamp(56px, 8vw, 86px);
  }

  .studio-hero .studio-copy h1 {
    font-size: clamp(48px, 10vw, 86px);
    max-width: 820px;
  }

  .studio-product {
    min-height: clamp(420px, 56vw, 560px);
  }

  .studio-product > img {
    width: min(1040px, 110%);
    transform: translate(-50%, -50%);
  }

  .studio-band__copy h2,
  .studio-app h2,
  .studio-technologies h2,
  .studio-solutions h2,
  .studio-enterprise h2 {
    font-size: clamp(34px, 6.4vw, 58px);
    max-width: 720px;
  }

  .studio-flow-image,
  .studio-app-image {
    min-height: clamp(280px, 48vw, 460px);
  }

  .studio-tech {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .studio-enterprise > img,
  .studio-final > img {
    width: 100%;
    opacity: .62;
  }

  .studio-enterprise::before,
  .studio-final::before {
    background: linear-gradient(180deg, rgba(6, 7, 6, .88), rgba(6, 7, 6, .62) 54%, rgba(6, 7, 6, .22));
  }
}

@media (max-width: 560px) {
  .studio-home .container {
    width: min(100% - 32px, var(--ontag-container));
  }

  .studio-kicker {
    font-size: 11px;
    letter-spacing: .13em;
    margin-bottom: 14px;
  }

  .studio-hero {
    min-height: auto;
  }

  .studio-hero__grid {
    gap: 28px;
    padding: 92px 0 46px;
  }

  .studio-hero .studio-copy {
    padding-top: 0;
  }

  .studio-hero .studio-copy h1 {
    font-size: clamp(42px, 13vw, 58px);
    line-height: .96;
  }

  .studio-copy p,
  .studio-enterprise__grid > p,
  .studio-final p {
    max-width: 100%;
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.62;
  }

  .studio-actions {
    gap: 14px;
    margin-top: 26px;
  }

  .studio-home .button--primary,
  .studio-link {
    min-height: 44px;
  }

  .studio-product {
    min-height: clamp(330px, 86vw, 430px);
  }

  .studio-product > img {
    width: 118%;
    transform: translate(-50%, -50%);
  }

  .studio-hero-label {
    min-height: 32px;
    padding: 0 10px;
    font-size: 10px;
  }

  .studio-band,
  .studio-app__grid,
  .studio-tech__grid,
  .studio-solutions__grid,
  .studio-enterprise__grid {
    padding: clamp(54px, 15vw, 74px) 0;
  }

  .studio-band__copy h2,
  .studio-app h2,
  .studio-technologies h2,
  .studio-solutions h2,
  .studio-enterprise h2 {
    font-size: clamp(34px, 10.5vw, 46px);
    line-height: 1.04;
    text-wrap: balance;
  }

  .studio-flow-image {
    min-height: clamp(220px, 62vw, 320px);
  }

  .studio-app-image {
    min-height: clamp(300px, 82vw, 420px);
  }

  .studio-tech {
    grid-template-columns: 1fr;
  }

  .studio-tech img {
    height: clamp(150px, 45vw, 190px);
  }

  .studio-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .studio-strip img {
    height: clamp(116px, 34vw, 150px);
  }

  .studio-enterprise__grid {
    min-height: auto;
  }

  .studio-enterprise__grid > p {
    padding: 16px 0 16px 18px;
  }

  .studio-final {
    min-height: auto;
  }

  .studio-final__copy {
    padding: 70px 0;
  }

  .studio-final h2 {
    font-size: clamp(36px, 11vw, 52px);
    line-height: 1.02;
  }
}
