@font-face {
  font-family: Figtree;
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/figtree-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Figtree;
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/figtree-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Unbounded;
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url("../fonts/unbounded-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Unbounded;
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url("../fonts/unbounded-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Unbounded;
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url("../fonts/unbounded-cyrillic-ext.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: Unbounded;
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url("../fonts/unbounded-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/manrope-cyrillic-ext.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/manrope-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

:root {
  --paper: #f4f0f8;
  --paper-2: #ebe4f3;
  --ink: #12110e;
  --muted: #5e5a53;
  --line: rgba(18, 17, 14, 0.12);
  --accent: #6a0194;
  --accent-2: #4e0170;
  --accent-soft: #d7b3ee;
  --dark: #0c0c0b;
  --cream: #f7f3ea;
  --max: 1160px;
  --pad: clamp(1.1rem, 4vw, 2.25rem);
  --header: 4.1rem;
  --display: Unbounded, Manrope, "Avenir Next", "Segoe UI", sans-serif;
  --body: Figtree, Manrope, "Segoe UI", sans-serif;
  --shadow: 0 18px 50px rgba(18, 17, 14, 0.08);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--body);
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--ink);
  background: var(--paper);
  text-rendering: optimizeLegibility;
  padding-bottom: 4.5rem;
}
main { padding-top: 5.6rem; }
img, svg { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4 {
  font-family: var(--display);
  line-height: 1.05;
  letter-spacing: -0.045em;
  margin: 0 0 0.65em;
  font-weight: 700;
}
h1 { font-size: clamp(1.8rem, 4.2vw, 2.85rem); }
h2 { font-size: clamp(1.5rem, 3.4vw, 2.25rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.45rem); letter-spacing: -0.02em; }
p { margin: 0 0 1rem; }
ul { margin: 0; padding: 0; list-style: none; }

.skip {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--accent);
  color: #fff;
  padding: 0.6rem 1rem;
  z-index: 100;
}
.skip:focus { left: 0.6rem; top: 0.6rem; }

.wrap {
  width: min(var(--max), calc(100% - var(--pad) * 2));
  margin-inline: auto;
}
.lede { font-size: 1.12rem; color: var(--muted); max-width: 38rem; }
.eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 650;
  margin: 0 0 0.7rem;
  color: var(--accent);
}
.mark {
  background: linear-gradient(#6a0194, #6a0194) 0 88% / 100% 0.18em no-repeat;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3rem;
  padding: 0.7rem 1.2rem;
  text-decoration: none;
  border: 1px solid var(--ink);
  background: transparent;
  cursor: pointer;
  font-weight: 650;
  letter-spacing: -0.01em;
  transition: background 0.15s, color 0.15s, border-color 0.15s, transform 0.15s;
}
.btn:hover { transform: translateY(-1px); }
.btn svg { width: 1.15rem; height: 1.15rem; flex-shrink: 0; }
.btn-accent {
  background: linear-gradient(90deg, #d946ef 0%, #6a0194 100%);
  border-color: transparent;
  color: #fff;
}
.btn-accent:hover { background: linear-gradient(90deg, #c026d3 0%, #4e0170 100%); border-color: transparent; }
.btn-call {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}
.btn-call:hover { background: var(--accent-2); border-color: var(--accent-2); }
.btn-whatsapp {
  background: #25d366;
  border-color: #25d366;
  color: #fff;
}
.btn-whatsapp:hover { background: #1ebe5a; border-color: #1ebe5a; }
.btn-dark { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.btn-ghost-light { color: #fff; border-color: rgba(255,255,255,.35); }
.btn-row { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 1.4rem; }

.site-header {
  position: fixed;
  top: 0.7rem;
  left: 0;
  right: 0;
  z-index: 50;
  pointer-events: none;
}
.header-inner {
  pointer-events: auto;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: min(1180px, calc(100% - 1.4rem));
  margin-inline: auto;
  min-height: var(--header);
  padding: 0.28rem 0.35rem 0.28rem 1rem;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(18, 17, 14, 0.1);
  border-radius: 999px;
  box-shadow: 0 14px 40px rgba(18, 17, 14, 0.08);
}
.brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}
.brand img {
  display: block;
  height: 34px;
  width: auto;
  max-width: min(200px, 48vw);
}
.nav { display: none; margin-left: auto; align-items: center; gap: 0.05rem; }
.nav-link {
  text-decoration: none;
  padding: 0.5rem 0.62rem;
  font-weight: 550;
  font-size: 0.92rem;
  color: var(--ink);
  opacity: 0.78;
}
.nav-link:hover, .nav-link.is-active { opacity: 1; }
.nav-item { position: relative; }
.nav-item.has-sub > .nav-link::after {
  content: "";
  display: inline-block;
  width: 0.32rem;
  height: 0.32rem;
  margin-left: 0.28rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  opacity: 0.45;
}
.subnav {
  display: none;
  position: absolute;
  top: calc(100% + 0.75rem);
  left: 0;
  min-width: 16rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1rem;
  box-shadow: var(--shadow);
  padding: 0.5rem;
  z-index: 20;
}
.subnav a { display: block; padding: 0.55rem 0.7rem; text-decoration: none; border-radius: 0.55rem; }
.subnav a:hover { background: var(--paper-2); }
.nav-item:hover .subnav, .nav-item:focus-within .subnav { display: block; }
.lang-switch {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.2rem;
  margin: 0.45rem 0 0;
  padding: 0.18rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  width: max-content;
  background: rgba(255, 255, 255, 0.55);
}
.lang-switch a {
  display: grid;
  place-items: center;
  width: 1.85rem;
  height: 1.85rem;
  padding: 0;
  border-radius: 999px;
  text-decoration: none;
  opacity: 0.55;
  background: transparent;
}
.lang-switch a svg {
  display: block;
  width: 1.22rem;
  height: 0.82rem;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(18, 17, 14, 0.14);
}
.lang-switch a:hover { opacity: 1; }
.lang-switch a[aria-current="page"] {
  opacity: 1;
  background: transparent;
  box-shadow: 0 0 0 1.5px var(--accent);
}
.header-contact {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-left: auto;
  flex-shrink: 0;
}
.header-contact-btn {
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(18, 17, 14, 0.16);
  transition: transform 0.15s;
}
.header-contact-btn svg { width: 1.15rem; height: 1.15rem; }
.header-contact-btn.is-call { background: var(--accent); }
.header-contact-btn.is-whatsapp { background: #25d366; }
.header-contact-btn:hover { transform: translateY(-1px); }
.header-cta {
  display: none;
  min-height: 2.55rem;
  padding: 0.45rem 1.05rem;
  border-radius: 999px;
}
.nav-toggle {
  margin-left: 0.15rem;
  width: 2.45rem;
  height: 2.45rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  display: grid;
  place-items: center;
  gap: 6px;
}
.nav-toggle span { display: block; width: 16px; height: 1.5px; background: var(--ink); }
body.nav-open .header-inner { border-radius: 1.6rem; }
body.nav-open .nav {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: calc(100% + 0.55rem);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1.25rem;
  box-shadow: var(--shadow);
  padding: 0.7rem 0.85rem 1rem;
  align-items: stretch;
}
body.nav-open .subnav { position: static; display: grid; box-shadow: none; border: 0; background: transparent; padding: 0 0 0.4rem 0.5rem; }
@media (min-width: 980px) {
  .nav { display: flex; }
  .header-contact { margin-left: 0.25rem; }
  .header-cta { display: inline-flex; margin-left: 0.15rem; }
  .nav-toggle { display: none; }
  .lang-switch { margin: 0 0 0 0.35rem; }
}

.hero {
  position: relative;
  overflow: visible;
  margin-top: -5.6rem;
  min-height: 100svh;
  padding: 7.2rem 0 2.4rem;
  display: grid;
  align-items: stretch;
  background:
    radial-gradient(ellipse 70% 58% at calc(62% + var(--px, 0) * 6%) calc(42% + var(--py, 0) * 6%), rgba(106, 1, 148, 0.28), transparent 64%),
    radial-gradient(ellipse 46% 40% at 8% 18%, rgba(147, 51, 234, 0.2), transparent 70%),
    radial-gradient(ellipse 42% 38% at 94% 82%, rgba(217, 70, 239, 0.18), transparent 68%),
    linear-gradient(165deg, #f4e6fb 0%, #fbf4fe 38%, #efe0f8 72%, #f7eefc 100%);
}
.hero-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 42% at calc(50% + var(--px, 0) * 8%) calc(42% + var(--py, 0) * 8%), rgba(106, 1, 148, 0.32), transparent 62%),
    radial-gradient(ellipse 34% 28% at 78% 16%, rgba(168, 85, 247, 0.22), transparent 70%),
    radial-gradient(ellipse 30% 26% at 18% 78%, rgba(126, 34, 206, 0.16), transparent 72%);
  pointer-events: none;
  z-index: 0;
}
.hero-scene {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  overflow: hidden;
}
.hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.hero-floater {
  position: absolute;
  left: var(--x);
  top: var(--y);
  --d: 0.08;
  transform: translate3d(
    calc(var(--px, 0) * var(--d) * -90px),
    calc(var(--py, 0) * var(--d) * -56px),
    0
  );
  will-change: transform;
}
.hero-floater .bob {
  display: block;
  animation: floater-bob 5.6s ease-in-out infinite;
  animation-delay: var(--delay, 0s);
}
@keyframes floater-bob {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-2deg); }
  50% { transform: translate3d(10px, -16px, 0) rotate(3deg); }
}
.hero-floater.is-chip .bob {
  padding: 0.32rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 247, 255, 0.78);
  border: 1px solid rgba(106, 1, 148, 0.22);
  box-shadow: 0 10px 28px rgba(106, 1, 148, 0.14);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--accent);
  backdrop-filter: blur(8px);
}
.hero-floater.is-chip.is-fill .bob {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
  box-shadow: 0 12px 30px rgba(106, 1, 148, 0.32);
}
.hero-floater.is-chip.is-dark .bob {
  background: #3a0154;
  color: #f3d9ff;
  border-color: #3a0154;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0;
}
.hero-floater.is-chart .bob {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 34px;
  padding: 0.35rem 0.45rem 0.3rem;
  border-radius: 10px;
  background: rgba(255, 247, 255, 0.82);
  border: 1px solid rgba(106, 1, 148, 0.2);
  box-shadow: 0 10px 28px rgba(106, 1, 148, 0.14);
}
.hero-floater.is-chart i {
  display: block;
  width: 6px;
  border-radius: 3px;
  background: var(--accent);
  transform-origin: bottom;
  animation: bar-pulse 2.4s ease-in-out infinite;
}
.hero-floater.is-chart i:nth-child(1) { height: 12px; animation-delay: 0s; }
.hero-floater.is-chart i:nth-child(2) { height: 22px; animation-delay: -.7s; background: #4ea0ff; }
.hero-floater.is-chart i:nth-child(3) { height: 16px; animation-delay: -1.3s; background: #d946ef; }
@keyframes bar-pulse {
  0%, 100% { transform: scaleY(0.7); }
  50% { transform: scaleY(1.15); }
}
.hero-floater.is-cube {
  width: 46px;
  height: 46px;
  perspective: 140px;
}
.hero-floater.is-cube .cube {
  position: relative;
  width: 28px;
  height: 28px;
  margin: 9px;
  transform-style: preserve-3d;
  animation: cube-spin 11s linear infinite;
}
.hero-floater.is-cube.is-sm { width: 34px; height: 34px; }
.hero-floater.is-cube.is-sm .cube { width: 18px; height: 18px; margin: 8px; }
.hero-floater.is-cube.is-sm i { transform: none; }
.hero-floater.is-cube.is-sm i:nth-child(1) { transform: rotateY(0deg) translateZ(9px); }
.hero-floater.is-cube.is-sm i:nth-child(2) { transform: rotateY(90deg) translateZ(9px); }
.hero-floater.is-cube.is-sm i:nth-child(3) { transform: rotateY(180deg) translateZ(9px); }
.hero-floater.is-cube.is-sm i:nth-child(4) { transform: rotateY(-90deg) translateZ(9px); }
.hero-floater.is-cube.is-sm i:nth-child(5) { transform: rotateX(90deg) translateZ(9px); }
.hero-floater.is-cube.is-sm i:nth-child(6) { transform: rotateX(-90deg) translateZ(9px); }
.hero-floater.is-cube i {
  position: absolute;
  inset: 0;
  border: 1.5px solid rgba(106, 1, 148, 0.7);
  background: rgba(106, 1, 148, 0.16);
}
.hero-floater.is-cube i:nth-child(1) { transform: rotateY(0deg) translateZ(14px); }
.hero-floater.is-cube i:nth-child(2) { transform: rotateY(90deg) translateZ(14px); }
.hero-floater.is-cube i:nth-child(3) { transform: rotateY(180deg) translateZ(14px); }
.hero-floater.is-cube i:nth-child(4) { transform: rotateY(-90deg) translateZ(14px); }
.hero-floater.is-cube i:nth-child(5) { transform: rotateX(90deg) translateZ(14px); }
.hero-floater.is-cube i:nth-child(6) { transform: rotateX(-90deg) translateZ(14px); }
@keyframes cube-spin {
  to { transform: rotateX(360deg) rotateY(280deg); }
}
.hero-floater.is-cursor .bob {
  width: 18px;
  height: 18px;
  background: var(--accent);
  clip-path: polygon(0 0, 100% 68%, 48% 68%, 32% 100%);
  filter: drop-shadow(0 4px 10px rgba(106, 1, 148, 0.45));
}
.hero-floater.is-node .bob {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(106, 1, 148, 0.18), 0 0 22px rgba(106, 1, 148, 0.55);
}
.hero-floater.is-orb .bob {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 32%, rgba(232, 180, 255, 0.85), rgba(106, 1, 148, 0.28) 58%, transparent 72%);
  filter: blur(1px);
}
.hero-floater.is-orb.is-sm .bob { width: 44px; height: 44px; }
.hero-floater.is-spark .bob {
  width: 12px;
  height: 12px;
  background: #fff;
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
  filter: drop-shadow(0 0 8px rgba(217, 70, 239, 0.9));
}
.hero-layout {
  position: relative;
  z-index: 1;
  isolation: isolate;
  display: grid;
  min-height: min(72vh, 640px);
  gap: 1.5rem;
}
.hero-copy {
  position: relative;
  z-index: 5;
  max-width: 34rem;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 1.15rem;
  padding: 0.58rem 1.15rem;
  border-radius: 999px;
  background: var(--accent);
  border: 0;
  box-shadow: 0 14px 36px rgba(106, 1, 148, 0.32);
  font-size: 0.9rem;
  font-weight: 650;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #fff;
}
.hero-badge strong {
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.hero h1 {
  font-size: clamp(2rem, 5.4vw, 3.7rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
  max-width: 11em;
  margin-bottom: 1.15rem;
  -webkit-text-stroke: 8px #f4e6fb;
  paint-order: stroke fill;
  text-shadow:
    -3px -3px 0 #f4e6fb, 3px -3px 0 #f4e6fb,
    -3px 3px 0 #f4e6fb, 3px 3px 0 #f4e6fb,
    -3px 0 0 #f4e6fb, 3px 0 0 #f4e6fb,
    0 -3px 0 #f4e6fb, 0 3px 0 #f4e6fb;
}
.hero .btn-row { margin-top: 0; flex-wrap: wrap; }
.hero .btn { border-radius: 999px; white-space: nowrap; }
.hero-aside {
  position: relative;
  z-index: 5;
  max-width: 22rem;
}
.hero-aside p {
  color: var(--ink);
  font-size: 1.02rem;
  line-height: 1.5;
  font-weight: 700;
}
.hero-proof {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0;
  font-weight: 650;
  font-size: 0.92rem;
}
.hero-marks {
  display: flex;
  align-items: center;
}
.hero-marks i {
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px rgba(18, 17, 14, 0.08);
  margin-left: -0.4rem;
  background: var(--accent);
}
.hero-marks i:first-child { margin-left: 0; background: #1a1a1a; }
.hero-marks i:nth-child(2) { background: #6a0194; }
.hero-marks i:nth-child(3) { background: #d946ef; }
.hero-marks i:nth-child(4) { background: #4ea0ff; }

.hero-laptop {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 240px;
  animation: laptop-float 6s ease-in-out infinite;
  perspective: 1200px;
}
.laptop-photo {
  display: block;
  width: min(96vw, 920px);
  height: auto;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  transform: perspective(1600px) rotateX(calc(var(--tilt-x))) rotateY(calc(var(--tilt-y)));
  transition: transform 0.2s ease-out;
  filter: drop-shadow(0 28px 36px rgba(106, 1, 148, 0.22));
}
@keyframes laptop-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@media (min-width: 900px) {
  .hero-layout {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
    align-items: stretch;
  }
  .hero-copy {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    padding-top: 1.2rem;
  }
  .hero-laptop {
    grid-column: 1 / -1;
    grid-row: 1 / -1;
    justify-self: center;
    width: min(78%, 880px);
    margin-left: 18%;
    overflow: visible;
    pointer-events: none;
  }
  .hero-aside {
    grid-column: 2;
    grid-row: 2;
    justify-self: end;
    text-align: right;
    align-self: end;
    padding: 0.85rem 0 0.4rem 1.6rem;
    background: linear-gradient(270deg, #efe0f8 0%, #f4e6fb 58%, transparent 100%);
  }
  .hero-proof { justify-content: flex-end; }
}
@media (max-width: 899px) {
  .hero { min-height: 0; padding-top: 6.2rem; overflow: hidden; }
  .hero-copy { max-width: none; }
  .hero h1 { max-width: 12ch; }
  .laptop-photo { width: min(100%, 560px); transform: none; }
  .hero-floater.is-cube,
  .hero-floater.is-cursor,
  .hero-floater.is-node,
  .hero-floater.hide-sm { display: none; }
}

.marquee {
  border-block: 1px solid var(--line);
  overflow: hidden;
  padding: 0.95rem 0;
  font-family: var(--display);
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.92rem;
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee-slide 78s linear infinite;
  will-change: transform;
}
.marquee-group {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 2.4rem;
  padding-right: 2.4rem;
  white-space: nowrap;
}
.marquee-group span {
  position: relative;
}
.marquee-group span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.4rem;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: var(--accent);
  transform: translateY(-50%);
}
@keyframes marquee-slide {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.section { padding: clamp(3rem, 7vw, 5.5rem) 0; }
.section-dark { background: var(--dark); color: #fff; }
.section-dark .lede { color: #fff; }
.section-tint { background: var(--paper-2); }
.section-head { max-width: 40rem; margin-bottom: 2rem; }

.trust { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid var(--line); }
.trust div { padding: 1.1rem 1rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust strong { display: block; font-family: var(--display); font-size: 1.55rem; letter-spacing: -0.03em; }
.trust span { color: var(--muted); font-size: 0.88rem; }
@media (min-width: 800px) {
  .trust { grid-template-columns: repeat(4, 1fr); }
  .trust div { border-bottom: 0; }
  .trust div:last-child { border-right: 0; }
}

.cards { display: grid; gap: 1rem; }
@media (min-width: 760px) { .cards.cols-3 { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 900px) { .cards.cols-4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) {
  .cards.cols-4 { grid-template-columns: repeat(4, 1fr); }
  .cards.cols-2 { grid-template-columns: repeat(2, 1fr); }
}

.card, .service, .project, .price, .post {
  background: #fff;
  border: 1px solid var(--line);
  padding: 1.25rem 1.2rem 1.3rem;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform 0.15s, border-color 0.15s;
}
a.card:hover, a.service:hover, a.project:hover, a.post:hover {
  transform: translateY(-3px);
  border-color: var(--ink);
}
.section-dark .card, .section-dark .service { background: #161614; border-color: rgba(255,255,255,.08); color: inherit; }
.kicker {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.55rem;
  font-weight: 650;
}
.more { margin-top: auto; padding-top: 1rem; font-weight: 650; font-size: 0.92rem; }
.more::after { content: " →"; }

.split { display: grid; gap: 2rem; }
@media (min-width: 900px) {
  .split { grid-template-columns: 0.9fr 1.1fr; align-items: start; }
}

.compare {
  border: 1px solid var(--line);
  background: #fff;
  overflow: hidden;
}
.compare-head,
.compare-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-bottom: 1px solid var(--line);
}
.compare-head { background: var(--paper-2); }
.compare-head span,
.compare-row span {
  padding: 0.95rem 1rem;
  font-size: 0.95rem;
  line-height: 1.4;
}
.compare-head span {
  font-family: var(--display);
  font-weight: 750;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.compare-topic {
  display: none;
  font-weight: 700;
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.compare-row span:not(.is-us):not(.is-them):not(.compare-topic) { color: var(--muted); }
.compare-row .is-them,
.compare-head .is-them {
  background: #fbe1dc;
  color: #922e28;
}
.compare-head .is-them {
  background: #f2c4bd;
  color: #7c241f;
}
.compare-row .is-us {
  background: #def3e5;
  font-weight: 650;
  color: #1c6438;
}
.compare-head .is-us {
  background: #c4e6cf;
  color: #155530;
}
.compare-row:last-child { border-bottom: 0; }
.compare-cta { margin: 1.4rem 0 0; }
@media (min-width: 760px) {
  .compare-head,
  .compare-row { grid-template-columns: 0.72fr 1fr 1fr; }
  .compare-topic { display: block; }
}
@media (max-width: 759px) {
  .compare-row {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "topic topic" "them us";
  }
  .compare-row .compare-topic {
    display: block;
    grid-area: topic;
    padding-bottom: 0.2rem;
    background: var(--paper-2);
  }
  .compare-head .compare-topic { display: none; }
  .compare-head { grid-template-columns: 1fr 1fr; }
}

.services-layout { display: grid; gap: 2.4rem; }
@media (min-width: 920px) {
  .services-layout {
    grid-template-columns: 0.78fr 1.22fr;
    gap: 3.5rem;
    align-items: start;
  }
  .services-intro { position: sticky; top: 5.6rem; }
}
.service-list { border-top: 1px solid var(--ink); }
.service-row {
  display: grid;
  grid-template-columns: 2.6rem 1fr auto;
  gap: 0.9rem 1.1rem;
  align-items: center;
  padding: 1.2rem 0.15rem 1.25rem 0.35rem;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  position: relative;
  transition: background 0.2s, padding-left 0.2s;
}
.service-row::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  background: var(--accent);
  transition: width 0.2s ease;
}
.service-num {
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--accent);
  padding-top: 0.15rem;
}
.service-copy h3 {
  margin: 0;
  font-size: clamp(1.2rem, 2.3vw, 1.75rem);
  letter-spacing: -0.04em;
  line-height: 1.08;
}
.service-copy p {
  margin: 0.35rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  max-width: 36rem;
}
.service-go {
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid var(--line);
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}
.service-go::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0.55rem;
  height: 0.55rem;
  border-top: 1.5px solid var(--ink);
  border-right: 1.5px solid var(--ink);
  transform: rotate(45deg) translate(-1px, 1px);
}
.service-row:hover,
.service-row:focus-visible {
  background: color-mix(in srgb, var(--accent) 7%, transparent);
  padding-left: 0.7rem;
}
.service-row:hover::before,
.service-row:focus-visible::before { width: 3px; }
.service-row:hover .service-go,
.service-row:focus-visible .service-go {
  background: var(--accent);
  border-color: var(--accent);
  transform: translateX(3px);
}
.service-row:hover .service-go::after,
.service-row:focus-visible .service-go::after { border-color: #fff; }

.cases-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.2rem 1.5rem;
  max-width: none;
}
.cases-head > div { max-width: 38rem; }
.cases-head .btn { margin-bottom: 0.2rem; }

.cases {
  display: grid;
  gap: 1.15rem;
}
.case {
  display: grid;
  background: #fff;
  border: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  min-height: 100%;
  transition: border-color 0.18s, transform 0.18s, box-shadow 0.18s;
}
.case:hover,
.case:focus-visible {
  border-color: var(--accent);
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
@media (min-width: 860px) {
  .case {
    grid-template-columns: 1.05fr 0.95fr;
    min-height: 16.5rem;
  }
  .case:nth-child(even) .case-media { order: 2; }
}
.case-media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--paper-2);
  border: 2px solid color-mix(in srgb, var(--accent) 55%, #fff);
  border-radius: 0.85rem;
}
.cases .case-media { margin: 0.7rem; }
@media (min-width: 860px) {
  .case .case-media {
    aspect-ratio: auto;
    min-height: calc(100% - 1.4rem);
    height: auto;
    align-self: stretch;
  }
}
.case-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.case:hover .case-media img,
.case:focus-visible .case-media img { transform: scale(1.04); }
@media (prefers-reduced-motion: reduce) {
  .case:hover .case-media img,
  .case:focus-visible .case-media img { transform: none; }
}
.case-fallback {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.45rem;
  padding: 1.3rem 1.25rem;
  background:
    linear-gradient(160deg, color-mix(in srgb, var(--accent) 18%, #fff), var(--paper-2) 70%);
}
.case-fallback span {
  color: var(--accent);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 650;
}
.case-fallback strong {
  font-family: var(--display);
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  letter-spacing: -0.04em;
  line-height: 1.05;
  color: var(--ink);
  font-weight: 700;
}
.case-num {
  display: block;
  font-family: var(--display);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  color: var(--accent);
  margin-bottom: 0.55rem;
  font-weight: 700;
}
.case-body {
  padding: 1.35rem 1.3rem 1.4rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 860px) {
  .case-body { padding: 1.7rem 1.6rem 1.75rem; justify-content: center; }
}
.case-body h3 { margin-bottom: 0.4rem; }
.case-body p { color: var(--muted); }
.cases-detail { display: grid; gap: 1.5rem; }
.case-detail {
  display: grid;
  gap: 1.2rem;
  background: #fff;
  border: 1px solid var(--line);
  padding: 1rem;
}
@media (min-width: 860px) {
  .case-detail { grid-template-columns: 1.05fr 0.95fr; align-items: start; padding: 1.2rem; }
}
.case-visuals { display: grid; gap: 0.65rem; }
.case-detail .case-media {
  min-height: 220px;
  aspect-ratio: 16 / 10;
  box-shadow: 0 12px 28px rgba(18, 17, 14, 0.08);
}
.case-video {
  width: 100%;
  display: block;
  background: #0c0c0b;
  aspect-ratio: 16 / 9;
  border: 2px solid color-mix(in srgb, var(--accent) 55%, #fff);
  border-radius: 0.85rem;
  box-shadow: 0 12px 28px rgba(18, 17, 14, 0.08);
  overflow: hidden;
}
.case-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
.case-shot {
  display: block;
  overflow: hidden;
  background: #0c0c0b;
  aspect-ratio: 16 / 10;
  border: 2px solid color-mix(in srgb, var(--accent) 55%, #fff);
  border-radius: 0.75rem;
  box-shadow: 0 8px 20px rgba(18, 17, 14, 0.07);
}
.case-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}
.case-shot:hover img { transform: scale(1.04); }
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(12, 12, 11, 0.88);
  display: grid;
  place-items: center;
  padding: 1.5rem;
}
.lightbox[hidden] { display: none; }
.lightbox img {
  max-width: min(1100px, 100%);
  max-height: 88vh;
  object-fit: contain;
}
.lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.6rem;
  height: 2.6rem;
  border: 0;
  background: var(--accent);
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
}

.path-section { overflow: hidden; }
.path-head { max-width: 38rem; margin-inline: auto; text-align: center; }
.path-track { position: relative; padding: 0.4rem 0 1.2rem; }
.path-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
  z-index: 0;
}
.path-svg [data-path-bg] {
  stroke: color-mix(in srgb, var(--accent) 18%, transparent);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.path-svg [data-path-draw] {
  stroke: var(--accent);
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 8px color-mix(in srgb, var(--accent) 45%, transparent));
}
.path-svg [data-path-dot] {
  fill: var(--accent);
  stroke: #fff;
  stroke-width: 3;
  filter: drop-shadow(0 4px 10px color-mix(in srgb, var(--accent) 40%, transparent));
}
.path-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: clamp(1.6rem, 4vw, 2.8rem);
  position: relative;
  z-index: 1;
}
.path-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.95rem 1.1rem;
  align-items: start;
}
.path-station {
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  border: 2px solid var(--accent);
  color: var(--accent);
  font-family: var(--display);
  font-size: 0.82rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  box-shadow: 0 0 0 6px color-mix(in srgb, var(--accent) 8%, transparent);
  transition: background 0.25s, color 0.25s, box-shadow 0.25s, transform 0.25s;
}
.path-step.is-on .path-station {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 0 0 8px color-mix(in srgb, var(--accent) 16%, transparent);
  transform: scale(1.06);
}
.path-card {
  background: #fff;
  border: 1px solid var(--line);
  padding: 1.15rem 1.2rem 1.2rem;
  transition: border-color 0.2s, transform 0.2s;
}
.path-step.is-on .path-card {
  border-color: color-mix(in srgb, var(--accent) 38%, var(--line));
}
.path-card h3 { margin-bottom: 0.35rem; }
.path-card p { color: var(--muted); margin: 0; }
@media (min-width: 860px) {
  .path-step { width: min(46%, 28rem); }
  .path-step:nth-child(odd) { justify-self: start; }
  .path-step:nth-child(even) {
    justify-self: end;
    grid-template-columns: 1fr auto;
  }
  .path-step:nth-child(even) .path-station { order: 2; }
}
@media (prefers-reduced-motion: reduce) {
  .path-step .path-station,
  .path-step .path-card { transition: none; }
}

.quote {
  font-family: var(--display);
  font-size: clamp(1.4rem, 3vw, 2.05rem);
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 0 0 1rem;
}
.person { color: var(--muted); font-size: 0.92rem; }

.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 1.05rem 2rem 1.05rem 0;
  font-weight: 650;
  position: relative;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 1rem;
  font-size: 1.3rem;
  color: var(--accent);
}
.faq-item[open] summary::after { content: "–"; }
.faq-body { padding: 0 0 1.1rem; color: var(--muted); max-width: 46rem; }

.prices { display: grid; gap: 1rem; }
@media (min-width: 900px) { .prices { grid-template-columns: repeat(3, 1fr); } }
.price.is-featured { background: var(--dark); color: var(--cream); border-color: var(--dark); }
.price .amount {
  font-family: var(--display);
  font-size: 2.4rem;
  letter-spacing: -0.04em;
  margin: 0.4rem 0 1rem;
}
.price li { padding: 0.35rem 0 0.35rem 1.1rem; position: relative; opacity: 0.9; }
.price li::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  background: var(--accent);
  position: absolute;
  left: 0;
  top: 0.7rem;
}

.form { background: #fff; border: 1px solid var(--line); padding: 1.25rem; }
.form-grid { display: grid; gap: 0.85rem; }
@media (min-width: 700px) { .form-grid { grid-template-columns: 1fr 1fr; } }
.form label, .check { display: grid; gap: 0.35rem; font-size: 0.9rem; font-weight: 600; }
.form .full { grid-column: 1 / -1; }
.form input, .form select, .form textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: var(--cream);
  padding: 0.7rem 0.75rem;
}
.form input:focus, .form select:focus, .form textarea:focus {
  outline: 2px solid var(--ink);
  outline-offset: 1px;
}
.check { display: flex; gap: 0.7rem; align-items: flex-start; font-weight: 450; margin: 1rem 0; }
.check input { margin-top: 0.25rem; }
.form-actions { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; }
.form-note, .form-status { color: var(--muted); font-size: 0.88rem; margin: 0; }
.form-status.is-ok { color: #1f6b4a; }
.form-status.is-err { color: var(--accent); }
.hp { position: absolute; left: -9999px; height: 0; overflow: hidden; }

.prose { max-width: 42rem; }
.prose h2, .prose h3 { margin-top: 1.8rem; }
.prose ul { list-style: disc; padding-left: 1.2rem; margin: 0 0 1rem; }
.prose li { margin: 0.25rem 0; }
.prose a { color: var(--accent-2); }

.page-hero {
  padding: clamp(1.15rem, 3vw, 2.1rem) 0 clamp(1.6rem, 4vw, 2.6rem);
}
.page-hero h1 {
  max-width: 22ch;
  margin-bottom: 0.7rem;
  line-height: 1.08;
}
.page-hero .lede { margin-bottom: 0; }
.page-hero .btn-row { margin-top: 1.25rem; }
.page-hero .btn { border-radius: 999px; }
.page-hero .hero-badge { margin-bottom: 0.9rem; }

.cta-band { background: var(--dark); color: #fff; padding: clamp(2.5rem, 6vw, 4.2rem) 0; }
.cta-band .lede { color: #fff; }
.cta-band-inner { display: grid; gap: 1.5rem; }
@media (min-width: 860px) {
  .cta-band-inner { grid-template-columns: 1.3fr 0.7fr; align-items: center; }
}
.cta-band-actions { display: flex; flex-direction: column; gap: 0.65rem; }
.cta-band-actions .btn { justify-content: flex-start; }

.site-footer {
  background: var(--ink);
  color: #d7d1c5;
  padding: 3rem 0 8.5rem;
  font-size: 0.95rem;
}
.footer-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.5rem;
}
.footer-actions .btn { justify-content: center; }
.footer-grid { display: grid; gap: 2rem; }
@media (min-width: 860px) { .footer-grid { grid-template-columns: 1.4fr 0.8fr 0.8fr 1fr; } }
.footer-title { color: #fff; font-family: var(--display); letter-spacing: 0.04em; margin: 0 0 0.8rem; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: #fff; }
.footer-brand .brand img { height: 52px; max-width: 280px; }
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.6rem;
  border-top: 1px solid rgba(255,255,255,.1);
  margin-top: 2rem;
  padding-top: 1rem;
  font-size: 0.82rem;
}

.contact-dock {
  position: fixed;
  z-index: 55;
  inset: auto 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--ink);
  padding-bottom: env(safe-area-inset-bottom);
}
.contact-dock a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 3.55rem;
  padding: 0.75rem 0.7rem;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
.contact-dock svg {
  width: 1.35rem;
  height: 1.35rem;
  flex-shrink: 0;
}
.contact-dock span {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}
.contact-dock strong { font-size: 0.95rem; }
.contact-dock em {
  font-style: normal;
  font-weight: 550;
  font-size: 0.72rem;
  opacity: 0.88;
}
.contact-dock .is-whatsapp { background: #25d366; }
.contact-dock .is-call { background: var(--accent); }
@media (min-width: 980px) {
  body { padding-bottom: 0; }
  .site-footer { padding-bottom: 9rem; }
  .contact-dock {
    inset: auto 1.15rem 1.15rem auto;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    background: transparent;
    padding-bottom: 0;
    width: min(17.5rem, calc(100vw - 2.3rem));
  }
  .contact-dock a {
    justify-content: flex-start;
    min-height: 3.7rem;
    padding: 0.7rem 1.15rem 0.7rem 0.9rem;
    border-radius: 999px;
    box-shadow: 0 16px 38px rgba(18, 17, 14, 0.28);
  }
  .contact-dock .is-whatsapp {
    animation: dock-pulse 2.6s ease-in-out infinite;
  }
}

@keyframes dock-pulse {
  0%, 100% { box-shadow: 0 16px 38px rgba(37, 211, 102, 0.32); }
  50% { box-shadow: 0 16px 38px rgba(37, 211, 102, 0.55), 0 0 0 9px rgba(37, 211, 102, 0.16); }
}

.cookie {
  position: fixed;
  z-index: 60;
  left: 0.8rem;
  right: 0.8rem;
  bottom: 5.4rem;
  background: #fff;
  border: 1px solid var(--ink);
  padding: 1rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  box-shadow: var(--shadow);
}
.cookie[hidden] { display: none; }
.cookie p { margin: 0; font-size: 0.88rem; }
@media (min-width: 980px) { .cookie { bottom: 1rem; left: 1rem; max-width: 38rem; right: auto; } }

.contact-grid { display: grid; gap: 1.5rem; }
@media (min-width: 900px) { .contact-grid { grid-template-columns: 0.8fr 1.2fr; } }
.info-box { background: var(--dark); color: #fff; padding: 1.4rem; }
.info-box a { color: #fff; }
.article { padding-top: 1.15rem; padding-bottom: 3rem; }
.article .hero-badge { margin: 0.4rem 0 0.9rem; }
.article h1 { max-width: 22ch; margin-bottom: 0.55rem; }
.article .btn { border-radius: 999px; }
.article-meta { color: var(--muted); font-size: 0.9rem; margin-bottom: 1.4rem; }
.list-check li { padding-left: 1.2rem; position: relative; margin: 0.4rem 0; }
.list-check li::before { content: ""; width: 0.5rem; height: 0.5rem; background: var(--accent); position: absolute; left: 0; top: 0.5rem; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee-track, .btn, .hero-laptop, .contact-dock .is-whatsapp { animation: none; transition: none; }
  .hero-scene { display: none; }
  .path-svg [data-path-draw] { filter: none; }
}
