/* SF Pro Display self-hosted (woff2, subset latino). Só os 3 pesos uprights
   que o site usa; 600/780/800 caem no 700 pelo font matching do browser,
   igual ao comportamento anterior com o cdnfonts. */
@font-face {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./assets/fonts/sf-pro-display-regular.woff2") format("woff2");
}
@font-face {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./assets/fonts/sf-pro-display-medium.woff2") format("woff2");
}
@font-face {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./assets/fonts/sf-pro-display-bold.woff2") format("woff2");
}

:root {
  --obsidian: #020405;
  --black: #05080a;
  --graphite: #0b0f12;
  --graphite-2: #101519;
  --snow: #f4f8fb;
  --ice: #d9e6ee;
  --silver: #9faeba;
  --muted: #6d7b85;
  --glacier: #83d8ff;
  --line: rgba(217, 230, 238, 0.14);
  --line-strong: rgba(131, 216, 255, 0.34);
  --mono: ui-monospace, "SF Mono", "JetBrains Mono", "Cascadia Mono", "Roboto Mono", Menlo, Consolas, monospace;
  --max: 1180px;
  color: var(--snow);
  color-scheme: dark;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background:
    radial-gradient(circle at 82% 12%, rgba(217, 230, 238, 0.035), transparent 26%),
    linear-gradient(180deg, #010203 0%, #030506 44%, #010203 100%),
    var(--obsidian);
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--snow);
  background: transparent;
}

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

a:focus-visible,
.button:focus-visible {
  outline: 2px solid var(--glacier);
  outline-offset: 4px;
}

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

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

html.intro-active,
html.intro-active body {
  overflow: hidden;
}

.intro-loader {
  position: fixed;
  inset: 0;
  z-index: 100;
  overflow: hidden;
  color: var(--snow);
  background: #020405;
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.intro-loader.is-exiting {
  opacity: 0;
  transform: translate3d(0, -4vh, 0) scale(1.035);
  transition:
    opacity 900ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 1100ms cubic-bezier(0.22, 1, 0.36, 1);
}

.intro-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  transform: scale(1.045);
  animation: intro-video-drift 7200ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.intro-scrim {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 42%, transparent 0 24%, rgba(2, 4, 5, 0.18) 48%, rgba(2, 4, 5, 0.68) 100%),
    linear-gradient(90deg, rgba(2, 4, 5, 0.52), rgba(2, 4, 5, 0.04) 46%, rgba(2, 4, 5, 0.54)),
    linear-gradient(180deg, rgba(2, 4, 5, 0.08), rgba(2, 4, 5, 0.18) 58%, rgba(2, 4, 5, 0.74) 100%);
}

.intro-signal {
  position: absolute;
  top: -18vh;
  left: 50%;
  width: 1px;
  height: 136vh;
  background: linear-gradient(180deg, transparent, rgba(131, 216, 255, 0.92), rgba(217, 230, 238, 0.76), transparent);
  filter: drop-shadow(0 0 22px rgba(131, 216, 255, 0.74));
  opacity: 0;
  transform: translateX(-50%) scaleY(0.2);
  animation: intro-signal-reveal 6200ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.intro-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-rows: auto 1fr;
  align-items: center;
  width: min(var(--max), calc(100% - 44px));
  min-height: 100svh;
  padding: 8.4vh 0 8.6vh;
  margin: 0 auto;
}

.intro-brand {
  justify-self: center;
  padding: 13px 16px 13px 18px;
  border: 1px solid rgba(217, 230, 238, 0.2);
  border-radius: 999px;
  background: rgba(2, 4, 5, 0.22);
  box-shadow:
    0 0 24px rgba(131, 216, 255, 0.1),
    inset 0 0 18px rgba(217, 230, 238, 0.04);
  backdrop-filter: blur(12px);
  opacity: 0;
  transform: translateY(18px);
  animation: intro-copy-in 900ms cubic-bezier(0.22, 1, 0.36, 1) 1300ms forwards;
}

.intro-title {
  justify-self: center;
  align-self: center;
  max-width: min(1040px, 92vw);
  margin: 0;
  font-size: clamp(3.2rem, 6.2vw, 7.2rem);
  line-height: 1.07;
  letter-spacing: -0.07em;
  text-align: center;
  text-wrap: balance;
  opacity: 1;
}

.intro-title span {
  display: block;
  opacity: 0;
  transform: translate3d(0, 46px, 0) scale(0.96);
  filter: blur(10px);
  animation: intro-word-in 900ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.intro-title span:nth-child(1) {
  animation-delay: 1900ms;
}

.intro-title span:nth-child(2) {
  animation-delay: 2350ms;
}

.intro-title span:nth-child(3) {
  animation-delay: 2850ms;
}

.intro-title span:nth-child(4) {
  animation-delay: 3320ms;
}

.intro-word-strong {
  color: #ffffff;
  font-size: 1.16em;
  font-weight: 780;
  letter-spacing: -0.075em;
  text-shadow:
    0 0 20px rgba(131, 216, 255, 0.62),
    0 0 68px rgba(131, 216, 255, 0.28);
}

.intro-skip {
  position: absolute;
  right: 24px;
  bottom: 22px;
  z-index: 3;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(217, 230, 238, 0.16);
  border-radius: 999px;
  color: rgba(217, 230, 238, 0.74);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 600;
  background: rgba(2, 4, 5, 0.38);
  backdrop-filter: blur(14px);
  cursor: pointer;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.intro-skip:hover,
.intro-skip:focus-visible {
  color: var(--snow);
  border-color: rgba(131, 216, 255, 0.44);
  background: rgba(2, 4, 5, 0.62);
}

.intro-active .site-header,
.intro-active .hero-content {
  opacity: 0;
  transform: translateY(22px);
}

.intro-complete .site-header {
  animation: site-drop-in 780ms cubic-bezier(0.16, 1, 0.3, 1) 120ms both;
}

.intro-complete .hero-content {
  animation: site-drop-in 980ms cubic-bezier(0.16, 1, 0.3, 1) 220ms both;
}

@keyframes intro-video-drift {
  from {
    transform: scale(1.02) translate3d(0, 1.2vh, 0);
    filter: brightness(0.82) contrast(1.08);
  }

  56% {
    filter: brightness(1.08) contrast(1.14);
  }

  to {
    transform: scale(1.055) translate3d(0, -1vh, 0);
    filter: brightness(0.94) contrast(1.2);
  }
}

@keyframes intro-signal-reveal {
  0% {
    opacity: 0;
    transform: translateX(-50%) scaleY(0.12);
  }

  42% {
    opacity: 0.82;
  }

  100% {
    opacity: 0.36;
    transform: translateX(-50%) scaleY(1);
  }
}

@keyframes intro-copy-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes intro-word-in {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }
}

@keyframes site-drop-in {
  from {
    opacity: 0;
    transform: translateY(-28px) scale(1.01);
    filter: blur(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

.identity-field {
  position: fixed;
  inset: 0;
  z-index: 4;
  overflow: hidden;
  pointer-events: none;
  mix-blend-mode: screen;
}

.identity-grid,
.identity-beam,
.particle,
.constellation-map,
.constellation {
  will-change: transform, opacity;
}

.identity-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(217, 230, 238, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(217, 230, 238, 0.032) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: radial-gradient(ellipse 72% 62% at 62% 24%, #000 0%, transparent 74%);
  opacity: 0.5;
}

.identity-beam {
  position: absolute;
  width: 1px;
  height: 44vh;
  background: linear-gradient(180deg, transparent, rgba(131, 216, 255, 0.5), transparent);
  filter: drop-shadow(0 0 16px rgba(131, 216, 255, 0.38));
  opacity: 0.38;
}

.identity-beam-a {
  top: -8vh;
  left: 50.8%;
}

.identity-beam-b {
  right: 14%;
  bottom: 10vh;
  height: 24vh;
  opacity: 0.24;
}

.particle {
  position: absolute;
  width: 2px;
  height: 2px;
  border-radius: 999px;
  background: rgba(217, 230, 238, 0.8);
  box-shadow:
    0 0 14px rgba(131, 216, 255, 0.42),
    28px 18px 0 rgba(217, 230, 238, 0.22),
    68px -14px 0 rgba(131, 216, 255, 0.26),
    112px 36px 0 rgba(217, 230, 238, 0.18),
    -48px 62px 0 rgba(217, 230, 238, 0.2);
}

.particle-a {
  top: 15%;
  left: 65%;
}

.particle-b {
  top: 34%;
  left: 83%;
  opacity: 0.62;
}

.particle-c {
  top: 58%;
  left: 12%;
  opacity: 0.34;
}

.particle-d {
  top: 74%;
  left: 72%;
  opacity: 0.42;
}

.particle-e {
  top: 46%;
  left: 48%;
  opacity: 0.24;
}

.constellation-map {
  position: absolute;
  top: -14vh;
  right: 7vw;
  width: min(30vw, 390px);
  height: 128vh;
  min-width: 260px;
  opacity: 0.36;
  filter:
    drop-shadow(0 0 9px rgba(131, 216, 255, 0.18))
    drop-shadow(0 0 22px rgba(131, 216, 255, 0.1));
  transform-origin: 50% 50%;
}

.constellation-routes path {
  fill: none;
  stroke: rgba(131, 216, 255, 0.46);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 0.62;
  vector-effect: non-scaling-stroke;
}

.constellation-routes path:nth-child(2n) {
  stroke: rgba(217, 230, 238, 0.28);
  stroke-width: 0.85;
}

.constellation-routes path:nth-child(n + 4) {
  stroke-dasharray: 0.02 0.038;
  stroke-dashoffset: 0;
}

.constellation-nodes circle {
  fill: rgba(217, 230, 238, 0.82);
  stroke: rgba(131, 216, 255, 0.52);
  stroke-width: 1.15;
  filter: drop-shadow(0 0 8px rgba(131, 216, 255, 0.48));
  transform-box: fill-box;
  transform-origin: center;
}

.constellation-nodes circle:nth-child(3n) {
  fill: rgba(131, 216, 255, 0.9);
}

.constellation {
  position: absolute;
  width: 220px;
  height: 120px;
  opacity: 0.22;
  background:
    radial-gradient(circle at 12% 72%, rgba(217, 230, 238, 0.9) 0 2px, transparent 2.5px),
    radial-gradient(circle at 44% 36%, rgba(131, 216, 255, 0.9) 0 2px, transparent 2.5px),
    radial-gradient(circle at 76% 58%, rgba(217, 230, 238, 0.8) 0 2px, transparent 2.5px),
    linear-gradient(24deg, transparent 11%, rgba(131, 216, 255, 0.36) 11.2% 11.8%, transparent 12%),
    linear-gradient(148deg, transparent 45%, rgba(217, 230, 238, 0.22) 45.2% 45.8%, transparent 46%);
}

.constellation-a {
  top: 18%;
  right: 9%;
}

.constellation-b {
  bottom: 24%;
  left: 7%;
  transform: rotate(-12deg) scale(0.82);
}

.constellation-c {
  width: 170px;
  height: 96px;
  right: 18%;
  bottom: 13%;
  opacity: 0.16;
  transform: rotate(18deg) scale(0.72);
}

.skip-link {
  position: fixed;
  top: 14px;
  left: 14px;
  z-index: 60;
  padding: 10px 14px;
  border-radius: 999px;
  color: #041018;
  font-weight: 800;
  background: var(--glacier);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

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

.site-header {
  position: fixed;
  top: 18px;
  right: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(var(--max), calc(100% - 40px));
  min-height: 58px;
  padding: 0 18px;
  margin: 0 auto;
  border: 1px solid rgba(217, 230, 238, 0.12);
  border-radius: 999px;
  background: rgba(2, 4, 5, 0.72);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.brand-lockup {
  display: inline-flex;
  gap: 12px;
  align-items: center;
}

.brand-wordmark {
  display: block;
  width: 138px;
  height: auto;
  filter: drop-shadow(0 0 10px rgba(217, 230, 238, 0.14));
}

.brand-symbol {
  display: block;
  width: auto;
  height: 38px;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(131, 216, 255, 0.28));
}

.intro-brand .brand-wordmark {
  width: clamp(178px, 16vw, 230px);
}

.intro-brand .brand-symbol {
  width: auto;
  height: clamp(58px, 5.4vw, 78px);
}

.brand {
  flex-shrink: 0;
  padding: 6px 0;
}

.nav {
  display: flex;
  gap: 26px;
  align-items: center;
  color: var(--silver);
  font-family: var(--mono);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav a {
  transition: color 180ms ease;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--snow);
}

#diagnostico,
#sistema,
#processo,
#contato {
  scroll-margin-top: 120px;
}

.page {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.panel {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
}

.hero-image,
.cta-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-wash,
.cta-wash {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 54% 46%, transparent 0 24%, rgba(1, 2, 3, 0.12) 48%, rgba(1, 2, 3, 0.6) 100%),
    linear-gradient(90deg, rgba(1, 2, 3, 0.94) 0%, rgba(1, 2, 3, 0.66) 38%, rgba(1, 2, 3, 0.2) 100%),
    linear-gradient(180deg, rgba(1, 2, 3, 0.28) 0%, rgba(1, 2, 3, 0.04) 48%, rgba(1, 2, 3, 0.82) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(var(--max), calc(100% - 40px));
  min-height: 100svh;
  margin: 0 auto;
  padding: 128px 0 64px;
}

.hero-content > * {
  max-width: 100%;
  min-width: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--glacier);
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "//";
  color: var(--glacier);
  opacity: 0.6;
  letter-spacing: 0;
}

h1,
h2 {
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-wrap: balance;
}

h1 {
  max-width: 820px;
  margin-top: 20px;
  font-size: clamp(2.7rem, 3.85vw, 4.18rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

h2 {
  font-size: clamp(2rem, 2.85vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

h3 {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.15;
}

.hero-content p:not(.eyebrow),
.section-head p,
.copy-block p,
.statement-text p,
.cta-content p {
  max-width: 680px;
  color: var(--ice);
  font-size: 1.08rem;
  line-height: 1.68;
}

.hero-content p:not(.eyebrow) {
  margin-top: 28px;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

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

.button:active {
  transform: translateY(0) scale(0.98);
}

.button.primary {
  border-color: rgba(131, 216, 255, 0.54);
  color: var(--snow);
  background:
    linear-gradient(180deg, rgba(244, 248, 251, 0.1), rgba(244, 248, 251, 0.045)),
    rgba(3, 6, 8, 0.72);
  box-shadow:
    inset 0 0 0 1px rgba(244, 248, 251, 0.06),
    0 0 20px rgba(131, 216, 255, 0.1);
}

.button.secondary {
  color: var(--snow);
  background: rgba(244, 248, 251, 0.035);
}

.statement,
.media-section,
.system,
.process {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 64px 0 72px;
}

.statement {
  display: grid;
  grid-template-columns: minmax(0, 0.64fr) minmax(380px, 1fr);
  gap: 64px;
  align-items: center;
  border-top: 1px solid var(--line);
}

.statement-support {
  max-width: 420px;
  margin-top: 22px;
  color: var(--ice);
  font-size: 1.08rem;
  line-height: 1.68;
}

.statement h2,
.copy-block h2,
.section-head h2 {
  margin-top: 18px;
}

.statement-text {
  display: grid;
  gap: 20px;
  align-self: end;
}

.media-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.9fr);
  gap: 56px;
  align-items: center;
  border-top: 1px solid var(--line);
}

.media-left {
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 0.82fr);
}

.copy-block p {
  margin-top: 24px;
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 30px 0 0;
  color: var(--silver);
  list-style: none;
}

.check-list li {
  padding-left: 18px;
  border-left: 1px solid var(--line-strong);
  line-height: 1.55;
}

.image-frame {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--black);
}

.image-frame img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.08);
}

.section-head {
  display: grid;
  gap: 18px;
  max-width: 780px;
}

.bento {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 56px;
}

.bento-card {
  position: relative;
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(7, 10, 12, 0.9);
}

.bento-card span,
.process-list span {
  color: var(--glacier);
  font-family: var(--mono);
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.bento-card h3 {
  margin-top: 36px;
}

.bento-card p,
.process-list p {
  margin-top: 16px;
  color: var(--silver);
  line-height: 1.65;
}

.process {
  border-top: 1px solid var(--line);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  padding: 0;
  margin: 56px 0 0;
  list-style: none;
}

.process-list li {
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(7, 10, 12, 0.9);
}

.process-list strong {
  display: block;
  margin-top: 68px;
  font-size: 1.18rem;
}

.final-cta {
  min-height: 78svh;
}

.cta-wash {
  background:
    radial-gradient(circle at 58% 48%, transparent 0 26%, rgba(1, 2, 3, 0.34) 58%, rgba(1, 2, 3, 0.84) 100%),
    linear-gradient(90deg, rgba(1, 2, 3, 0.92) 0%, rgba(1, 2, 3, 0.68) 44%, rgba(1, 2, 3, 0.2) 100%),
    linear-gradient(180deg, rgba(1, 2, 3, 0.18), rgba(1, 2, 3, 0.9));
}

.cta-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(var(--max), calc(100% - 40px));
  min-height: 78svh;
  margin: 0 auto;
  padding: 96px 0;
}

.cta-content h2 {
  max-width: 900px;
  margin-top: 18px;
}

.cta-content p {
  margin-top: 24px;
}

.cta-content .button {
  width: fit-content;
  margin-top: 30px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .intro-video {
    animation: none;
    filter: brightness(0.7) contrast(1.1);
  }
}

@media (max-width: 1020px) {
  .statement,
  .media-section,
  .media-left {
    grid-template-columns: 1fr;
  }

  .bento,
  .process-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .intro-content {
    width: calc(100% - 32px);
    padding: 7.5vh 0 8.5vh;
  }

  .intro-brand {
    padding: 10px 13px;
    gap: 9px;
  }

  .intro-brand .brand-wordmark {
    width: 150px;
  }

  .intro-brand .brand-symbol {
    width: auto;
    height: 50px;
  }

  .intro-title {
    max-width: 11ch;
    font-size: clamp(2.18rem, 10.8vw, 3.16rem);
    line-height: 1.12;
    letter-spacing: -0.052em;
  }

  .intro-skip {
    right: 16px;
    bottom: 16px;
  }

  .constellation-map {
    top: -9vh;
    right: -30vw;
    width: 48vw;
    height: 120vh;
    min-width: 0;
    opacity: 0.14;
  }

  .site-header {
    top: 12px;
    width: calc(100% - 28px);
    min-height: 54px;
    padding: 0 16px;
  }

  .brand {
    padding: 4px 0;
  }

  .brand .brand-wordmark {
    width: 108px;
  }

  .brand .brand-symbol {
    width: auto;
    height: 30px;
  }

  .nav {
    display: none;
  }

  .hero-content {
    width: calc(100% - 28px);
    padding-top: 94px;
  }

  .hero-wash {
    background:
      linear-gradient(180deg, rgba(2, 4, 5, 0.24) 0%, rgba(2, 4, 5, 0.56) 36%, rgba(2, 4, 5, 0.96) 72%),
      linear-gradient(90deg, rgba(2, 4, 5, 0.78), rgba(2, 4, 5, 0.2));
  }

  .hero-image {
    object-position: center top;
  }

  h1 {
    font-size: clamp(2.04rem, 8.75vw, 2.34rem);
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  h2 {
    font-size: clamp(1.85rem, 6.4vw, 2.28rem);
  }

  .hero-content p:not(.eyebrow),
  .section-head p,
  .copy-block p,
  .statement-text p,
  .cta-content p {
    font-size: 1rem;
    line-height: 1.6;
  }

  .hero-content p:not(.eyebrow) {
    max-width: 30ch;
    overflow-wrap: normal;
  }

  .actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .button {
    min-height: 46px;
    padding: 0 15px;
    font-size: 0.86rem;
  }

  .statement,
  .media-section,
  .system,
  .process,
  .cta-content {
    width: calc(100% - 28px);
    padding: 44px 0 52px;
  }

  .media-section {
    gap: 32px;
  }

  .image-frame,
  .image-frame img {
    min-height: 280px;
  }

  .bento,
  .process-list {
    grid-template-columns: 1fr;
  }

  .bento-card,
  .process-list li {
    min-height: auto;
    padding: 24px;
  }

  .bento-card h3,
  .process-list strong {
    margin-top: 36px;
  }
}

/* --- Demonstração: site se formando (WorkNote) --- */

.statement-demo {
  min-width: 0;
}

.phone-embed {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.phone-embed iframe {
  width: 340px;
  height: 700px;
  border: 0;
  background: transparent;
  color-scheme: light;
}

@media (max-width: 620px) {
  .phone-embed iframe {
    width: 290px;
    height: 600px;
  }
}

.cta-content p.cta-microcopy {
  margin-top: 14px;
  font-size: 0.85rem;
  color: var(--silver);
}

.build-frame {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--black);
  overflow: hidden;
}

.build-chrome {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--line);
  background: var(--graphite);
}

.chrome-dots {
  display: inline-flex;
  gap: 6px;
}

.chrome-dots i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(159, 174, 186, 0.28);
}

.chrome-status {
  position: relative;
  margin-left: auto;
  font-family: var(--mono);
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.status-building {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--silver);
  white-space: nowrap;
  opacity: 0;
}

.status-live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--glacier);
  white-space: nowrap;
}

.status-live::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--glacier);
  box-shadow: 0 0 10px rgba(131, 216, 255, 0.7);
}

.build-canvas {
  position: relative;
  height: 460px;
  background:
    radial-gradient(120% 90% at 50% 0%, rgba(15, 23, 42, 0.55), transparent 70%),
    #050a14;
  overflow: hidden;
}

.build-grid {
  position: absolute;
  z-index: 3;
  inset: 0;
  background:
    linear-gradient(rgba(131, 216, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(131, 216, 255, 0.07) 1px, transparent 1px);
  background-size: 36px 36px;
  opacity: 0;
  pointer-events: none;
}

.build-scan {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: -3px;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(131, 216, 255, 0.65), transparent);
  box-shadow: 0 0 18px rgba(131, 216, 255, 0.35);
  opacity: 0;
  pointer-events: none;
}

/* Site real da WorkNote embedado, escalado dentro do navegador */
.build-stage {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.build-iframe {
  display: block;
  width: 1280px;
  height: 920px;
  border: 0;
  transform: scale(0.5);
  transform-origin: top left;
  pointer-events: none;
  background: #020617;
}

/* Overlay de construção: wireframe fantasma sobre o site real */
.build-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 14px;
  padding: 22px 24px;
  background: rgba(4, 9, 18, 0.93);
  pointer-events: none;
}

.ghost {
  border: 1px dashed rgba(131, 216, 255, 0);
  border-radius: 10px;
}

.ghost-nav {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
}

.ghost-hero {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 10px;
  padding: 20px 16px 36px;
}

.gskel {
  display: block;
  border-radius: 5px;
  background: rgba(148, 163, 184, 0.16);
  opacity: 0;
}

.gskel-logo { width: 84px; height: 12px; }
.gskel-links { width: 180px; height: 8px; margin-left: auto; }
.gskel-pill { width: 86px; height: 20px; border-radius: 999px; }
.gskel-h1 { width: 56%; height: 18px; }
.gskel-h1b { width: 40%; height: 18px; }
.gskel-p { width: 64%; height: 8px; margin-top: 8px; }
.gskel-p2 { width: 48%; height: 8px; }
.gskel-btns { width: 38%; height: 22px; margin-top: 12px; border-radius: 999px; }
.gskel-badges { width: 52%; height: 12px; margin-top: 10px; border-radius: 999px; }

@media (max-width: 1020px) {
  .statement-demo {
    margin-top: 12px;
  }
}

@media (max-width: 620px) {
  .build-canvas {
    height: 400px;
  }

  .build-overlay {
    padding: 14px;
  }
}

/* --- Método: índice editorial (sobrescreve o layout de cards) --- */
.process-list {
  display: block;
  margin: 44px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.process-list li {
  display: grid;
  grid-template-columns: 120px minmax(200px, 360px) 1fr;
  gap: 40px;
  align-items: center;
  min-height: 0;
  padding: 30px 4px;
  background: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid var(--line);
}

.process-list span {
  font-family: var(--mono);
  font-size: 2.1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--glacier);
}

.process-list strong {
  display: block;
  margin-top: 0;
  font-family: var(--mono);
  font-size: 1.28rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--snow);
}

.process-list p {
  margin-top: 0;
  font-family: var(--mono);
  font-size: 0.92rem;
  line-height: 1.62;
  color: var(--silver);
  max-width: 56ch;
}

@media (max-width: 760px) {
  .process-list li {
    grid-template-columns: auto 1fr;
    gap: 14px 22px;
    padding: 24px 2px;
  }
  .process-list p {
    grid-column: 1 / -1;
  }
}

/* ============ MOTION PASS (cursor, hover, frame) ============ */

/* Grid quadriculado de fundo (Vitrine -> Método) com linhas varrendo */
.grid-zone { position: relative; }
.grid-zone > section { position: relative; z-index: 1; }
.grid-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(131, 216, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(131, 216, 255, 0.03) 1px, transparent 1px);
  background-size: 450px 450px;
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 7%, #000 93%, transparent);
          mask-image: linear-gradient(180deg, transparent, #000 7%, #000 93%, transparent);
}
/* gotas glaciais correndo ao longo das linhas do grid (vertical e horizontal) */
.grid-bg .sweep-v,
.grid-bg .sweep-h {
  position: absolute;
  filter: drop-shadow(0 0 8px rgba(131, 216, 255, 0.6));
}
.grid-bg .sweep-v {
  left: 449px; width: 2px; height: 190px;
  background: linear-gradient(180deg, transparent, rgba(131, 216, 255, 0.85), transparent);
  animation: grid-drop-v 7s linear infinite;
}
.grid-bg .sweep-v2 { left: 1349px; animation-duration: 10.5s; animation-delay: -3.5s; }
.grid-bg .sweep-h {
  top: 449px; height: 2px; width: 190px;
  background: linear-gradient(90deg, transparent, rgba(131, 216, 255, 0.85), transparent);
  animation: grid-drop-h 9s linear infinite;
}
.grid-bg .sweep-h2 { top: 1349px; animation-duration: 12s; animation-delay: -5s; }
@keyframes grid-drop-v { 0% { top: -190px; } 100% { top: 100%; } }
@keyframes grid-drop-h { 0% { left: -190px; } 100% { left: 100%; } }
@media (prefers-reduced-motion: reduce) {
  .grid-bg .sweep-v, .grid-bg .sweep-h { animation: none; display: none; }
}

/* 0. Orb que segue o cursor clareando a cena (estilo k3 #heroOrb) */
.cursor-orb {
  position: fixed;
  z-index: -1;
  top: 50%; left: 50%;
  width: clamp(360px, 55vw, 720px);
  height: clamp(360px, 55vw, 720px);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(131, 216, 255, 0.16) 0%, rgba(131, 216, 255, 0.05) 40%, transparent 70%);
  filter: blur(50px);
  pointer-events: none;
  animation: orb-pulse 6s ease-in-out infinite alternate;
}
@keyframes orb-pulse {
  0% { opacity: .6; transform: translate(-50%, -50%) scale(1); }
  100% { opacity: 1; transform: translate(-50%, -50%) scale(1.15); }
}
@media (hover: none), (prefers-reduced-motion: reduce) { .cursor-orb { display: none; } }

/* Borda dos cards acendendo conforme o cursor */
.bento-card {
  transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
}
/* borda inteira fraca no hover (contorno de base) + glow ambiente */
.bento-card:hover,
.bento-card.is-lit {
  border-color: rgba(131, 216, 255, 0.35);
  background: rgba(131, 216, 255, 0.035);
  box-shadow: 0 0 34px rgba(131, 216, 255, 0.12);
}
/* segmento brilhante que SEGUE o cursor pela borda + glow irradiando */
.bento-card::after {
  content: "";
  position: absolute; inset: -1px;
  border-radius: 16px; padding: 1.6px;
  background: radial-gradient(210px circle at var(--mx, 50%) var(--my, 50%), rgba(131, 216, 255, 1), rgba(131, 216, 255, 0.2) 45%, rgba(131, 216, 255, 0) 70%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask-composite: exclude;
  filter: drop-shadow(0 0 7px rgba(131, 216, 255, 0.75));
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events: none;
}
.bento-card:hover::after,
.bento-card.is-lit::after { opacity: 1; }

/* 3. Hover da lista do Método: geral + no título */
.process-list li { position: relative; transition: background .3s ease; }
.process-list li::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0;
  width: 2px; background: var(--glacier);
  transform: scaleY(0); transform-origin: top;
  transition: transform .4s cubic-bezier(.22, 1, .36, 1);
}
.process-list li:hover { background: rgba(131, 216, 255, 0.045); }
.process-list li:hover::before { transform: scaleY(1); }
.process-list li:hover span { text-shadow: 0 0 18px rgba(131, 216, 255, 0.5); }
.process-list strong {
  transition: color .3s ease, transform .4s cubic-bezier(.22, 1, .36, 1);
}
.process-list li:hover strong { transform: translateX(10px); color: var(--glacier); }
.process-list li::after {
  content: "\2192";
  position: absolute; right: 8px; top: 50%;
  transform: translateY(-50%) translateX(-10px);
  font-family: var(--mono); font-size: 1.2rem; color: var(--glacier);
  opacity: 0; transition: opacity .35s ease, transform .35s cubic-bezier(.22, 1, .36, 1);
}
.process-list li:hover::after { opacity: 1; transform: translateY(-50%) translateX(0); }

/* 4. Frame vertical animado (luz glacial percorrendo) */
.vframe {
  position: fixed; top: 0; bottom: 0; width: 1px; z-index: 90;
  background: var(--line); overflow: hidden; pointer-events: none;
}
.vframe.left { left: 24px; }
.vframe.right { right: 24px; }
.vframe::before {
  content: ""; position: absolute; left: -0.5px; width: 2px; height: 140px; top: -140px;
  background: linear-gradient(180deg, transparent, var(--glacier), transparent);
  filter: drop-shadow(0 0 6px rgba(131, 216, 255, 0.6));
  animation: vframe-run 6.5s linear infinite;
}
.vframe.right::before { animation-delay: -3.25s; }
@keyframes vframe-run {
  0% { top: -140px; }
  100% { top: 100%; }
}

@media (max-width: 1100px) { .vframe { display: none; } }
@media (prefers-reduced-motion: reduce) {
  .vframe::before { animation: none; display: none; }
}

/* FAQ */
.faq {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(80px, 12vh, 160px) 0;
}

.faq .section-head {
  margin-bottom: 44px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(16, 21, 25, 0.5);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  overflow: hidden;
  transition: border-color 220ms ease, background 220ms ease;
}

.faq-item:hover {
  border-color: var(--line-strong);
}

.faq-item[open] {
  border-color: var(--line-strong);
  background: rgba(16, 21, 25, 0.72);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px;
  cursor: pointer;
  list-style: none;
  color: var(--snow);
  font-size: 1.06rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary:focus-visible {
  outline: 2px solid var(--glacier);
  outline-offset: -2px;
}

.faq-icon {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1.5px;
  background: var(--glacier);
  transform: translate(-50%, -50%);
  transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1), opacity 200ms ease;
}

.faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item[open] .faq-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

.faq-a {
  padding: 0 24px 24px;
}

.faq-a p {
  max-width: 720px;
  color: var(--ice);
  font-size: 1.02rem;
  line-height: 1.66;
}

@media (max-width: 640px) {
  .faq-item summary {
    padding: 18px;
    font-size: 0.98rem;
  }
  .faq-a {
    padding: 0 18px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .faq-item,
  .faq-icon::before,
  .faq-icon::after {
    transition: none;
  }
}

/* ===== Lead modal (Diagnóstico -> WhatsApp) ===== */
.lead-modal[hidden] {
  display: none;
}

.lead-modal {
  position: fixed;
  inset: 0;
  z-index: 220;
  display: grid;
  place-items: center;
  padding: 20px;
}

.lead-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(1, 2, 3, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.lead-modal__panel {
  position: relative;
  width: min(440px, 100%);
  padding: 32px 28px 28px;
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  background:
    radial-gradient(circle at 80% -10%, rgba(131, 216, 255, 0.1), transparent 50%),
    linear-gradient(180deg, rgba(16, 21, 25, 0.96), rgba(5, 8, 10, 0.98));
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.55),
    0 0 30px rgba(131, 216, 255, 0.08);
}

.lead-modal__close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--silver);
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  transition: color 160ms ease, border-color 160ms ease;
}

.lead-modal__close:hover {
  color: var(--snow);
  border-color: var(--line-strong);
}

.lead-modal__panel h2 {
  margin: 10px 0 8px;
  font-size: 1.5rem;
}

.lead-modal__sub {
  color: var(--silver);
  font-size: 0.95rem;
}

.lead-form {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.lead-form label {
  display: grid;
  gap: 6px;
}

.lead-form label span {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
}

.lead-form input {
  height: 48px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(2, 4, 5, 0.6);
  color: var(--snow);
  font-size: 1rem;
  font-family: inherit;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.lead-form input:focus {
  outline: none;
  border-color: var(--line-strong);
  box-shadow: 0 0 0 3px rgba(131, 216, 255, 0.12);
}

.lead-form .button {
  margin-top: 4px;
  width: 100%;
}

.lead-form__note {
  margin: 2px 0 0;
  font-size: 0.78rem;
  color: var(--muted);
  text-align: center;
}

/* ===== Banner de consentimento (LGPD) ===== */
.consent-banner[hidden] {
  display: none;
}

.consent-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 210;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px 22px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 16px 18px;
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(16, 21, 25, 0.96), rgba(5, 8, 10, 0.98));
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.consent-banner__text {
  flex: 1 1 280px;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--silver);
}

.consent-banner__text a {
  color: var(--ice);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.consent-banner__actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.consent-banner__actions .button {
  min-height: 42px;
  padding: 0 22px;
}

@media (max-width: 560px) {
  .consent-banner {
    flex-direction: column;
    align-items: stretch;
  }
  .consent-banner__actions .button {
    flex: 1;
  }
}

/* ===== Painel de preferências de cookies ===== */
.cookie-prefs[hidden] {
  display: none;
}

.cookie-prefs {
  position: fixed;
  inset: 0;
  z-index: 240;
  display: grid;
  place-items: center;
  padding: 20px;
}

.cookie-prefs__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(1, 2, 3, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.cookie-prefs__panel {
  position: relative;
  width: min(460px, 100%);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  padding: 30px 26px 24px;
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(16, 21, 25, 0.97), rgba(5, 8, 10, 0.99));
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
}

.cookie-prefs__close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--silver);
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  transition: color 160ms ease, border-color 160ms ease;
}

.cookie-prefs__close:hover {
  color: var(--snow);
  border-color: var(--line-strong);
}

.cookie-prefs__panel h2 {
  margin: 0 0 6px;
  font-size: 1.4rem;
}

.cookie-prefs__sub {
  margin: 0 0 18px;
  color: var(--silver);
  font-size: 0.92rem;
}

.cookie-opt {
  display: block;
  padding: 16px 0;
  border-top: 1px solid var(--line);
}

label.cookie-opt {
  cursor: pointer;
}

.cookie-opt__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.cookie-opt__name {
  font-size: 1rem;
  font-weight: 600;
  color: var(--snow);
}

.cookie-opt__locked {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
}

.cookie-opt__desc {
  margin: 6px 0 0;
  font-size: 0.86rem;
  line-height: 1.5;
  color: var(--silver);
}

.cookie-prefs__actions {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}

.cookie-prefs__actions .button {
  flex: 1;
}

@media (max-width: 460px) {
  .cookie-prefs__actions {
    flex-direction: column;
  }
}

/* Toggle switch */
.switch {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 26px;
  flex-shrink: 0;
}

.switch input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.switch__track {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: rgba(244, 248, 251, 0.08);
  border: 1px solid var(--line);
  transition: background 180ms ease, border-color 180ms ease;
}

.switch__track::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--silver);
  transition: transform 180ms ease, background 180ms ease;
}

.switch input:checked + .switch__track {
  background: rgba(131, 216, 255, 0.22);
  border-color: var(--line-strong);
}

.switch input:checked + .switch__track::after {
  transform: translateX(20px);
  background: var(--glacier);
}

.switch input:focus-visible + .switch__track {
  outline: 2px solid var(--glacier);
  outline-offset: 2px;
}
