:root,
.sw-root {
  --sw-bg: #070a12;
  --sw-ink: #f8fafc;
  --sw-ink-soft: #a7b0c0;
  --sw-accent: #6366f1;
  --sw-font-display: Inter, Manrope, "Segoe UI", system-ui, sans-serif;
  --sw-font-body: Inter, "Segoe UI", system-ui, sans-serif;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #070a12; }
html.sw-carousel-page { scroll-snap-type: none; }
html.sw-carousel-page.sw-carousel-jumping { scroll-snap-type: none; scroll-behavior: auto; }
html.sw-carousel-page .site-content { scroll-snap-align: none; scroll-snap-stop: normal; }
body { margin: 0; background: #070a12; color: #f8fafc; font-family: var(--sw-font-body); }
a { color: inherit; }

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

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 999;
  transform: translateY(-160%);
  padding: 12px 16px;
  border-radius: 999px;
  background: #f8fafc;
  color: #070a12;
  font-weight: 800;
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.mobile-nav { display: none; }

.sw-root .sw-topbar {
  z-index: 120;
  background: linear-gradient(180deg, rgba(7, 10, 18, .82), transparent);
}
.lp-content-active .sw-root .sw-topbar {
  background: rgba(7, 10, 18, .78);
  border-bottom: 1px solid rgba(148, 163, 184, .12);
  backdrop-filter: blur(18px);
}
.sw-root .sw-brand__mark,
.footer-brand__mark {
  width: 32px;
  height: 22px;
  border: 2px solid currentColor;
  border-radius: 999px;
  background: radial-gradient(circle at 72% 50%, transparent 0 18%, currentColor 19% 23%, transparent 24%), linear-gradient(currentColor, currentColor) 72% 43% / 2px 7px no-repeat;
  box-shadow: none;
}
.sw-root .sw-brand__mark {
  width: 38px;
  height: 24px;
  border: 0;
  border-radius: 0;
  background: url('/brand/booting-symbol.svg') center / contain no-repeat;
}
.sw-root .sw-brand { gap: 8px; }
.sw-root .sw-brand__name {
  font-size: clamp(.76rem, .86vw, .9rem);
  font-weight: 750;
  letter-spacing: .055em;
  white-space: nowrap;
}
.sw-root .sw-nav { background: rgba(7, 10, 18, .58); border-color: rgba(248, 250, 252, .12); }
.sw-root .sw-nav__item {
  padding-inline: 11px;
  font-size: .76rem;
  white-space: nowrap;
}
.sw-topbar__actions { display: flex; align-items: center; gap: 10px; }
.sw-language {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border: 1px solid rgba(248, 250, 252, .12);
  border-radius: 999px;
  background: rgba(7, 10, 18, .62);
  box-shadow: inset 0 1px rgba(255,255,255,.04);
  backdrop-filter: blur(16px);
}
.sw-language a {
  display: inline-grid;
  min-width: 34px;
  min-height: 34px;
  place-items: center;
  border-radius: 999px;
  color: #9ea9bc;
  font-size: .67rem;
  font-weight: 850;
  letter-spacing: .06em;
  text-decoration: none;
  transition: color .18s ease, background .18s ease, box-shadow .18s ease;
}
.sw-language a:hover,
.sw-language a:focus-visible {
  color: #fff;
  outline: 2px solid color-mix(in srgb, var(--sw-accent) 72%, #fff);
  outline-offset: 2px;
}
.sw-language a[aria-current="page"] {
  color: #fff;
  background: color-mix(in srgb, var(--sw-accent) 72%, #111827);
  box-shadow: 0 5px 18px color-mix(in srgb, var(--sw-accent) 25%, transparent);
}
.sw-language--mobile { display: none; }
.sw-root .sw-topcta,
.sw-root .sw-btn--primary { background: linear-gradient(135deg, #6366f1, #d946ef); box-shadow: 0 12px 40px rgba(99, 102, 241, .28); }
.sw-root .sw-copylayer::before { background: linear-gradient(90deg, #070a12 0%, rgba(7,10,18,.86) 34%, rgba(7,10,18,.38) 67%, transparent 100%); }
.sw-root .sw-copy__body { color: #cbd5e1; }
.sw-root .sw-copy__tags { pointer-events: auto; }
.sw-root .sw-copy__tags li {
  padding: 0;
  overflow: hidden;
  color: #eef2ff;
  background: rgba(99, 102, 241, .15);
}
.sw-copy__tag {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 7px 14px;
  border-radius: inherit;
  color: inherit;
  text-decoration: none;
  transition: color .18s ease, background .18s ease, transform .18s ease;
}
.sw-copy__tag:hover,
.sw-copy__tag:focus-visible {
  color: #fff;
  background: color-mix(in srgb, var(--sw-accent) 24%, transparent);
  outline: 2px solid color-mix(in srgb, var(--sw-accent) 74%, #fff);
  outline-offset: -2px;
}
.sw-copy__tag:hover { transform: translateY(-1px); }
.sw-root .sw-hint { display: none !important; }

.sw-root--carousel .sw-stage { overflow: hidden; background: #070a12; }
.sw-root--carousel .sw-scene {
  background:
    radial-gradient(48% 62% at 73% 48%, color-mix(in srgb, var(--sw-accent) 17%, transparent), transparent 72%),
    linear-gradient(135deg, #070a12, #0b1020 58%, #070a12);
}
.sw-root--carousel .sw-scene::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 18%;
  right: 10%;
  width: min(48vw, 720px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: color-mix(in srgb, var(--sw-accent) 18%, transparent);
  filter: blur(90px);
  opacity: .66;
}
.sw-root--carousel .sw-scene::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: clamp(88px, 10vh, 118px) clamp(28px, 4vw, 68px) clamp(56px, 8vh, 88px) min(42vw, 620px);
  border: 1px solid rgba(248, 250, 252, .13);
  border-radius: clamp(24px, 3vw, 38px);
  background: linear-gradient(145deg, rgba(255,255,255,.035), transparent 46%);
  box-shadow: 0 32px 90px rgba(0, 0, 0, .38), inset 0 1px rgba(255, 255, 255, .06);
  pointer-events: none;
}
.sw-root--carousel .sw-scene__still,
.sw-root--carousel .sw-scene__video {
  z-index: 1;
  object-fit: contain;
  object-position: center;
  padding: clamp(88px, 10vh, 118px) clamp(28px, 4vw, 68px) clamp(56px, 8vh, 88px) min(42vw, 620px);
  filter: brightness(1.12) contrast(1.04) saturate(1.06);
}
.sw-root--film .sw-stage,
.sw-root--film .sw-scene { background: #04060b; }
.sw-root--film .sw-scene::before { display: none; }
.sw-root--film .sw-scene::after {
  z-index: 2;
  inset: 0;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(4, 6, 11, .88) 0%, rgba(4, 6, 11, .61) 29%, rgba(4, 6, 11, .08) 65%, rgba(4, 6, 11, .24) 100%),
    linear-gradient(180deg, rgba(4, 6, 11, .5) 0%, transparent 24%, transparent 70%, rgba(4, 6, 11, .5) 100%);
  box-shadow: inset 0 0 150px rgba(2, 3, 7, .38);
}
.sw-root--film .sw-scene__still,
.sw-root--film .sw-scene__video {
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover;
  object-position: 56% center;
  filter: brightness(.78) contrast(1.08) saturate(.88);
}
.sw-root--film .sw-scene__video {
  z-index: 1;
  opacity: 0;
  transition: opacity .18s ease;
}
.sw-root--film .sw-scene__still { z-index: 2; }
.sw-root--film .sw-scene::after { z-index: 3; }
.sw-root--film .sw-scene.has-clip .sw-scene__video { opacity: 1; }
.sw-root--film .sw-scene.has-clip .sw-scene__still { opacity: 0; }
.sw-root--film .sw-scene.is-film-start .sw-scene__video { opacity: 0; }
.sw-root--film .sw-scene.is-film-start .sw-scene__still { opacity: 1; }
.sw-root--film .sw-copylayer::before {
  width: min(58vw, 860px);
  background: linear-gradient(90deg, #04060b 0%, rgba(4, 6, 11, .86) 45%, rgba(4, 6, 11, .35) 72%, transparent 100%);
}
.sw-root--film .sw-copy { width: min(38vw, 540px); }
.sw-root--film .sw-copy__body { color: #e2e8f0; text-shadow: 0 2px 24px rgba(0, 0, 0, .48); }
.sw-root--film .sw-copy__tags li {
  border: 1px solid rgba(255, 255, 255, .1);
  background: rgba(12, 16, 30, .48);
  backdrop-filter: blur(14px);
}
.sw-root--digital .sw-stage {
  isolation: isolate;
  background:
    radial-gradient(60% 80% at 72% 44%, rgba(99, 102, 241, .2), transparent 70%),
    linear-gradient(145deg, #02040b, #071126 58%, #02040b);
}
.booting-world-canvas {
  position: absolute;
  inset: 0;
  z-index: 1000;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #02040b;
  pointer-events: none;
  transition: opacity .28s ease;
}
.booting-world-canvas.is-ready { opacity: 1; }
.sw-root--digital .sw-scene {
  visibility: hidden;
  opacity: 0 !important;
}
.sw-root--digital .sw-sky { opacity: 0; }
.sw-root--digital .sw-copylayer::before {
  width: min(54vw, 800px);
  background:
    linear-gradient(90deg, #02040b 0%, rgba(2, 4, 11, .97) 38%, rgba(2, 4, 11, .7) 65%, transparent 100%);
}
.sw-root--digital .sw-copy { width: min(36vw, 520px); }
.sw-root--digital .sw-copy__title {
  font-size: clamp(2.6rem, 5.1vw, 4.65rem);
  line-height: .96;
  letter-spacing: -.055em;
}
.sw-root--digital .sw-copy__body {
  color: #d2daea;
  text-shadow: 0 2px 28px rgba(0, 0, 0, .72);
}
.sw-root--digital .sw-copy__tags li {
  border: 1px solid rgba(255, 255, 255, .11);
  background: rgba(9, 15, 31, .58);
  box-shadow: inset 0 1px rgba(255, 255, 255, .04);
  backdrop-filter: blur(14px);
}
.sw-root--digital .sw-hint {
  padding: 8px 14px;
  border: 1px solid rgba(151, 164, 204, .13);
  border-radius: 999px;
  background: rgba(2, 5, 14, .42);
  backdrop-filter: blur(12px);
}
.sw-root--digital .sw-hint i { display: none; }
.sw-root--depth .sw-scene__still { transition: opacity .22s ease; }
.sw-root--depth .sw-depth-canvas {
  position: absolute;
  z-index: 1000;
  top: clamp(88px, 10vh, 118px);
  left: min(42vw, 620px);
  width: calc(100% - min(42vw, 620px) - clamp(28px, 4vw, 68px));
  height: calc(100% - clamp(88px, 10vh, 118px) - clamp(56px, 8vh, 88px));
  display: block;
  max-width: none;
  border: 1px solid rgba(248, 250, 252, .13);
  border-radius: clamp(24px, 3vw, 38px);
  background: #050812;
  box-shadow: 0 32px 90px rgba(0, 0, 0, .38), inset 0 1px rgba(255, 255, 255, .06);
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease;
}
.sw-root--depth[data-render-state="ready"] .sw-depth-canvas { opacity: 1; }
.sw-root--depth[data-render-state="ready"] .sw-scene__still { opacity: 0; }
.sw-root--depth[data-renderer="fallback"] .sw-depth-canvas,
.sw-root--depth[data-render-state="lost"] .sw-depth-canvas,
.sw-root--depth[data-render-state="failed"] .sw-depth-canvas { visibility: hidden; opacity: 0; }
.sw-root--carousel .sw-copylayer::before {
  width: min(48vw, 720px);
  background: linear-gradient(90deg, #070a12 0%, rgba(7,10,18,.92) 56%, rgba(7,10,18,.46) 78%, transparent 100%);
}
.sw-root--carousel .sw-copy { width: min(35vw, 500px); }
.sw-root--carousel .sw-copy__title { font-size: clamp(2.25rem, 4.5vw, 4rem); }
.sw-root--digital .sw-route {
  gap: 3px;
  padding: 14px 4px;
}
.sw-root--digital .sw-route::before {
  top: 28px;
  bottom: 28px;
  box-shadow: 0 0 18px color-mix(in srgb, var(--sw-accent) 52%, transparent);
}
.sw-root--digital .sw-route__dot {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  outline: none;
}
.sw-root--digital .sw-route__dot::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid var(--sw-accent);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
}
.sw-root--digital .sw-route__dot:hover::after,
.sw-root--digital .sw-route__dot:focus-visible::after,
.sw-root--digital .sw-route__dot.is-active::after {
  animation: booting-route-pulse 2.1s ease-out infinite;
}
.sw-root--digital .sw-route__dot:focus-visible {
  outline: 2px solid #f8fafc;
  outline-offset: 2px;
}
.sw-root--digital .sw-route__dot:focus-visible .sw-route__label {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
.sw-root--digital .sw-route__dot.is-active .sw-route__label {
  visibility: hidden;
  opacity: 0;
}
.sw-root--digital .sw-route__label { right: 34px; }
.sw-route__action {
  position: absolute;
  right: 50px;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas: "sector arrow" "label arrow";
  gap: 3px 16px;
  width: max-content;
  min-width: 218px;
  max-width: 270px;
  min-height: 58px;
  padding: 10px 14px 11px;
  border: 1px solid color-mix(in srgb, var(--sw-accent) 46%, rgba(255,255,255,.12));
  border-radius: 17px;
  color: #f8fafc;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--sw-accent) 17%, rgba(8,13,27,.94)), rgba(5,9,20,.94));
  box-shadow: 0 18px 48px rgba(0, 0, 0, .42), 0 0 32px color-mix(in srgb, var(--sw-accent) 16%, transparent);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  text-decoration: none;
  transform: translateY(-50%) translateX(12px) scale(.97);
  transform-origin: right center;
  transition: opacity .22s ease, transform .28s ease, border-color .22s ease, box-shadow .22s ease;
  backdrop-filter: blur(18px);
}
.sw-route__action[data-visible="true"] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(-50%) translateX(0) scale(1);
}
.sw-route__action:hover,
.sw-route__action:focus-visible {
  border-color: color-mix(in srgb, var(--sw-accent) 82%, #fff);
  box-shadow: 0 20px 54px rgba(0, 0, 0, .48), 0 0 38px color-mix(in srgb, var(--sw-accent) 28%, transparent);
  outline: none;
}
.sw-route__action-sector {
  grid-area: sector;
  color: color-mix(in srgb, var(--sw-accent) 76%, #fff);
  font-size: .63rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.sw-route__action-label {
  grid-area: label;
  font-size: .82rem;
  line-height: 1.25;
}
.sw-route__action i {
  grid-area: arrow;
  align-self: center;
  color: var(--sw-accent);
  font-size: 1.25rem;
  font-style: normal;
  transition: transform .2s ease;
}
.sw-route__action:hover i,
.sw-route__action:focus-visible i { transform: translateX(3px); }
.sw-copy__cta--timeline { display: none !important; }

/* The tour hands the viewport to the landing page without leaving its fixed
   scene, copy or progress rail visible behind the transparent WebGL layer. */
.sw-root .sw-stage,
.sw-root .sw-copylayer,
.sw-root .sw-route,
.sw-root .sw-scrollbar {
  transition: opacity .24s ease .12s, visibility 0s linear .12s;
}
.lp-content-active .sw-root .sw-stage,
.lp-content-active .sw-root .sw-copylayer,
.lp-content-active .sw-root .sw-route,
.lp-content-active .sw-root .sw-scrollbar {
  opacity: 0 !important;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s ease, visibility 0s linear .2s;
}

@keyframes booting-route-pulse {
  0% { opacity: .7; transform: scale(.45); }
  72%, 100% { opacity: 0; transform: scale(1.75); }
}

.site-content {
  position: relative;
  z-index: 80;
  isolation: isolate;
  overflow: clip;
  background: linear-gradient(180deg, #070a12, #0b1020 42%, #070a12);
  border-top: 1px solid rgba(148, 163, 184, .14);
}
.lp-world-layer { display: none; }
.sw-carousel-page .site-content {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .16s ease, visibility 0s linear .16s;
}
.lp-world-ready .site-content {
  background:
    linear-gradient(180deg, rgba(4, 7, 17, .06), rgba(5, 9, 20, .34) 26%, rgba(5, 9, 20, .2) 72%, rgba(4, 7, 17, .72));
  border-top-color: transparent;
}
.sw-carousel-page.lp-content-active .site-content {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity .28s ease .18s, visibility 0s linear .18s;
}
.lp-world-ready .lp-world-layer {
  position: sticky;
  top: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100vh;
  height: 100svh;
  margin-bottom: -100vh;
  margin-bottom: -100svh;
  overflow: hidden;
  background: #040711;
  pointer-events: none;
}
.lp-world-canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.lp-world-vignette {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 68% 46%, transparent 0 18%, rgba(4, 7, 17, .08) 46%, rgba(4, 7, 17, .78) 100%),
    linear-gradient(180deg, rgba(4, 7, 17, .16), transparent 28%, transparent 72%, rgba(4, 7, 17, .54));
}
.lp-world-ready .site-content::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: min(28vh, 240px);
  background: linear-gradient(180deg, rgba(4, 7, 17, .72), transparent);
  pointer-events: none;
}
.content-section,
.site-footer {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}
.content-section {
  position: relative;
  z-index: 2;
  min-height: 92vh;
  min-height: 92svh;
  padding: clamp(90px, 11vw, 160px) 0;
}
.intro {
  display: grid;
  min-height: 100vh;
  min-height: 100svh;
  align-content: center;
  text-align: center;
  max-width: 900px;
}
.kicker { margin: 0 0 18px; color: #8b9cff; font-weight: 800; letter-spacing: .17em; font-size: .78rem; }
.content-section h2 { margin: 0; font-size: clamp(2.4rem, 6vw, 5.3rem); line-height: .98; letter-spacing: -.055em; }
.lead,
.final-cta p { color: #aeb8ca; font-size: clamp(1.08rem, 2vw, 1.35rem); line-height: 1.7; }
.lead { max-width: 720px; margin: 28px auto 0; }
.actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 999px; text-decoration: none; font-weight: 800; transition: transform .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: white; background: linear-gradient(135deg, #6366f1, #d946ef); box-shadow: 0 18px 50px rgba(99,102,241,.25); }
.button--ghost { border: 1px solid rgba(248, 250, 252, .22); }
.button--whatsapp { color: #05110a; background: #66e295; }

.card-grid { display: grid; gap: 18px; margin-top: 50px; }
.card-grid--services { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card-grid--projects { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-card,
.project-card,
.process-card { position: relative; overflow: hidden; min-height: 280px; padding: 32px; border: 1px solid rgba(148,163,184,.16); border-radius: 28px; background: linear-gradient(145deg, rgba(17,24,39,.76), rgba(7,12,27,.55)); box-shadow: inset 0 1px rgba(255,255,255,.05), 0 26px 70px rgba(0,0,0,.18); backdrop-filter: blur(16px); }
.service-card::before,
.project-card::before { content: ""; position: absolute; inset: auto -20% -60% 20%; height: 78%; border-radius: 50%; filter: blur(54px); background: rgba(99,102,241,.16); pointer-events: none; }
.service-card--accent::before { background: rgba(217,70,239,.22); }
.card-index { color: #7482ff; font: 700 .78rem ui-monospace, monospace; }
.service-card h3,
.project-card h3 { position: relative; margin: 54px 0 14px; font-size: clamp(1.6rem,3vw,2.4rem); letter-spacing: -.035em; }
.service-card p,
.project-card p { position: relative; color: #aeb8ca; line-height: 1.65; }
.service-card a,
.project-card a { position: relative; display: inline-block; margin-top: 18px; color: #b8c1ff; font-weight: 800; text-decoration: none; }
.status { display: inline-flex; padding: 7px 11px; border-radius: 999px; background: rgba(99,102,241,.16); color: #b9c0ff; font-size: .7rem; font-weight: 900; letter-spacing: .1em; }
.project-card--ready .status { background: rgba(52,211,153,.14); color: #75e7bd; }
.project-card--prisma::before { background: rgba(217,70,239,.2); }
.project-card--building { opacity: .82; }
.disabled-link { position: relative; display: inline-block; margin-top: 18px; color: #7f8a9d; font-weight: 800; }

.process-section h2,
.faq-section h2 { max-width: 14ch; }
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 52px 0 0;
  padding: 0;
  list-style: none;
}
.process-card { min-height: 300px; }
.process-card::before {
  content: "";
  position: absolute;
  inset: auto -35% -50% 5%;
  height: 72%;
  border-radius: 50%;
  background: rgba(34, 211, 238, .13);
  filter: blur(46px);
}
.process-card > * { position: relative; }
.process-card > span { color: #50d8ee; font: 800 .78rem ui-monospace, monospace; letter-spacing: .14em; }
.process-card h3 { margin: 64px 0 16px; font-size: clamp(1.3rem, 2vw, 1.8rem); letter-spacing: -.025em; }
.process-card p { margin: 0; color: #aeb8ca; line-height: 1.65; }

.faq-section { min-height: auto; }
.faq-grid { display: grid; gap: 12px; margin-top: 52px; }
.faq-grid details {
  border: 1px solid rgba(148, 163, 184, .16);
  border-radius: 20px;
  background: rgba(8, 14, 30, .68);
  backdrop-filter: blur(16px);
}
.faq-grid summary {
  position: relative;
  padding: 22px 58px 22px 24px;
  cursor: pointer;
  list-style: none;
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  font-weight: 800;
}
.faq-grid summary::-webkit-details-marker { display: none; }
.faq-grid summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 24px;
  color: #8b9cff;
  font-size: 1.45rem;
  transform: translateY(-50%);
}
.faq-grid details[open] summary::after { content: "−"; }
.faq-grid details p { max-width: 850px; margin: 0; padding: 0 24px 24px; color: #aeb8ca; line-height: 1.7; }

.lp-world-ready .js-reveal {
  --reveal-y: 28px;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  opacity: 0;
  transform: translate3d(0, var(--reveal-y), 0) perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transition: opacity .7s ease var(--reveal-delay, 0ms), transform .85s cubic-bezier(.2,.7,.2,1) var(--reveal-delay, 0ms), border-color .25s ease;
  will-change: opacity, transform;
}
.lp-world-ready .js-reveal.is-visible { --reveal-y: 0px; opacity: 1; }
[data-tilt].is-visible:hover { border-color: color-mix(in srgb, #818cf8 58%, rgba(255,255,255,.16)); }

.final-cta { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(260px,.7fr); align-items: center; gap: 50px; border-top: 1px solid rgba(148,163,184,.14); }
.final-cta .actions { justify-content: flex-end; }
.site-footer { position: relative; z-index: 82; padding: 54px 0 42px; border-top: 1px solid rgba(148,163,184,.14); color: #8792a6; background: #070a12; }
.footer-brand { display: flex; align-items: center; gap: 12px; color: #f8fafc; letter-spacing: .08em; }
.footer-brand img { width: min(230px, 64vw); height: auto; }
.site-footer p { max-width: 620px; line-height: 1.6; }
.site-footer .stock-disclosure { max-width: 720px; color: #667085; font-size: .78rem; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 18px; margin: 28px 0; }
.site-footer nav a { text-decoration: none; }
.site-footer nav a:hover { color: #f8fafc; }
.noscript-message { min-height: 100vh; display: grid; place-content: center; text-align: center; padding: 30px; }

.floating-whatsapp {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  padding: 7px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  color: #042914;
  background: #69e59b;
  box-shadow: 0 18px 48px rgba(0,0,0,.35), 0 0 28px rgba(37,211,102,.18);
  text-decoration: none;
  font-size: .8rem;
  font-weight: 900;
  transition: transform .2s ease, box-shadow .2s ease;
}
.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 22px 54px rgba(0,0,0,.42), 0 0 34px rgba(37,211,102,.28);
  outline: 3px solid rgba(255,255,255,.92);
  outline-offset: 3px;
}
.floating-whatsapp__icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #159447;
}
.floating-whatsapp__icon svg { width: 25px; height: 25px; }

.legal-page { min-height: 100vh; background: radial-gradient(circle at 18% 0%, rgba(99,102,241,.17), transparent 34rem), #070a12; }
.legal-header { width: min(900px, calc(100% - 40px)); margin: 0 auto; padding: 28px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.legal-header img { width: min(210px, 52vw); height: auto; }
.legal-header a { color: #cbd5e1; text-decoration: none; font-weight: 800; }
.legal-main { width: min(900px, calc(100% - 40px)); margin: 0 auto; padding: clamp(70px, 10vw, 120px) 0; }
.legal-main h1 { max-width: 820px; margin: 0 0 26px; font-size: clamp(2.6rem, 7vw, 5.5rem); line-height: .98; letter-spacing: -.055em; }
.legal-main .legal-updated { color: #8b9cff; font-size: .82rem; font-weight: 800; letter-spacing: .12em; }
.legal-copy { margin-top: 56px; padding: clamp(24px, 5vw, 52px); border: 1px solid rgba(148,163,184,.14); border-radius: 28px; background: rgba(17,24,39,.72); }
.legal-copy h2 { margin: 2.2em 0 .65em; font-size: clamp(1.35rem, 3vw, 1.8rem); }
.legal-copy h2:first-child { margin-top: 0; }
.legal-copy p, .legal-copy li { color: #b7c1d2; line-height: 1.75; }
.legal-copy a { color: #b8c1ff; }

@media (max-width: 860px) {
  .sw-root .sw-copylayer::before { background: linear-gradient(0deg, #070a12 8%, rgba(7,10,18,.86) 50%, transparent 100%); }
  .sw-root--carousel .sw-scene::before {
    top: 10%;
    right: 5%;
    width: 90vw;
    filter: blur(62px);
  }
  .sw-root--carousel .sw-scene::after {
    inset: calc(66px + env(safe-area-inset-top)) 14px 44dvh;
    border-radius: 24px;
  }
  .sw-root--carousel .sw-scene__still,
  .sw-root--carousel .sw-scene__video {
    object-position: center;
    padding: calc(66px + env(safe-area-inset-top)) 14px 44dvh;
  }
  .sw-root--film .sw-scene::after {
    inset: 0;
    border: 0;
    border-radius: 0;
    background:
      linear-gradient(0deg, #04060b 0%, rgba(4, 6, 11, .93) 24%, rgba(4, 6, 11, .32) 58%, rgba(4, 6, 11, .28) 100%),
      linear-gradient(180deg, rgba(4, 6, 11, .5), transparent 22%);
    box-shadow: inset 0 0 100px rgba(2, 3, 7, .38);
  }
  .sw-root--film .sw-scene__still,
  .sw-root--film .sw-scene__video {
    padding: 0;
    object-fit: cover;
    object-position: center;
    filter: brightness(.74) contrast(1.08) saturate(.88);
  }
  .sw-root--film .sw-copylayer::before {
    height: 58dvh;
    background: linear-gradient(0deg, #04060b 8%, rgba(4, 6, 11, .94) 54%, transparent 100%);
  }
  .sw-root--film .sw-copy { width: auto; }
  .sw-root--digital .sw-copylayer::before {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 56dvh;
    background: linear-gradient(0deg, #02040b 8%, rgba(2, 4, 11, .97) 60%, transparent 100%);
  }
  .sw-root--digital .sw-copy { width: auto; }
  .sw-root--digital .sw-copy__title {
    max-width: 12ch;
    font-size: clamp(2rem, 8.7vw, 3rem);
  }
  .sw-root--digital .sw-copy__body {
    display: -webkit-box;
    max-width: 38rem;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .sw-root--digital .sw-route {
    right: 2px;
    gap: 2px;
    padding: 12px 1px;
  }
  .sw-root--digital .sw-route__dot {
    width: 44px;
    height: 44px;
  }
  .sw-route__action { display: none; }
  .sw-copy__cta--timeline {
    display: flex !important;
    margin-top: 16px;
  }
  .sw-copy__cta--timeline .sw-btn {
    min-height: 44px;
    padding: 11px 18px;
    font-size: .86rem;
  }
  .sw-root--digital .sw-hint { display: none; }
  .sw-root--depth .sw-depth-canvas {
    top: calc(66px + env(safe-area-inset-top));
    left: 14px;
    width: calc(100% - 28px);
    height: calc(56dvh - 66px - env(safe-area-inset-top));
    border-radius: 24px;
  }
  .sw-root--carousel .sw-copylayer::before {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 48dvh;
    background: linear-gradient(0deg, #070a12 10%, rgba(7,10,18,.96) 72%, transparent 100%);
  }
  .sw-root--carousel .sw-copy { width: auto; }
  .sw-root--carousel .sw-copy__num { display: none; }
  .sw-root--carousel .sw-copy__eyebrow { margin-top: 0; }
  .sw-root--carousel .sw-copy__title { font-size: clamp(1.8rem, 7vw, 2.5rem); }
  .sw-root--carousel .sw-copy__body { margin-top: 12px; }
  .sw-root--carousel .sw-copy__tags { margin-top: 14px; }
  .sw-copy__tag { min-height: 44px; }
  .sw-root .sw-topcta { display: none; }
  .sw-root .sw-topbar__actions,
  .sw-language--desktop { display: none; }
  .mobile-nav {
    display: block;
    position: fixed;
    top: calc(14px + env(safe-area-inset-top));
    right: 14px;
    z-index: 130;
    color: #f8fafc;
  }
  .mobile-nav summary {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    padding: 0 15px;
    border: 1px solid rgba(248, 250, 252, .16);
    border-radius: 999px;
    background: rgba(7, 10, 18, .78);
    box-shadow: 0 12px 34px rgba(0, 0, 0, .24);
    backdrop-filter: blur(18px);
    cursor: pointer;
    list-style: none;
    font-size: .82rem;
    font-weight: 800;
  }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav__icon { display: grid; gap: 4px; width: 15px; }
  .mobile-nav__icon i { display: block; width: 15px; height: 2px; border-radius: 2px; background: currentColor; transition: transform .2s ease; }
  .mobile-nav[open] .mobile-nav__icon i:first-child { transform: translateY(3px) rotate(45deg); }
  .mobile-nav[open] .mobile-nav__icon i:last-child { transform: translateY(-3px) rotate(-45deg); }
  .mobile-nav__panel {
    position: absolute;
    top: 52px;
    right: 0;
    display: grid;
    width: min(360px, calc(100vw - 28px));
    max-height: calc(100dvh - 84px - env(safe-area-inset-top));
    padding: 14px;
    overflow: auto;
    border: 1px solid rgba(148, 163, 184, .2);
    border-radius: 24px;
    background: rgba(11, 16, 32, .96);
    box-shadow: 0 26px 70px rgba(0, 0, 0, .46);
    backdrop-filter: blur(24px);
  }
  .mobile-nav__panel > a {
    padding: 13px 14px;
    border-radius: 13px;
    color: #cbd5e1;
    text-decoration: none;
    font-weight: 750;
  }
  .mobile-nav__panel > a:hover,
  .mobile-nav__panel > a:focus-visible,
  .mobile-nav__panel > a[aria-current="page"] { color: #fff; background: rgba(99, 102, 241, .13); outline: none; }
  .mobile-nav__panel .mobile-nav__primary { margin-top: 8px; color: #fff; text-align: center; background: linear-gradient(135deg, #6366f1, #d946ef); }
  .mobile-nav__panel .sw-language--mobile {
    display: flex;
    justify-self: stretch;
    justify-content: center;
    margin: 10px 0 2px;
  }
  .mobile-nav__panel .sw-language a { min-width: 54px; min-height: 44px; }
  .mobile-nav__social { display: flex; gap: 18px; margin-top: 10px; padding: 14px; border-top: 1px solid rgba(148, 163, 184, .16); }
  .mobile-nav__social a { color: #9aa6b9; text-decoration: none; font-size: .84rem; font-weight: 700; }
  .card-grid--services,
  .card-grid--projects,
  .final-cta { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .final-cta .actions { justify-content: flex-start; }
  .service-card,
  .project-card { min-height: 240px; }
  .content-section { min-height: auto; padding-block: clamp(86px, 20vw, 126px); }
  .intro { min-height: 100svh; }
  .lp-world-layer { contain: strict; }
  .service-card,
  .project-card,
  .process-card,
  .faq-grid details {
    background: rgba(10, 16, 32, .9);
    backdrop-filter: none;
  }
  .service-card::before,
  .project-card::before,
  .process-card::before {
    filter: none;
    background: radial-gradient(circle, rgba(99, 102, 241, .2), transparent 70%);
  }
  .lp-world-ready .js-reveal,
  .lp-world-ready .js-reveal.is-visible { will-change: auto; }
  .lp-world-vignette {
    background:
      radial-gradient(circle at 58% 32%, transparent 0 12%, rgba(4,7,17,.16) 42%, rgba(4,7,17,.84) 100%),
      linear-gradient(180deg, rgba(4,7,17,.18), transparent 22%, rgba(4,7,17,.42));
  }
  .floating-whatsapp {
    right: max(12px, env(safe-area-inset-right));
    bottom: max(12px, env(safe-area-inset-bottom));
    width: 54px;
    height: 54px;
    padding: 6px;
  }
  .floating-whatsapp__icon { width: 42px; height: 42px; }
}

@media (max-width: 620px) {
  .process-grid { grid-template-columns: 1fr; }
  .process-card { min-height: 230px; }
  .process-card h3 { margin-top: 42px; }
  .faq-grid summary { padding-inline: 20px 52px; }
  .faq-grid summary::after { right: 20px; }
  .faq-grid details p { padding-inline: 20px; }
}

@media (max-width: 860px) and (max-height: 720px) {
  .sw-root--digital .sw-copy__tags {
    display: flex;
    flex-wrap: nowrap;
    max-width: calc(100vw - 76px);
    margin-top: 9px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }
  .sw-root--digital .sw-copy__tags::-webkit-scrollbar { display: none; }
  .sw-root--digital .sw-copy__tags li { flex: 0 0 auto; }
  .sw-root--digital .sw-copy__body { -webkit-line-clamp: 2; }
  .sw-root--digital .sw-copy__cta { margin-top: 12px; }
}

@media (max-width: 380px) {
  .sw-root .sw-topbar { padding-left: 14px; }
  .sw-root .sw-brand { gap: 7px; }
  .sw-root .sw-brand__mark { width: 30px; }
  .sw-root .sw-brand__name {
    font-size: .74rem;
    letter-spacing: .04em;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .sw-root:not(.sw-root--carousel) .sw-track { height: 100vh !important; }
  .sw-root .sw-route,
  .sw-root .sw-hint { display: none; }
  .sw-root--depth .sw-depth-canvas { display: none !important; }
  .sw-root--depth .sw-scene__still { opacity: 1 !important; }
  .sw-root--film .sw-scene__still { opacity: 1 !important; }
  .sw-root--digital .booting-world-canvas { transition: none; }
  .sw-root--digital .sw-route__dot::after { animation: none !important; }
  .sw-route__action { transition: none; }
  .lp-world-ready .js-reveal { opacity: 1; transform: none; }
  [data-tilt] { transform: none !important; }
}
