/*
Theme Name: Blackjack (WPConvert)
Theme URI: https://wpconvert.ai
Author: WPConvert.ai
Author URI: https://wpconvert.ai
Description: This theme was automatically generated from your original site design using WPConvert.ai. It preserves your layout, colors, typography, header, footer, and page content, and makes it editable in WordPress.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.6
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpconvert
Tags: landing page, responsive, custom header, custom footer
*/

/* External Stylesheets - @import statements MUST come before any CSS rules */
@import url('https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@600;700;800&family=Archivo:wght@400;500;600;700&family=IBM+Plex+Mono:wght@500&display=swap');

/* CSS Variables */
:root {
}

/* Inline Styles */

/* Extracted CSS from page */
:root {
  --accent: #1f4bff;
  --d1: 0.22s;
  --d2: 0.7s;
  --d3: 1.3s;
  --loop: running;
  --bg: #0a0b0e;
  --panel: #12141a;
  --panel2: #171a22;
  --line: #242832;
  --fg: #f2f4f8;
  --muted: #8b91a3;
  --ease: cubic-bezier(0.2, 0.9, 0.1, 1);
}
* {
  box-sizing: border-box;
}
.hdr {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 60;
}
body {
  margin: 0px;
  padding-top: 134px;
  background: var(--bg);
  color: var(--fg);
  font-family: Archivo, 'Helvetica Neue', Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: var(--fg);
  text-decoration: none;
}
a:hover {
  color: var(--accent);
}
h1,
h2,
h3,
h4 {
  font-family: 'Saira Condensed', 'Arial Narrow', Impact, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin: 0px;
  line-height: 0.92;
}
p {
  margin: 0px;
}
.mono {
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 11px;
}
.wrap {
  max-width: 1240px;
  margin: 0px auto;
  padding: 0px 48px;
}
@keyframes rise {
  0% {
    opacity: 0;
    transform: translateY(22px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes clipUp {
  0% {
    clip-path: inset(105% 0px 0px);
    transform: translateY(0.14em);
  }
  100% {
    clip-path: inset(-20% 0px);
    transform: none;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes grow {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes sweepArc {
  0% {
    transform: translateX(-120%) skewX(-14deg);
    opacity: 0;
  }
  12% {
    opacity: 0.55;
  }
  30% {
    transform: translateX(140%) skewX(-14deg);
    opacity: 0;
  }
  100% {
    transform: translateX(140%) skewX(-14deg);
    opacity: 0;
  }
}
@keyframes tick {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes tickBack {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pulseRing {
  0% {
    box-shadow: rgba(31, 75, 255, 0.5) 0px 0px 0px 0px;
  }
  70% {
    box-shadow: rgba(31, 75, 255, 0) 0px 0px 0px 14px;
  }
  100% {
    box-shadow: rgba(31, 75, 255, 0) 0px 0px 0px 0px;
  }
}
@keyframes flick {
  0%,
  96%,
  100% {
    opacity: 1;
  }
  97% {
    opacity: 0.35;
  }
  98.5% {
    opacity: 0.8;
  }
}
@keyframes draw {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes roll {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(var(--t));
  }
}
@keyframes rotateMsg {
  0%,
  33.32% {
    transform: translateY(0px);
  }
  33.33%,
  66.65% {
    transform: translateY(-100%);
  }
  66.66%,
  100% {
    transform: translateY(-200%);
  }
}
.r {
  animation: rise var(--d2) var(--ease) both;
}
.d1 {
  animation-delay: 0.06s;
}
.d2 {
  animation-delay: 0.12s;
}
.d3 {
  animation-delay: 0.18s;
}
.d4 {
  animation-delay: 0.24s;
}
.d5 {
  animation-delay: 0.3s;
}
.topbar {
  background: var(--accent);
  color: rgb(255, 255, 255);
  height: 38px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.topbar .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.rot {
  height: 18px;
  overflow: hidden;
}
.rot .col {
  animation-duration: 15s;
  animation-timing-function: steps(1);
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-name: rotateMsg;
  animation-timeline: auto;
  animation-range: normal;
  animation-play-state: var(--loop);
}
.rot span {
  display: block;
  height: 18px;
  line-height: 18px;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 600;
  color: rgb(255, 255, 255);
}
.tphone {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: Archivo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
  color: rgb(255, 255, 255);
}
.tphone svg {
  width: 16px;
  height: 16px;
  stroke-width: 2.4;
}
.tphone a {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.nav {
  position: relative;
  z-index: 5;
  border-bottom: 1px solid var(--line);
  background: rgba(10, 11, 14, 0.9);
  backdrop-filter: blur(12px);
}
.nav .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 96px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 11px;
}
.logo .bolt {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  background: var(--accent);
  border-radius: 9px;
  animation-duration: 9s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-name: flick;
  animation-timeline: auto;
  animation-range: normal;
  animation-play-state: var(--loop);
}
.logo .bolt svg {
  width: 17px;
  height: 17px;
}
.logo b {
  font-family: 'Saira Condensed', sans-serif;
  font-weight: 800;
  font-size: 34px;
  text-transform: uppercase;
  line-height: 0.92;
  letter-spacing: -0.005em;
}
.logo em {
  display: block;
  font-style: normal;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.26em;
  color: var(--muted);
  margin-top: 5px;
}
.menu {
  display: flex;
  gap: 30px;
  align-items: center;
}
.menu a {
  font-size: 13px;
  font-weight: 600;
  position: relative;
  padding: 6px 0px;
}
.menu a::after {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform var(--d1) var(--ease);
}
.menu a:hover::after {
  transform: scaleX(1);
}
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 26px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13.5px;
  letter-spacing: 0.03em;
  overflow: hidden;
  border: 1px solid transparent;
  cursor: pointer;
  transition:
    transform var(--d1) var(--ease),
    border-color var(--d1) ease,
    color var(--d1) ease;
}
.btn span {
  position: relative;
  z-index: 2;
}
.btn svg {
  position: relative;
  z-index: 2;
  width: 15px;
  height: 15px;
  transition: transform var(--d1) var(--ease);
}
.btn::before {
  content: '';
  position: absolute;
  inset: 0px;
  background: rgb(255, 255, 255);
  transform: translateX(-101%);
  transition: transform var(--d1) var(--ease);
  z-index: 1;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn:hover svg {
  transform: translateX(4px);
}
.btn:hover::before {
  transform: none;
}
.btn-a {
  background: var(--accent);
  color: rgb(255, 255, 255);
}
.btn-a:hover {
  color: rgb(10, 11, 14);
}
.btn-g {
  border-color: var(--line);
  color: var(--fg);
  background: transparent;
}
.btn-g:hover {
  color: rgb(10, 11, 14);
  border-color: rgb(255, 255, 255);
}
.btn-w {
  background: rgb(255, 255, 255);
  color: rgb(10, 11, 14);
}
.btn-w::before {
  background: rgb(10, 11, 14);
}
.btn-w:hover {
  color: rgb(255, 255, 255);
}
.hero {
  position: relative;
  min-height: 820px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.ph {
  position: absolute;
  inset: 0px;
  background:
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.027) 0px,
      rgba(255, 255, 255, 0.027) 2px,
      transparent 2px,
      transparent 9px
    ),
    radial-gradient(
      120% 90% at 78% 12%,
      rgb(27, 32, 48) 0%,
      rgb(12, 14, 19) 62%,
      rgb(8, 9, 12) 100%
    );
}
.hmedia {
  position: absolute;
  inset: 0px;
  overflow: hidden;
}
.ph-img {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 0;
}
.hv {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 64% 50%;
  display: block;
}
.ks {
  position: absolute;
  inset: 0px;
  background-size: cover;
  background-position: 72% 50%;
  opacity: 0;
  animation-duration: 18s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-name: kb;
  animation-timeline: auto;
  animation-range: normal;
  animation-play-state: var(--loop);
  will-change: transform, opacity;
}
.ks:nth-child(2) {
  animation-delay: 9s;
  background-position: 40% 50%;
}
@keyframes kb {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  5% {
    opacity: 1;
  }
  45% {
    opacity: 1;
    transform: scale(1.11);
  }
  52% {
    opacity: 0;
    transform: scale(1.12);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.root.m-video .hero-stills {
  display: none;
}
.root.m-stills .hero-video {
  display: none;
}
.vtag {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 3;
  color: rgb(108, 116, 136);
  background: rgba(8, 9, 12, 0.62);
  padding: 5px 9px;
  border-radius: 5px;
  border: 1px solid var(--line);
}
.ph-tag {
  position: absolute;
  left: 20px;
  top: 20px;
  color: rgb(93, 100, 120);
  z-index: 3;
}
.scrim {
  position: absolute;
  inset: 0px;
  background: linear-gradient(
    90deg,
    rgb(8, 9, 12) 3%,
    rgba(8, 9, 12, 0.78) 40%,
    rgba(8, 9, 12, 0.1) 100%
  );
}
.arc {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 36%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(90, 130, 255, 0.42),
    transparent
  );
  animation-duration: 7s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-name: sweepArc;
  animation-timeline: auto;
  animation-range: normal;
  animation-play-state: var(--loop);
  pointer-events: none;
}
.hero .wrap {
  position: relative;
  z-index: 4;
  padding-top: 110px;
  padding-bottom: 56px;
  width: 100%;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--accent);
  margin-bottom: 26px;
}
.eyebrow svg {
  width: 14px;
  height: 14px;
}
.eyebrow .ln {
  display: block;
  width: 44px;
  height: 1px;
  background: var(--accent);
  transform-origin: left center;
  animation-duration:;
  animation-timing-function:;
  animation-iteration-count:;
  animation-direction:;
  animation-fill-mode:;
  animation-play-state:;
  animation-name:;
  animation-timeline:;
  animation-range-start:;
  animation-range-end:;
  animation-delay: 0.3s;
}
h1.big {
  font-size: 78px;
  max-width: 19ch;
}
h1.big i {
  display: block;
  font-style: normal;
  animation: clipUp var(--d2) var(--ease) both;
}
h1.big i:nth-child(2) {
  animation-delay: 0.09s;
}
h1.big i em {
  font-style: normal;
  color: var(--accent);
}
.sub {
  margin-top: 24px;
  max-width: 560px;
  font-size: 17px;
  line-height: 1.6;
  color: rgb(195, 200, 212);
  text-wrap: pretty;
}
.cta {
  display: flex;
  gap: 12px;
  margin-top: 34px;
  flex-wrap: wrap;
  align-items: center;
}
.ring {
  animation-duration: 2.4s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-name: pulseRing;
  animation-timeline: auto;
  animation-range: normal;
  animation-play-state: var(--loop);
  border-radius: 999px;
  display: inline-flex;
}
.hstats {
  display: flex;
  gap: 44px;
  margin-top: 52px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
  max-width: 640px;
}
.hstats b {
  display: block;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
}
.hstats span.k {
  color: var(--muted);
  font-size: 11.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 6px;
  display: block;
}
.roll {
  display: inline-block;
  height: 1em;
  overflow: hidden;
  vertical-align: -0.06em;
}
.roll .rc {
  display: block;
  animation-duration:;
  animation-timing-function:;
  animation-iteration-count:;
  animation-direction:;
  animation-fill-mode:;
  animation-play-state:;
  animation-name:;
  animation-timeline:;
  animation-range-start:;
  animation-range-end:;
  animation-delay: 0.5s;
}
.roll i {
  display: block;
  height: 1em;
  font-style: normal;
}
.trust {
  background: var(--panel);
  border-bottom: 1px solid var(--line);
}
.trust .grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0px, 1fr));
  gap: 0px;
}
.titem {
  padding: 34px 30px;
  border-left: 1px solid var(--line);
  position: relative;
  transition: background var(--d1) ease;
}
.titem:first-child {
  border-left: 0px;
}
.titem::before {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform var(--d1) var(--ease);
}
.titem:hover {
  background: var(--panel2);
}
.titem:hover::before {
  transform: scaleX(1);
}
.titem svg {
  width: 22px;
  height: 22px;
  color: var(--accent);
  margin-bottom: 14px;
  transition: transform var(--d1) var(--ease);
}
.titem:hover svg {
  transform: translateY(-3px);
}
.titem h4 {
  font-size: 19px;
  margin-bottom: 7px;
}
.titem p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
}
.mq {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--accent);
  color: rgb(255, 255, 255);
}
.mq.alt {
  background: var(--bg);
  color: var(--fg);
  border-top: 1px solid var(--line);
}
.mq .row {
  display: flex;
  width: max-content;
  animation-duration: 26s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-name: tick;
  animation-timeline: auto;
  animation-range: normal;
  animation-play-state: var(--loop);
}
.mq.alt .row {
  animation-name: tickBack;
  animation-duration: 32s;
}
.mq .row > div {
  display: flex;
}
.mq b {
  font-family: 'Saira Condensed', sans-serif;
  font-weight: 800;
  font-size: 26px;
  text-transform: uppercase;
  padding: 14px 26px;
  display: flex;
  align-items: center;
  gap: 22px;
  white-space: nowrap;
}
.mq b i {
  display: block;
  width: 7px;
  height: 7px;
  background: currentcolor;
  border-radius: 2px;
  transform: rotate(45deg);
  opacity: 0.6;
}
.carou {
  position: relative;
  margin-top: 42px;
}
.cwin {
  overflow: hidden;
  padding: 16px 0px 14px;
}
.ctrack {
  display: flex;
  gap: 16px;
  transition: transform var(--d2) var(--ease);
  transform: translateX(
    calc(var(--i, 0) * -1 * (var(--slide) + 16px) + var(--dx, 0px))
  );
}
.ctrack > * {
  flex: 0 0 var(--slide);
}
.cnav {
  display: flex;
  gap: 10px;
}
.pcarou,
.cwin {
  touch-action: pan-y;
  user-select: none;
}
.pcarou {
  cursor: grab;
}
.pcarou.drag {
  cursor: grabbing;
}
.pcarou.drag .pcard,
.cwin.drag .ctrack {
  transition: none;
}
.cbtn {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--panel);
  color: var(--fg);
  display: grid;
  place-items: center;
  cursor: pointer;
  padding: 0px;
  transition:
    background var(--d1) ease,
    border-color var(--d1) ease,
    transform var(--d1) var(--ease),
    opacity var(--d1) ease;
}
.cbtn:hover {
  background: var(--accent);
  border-color: var(--accent);
  transform: translateY(-2px);
}
.cbtn:active {
  transform: translateY(0px) scale(0.94);
}
.cbtn:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.cbtn svg {
  width: 16px;
  height: 16px;
}
.cbar {
  height: 2px;
  background: var(--line);
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
.cbar i {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: calc(100% / var(--n, 2));
  background: var(--accent);
  transform: translateX(calc(var(--i, 0) * 100%));
}
.gslide {
  position: relative;
  height: 430px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgb(21, 25, 34);
}
.gslide .in {
  position: absolute;
  inset: 0px;
  transition: transform var(--d2) var(--ease);
}
.gslide:hover .in {
  transform: scale(1.05);
}
.gslide .cap {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 22px;
  background: linear-gradient(transparent, rgba(8, 9, 12, 0.94) 62%);
  transform: translateY(10px);
  opacity: 0.85;
  transition:
    transform var(--d1) var(--ease),
    opacity var(--d1) ease;
}
.gslide:hover .cap {
  transform: none;
  opacity: 1;
}
.gslide .cap b {
  font-family: 'Saira Condensed', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  display: block;
}
.gslide .cap span {
  display: block;
  margin-top: 7px;
  color: var(--muted);
}
.gslide .idx {
  position: absolute;
  left: 18px;
  top: 18px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  color: rgb(255, 255, 255);
  background: rgba(8, 9, 12, 0.62);
  border: 1px solid var(--line);
  padding: 5px 9px;
  border-radius: 5px;
}
.rcard {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 300px;
  transition:
    transform var(--d1) var(--ease),
    border-color var(--d1) ease;
}
.rcard:hover {
  transform: translateY(-5px);
  border-color: rgb(60, 91, 216);
}
.rhead {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
}
.stars {
  display: flex;
  gap: 3px;
}
.stars svg {
  width: 15px;
  height: 15px;
  color: var(--accent);
}
.rsrc {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  border: 1px solid var(--line);
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
}
.rquote {
  font-size: 16px;
  line-height: 1.65;
  color: rgb(215, 219, 228);
  flex: 1 1 0%;
  text-wrap: pretty;
}
.rwho {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.rav {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: var(--panel2);
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  font-family: 'Saira Condensed', sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: var(--accent);
  flex: 0 0 auto;
}
.rwho b {
  display: block;
  font-size: 14.5px;
  font-weight: 600;
}
.rwho span {
  display: block;
  font-size: 12.5px;
  color: var(--muted);
  margin-top: 2px;
}
.rmeta {
  margin-top: 10px;
  color: var(--muted);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
@keyframes rvIn {
  0% {
    opacity: 0;
    transform: translateY(28px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.rv {
  opacity: 0;
}
.rv.in {
  animation-duration:;
  animation-timing-function:;
  animation-iteration-count:;
  animation-direction:;
  animation-fill-mode:;
  animation-play-state:;
  animation-name:;
  animation-timeline:;
  animation-range-start:;
  animation-range-end:;
  animation-delay: var(--rvd, 0s);
}
.rv.show {
  animation: auto ease 0s 1 normal none running none;
  opacity: 1 !important;
}
.acc {
  display: flex;
  align-items: stretch;
  gap: 16px;
  margin-top: 52px;
  overflow: hidden;
  min-height: 640px;
}
.accrow {
  position: relative;
  flex: 1 1 0px;
  border: 1px solid var(--line);
  border-radius: 26px;
  overflow: hidden;
  background: rgb(17, 19, 24);
  transition:
    flex 0.6s var(--ease),
    border-color 0.4s var(--ease);
}
.accrow:hover {
  flex: 2.6 1 0px;
  border-color: color-mix(in oklab, var(--accent) 45%, var(--line));
}
.accimg {
  position: absolute;
  inset: 0px;
  overflow: hidden;
}
.accimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.14);
  filter: brightness(0.6) saturate(0.85);
  transition:
    transform 0.7s var(--ease),
    filter 0.55s var(--ease);
}
.accrow:hover .accimg img {
  transform: scale(1.02);
  filter: brightness(0.9) saturate(1.02);
}
.accimg::after {
  content: '';
  position: absolute;
  inset: 0px;
  background:
    linear-gradient(
      rgba(4, 6, 12, 0.14) 0%,
      rgba(4, 6, 12, 0.22) 30%,
      rgba(4, 6, 12, 0.9) 100%
    ),
    radial-gradient(
      circle at left top,
      rgba(31, 75, 255, 0.22),
      transparent 32%
    );
}
.acchead {
  position: absolute;
  inset: 0px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 26px 24px;
  background: none;
  border: 0px;
  cursor: pointer;
  text-align: left;
  color: rgb(255, 255, 255);
  width: 100%;
}
.accnum {
  position: absolute;
  left: 24px;
  top: 24px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.22em;
  color: rgba(255, 255, 255, 0.78);
}
.acctitle {
  font-family: 'Saira Condensed', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: clamp(28px, 2.4vw, 40px);
  line-height: 1.02;
  letter-spacing: -0.01em;
  max-height: calc(100% - 96px);
  transition: font-size 0.5s var(--ease);
}
.accbody {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
}
.acctext {
  padding: 26px 26px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.45s var(--ease),
    transform 0.45s var(--ease);
}
.acctext p {
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
  max-width: 52ch;
  text-wrap: pretty;
}
.acctext ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: grid;
  gap: 8px;
}
.acctext li {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.74);
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
}
.acctext li::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0.66em;
  width: 10px;
  height: 1px;
  background: var(--accent);
}
.accprog {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 3px;
  width: 0px;
  background: var(--accent);
  z-index: 4;
}
.accrow:hover .acchead {
  justify-content: flex-start;
  padding-top: 62px;
}
.accrow:hover .acctitle {
  writing-mode: horizontal-tb;
  transform: none;
  font-size: clamp(32px, 2.7vw, 48px);
  max-width: 14ch;
  max-height: none;
}
.accrow:hover .acctext {
  opacity: 1;
  transform: none;
}
.root.a0 .accrow:nth-child(1),
.root.a1 .accrow:nth-child(2),
.root.a2 .accrow:nth-child(3),
.root.a3 .accrow:nth-child(4) {
  flex: 2.6 1 0px;
  border-color: color-mix(in oklab, var(--accent) 45%, var(--line));
}
.root.a0 .accrow:nth-child(1) .acchead,
.root.a1 .accrow:nth-child(2) .acchead,
.root.a2 .accrow:nth-child(3) .acchead,
.root.a3 .accrow:nth-child(4) .acchead {
  justify-content: flex-start;
  padding-top: 62px;
}
.root.a0 .accrow:nth-child(1) .acctitle,
.root.a1 .accrow:nth-child(2) .acctitle,
.root.a2 .accrow:nth-child(3) .acctitle,
.root.a3 .accrow:nth-child(4) .acctitle {
  writing-mode: horizontal-tb;
  transform: none;
  font-size: clamp(32px, 2.7vw, 48px);
  max-width: 14ch;
  max-height: none;
}
.root.a0 .accrow:nth-child(1) .acctext,
.root.a1 .accrow:nth-child(2) .acctext,
.root.a2 .accrow:nth-child(3) .acctext,
.root.a3 .accrow:nth-child(4) .acctext {
  opacity: 1;
  transform: none;
}
.root.a0 .accrow:nth-child(1) .accimg img,
.root.a1 .accrow:nth-child(2) .accimg img,
.root.a2 .accrow:nth-child(3) .accimg img,
.root.a3 .accrow:nth-child(4) .accimg img {
  transform: scale(1.02);
  filter: brightness(0.9) saturate(1.02);
}
@keyframes accbar {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}
.root.a0 .accrow:nth-child(1) .accprog,
.root.a1 .accrow:nth-child(2) .accprog,
.root.a2 .accrow:nth-child(3) .accprog,
.root.a3 .accrow:nth-child(4) .accprog {
  animation-duration: 7s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-name: accbar;
  animation-timeline: auto;
  animation-range: normal;
  animation-play-state: var(--loop);
}
.abt {
  position: relative;
  overflow: visible;
}
.abtimg {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgb(21, 25, 34);
  height: 520px;
}
.abtimg img {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.abt .abtbadge {
  position: absolute;
  inset: auto auto 0px 0px;
  z-index: 4;
  transform: translate(-50%, 50%);
}
.abt .abtbadge::before {
  content: '';
  position: absolute;
  inset: -8px;
  border-radius: 999px;
  background: rgba(6, 8, 14, 0.72);
  backdrop-filter: blur(5px);
  z-index: -1;
}
.abt .abtbadge .mid {
  box-shadow: rgba(4, 6, 12, 0.65) 0px 14px 38px;
}
.two > .abtline {
  grid-column: 1 / -1;
  margin-top: 44px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-size: 16px;
  color: var(--muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.abtline b {
  color: var(--fg);
  font-weight: 600;
}
.abtline .dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--accent);
  flex: 0 0 auto;
}
.whyus {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.whybg {
  position: absolute;
  inset: 0px;
  z-index: -2;
}
.whybg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% 50%;
}
.whyscrim {
  position: absolute;
  inset: 0px;
  z-index: -1;
  background:
    linear-gradient(
      rgba(8, 9, 12, 0.93),
      rgba(8, 9, 12, 0.86) 45%,
      rgba(8, 9, 12, 0.95)
    ),
    radial-gradient(70% 60% at 20% 30%, rgba(31, 75, 255, 0.2), transparent 70%);
}
.whygrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0px, 1fr));
  gap: 26px;
  margin-top: 56px;
}
.wi2 {
  padding: 34px 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(12, 14, 19, 0.72);
  backdrop-filter: blur(3px);
  transition:
    transform var(--d1) var(--ease),
    border-color var(--d1) ease,
    background var(--d1) ease;
}
.wi2:hover {
  transform: translateY(-6px);
  border-color: var(--accent);
  background: rgba(16, 20, 30, 0.86);
}
.wico {
  display: block;
  width: 66px;
  height: 66px;
  color: var(--accent);
  margin-bottom: 24px;
  transition: transform var(--d2) var(--ease);
}
.wi2:hover .wico {
  transform: scale(1.08) rotate(-4deg);
}
.wico svg {
  width: 100%;
  height: 100%;
  display: block;
}
.wi2 h4 {
  font-size: 22px;
  margin-bottom: 10px;
}
.wi2 p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
}
.tl {
  position: relative;
  margin-top: 60px;
}
.tlline {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 38px;
  height: 2px;
  background: var(--line);
  overflow: hidden;
}
@keyframes tlGrow {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes dotOn {
  100% {
    border-color: var(--accent);
    color: rgb(255, 255, 255);
    background: var(--accent);
  }
}
.tlline i {
  display: block;
  height: 100%;
  width: 100%;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left center;
}
.tl.in .tlline i {
  animation: tlGrow 2.2s var(--ease) 0.2s both;
}
.tlsteps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  gap: 44px;
  position: relative;
}
.tlstep .dot {
  width: 78px;
  height: 78px;
  border-radius: 999px;
  background: var(--bg);
  border: 2px solid var(--line);
  display: grid;
  place-items: center;
  font-family: 'Saira Condensed', sans-serif;
  font-weight: 800;
  font-size: 30px;
  color: var(--muted);
  transition: transform var(--d1) var(--ease);
}
.tl.in .tlstep .dot {
  animation: 0.5s ease 0s 1 normal both running dotOn;
}
.tl.in .tlstep:nth-child(1) .dot {
  animation-delay: 0.5s;
}
.tl.in .tlstep:nth-child(2) .dot {
  animation-delay: 1.2s;
}
.tl.in .tlstep:nth-child(3) .dot {
  animation-delay: 1.9s;
}
.tlstep:hover .dot {
  transform: scale(1.06);
}
.tlstep h4 {
  font-size: 25px;
  margin: 26px 0px 12px;
}
.tlstep p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.65;
}
.tlmeta {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.tlmeta span {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--muted);
}
.tlmeta span b {
  color: var(--accent);
  font-weight: 500;
}
.pcarou {
  position: relative;
  height: 560px;
  margin-top: 48px;
  overflow: hidden;
}
.pstage {
  position: absolute;
  inset: 0px;
}
.pcard {
  position: absolute;
  left: 50%;
  top: 40px;
  width: 380px;
  height: 460px;
  margin-left: -190px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgb(21, 25, 34);
  cursor: pointer;
  transition:
    transform 0.8s var(--ease),
    opacity 0.8s var(--ease),
    filter 0.8s var(--ease);
  transform: translateX(0px) scale(0.84);
  opacity: 0;
  filter: brightness(0.55);
  will-change: transform;
}
.pcard .in {
  position: absolute;
  inset: 0px;
}
.pcard .in img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pcard .cap {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 24px;
  background: linear-gradient(transparent, rgba(8, 9, 12, 0.95) 62%);
}
.pcard .cap b {
  font-family: 'Saira Condensed', sans-serif;
  font-size: 23px;
  text-transform: uppercase;
  display: block;
  line-height: 1.05;
}
.pcard .cap span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}
.pcard .idx {
  position: absolute;
  left: 18px;
  top: 18px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  color: rgb(255, 255, 255);
  background: rgba(8, 9, 12, 0.6);
  border: 1px solid var(--line);
  padding: 5px 9px;
  border-radius: 5px;
}
.pcard .open {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: rgba(8, 9, 12, 0.66);
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  opacity: 0;
  transition:
    opacity 0.3s,
    background 0.3s;
}
.pcard .open svg {
  width: 17px;
  height: 17px;
}
.pcard.mid {
  filter: brightness(1);
  opacity: 1;
}
.pcard.mid:hover {
  filter: brightness(1.06);
}
.pcard.mid:hover .open {
  opacity: 1;
  background: var(--accent);
  border-color: var(--accent);
}
.pcard.side {
  opacity: 0.72;
}
.pdots {
  display: flex;
  gap: 9px;
  justify-content: center;
  margin-top: 26px;
}
.pdot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--line);
  border: 0px;
  padding: 0px;
  cursor: pointer;
  transition:
    width 0.35s var(--ease),
    background 0.35s ease;
}
.pdot.on {
  width: 26px;
  background: var(--accent);
}
@keyframes mFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mIn {
  0% {
    opacity: 0;
    transform: translate(-50%, -46%) scale(0.97);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
.mback {
  position: fixed;
  inset: 0px;
  z-index: 90;
  background: rgba(4, 5, 8, 0.86);
  opacity: 0;
  pointer-events: none;
}
.modal {
  position: fixed;
  z-index: 91;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -46%) scale(0.97);
  width: min(1080px, 92vw);
  max-height: 88vh;
  overflow: auto;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 38px;
  opacity: 0;
  pointer-events: none;
}
.root.mp1 .mback,
.root.mp2 .mback,
.root.mp3 .mback,
.root.mp4 .mback,
.root.mc .mback,
.root.ma .mback,
.root.mr .mback {
  pointer-events: auto;
  animation: 0.35s ease 0s 1 normal both running mFade;
}
.root.mp1 #mp1,
.root.mp2 #mp2,
.root.mp3 #mp3,
.root.mp4 #mp4,
.root.mc #mcontact,
.root.ma #mapply,
.root.mr #mreviews {
  pointer-events: auto;
  animation: mIn 0.4s var(--ease) both;
}
.mclose {
  position: absolute;
  right: 22px;
  top: 22px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--panel2);
  color: var(--fg);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition:
    background var(--d1) ease,
    transform var(--d1) var(--ease);
}
.mclose:hover {
  background: var(--accent);
  transform: rotate(90deg);
}
.mclose svg {
  width: 17px;
  height: 17px;
}
.modal h3 {
  font-size: 38px;
  max-width: 20ch;
  margin-bottom: 14px;
}
.modal .mlead {
  font-size: 16px;
  line-height: 1.7;
  color: var(--muted);
  max-width: 66ch;
}
.mgrid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 12px;
  margin: 28px 0px;
}
.mgrid figure {
  position: relative;
  height: 230px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--line);
  margin: 0px;
}
.mgrid figure:first-child {
  grid-row: span 1;
}
.mgrid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mspecs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  gap: 20px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.mspecs div span {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  display: block;
  margin-bottom: 7px;
}
.mspecs div b {
  font-size: 15px;
  font-weight: 600;
}
.modal .form {
  margin-top: 26px;
}
.modal.mform {
  width: min(760px, 92vw);
}
.modal .mfoot {
  margin-top: 20px;
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.6;
}
.fld input[type='file'] {
  padding: 10px 14px;
  font-size: 13px;
  color: var(--muted);
  cursor: pointer;
}
.fld input[type='file']::file-selector-button {
  margin-right: 14px;
  padding: 8px 15px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--panel2);
  color: var(--fg);
  font-family: Archivo, sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition:
    background var(--d1) ease,
    border-color var(--d1) ease,
    color var(--d1) ease;
}
.fld input[type='file']::file-selector-button:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: rgb(255, 255, 255);
}
section {
  padding: 104px 0px;
  border-bottom: 1px solid var(--line);
}
section[id],
header[id] {
  scroll-margin-top: 150px;
}
html {
  scroll-behavior: smooth;
}
section.nosep {
  border-bottom: 0px;
}
.lab {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--accent);
  margin-bottom: 18px;
}
.lab i {
  display: block;
  width: 26px;
  height: 1px;
  background: var(--accent);
}
h2 {
  font-size: 52px;
  max-width: 22ch;
}
.lead {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
  max-width: 52ch;
  text-wrap: pretty;
}
.two {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 64px;
  align-items: center;
}
.two.tall {
  grid-template-columns: 1.15fr 1fr;
  align-items: stretch;
  gap: 56px;
}
.two.tall .imgph {
  min-height: 100%;
  height: auto;
  align-self: stretch;
}
.imgph {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.03) 0px,
      rgba(255, 255, 255, 0.03) 2px,
      transparent 2px,
      transparent 10px
    ),
    rgb(21, 25, 34);
  min-height: 440px;
}
.phases {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}
.phase {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 20px 0px;
  border-top: 1px solid var(--line);
  transition: padding-left var(--d1) var(--ease);
}
.phase:hover {
  padding-left: 10px;
}
.phase b {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  color: var(--accent);
  padding-top: 3px;
  min-width: 26px;
}
.phase h4 {
  font-size: 20px;
}
.phase p {
  font-size: 13.5px;
  color: var(--muted);
  margin-top: 5px;
  line-height: 1.5;
}
.cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  gap: 20px;
  margin-top: 52px;
}
.card {
  position: relative;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--panel);
  overflow: hidden;
  transition:
    transform var(--d1) var(--ease),
    border-color var(--d1) ease;
}
.card::after {
  content: '';
  position: absolute;
  inset: 0px;
  background: radial-gradient(
    90% 120% at 100% 0%,
    rgba(31, 75, 255, 0.16),
    transparent 62%
  );
  opacity: 0;
  transition: opacity var(--d2) ease;
}
.card:hover {
  transform: translateY(-6px);
  border-color: rgb(60, 91, 216);
}
.card:hover::after {
  opacity: 1;
}
.card > * {
  position: relative;
  z-index: 2;
}
.card .num {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.2em;
}
.card .ic {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--panel2);
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  margin: 20px 0px 18px;
  transition:
    background var(--d1) ease,
    transform var(--d1) var(--ease);
}
.card:hover .ic {
  background: var(--accent);
  transform: rotate(-6deg);
}
.card .ic svg {
  width: 21px;
  height: 21px;
}
.card h3 {
  font-size: 26px;
  margin-bottom: 12px;
}
.card ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.card li {
  font-size: 13.5px;
  color: var(--muted);
  display: flex;
  gap: 9px;
  align-items: center;
}
.card li svg {
  width: 13px;
  height: 13px;
  color: var(--accent);
  flex: 0 0 auto;
}
.badge {
  position: relative;
  width: 150px;
  height: 150px;
  flex: 0 0 auto;
}
.badge .sp {
  position: absolute;
  inset: 0px;
  animation-duration: 26s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-name: spin;
  animation-timeline: auto;
  animation-range: normal;
  animation-play-state: var(--loop);
}
.badge .mid {
  position: absolute;
  inset: 30px;
  border-radius: 999px;
  background: var(--accent);
  display: grid;
  place-items: center;
  text-align: center;
}
.badge .mid b {
  font-family: 'Saira Condensed', sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 0.9;
  display: block;
}
.badge .mid span {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 8px;
  letter-spacing: 0.16em;
  display: block;
  margin-top: 3px;
}
.bullets {
  list-style: none;
  padding: 0px;
  margin: 28px 0px 0px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  gap: 14px;
}
.bullets li {
  display: flex;
  gap: 11px;
  align-items: center;
  font-size: 14.5px;
  font-weight: 500;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--panel);
  transition:
    border-color var(--d1) ease,
    transform var(--d1) var(--ease);
}
.bullets li:hover {
  border-color: var(--accent);
  transform: translateX(4px);
}
.bullets svg {
  width: 15px;
  height: 15px;
  color: var(--accent);
  flex: 0 0 auto;
}
.why {
  display: grid;
  grid-template-columns: repeat(4, minmax(0px, 1fr));
  gap: 20px;
  margin-top: 52px;
}
.wi {
  padding: 30px 26px;
  border-top: 2px solid var(--line);
  transition: border-color var(--d1) ease;
}
.wi:hover {
  border-color: var(--accent);
}
.wi b {
  font-family: 'Saira Condensed', sans-serif;
  font-size: 46px;
  font-weight: 800;
  color: var(--line);
  display: block;
  line-height: 1;
  transition: color var(--d2) ease;
}
.wi:hover b {
  color: var(--accent);
}
.wi h4 {
  font-size: 19px;
  margin: 14px 0px 8px;
}
.wi p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.55;
}
.proc {
  position: relative;
  margin-top: 60px;
}
.proc svg.conduit {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 38px;
  width: 100%;
  height: 4px;
}
.proc svg.conduit path {
  stroke: var(--accent);
  stroke-width: 2;
  fill: none;
  stroke-dasharray: 1200;
  stroke-dashoffset: 1200;
  animation-duration:;
  animation-timing-function:;
  animation-iteration-count:;
  animation-direction:;
  animation-fill-mode:;
  animation-play-state:;
  animation-name:;
  animation-timeline:;
  animation-range-start:;
  animation-range-end:;
  animation-delay: 0.2s;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  gap: 36px;
  position: relative;
}
.step .dot {
  width: 76px;
  height: 76px;
  border-radius: 999px;
  background: var(--bg);
  border: 2px solid var(--accent);
  display: grid;
  place-items: center;
  font-family: 'Saira Condensed', sans-serif;
  font-weight: 800;
  font-size: 28px;
  transition:
    background var(--d1) ease,
    transform var(--d1) var(--ease);
}
.step:hover .dot {
  background: var(--accent);
  transform: scale(1.06);
}
.step h4 {
  font-size: 22px;
  margin: 22px 0px 10px;
}
.step p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
}
.gal {
  display: grid;
  grid-template-columns: repeat(4, minmax(0px, 1fr));
  gap: 14px;
  margin-top: 48px;
}
.gi {
  position: relative;
  height: 300px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.03) 0px,
      rgba(255, 255, 255, 0.03) 2px,
      transparent 2px,
      transparent 10px
    ),
    rgb(21, 25, 34);
  cursor: pointer;
}
.gi:nth-child(2),
.gi:nth-child(3) {
  height: 340px;
  margin-top: -20px;
}
.gi .in {
  position: absolute;
  inset: 0px;
  transition: transform var(--d2) var(--ease);
}
.gi:hover .in {
  transform: scale(1.06);
}
.gi .cap {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 18px;
  background: linear-gradient(transparent, rgba(8, 9, 12, 0.92));
  transform: translateY(12px);
  opacity: 0.75;
  transition:
    transform var(--d1) var(--ease),
    opacity var(--d1) ease;
}
.gi:hover .cap {
  transform: none;
  opacity: 1;
}
.gi .cap b {
  font-family: 'Saira Condensed', sans-serif;
  font-size: 19px;
  text-transform: uppercase;
  display: block;
}
.careers {
  background: var(--accent);
  color: rgb(255, 255, 255);
  border-bottom: 0px;
  padding: 88px 0px;
}
.careers .two {
  align-items: stretch;
  gap: 60px;
}
.careers h2 {
  font-size: 62px;
  max-width: 14ch;
}
.careers .lead {
  color: rgba(255, 255, 255, 0.88);
  max-width: 50ch;
  font-size: 17px;
}
.ribbon {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgb(10, 11, 14);
  padding: 8px 16px;
  border-radius: 999px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.ribbon::after {
  content: '';
  position: absolute;
  inset: 0px;
  background: linear-gradient(
    105deg,
    transparent 40%,
    rgba(255, 255, 255, 0.22) 50%,
    transparent 60%
  );
  transform: translateX(-100%);
  animation-duration: 4.5s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-name: sweepArc;
  animation-timeline: auto;
  animation-range: normal;
  animation-play-state: var(--loop);
}
.ribbon i {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgb(65, 224, 139);
}
.cstack {
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 100%;
  justify-content: center;
}
.cpt {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 16px;
  padding: 24px 26px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
  transition:
    background var(--d1) ease,
    border-color var(--d1) ease,
    transform var(--d1) var(--ease);
}
.cpt:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateX(5px);
}
.cpt .ic {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}
.cpt .ic svg {
  width: 15px;
  height: 15px;
}
.cpt h4 {
  font-size: 20px;
  margin-bottom: 6px;
}
.cpt p {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.8);
}
.cnote {
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  max-width: 52ch;
}
.cnote b {
  font-weight: 600;
  color: rgb(255, 255, 255);
}
.faq {
  margin-top: 44px;
  border-top: 1px solid var(--line);
}
details {
  border-bottom: 1px solid var(--line);
}
summary {
  list-style: none;
  cursor: pointer;
  padding: 26px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-family: 'Saira Condensed', sans-serif;
  font-weight: 700;
  font-size: 23px;
  text-transform: uppercase;
  transition: color var(--d1) ease;
}
summary::-webkit-details-marker {
  display: none;
}
summary:hover {
  color: var(--accent);
}
.pm {
  position: relative;
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 999px;
  transition:
    background var(--d1) ease,
    border-color var(--d1) ease;
}
.pm::before,
.pm::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background: currentcolor;
  transform: translate(-50%, -50%);
  transition:
    transform var(--d1) var(--ease),
    opacity var(--d1) ease;
}
.pm::before {
  width: 11px;
  height: 1.5px;
}
.pm::after {
  width: 1.5px;
  height: 11px;
}
details[open] .pm {
  background: var(--accent);
  border-color: var(--accent);
  color: rgb(255, 255, 255);
}
details[open] .pm::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
details[open] summary {
  color: var(--accent);
}
details .ans {
  padding: 0px 60px 28px 0px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted);
  animation: rise var(--d2) var(--ease) both;
}
.banner {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  padding: 64px;
  margin-left: -78px;
  margin-right: -78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  border: 1px solid color-mix(in oklab, var(--accent) 55%, var(--line));
  isolation: isolate;
}
.banner .bimg {
  position: absolute;
  inset: 0px;
  z-index: -2;
}
.banner .bimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 42%;
}
.banner .bveil {
  position: absolute;
  inset: 0px;
  z-index: -1;
  background: linear-gradient(
    100deg,
    color-mix(in oklab, var(--accent) 88%, #050810) 0%,
    color-mix(in oklab, var(--accent) 70%, #050810) 52%,
    rgba(6, 10, 26, 0.72) 100%
  );
}
.banner::after {
  content: '';
  position: absolute;
  right: -70px;
  top: -70px;
  width: 300px;
  height: 300px;
  border-radius: 999px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.16),
    transparent 66%
  );
  z-index: -1;
}
.banner h2 {
  font-size: 46px;
  max-width: 22ch;
  position: relative;
  z-index: 2;
  color: rgb(255, 255, 255);
}
.form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  gap: 16px;
  margin-top: 34px;
}
.rall {
  display: grid;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  gap: 16px;
  margin-top: 26px;
}
.rall .rcard {
  width: auto;
}
.fld {
  position: relative;
}
.fld.consent {
  margin-top: 2px;
}
.fld label.chk {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  cursor: pointer;
  margin-bottom: 0px;
  font-family: Archivo, sans-serif;
  font-size: 12.5px;
  line-height: 1.55;
  letter-spacing: 0px;
  text-transform: none;
  color: var(--muted);
  transition: color var(--d1) ease;
}
.fld label.chk:hover {
  color: var(--fg);
}
.fld label.chk input[type='checkbox'] {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin: 1px 0px 0px;
  padding: 0px;
  border-radius: 5px;
  accent-color: var(--accent);
  cursor: pointer;
}
.fld label.chk a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.btn:disabled {
  opacity: 0.45;
  pointer-events: none;
}
.fld.full {
  grid-column: span 2;
}
.fld label {
  display: block;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
  transition: color var(--d1) ease;
}
.fld input,
.fld select,
.fld textarea {
  width: 100%;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 14px 16px;
  color: var(--fg);
  font-family: Archivo, sans-serif;
  font-size: 14.5px;
  transition:
    border-color var(--d1) ease,
    box-shadow var(--d1) ease,
    transform var(--d1) var(--ease);
}
.fld textarea {
  min-height: 110px;
  resize: vertical;
}
.fld input:focus,
.fld select:focus,
.fld textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: rgba(31, 75, 255, 0.22) 0px 0px 0px 4px;
  transform: translateY(-1px);
}
.fld:focus-within label {
  color: var(--accent);
}
footer {
  padding: 80px 0px 0px;
  background: var(--accent);
  color: rgb(255, 255, 255);
  border-top: 0px;
}
footer .lead {
  color: rgba(255, 255, 255, 0.82);
}
footer .mono {
  color: rgba(255, 255, 255, 0.7);
}
footer .logo b,
footer .logo em {
  color: rgb(255, 255, 255);
}
footer .logo em {
  color: rgba(255, 255, 255, 0.72);
}
.fgrid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 56px;
}
.fgrid h5 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
  margin: 0px 0px 18px;
}
.fgrid ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  font-size: 14px;
}
.fgrid a {
  color: rgba(255, 255, 255, 0.88);
  transition:
    padding-left var(--d1) var(--ease),
    color var(--d1) ease;
}
.fgrid a:hover {
  color: rgb(255, 255, 255);
  padding-left: 4px;
}
.fgrid li {
  color: rgba(255, 255, 255, 0.72);
}
.wordmark {
  font-family: 'Saira Condensed', sans-serif;
  font-weight: 800;
  font-size: 150px;
  line-height: 0.82;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.28);
  text-align: center;
  padding: 0px 0px 8px;
  overflow: hidden;
  white-space: nowrap;
}
.legal {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  padding: 22px 0px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.78);
}
.legal a {
  color: rgb(255, 255, 255);
}
@media (prefers-reduced-motion: reduce) {
  .rv {
    opacity: 1 !important;
    animation: auto ease 0s 1 normal none running none !important;
  }
  * {
    animation-duration: 0.001s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001s !important;
  }
}
html.protegido body {
  user-select: none;
}
html.protegido input,
html.protegido textarea,
html.protegido select,
html.protegido .selectable,
html.protegido .selectable * {
  user-select: text;
}
html.protegido img {
  -webkit-user-drag: none;
}
.protect-aviso {
  position: fixed;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  z-index: 120;
  max-width: min(430px, 92vw);
  padding: 13px 18px;
  border-radius: 12px;
  background: rgba(10, 11, 14, 0.96);
  border: 1px solid var(--line);
  color: var(--fg);
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  box-shadow: rgba(4, 6, 12, 0.6) 0px 14px 40px;
}
.protect-aviso.fuera {
  opacity: 0;
  transition: opacity 0.8s;
}
.mtog,
.burger,
.fab {
  display: none;
}
@media (max-width: 1080px) {
  .wrap {
    padding: 0px 32px;
  }
  section {
    padding: 84px 0px;
  }
  h1.big {
    font-size: clamp(46px, 6.6vw, 68px);
  }
  h2 {
    font-size: clamp(34px, 4.4vw, 46px);
  }
  .careers h2 {
    font-size: clamp(38px, 5vw, 54px);
  }
  .modal h3 {
    font-size: 30px;
  }
  .two {
    gap: 44px;
  }
  .why,
  .whygrid,
  .gal,
  .fgrid {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
  .fgrid {
    gap: 30px;
  }
  .abtimg {
    height: 440px;
  }
  .gi,
  .gi:nth-child(2),
  .gi:nth-child(4) {
    height: 250px;
    margin-top: 0px;
  }
  .banner {
    margin-left: -16px;
    margin-right: -16px;
    padding: 52px 42px;
  }
  .hero {
    min-height: 680px;
  }
  .acc {
    min-height: 520px;
  }
  .wordmark {
    font-size: clamp(56px, 11vw, 120px);
  }
}
@media (max-width: 900px) {
  .nav .wrap {
    height: 64px;
    gap: 10px;
    justify-content: flex-start;
  }
  .logo {
    margin-right: auto;
  }
  .burger {
    display: grid;
    align-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0px 10px;
    flex: 0 0 auto;
    border: 1px solid var(--line);
    border-radius: 11px;
    background: var(--panel);
    cursor: pointer;
  }
  .burger i {
    display: block;
    height: 2px;
    background: var(--fg);
    border-radius: 2px;
    transition:
      transform var(--d1) var(--ease),
      opacity var(--d1) ease;
  }
  .mtog:checked ~ .burger i:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .mtog:checked ~ .burger i:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }
  .mtog:checked ~ .burger i:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .menu {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 100%;
    display: none;
    flex-direction: column;
    gap: 0px;
    padding: 4px 32px 14px;
    background: rgb(10, 11, 14);
    box-shadow: rgba(4, 6, 12, 0.6) 0px 24px 48px;
    border-bottom: 1px solid var(--line);
    max-height: calc(-130px + 100vh);
    overflow: auto;
  }
  .mtog:checked ~ .menu {
    display: flex;
  }
  .menu a {
    font-size: 15px;
    padding: 15px 0px;
    border-bottom: 1px solid var(--line);
  }
  .menu a:last-child {
    border-bottom: 0px;
  }
  .menu a::after {
    display: none;
  }
  .nav .btn {
    display: none;
  }
  .fab {
    display: inline-flex;
    position: fixed;
    right: 14px;
    bottom: 14px;
    z-index: 58;
    padding: 14px 22px;
    font-size: 13px;
    box-shadow:
      rgba(4, 6, 12, 0.55) 0px 10px 30px,
      rgba(255, 255, 255, 0.09) 0px 0px 0px 1px inset;
  }
  .fab svg {
    width: 16px;
    height: 16px;
  }
  .fab {
    transition:
      opacity var(--d1) ease,
      transform var(--d1) var(--ease);
  }
  .fab.oculto {
    opacity: 0;
    transform: translateY(16px) scale(0.94);
    pointer-events: none;
  }
  .logo b {
    font-size: 20px;
    white-space: nowrap;
  }
  .logo em {
    font-size: 9.5px;
    letter-spacing: 0.2em;
    margin-top: 3px;
  }
  .wordmark {
    font-size: clamp(40px, 7.2vw, 72px);
    line-height: 1.34;
    padding-bottom: 0px;
  }
  .topbar {
    height: 34px;
  }
  .topbar .rot {
    display: none;
  }
  .topbar .wrap {
    justify-content: center;
  }
  section[id],
  header[id] {
    scroll-margin-top: 104px;
  }
  .hero .wrap {
    padding-top: 86px;
    padding-bottom: 44px;
  }
  .hero .scrim {
    background: linear-gradient(
      rgba(8, 9, 12, 0.22) 0%,
      rgba(8, 9, 12, 0.48) 40%,
      rgba(8, 9, 12, 0.93) 100%
    );
  }
  .hero .eyebrow {
    color: rgb(255, 255, 255);
  }
  .hero .eyebrow svg {
    color: var(--accent);
  }
  .hero .eyebrow,
  .hero h1.big,
  .hero .sub,
  .hero .hstats {
    text-shadow:
      rgba(4, 6, 12, 0.8) 0px 1px 3px,
      rgba(4, 6, 12, 0.9) 0px 3px 20px;
  }
  .fld input,
  .fld select,
  .fld textarea {
    font-size: 16px;
  }
  .fld input[type='file'] {
    font-size: 16px;
  }
  .mq b {
    font-size: 19px;
    padding: 11px 17px;
    gap: 16px;
  }
  .mq .row > div > b:nth-child(n + 5) {
    display: none;
  }
  .rall {
    grid-template-columns: 1fr;
  }
  .two,
  .two.tall {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .two > .abtline {
    margin-top: 26px;
    flex-wrap: nowrap;
    align-items: flex-start;
    font-size: 14.5px;
    line-height: 1.5;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }
  .abtline .dot {
    margin-top: 7px;
  }
  .cards,
  .steps,
  .tlsteps,
  .mgrid {
    grid-template-columns: 1fr;
  }
  .trust .grid {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .trust .grid::-webkit-scrollbar {
    display: none;
  }
  .trust .titem {
    flex: 0 0 76%;
    scroll-snap-align: start;
    padding: 26px 22px;
    border-left: 1px solid var(--line);
    border-top: 0px;
  }
  .trust .titem:first-child {
    border-left: 0px;
  }
  .abtimg {
    height: 340px;
  }
  .abt .abtbadge {
    left: 14px;
    bottom: 14px;
    transform: none;
  }
  .badge {
    width: 106px;
    height: 106px;
  }
  .badge .mid {
    inset: 21px;
  }
  .acc {
    flex-direction: column;
    gap: 14px;
    min-height: 0px;
    overflow: visible;
  }
  .accrow {
    border-radius: 18px;
    flex: 0 0 auto !important;
  }
  .accrow .acchead {
    position: relative;
    inset: auto;
    width: 100%;
    text-align: left;
    justify-content: flex-end !important;
    padding: 170px 22px 16px !important;
  }
  .accrow .acctitle {
    writing-mode: horizontal-tb !important;
    transform: none !important;
    font-size: 29px !important;
    max-width: none !important;
    max-height: none !important;
  }
  .accbody {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .accrow .acctext {
    padding: 0px 22px 24px;
    opacity: 1 !important;
    transform: none !important;
  }
  .accnum {
    left: 22px;
    top: 18px;
  }
  .accprog {
    display: none;
  }
  .tlline {
    display: none;
  }
  .tlsteps {
    gap: 30px;
  }
  .tlstep .dot {
    width: 62px;
    height: 62px;
    font-size: 22px;
  }
  .tlstep h4 {
    font-size: 22px;
    margin: 18px 0px 10px;
  }
  .step .dot {
    width: 62px;
    height: 62px;
  }
  .step h4 {
    font-size: 20px;
    margin: 16px 0px 8px;
  }
  .phase {
    padding: 16px 0px;
  }
  .pcarou {
    height: 430px;
    margin-top: 34px;
  }
  .pcard {
    width: min(300px, 80vw);
    height: 360px;
    margin-left: calc(-0.5 * min(300px, 80vw));
    top: 24px;
  }
  .pcard .cap b {
    font-size: 20px;
  }
  .carou {
    --slide: 100% !important;
    --n: 1 !important;
  }
  .banner {
    margin-left: 0px;
    margin-right: 0px;
    padding: 38px 26px;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    border-radius: 18px;
  }
  .careers .two {
    gap: 32px;
  }
  .cstack {
    height: auto;
    justify-content: flex-start;
  }
  .hstats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
    gap: 16px;
    margin-top: 34px;
    max-width: none;
  }
  .hstats b {
    font-size: 27px;
  }
  .legal {
    flex-direction: column;
    gap: 9px;
    align-items: center;
    text-align: center;
  }
  .modal {
    width: calc(-22px + 100vw);
    max-height: calc(-90px + 100vh);
    padding: 26px 22px;
    border-radius: 16px;
  }
  .mspecs {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 16px;
  }
  .mgrid figure {
    height: 190px;
  }
}
@media (max-width: 600px) {
  .wrap {
    padding: 0px 18px;
  }
  section {
    padding: 64px 0px;
  }
  h1.big {
    font-size: clamp(34px, 10.2vw, 46px);
    max-width: none;
  }
  h2 {
    font-size: clamp(27px, 7.8vw, 34px);
    max-width: none;
  }
  .careers h2 {
    font-size: clamp(29px, 8.4vw, 38px);
    max-width: none;
  }
  .modal h3 {
    font-size: 25px;
    max-width: none;
  }
  .sub {
    font-size: 15.5px;
    margin-top: 18px;
  }
  .lead {
    font-size: 15px;
  }
  .eyebrow {
    margin-bottom: 18px;
  }
  .menu {
    padding: 4px 18px 14px;
  }
  .tphone {
    font-size: 15px;
  }
  .hero {
    min-height: 600px;
  }
  .hero .wrap {
    padding-top: 78px;
    padding-bottom: 40px;
  }
  .why,
  .whygrid,
  .gal,
  .fgrid,
  .bullets,
  .form,
  .mspecs {
    grid-template-columns: 1fr;
  }
  .fld.full {
    grid-column: auto;
  }
  .fgrid {
    gap: 24px;
    padding-bottom: 40px;
    text-align: center;
  }
  .fgrid .logo {
    justify-content: center;
  }
  .fgrid .lead {
    margin-left: auto;
    margin-right: auto;
  }
  .fgrid ul {
    align-items: center;
  }
  .fgrid a:hover {
    padding-left: 0px;
  }
  .cta {
    gap: 10px;
  }
  .cta .btn,
  .cstack .btn {
    width: 100%;
    justify-content: center;
  }
  .hstats {
    gap: 11px;
  }
  .hstats b {
    font-size: 23px;
  }
  .hstats span.k {
    font-size: 9.5px;
    letter-spacing: 0.03em;
    line-height: 1.3;
    margin-top: 5px;
  }
  .abtimg {
    height: 270px;
  }
  .accrow .acchead {
    padding: 140px 18px 14px !important;
  }
  .accrow .acctitle {
    font-size: 25px !important;
  }
  .accrow .acctext {
    padding: 0px 18px 20px;
  }
  .card {
    padding: 26px 22px;
  }
  .card h3 {
    font-size: 22px;
  }
  .gi,
  .gi:nth-child(2),
  .gi:nth-child(4) {
    height: 220px;
  }
  .pcarou {
    height: 390px;
  }
  .pcard {
    width: min(280px, 86vw);
    height: 320px;
    margin-left: calc(-0.5 * min(280px, 86vw));
  }
  .banner {
    padding: 32px 20px;
  }
  .modal {
    padding: 22px 18px;
  }
  .wi b {
    font-size: 38px;
  }
  .logo b {
    font-size: 18px;
  }
  .wordmark {
    font-size: clamp(26px, 9.4vw, 44px);
  }
}

/* Source extracted CSS */

/* From assets/css/styles.css */
:root {
  --accent: #1f4bff;
  --d1: 0.22s;
  --d2: 0.7s;
  --d3: 1.3s;
  --loop: running;
  --bg: #0a0b0e;
  --panel: #12141a;
  --panel2: #171a22;
  --line: #242832;
  --fg: #f2f4f8;
  --muted: #8b91a3;
  --ease: cubic-bezier(0.2, 0.9, 0.1, 1);
}
* {
  box-sizing: border-box;
}
.hdr {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
}
body {
  margin: 0;
  padding-top: 134px;
  background: var(--bg);
  color: var(--fg);
  font-family: Archivo, 'Helvetica Neue', Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: var(--fg);
  text-decoration: none;
}
a:hover {
  color: var(--accent);
}
h1,
h2,
h3,
h4 {
  font-family: 'Saira Condensed', 'Arial Narrow', Impact, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin: 0;
  line-height: 0.92;
}
p {
  margin: 0;
}
.mono {
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 11px;
}
.wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 48px;
}
@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes clipUp {
  from {
    clip-path: inset(105% 0 0 0);
    transform: translateY(0.14em);
  }
  to {
    clip-path: inset(-20% 0 -20% 0);
    transform: none;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes grow {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes sweepArc {
  0% {
    transform: translateX(-120%) skewX(-14deg);
    opacity: 0;
  }
  12% {
    opacity: 0.55;
  }
  30% {
    transform: translateX(140%) skewX(-14deg);
    opacity: 0;
  }
  100% {
    transform: translateX(140%) skewX(-14deg);
    opacity: 0;
  }
}
@keyframes tick {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes tickBack {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulseRing {
  0% {
    box-shadow: 0 0 0 0 rgba(31, 75, 255, 0.5);
  }
  70% {
    box-shadow: 0 0 0 14px rgba(31, 75, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(31, 75, 255, 0);
  }
}
@keyframes flick {
  0%,
  96%,
  100% {
    opacity: 1;
  }
  97% {
    opacity: 0.35;
  }
  98.5% {
    opacity: 0.8;
  }
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes roll {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(var(--t));
  }
}
@keyframes rotateMsg {
  0%,
  33.32% {
    transform: translateY(0);
  }
  33.33%,
  66.65% {
    transform: translateY(-100%);
  }
  66.66%,
  100% {
    transform: translateY(-200%);
  }
}
.r {
  animation: rise var(--d2) var(--ease) both;
}
.d1 {
  animation-delay: 0.06s;
}
.d2 {
  animation-delay: 0.12s;
}
.d3 {
  animation-delay: 0.18s;
}
.d4 {
  animation-delay: 0.24s;
}
.d5 {
  animation-delay: 0.3s;
}
.topbar {
  background: var(--accent);
  color: #fff;
  height: 38px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.topbar .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.rot {
  height: 18px;
  overflow: hidden;
}
.rot .col {
  animation: rotateMsg 15s steps(1, end) infinite;
  animation-play-state: var(--loop);
}
.rot span {
  display: block;
  height: 18px;
  line-height: 18px;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}
.tphone {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: Archivo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: #fff;
}
.tphone svg {
  width: 16px;
  height: 16px;
  stroke-width: 2.4;
}
.tphone a {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.nav {
  position: relative;
  z-index: 5;
  border-bottom: 1px solid var(--line);
  background: rgba(10, 11, 14, 0.9);
  backdrop-filter: blur(12px);
}
.nav .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 96px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 11px;
}
.logo .bolt {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  background: var(--accent);
  border-radius: 9px;
  animation: flick 9s linear infinite;
  animation-play-state: var(--loop);
}
.logo .bolt svg {
  width: 17px;
  height: 17px;
}
.logo b {
  font-family: 'Saira Condensed', sans-serif;
  font-weight: 800;
  font-size: 34px;
  text-transform: uppercase;
  line-height: 0.92;
  letter-spacing: -0.005em;
}
.logo em {
  display: block;
  font-style: normal;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.26em;
  color: var(--muted);
  margin-top: 5px;
}
.menu {
  display: flex;
  gap: 30px;
  align-items: center;
}
.menu a {
  font-size: 13px;
  font-weight: 600;
  position: relative;
  padding: 6px 0;
}
.menu a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--d1) var(--ease);
}
.menu a:hover::after {
  transform: scaleX(1);
}
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 26px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13.5px;
  letter-spacing: 0.03em;
  overflow: hidden;
  border: 1px solid transparent;
  cursor: pointer;
  transition:
    transform var(--d1) var(--ease),
    border-color var(--d1) ease,
    color var(--d1) ease;
}
.btn span {
  position: relative;
  z-index: 2;
}
.btn svg {
  position: relative;
  z-index: 2;
  width: 15px;
  height: 15px;
  transition: transform var(--d1) var(--ease);
}
.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #fff;
  transform: translateX(-101%);
  transition: transform var(--d1) var(--ease);
  z-index: 1;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn:hover svg {
  transform: translateX(4px);
}
.btn:hover::before {
  transform: none;
}
.btn-a {
  background: var(--accent);
  color: #fff;
}
.btn-a:hover {
  color: #0a0b0e;
}
.btn-g {
  border-color: var(--line);
  color: var(--fg);
  background: transparent;
}
.btn-g:hover {
  color: #0a0b0e;
  border-color: #fff;
}
.btn-w {
  background: #fff;
  color: #0a0b0e;
}
.btn-w::before {
  background: #0a0b0e;
}
.btn-w:hover {
  color: #fff;
}
.hero {
  position: relative;
  min-height: 820px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.ph {
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.028) 0 2px,
      transparent 2px 9px
    ),
    radial-gradient(120% 90% at 78% 12%, #1b2030 0%, #0c0e13 62%, #08090c 100%);
}
.hmedia {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.ph-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 0;
}
.hv {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 64% 50%;
  display: block;
}
.ks {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: 72% 50%;
  opacity: 0;
  animation: kb 18s ease-in-out infinite;
  animation-play-state: var(--loop);
  will-change: transform, opacity;
}
.ks:nth-child(2) {
  animation-delay: 9s;
  background-position: 40% 50%;
}
@keyframes kb {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  5% {
    opacity: 1;
  }
  45% {
    opacity: 1;
    transform: scale(1.11);
  }
  52% {
    opacity: 0;
    transform: scale(1.12);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.root.m-video .hero-stills {
  display: none;
}
.root.m-stills .hero-video {
  display: none;
}
.vtag {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 3;
  color: #6c7488;
  background: rgba(8, 9, 12, 0.62);
  padding: 5px 9px;
  border-radius: 5px;
  border: 1px solid var(--line);
}
.ph-tag {
  position: absolute;
  left: 20px;
  top: 20px;
  color: #5d6478;
  z-index: 3;
}
.scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #08090c 3%,
    rgba(8, 9, 12, 0.78) 40%,
    rgba(8, 9, 12, 0.1) 100%
  );
}
.arc {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 36%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(90, 130, 255, 0.42),
    transparent
  );
  animation: sweepArc 7s ease-in-out infinite;
  animation-play-state: var(--loop);
  pointer-events: none;
}
.hero .wrap {
  position: relative;
  z-index: 4;
  padding-top: 110px;
  padding-bottom: 56px;
  width: 100%;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--accent);
  margin-bottom: 26px;
}
.eyebrow svg {
  width: 14px;
  height: 14px;
}
.eyebrow .ln {
  display: block;
  width: 44px;
  height: 1px;
  background: var(--accent);
  transform-origin: left;
  animation: grow var(--d2) var(--ease) both;
  animation-delay: 0.3s;
}
h1.big {
  font-size: 78px;
  max-width: 19ch;
}
h1.big i {
  display: block;
  font-style: normal;
  animation: clipUp var(--d2) var(--ease) both;
}
h1.big i:nth-child(2) {
  animation-delay: 0.09s;
}
h1.big i em {
  font-style: normal;
  color: var(--accent);
}
.sub {
  margin-top: 24px;
  max-width: 560px;
  font-size: 17px;
  line-height: 1.6;
  color: #c3c8d4;
  text-wrap: pretty;
}
.cta {
  display: flex;
  gap: 12px;
  margin-top: 34px;
  flex-wrap: wrap;
  align-items: center;
}
.ring {
  animation: pulseRing 2.4s ease-out infinite;
  animation-play-state: var(--loop);
  border-radius: 999px;
  display: inline-flex;
}
.hstats {
  display: flex;
  gap: 44px;
  margin-top: 52px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
  max-width: 640px;
}
.hstats b {
  display: block;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
}
.hstats span.k {
  color: var(--muted);
  font-size: 11.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 6px;
  display: block;
}
.roll {
  display: inline-block;
  height: 1em;
  overflow: hidden;
  vertical-align: -0.06em;
}
.roll .rc {
  display: block;
  animation: roll var(--d3) var(--ease) both;
  animation-delay: 0.5s;
}
.roll i {
  display: block;
  height: 1em;
  font-style: normal;
}
.trust {
  background: var(--panel);
  border-bottom: 1px solid var(--line);
}
.trust .grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}
.titem {
  padding: 34px 30px;
  border-left: 1px solid var(--line);
  position: relative;
  transition: background var(--d1) ease;
}
.titem:first-child {
  border-left: 0;
}
.titem::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--d1) var(--ease);
}
.titem:hover {
  background: var(--panel2);
}
.titem:hover::before {
  transform: scaleX(1);
}
.titem svg {
  width: 22px;
  height: 22px;
  color: var(--accent);
  margin-bottom: 14px;
  transition: transform var(--d1) var(--ease);
}
.titem:hover svg {
  transform: translateY(-3px);
}
.titem h4 {
  font-size: 19px;
  margin-bottom: 7px;
}
.titem p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
}
.mq {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--accent);
  color: #fff;
}
.mq.alt {
  background: var(--bg);
  color: var(--fg);
  border-top: 1px solid var(--line);
}
.mq .row {
  display: flex;
  width: max-content;
  animation: tick 26s linear infinite;
  animation-play-state: var(--loop);
}
.mq.alt .row {
  animation-name: tickBack;
  animation-duration: 32s;
}
.mq .row > div {
  display: flex;
}
.mq b {
  font-family: 'Saira Condensed', sans-serif;
  font-weight: 800;
  font-size: 26px;
  text-transform: uppercase;
  padding: 14px 26px;
  display: flex;
  align-items: center;
  gap: 22px;
  white-space: nowrap;
}
.mq b i {
  display: block;
  width: 7px;
  height: 7px;
  background: currentColor;
  border-radius: 2px;
  transform: rotate(45deg);
  opacity: 0.6;
}
/* ---------- carruseles ---------- */
.carou {
  position: relative;
  margin-top: 42px;
}
.cwin {
  overflow: hidden;
  padding: 16px 0 14px;
}
.ctrack {
  display: flex;
  gap: 16px;
  transition: transform var(--d2) var(--ease);
  transform: translateX(
    calc(var(--i, 0) * -1 * (var(--slide) + 16px) + var(--dx, 0px))
  );
}
.ctrack > * {
  flex: 0 0 var(--slide);
}
.cnav {
  display: flex;
  gap: 10px;
}
/* el gesto horizontal lo captura el carrusel; el vertical sigue siendo scroll */
.pcarou,
.cwin {
  touch-action: pan-y;
  -webkit-user-select: none;
  user-select: none;
}
.pcarou {
  cursor: grab;
}
.pcarou.drag {
  cursor: grabbing;
}
.pcarou.drag .pcard,
.cwin.drag .ctrack {
  transition: none;
}
.cbtn {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--panel);
  color: var(--fg);
  display: grid;
  place-items: center;
  cursor: pointer;
  padding: 0;
  transition:
    background var(--d1) ease,
    border-color var(--d1) ease,
    transform var(--d1) var(--ease),
    opacity var(--d1) ease;
}
.cbtn:hover {
  background: var(--accent);
  border-color: var(--accent);
  transform: translateY(-2px);
}
.cbtn:active {
  transform: translateY(0) scale(0.94);
}
.cbtn:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.cbtn svg {
  width: 16px;
  height: 16px;
}
.cbar {
  height: 2px;
  background: var(--line);
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
.cbar i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(100% / var(--n, 2));
  background: var(--accent);
  transform: translateX(calc(var(--i, 0) * 100%));
}
/* galeria como slide */
.gslide {
  position: relative;
  height: 430px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #151922;
}
.gslide .in {
  position: absolute;
  inset: 0;
  transition: transform var(--d2) var(--ease);
}
.gslide:hover .in {
  transform: scale(1.05);
}
.gslide .cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px;
  background: linear-gradient(transparent, rgba(8, 9, 12, 0.94) 62%);
  transform: translateY(10px);
  opacity: 0.85;
  transition:
    transform var(--d1) var(--ease),
    opacity var(--d1) ease;
}
.gslide:hover .cap {
  transform: none;
  opacity: 1;
}
.gslide .cap b {
  font-family: 'Saira Condensed', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  display: block;
}
.gslide .cap span {
  display: block;
  margin-top: 7px;
  color: var(--muted);
}
.gslide .idx {
  position: absolute;
  left: 18px;
  top: 18px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  color: #fff;
  background: rgba(8, 9, 12, 0.62);
  border: 1px solid var(--line);
  padding: 5px 9px;
  border-radius: 5px;
}
/* reseñas */
.rcard {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 300px;
  transition:
    transform var(--d1) var(--ease),
    border-color var(--d1) ease;
}
.rcard:hover {
  transform: translateY(-5px);
  border-color: #3c5bd8;
}
.rhead {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
}
.stars {
  display: flex;
  gap: 3px;
}
.stars svg {
  width: 15px;
  height: 15px;
  color: var(--accent);
}
.rsrc {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 9.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  border: 1px solid var(--line);
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
}
.rquote {
  font-size: 16px;
  line-height: 1.65;
  color: #d7dbe4;
  flex: 1;
  text-wrap: pretty;
}
.rwho {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.rav {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: var(--panel2);
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  font-family: 'Saira Condensed', sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: var(--accent);
  flex: none;
}
.rwho b {
  display: block;
  font-size: 14.5px;
  font-weight: 600;
}
.rwho span {
  display: block;
  font-size: 12.5px;
  color: var(--muted);
  margin-top: 2px;
}
.rmeta {
  margin-top: 10px;
  color: var(--muted);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
/* ---------- aparicion progresiva ---------- */
@keyframes rvIn {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rv {
  opacity: 0;
}
.rv.in {
  animation: rvIn 0.75s var(--ease) both;
  animation-delay: var(--rvd, 0s);
}
.rv.show {
  opacity: 1 !important;
  animation: none;
}
/* ---------- servicios: paneles horizontales que se expanden ---------- */
.acc {
  display: flex;
  align-items: stretch;
  gap: 16px;
  margin-top: 52px;
  overflow: hidden;
  min-height: 640px;
}
.accrow {
  position: relative;
  flex: 1 1 0;
  border: 1px solid var(--line);
  border-radius: 26px;
  overflow: hidden;
  background: #111318;
  transition:
    flex 0.6s var(--ease),
    border-color 0.4s var(--ease);
}
.accrow:hover {
  flex: 2.6 1 0;
  border-color: color-mix(in oklab, var(--accent) 45%, var(--line));
}
.accimg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.accimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.14);
  filter: brightness(0.6) saturate(0.85);
  transition:
    transform 0.7s var(--ease),
    filter 0.55s var(--ease);
}
.accrow:hover .accimg img {
  transform: scale(1.02);
  filter: brightness(0.9) saturate(1.02);
}
.accimg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(4, 6, 12, 0.14) 0%,
      rgba(4, 6, 12, 0.22) 30%,
      rgba(4, 6, 12, 0.9) 100%
    ),
    radial-gradient(
      circle at top left,
      rgba(31, 75, 255, 0.22),
      transparent 32%
    );
}
/* cabecera: numero arriba, titulo abajo en vertical */
.acchead {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 26px 24px;
  background: none;
  border: 0;
  cursor: pointer;
  text-align: left;
  color: #fff;
  width: 100%;
}
.accnum {
  position: absolute;
  left: 24px;
  top: 24px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.22em;
  color: rgba(255, 255, 255, 0.78);
}
.acctitle {
  font-family: 'Saira Condensed', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: clamp(28px, 2.4vw, 40px);
  line-height: 1.02;
  letter-spacing: -0.01em;
  max-height: calc(100% - 96px);
  transition: font-size 0.5s var(--ease);
}
/* contenido que emerge desde abajo */
.accbody {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.acctext {
  padding: 26px 26px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.45s var(--ease),
    transform 0.45s var(--ease);
}
.acctext p {
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
  max-width: 52ch;
  text-wrap: pretty;
}
.acctext ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}
.acctext li {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.74);
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
}
.acctext li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.66em;
  width: 10px;
  height: 1px;
  background: var(--accent);
}
.accprog {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: var(--accent);
  z-index: 4;
}
/* ---- estado abierto: por hover o por el avance automatico ---- */
.accrow:hover .acchead {
  justify-content: flex-start;
  padding-top: 62px;
}
.accrow:hover .acctitle {
  writing-mode: horizontal-tb;
  transform: none;
  font-size: clamp(32px, 2.7vw, 48px);
  max-width: 14ch;
  max-height: none;
}
.accrow:hover .acctext {
  opacity: 1;
  transform: none;
}
.root.a0 .accrow:nth-child(1),
.root.a1 .accrow:nth-child(2),
.root.a2 .accrow:nth-child(3),
.root.a3 .accrow:nth-child(4) {
  flex: 2.6 1 0;
  border-color: color-mix(in oklab, var(--accent) 45%, var(--line));
}
.root.a0 .accrow:nth-child(1) .acchead,
.root.a1 .accrow:nth-child(2) .acchead,
.root.a2 .accrow:nth-child(3) .acchead,
.root.a3 .accrow:nth-child(4) .acchead {
  justify-content: flex-start;
  padding-top: 62px;
}
.root.a0 .accrow:nth-child(1) .acctitle,
.root.a1 .accrow:nth-child(2) .acctitle,
.root.a2 .accrow:nth-child(3) .acctitle,
.root.a3 .accrow:nth-child(4) .acctitle {
  writing-mode: horizontal-tb;
  transform: none;
  font-size: clamp(32px, 2.7vw, 48px);
  max-width: 14ch;
  max-height: none;
}
.root.a0 .accrow:nth-child(1) .acctext,
.root.a1 .accrow:nth-child(2) .acctext,
.root.a2 .accrow:nth-child(3) .acctext,
.root.a3 .accrow:nth-child(4) .acctext {
  opacity: 1;
  transform: none;
}
.root.a0 .accrow:nth-child(1) .accimg img,
.root.a1 .accrow:nth-child(2) .accimg img,
.root.a2 .accrow:nth-child(3) .accimg img,
.root.a3 .accrow:nth-child(4) .accimg img {
  transform: scale(1.02);
  filter: brightness(0.9) saturate(1.02);
}
@keyframes accbar {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.root.a0 .accrow:nth-child(1) .accprog,
.root.a1 .accrow:nth-child(2) .accprog,
.root.a2 .accrow:nth-child(3) .accprog,
.root.a3 .accrow:nth-child(4) .accprog {
  animation: accbar 7s linear forwards;
  animation-play-state: var(--loop);
}
/* ---------- about ---------- */
.abt {
  position: relative;
  overflow: visible;
}
.abtimg {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #151922;
  height: 520px;
}
.abtimg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.abt .abtbadge {
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  z-index: 4;
  transform: translate(-50%, 50%);
}
.abt .abtbadge::before {
  content: '';
  position: absolute;
  inset: -8px;
  border-radius: 999px;
  background: rgba(6, 8, 14, 0.72);
  backdrop-filter: blur(5px);
  z-index: -1;
}
.abt .abtbadge .mid {
  box-shadow: 0 14px 38px rgba(4, 6, 12, 0.65);
}
.two > .abtline {
  grid-column: 1 / -1;
  margin-top: 44px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-size: 16px;
  color: var(--muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.abtline b {
  color: var(--fg);
  font-weight: 600;
}
.abtline .dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--accent);
  flex: none;
}
/* ---------- why us con foto de fondo ---------- */
.whyus {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.whybg {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.whybg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% 50%;
}
.whyscrim {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(
      180deg,
      rgba(8, 9, 12, 0.93),
      rgba(8, 9, 12, 0.86) 45%,
      rgba(8, 9, 12, 0.95)
    ),
    radial-gradient(70% 60% at 20% 30%, rgba(31, 75, 255, 0.2), transparent 70%);
}
.whygrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  margin-top: 56px;
}
.wi2 {
  padding: 34px 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(12, 14, 19, 0.72);
  backdrop-filter: blur(3px);
  transition:
    transform var(--d1) var(--ease),
    border-color var(--d1) ease,
    background var(--d1) ease;
}
.wi2:hover {
  transform: translateY(-6px);
  border-color: var(--accent);
  background: rgba(16, 20, 30, 0.86);
}
.wico {
  display: block;
  width: 66px;
  height: 66px;
  color: var(--accent);
  margin-bottom: 24px;
  transition: transform var(--d2) var(--ease);
}
.wi2:hover .wico {
  transform: scale(1.08) rotate(-4deg);
}
.wico svg {
  width: 100%;
  height: 100%;
  display: block;
}
.wi2 h4 {
  font-size: 22px;
  margin-bottom: 10px;
}
.wi2 p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
}
/* ---------- proceso ---------- */
.tl {
  position: relative;
  margin-top: 60px;
}
.tlline {
  position: absolute;
  left: 0;
  right: 0;
  top: 38px;
  height: 2px;
  background: var(--line);
  overflow: hidden;
}
@keyframes tlGrow {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes dotOn {
  to {
    border-color: var(--accent);
    color: #fff;
    background: var(--accent);
  }
}
.tlline i {
  display: block;
  height: 100%;
  width: 100%;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
}
.tl.in .tlline i {
  animation: tlGrow 2.2s var(--ease) 0.2s both;
}
.tlsteps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 44px;
  position: relative;
}
.tlstep .dot {
  width: 78px;
  height: 78px;
  border-radius: 999px;
  background: var(--bg);
  border: 2px solid var(--line);
  display: grid;
  place-items: center;
  font-family: 'Saira Condensed', sans-serif;
  font-weight: 800;
  font-size: 30px;
  color: var(--muted);
  transition: transform var(--d1) var(--ease);
}
.tl.in .tlstep .dot {
  animation: dotOn 0.5s ease both;
}
.tl.in .tlstep:nth-child(1) .dot {
  animation-delay: 0.5s;
}
.tl.in .tlstep:nth-child(2) .dot {
  animation-delay: 1.2s;
}
.tl.in .tlstep:nth-child(3) .dot {
  animation-delay: 1.9s;
}
.tlstep:hover .dot {
  transform: scale(1.06);
}
.tlstep h4 {
  font-size: 25px;
  margin: 26px 0 12px;
}
.tlstep p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.65;
}
.tlmeta {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.tlmeta span {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--muted);
}
.tlmeta span b {
  color: var(--accent);
  font-weight: 500;
}
/* ---------- proyectos: coverflow rotatorio ---------- */
.pcarou {
  position: relative;
  height: 560px;
  margin-top: 48px;
  overflow: hidden;
}
.pstage {
  position: absolute;
  inset: 0;
}
.pcard {
  position: absolute;
  left: 50%;
  top: 40px;
  width: 380px;
  height: 460px;
  margin-left: -190px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #151922;
  cursor: pointer;
  transition:
    transform 0.8s var(--ease),
    opacity 0.8s var(--ease),
    filter 0.8s var(--ease);
  transform: translateX(0) scale(0.84);
  opacity: 0;
  filter: brightness(0.55);
  will-change: transform;
}
.pcard .in {
  position: absolute;
  inset: 0;
}
.pcard .in img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pcard .cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px;
  background: linear-gradient(transparent, rgba(8, 9, 12, 0.95) 62%);
}
.pcard .cap b {
  font-family: 'Saira Condensed', sans-serif;
  font-size: 23px;
  text-transform: uppercase;
  display: block;
  line-height: 1.05;
}
.pcard .cap span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}
.pcard .idx {
  position: absolute;
  left: 18px;
  top: 18px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  color: #fff;
  background: rgba(8, 9, 12, 0.6);
  border: 1px solid var(--line);
  padding: 5px 9px;
  border-radius: 5px;
}
.pcard .open {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: rgba(8, 9, 12, 0.66);
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  opacity: 0;
  transition:
    opacity 0.3s ease,
    background 0.3s ease;
}
.pcard .open svg {
  width: 17px;
  height: 17px;
}
.pcard.mid {
  filter: brightness(1);
  opacity: 1;
}
.pcard.mid:hover {
  filter: brightness(1.06);
}
.pcard.mid:hover .open {
  opacity: 1;
  background: var(--accent);
  border-color: var(--accent);
}
.pcard.side {
  opacity: 0.72;
}
.pdots {
  display: flex;
  gap: 9px;
  justify-content: center;
  margin-top: 26px;
}
.pdot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--line);
  border: 0;
  padding: 0;
  cursor: pointer;
  transition:
    width 0.35s var(--ease),
    background 0.35s ease;
}
.pdot.on {
  width: 26px;
  background: var(--accent);
}
/* ---------- modal de proyecto ---------- */
@keyframes mFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mIn {
  from {
    opacity: 0;
    transform: translate(-50%, -46%) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
.mback {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(4, 5, 8, 0.86);
  opacity: 0;
  pointer-events: none;
}
.modal {
  position: fixed;
  z-index: 91;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -46%) scale(0.97);
  width: min(1080px, 92vw);
  max-height: 88vh;
  overflow: auto;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 38px;
  opacity: 0;
  pointer-events: none;
}
.root.mp1 .mback,
.root.mp2 .mback,
.root.mp3 .mback,
.root.mp4 .mback,
.root.mc .mback,
.root.ma .mback,
.root.mr .mback {
  pointer-events: auto;
  animation: mFade 0.35s ease both;
}
.root.mp1 #mp1,
.root.mp2 #mp2,
.root.mp3 #mp3,
.root.mp4 #mp4,
.root.mc #mcontact,
.root.ma #mapply,
.root.mr #mreviews {
  pointer-events: auto;
  animation: mIn 0.4s var(--ease) both;
}
.mclose {
  position: absolute;
  right: 22px;
  top: 22px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--panel2);
  color: var(--fg);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition:
    background var(--d1) ease,
    transform var(--d1) var(--ease);
}
.mclose:hover {
  background: var(--accent);
  transform: rotate(90deg);
}
.mclose svg {
  width: 17px;
  height: 17px;
}
.modal h3 {
  font-size: 38px;
  max-width: 20ch;
  margin-bottom: 14px;
}
.modal .mlead {
  font-size: 16px;
  line-height: 1.7;
  color: var(--muted);
  max-width: 66ch;
}
.mgrid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 12px;
  margin: 28px 0;
}
.mgrid figure {
  position: relative;
  height: 230px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--line);
  margin: 0;
}
.mgrid figure:first-child {
  grid-row: span 1;
}
.mgrid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mspecs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.mspecs div span {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  display: block;
  margin-bottom: 7px;
}
.mspecs div b {
  font-size: 15px;
  font-weight: 600;
}
.modal .form {
  margin-top: 26px;
}
.modal.mform {
  width: min(760px, 92vw);
}
.modal .mfoot {
  margin-top: 20px;
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.6;
}
.fld input[type='file'] {
  padding: 10px 14px;
  font-size: 13px;
  color: var(--muted);
  cursor: pointer;
}
.fld input[type='file']::file-selector-button {
  margin-right: 14px;
  padding: 8px 15px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--panel2);
  color: var(--fg);
  font-family: Archivo, sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition:
    background var(--d1) ease,
    border-color var(--d1) ease,
    color var(--d1) ease;
}
.fld input[type='file']::file-selector-button:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}
section {
  padding: 104px 0;
  border-bottom: 1px solid var(--line);
}
section[id],
header[id] {
  scroll-margin-top: 150px;
}
html {
  scroll-behavior: smooth;
}
section.nosep {
  border-bottom: 0;
}
.lab {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--accent);
  margin-bottom: 18px;
}
.lab i {
  display: block;
  width: 26px;
  height: 1px;
  background: var(--accent);
}
h2 {
  font-size: 52px;
  max-width: 22ch;
}
.lead {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
  max-width: 52ch;
  text-wrap: pretty;
}
.two {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 64px;
  align-items: center;
}
.two.tall {
  grid-template-columns: 1.15fr 1fr;
  align-items: stretch;
  gap: 56px;
}
.two.tall .imgph {
  min-height: 100%;
  height: auto;
  align-self: stretch;
}
.imgph {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.03) 0 2px,
      transparent 2px 10px
    ),
    #151922;
  min-height: 440px;
}
.phases {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}
.phase {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  transition: padding-left var(--d1) var(--ease);
}
.phase:hover {
  padding-left: 10px;
}
.phase b {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  color: var(--accent);
  padding-top: 3px;
  min-width: 26px;
}
.phase h4 {
  font-size: 20px;
}
.phase p {
  font-size: 13.5px;
  color: var(--muted);
  margin-top: 5px;
  line-height: 1.5;
}
.cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 52px;
}
.card {
  position: relative;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--panel);
  overflow: hidden;
  transition:
    transform var(--d1) var(--ease),
    border-color var(--d1) ease;
}
.card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(
    90% 120% at 100% 0%,
    rgba(31, 75, 255, 0.16),
    transparent 62%
  );
  opacity: 0;
  transition: opacity var(--d2) ease;
}
.card:hover {
  transform: translateY(-6px);
  border-color: #3c5bd8;
}
.card:hover::after {
  opacity: 1;
}
.card > * {
  position: relative;
  z-index: 2;
}
.card .num {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.2em;
}
.card .ic {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--panel2);
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  margin: 20px 0 18px;
  transition:
    background var(--d1) ease,
    transform var(--d1) var(--ease);
}
.card:hover .ic {
  background: var(--accent);
  transform: rotate(-6deg);
}
.card .ic svg {
  width: 21px;
  height: 21px;
}
.card h3 {
  font-size: 26px;
  margin-bottom: 12px;
}
.card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.card li {
  font-size: 13.5px;
  color: var(--muted);
  display: flex;
  gap: 9px;
  align-items: center;
}
.card li svg {
  width: 13px;
  height: 13px;
  color: var(--accent);
  flex: none;
}
.badge {
  position: relative;
  width: 150px;
  height: 150px;
  flex: none;
}
.badge .sp {
  position: absolute;
  inset: 0;
  animation: spin 26s linear infinite;
  animation-play-state: var(--loop);
}
.badge .mid {
  position: absolute;
  inset: 30px;
  border-radius: 999px;
  background: var(--accent);
  display: grid;
  place-items: center;
  text-align: center;
}
.badge .mid b {
  font-family: 'Saira Condensed', sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 0.9;
  display: block;
}
.badge .mid span {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 8px;
  letter-spacing: 0.16em;
  display: block;
  margin-top: 3px;
}
.bullets {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.bullets li {
  display: flex;
  gap: 11px;
  align-items: center;
  font-size: 14.5px;
  font-weight: 500;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--panel);
  transition:
    border-color var(--d1) ease,
    transform var(--d1) var(--ease);
}
.bullets li:hover {
  border-color: var(--accent);
  transform: translateX(4px);
}
.bullets svg {
  width: 15px;
  height: 15px;
  color: var(--accent);
  flex: none;
}
.why {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 52px;
}
.wi {
  padding: 30px 26px;
  border-top: 2px solid var(--line);
  transition: border-color var(--d1) ease;
}
.wi:hover {
  border-color: var(--accent);
}
.wi b {
  font-family: 'Saira Condensed', sans-serif;
  font-size: 46px;
  font-weight: 800;
  color: var(--line);
  display: block;
  line-height: 1;
  transition: color var(--d2) ease;
}
.wi:hover b {
  color: var(--accent);
}
.wi h4 {
  font-size: 19px;
  margin: 14px 0 8px;
}
.wi p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.55;
}
.proc {
  position: relative;
  margin-top: 60px;
}
.proc svg.conduit {
  position: absolute;
  left: 0;
  right: 0;
  top: 38px;
  width: 100%;
  height: 4px;
}
.proc svg.conduit path {
  stroke: var(--accent);
  stroke-width: 2;
  fill: none;
  stroke-dasharray: 1200;
  stroke-dashoffset: 1200;
  animation: draw 2.6s var(--ease) both;
  animation-delay: 0.2s;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
  position: relative;
}
.step .dot {
  width: 76px;
  height: 76px;
  border-radius: 999px;
  background: var(--bg);
  border: 2px solid var(--accent);
  display: grid;
  place-items: center;
  font-family: 'Saira Condensed', sans-serif;
  font-weight: 800;
  font-size: 28px;
  transition:
    background var(--d1) ease,
    transform var(--d1) var(--ease);
}
.step:hover .dot {
  background: var(--accent);
  transform: scale(1.06);
}
.step h4 {
  font-size: 22px;
  margin: 22px 0 10px;
}
.step p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
}
.gal {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 48px;
}
.gi {
  position: relative;
  height: 300px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.03) 0 2px,
      transparent 2px 10px
    ),
    #151922;
  cursor: pointer;
}
.gi:nth-child(2),
.gi:nth-child(3) {
  height: 340px;
  margin-top: -20px;
}
.gi .in {
  position: absolute;
  inset: 0;
  transition: transform var(--d2) var(--ease);
}
.gi:hover .in {
  transform: scale(1.06);
}
.gi .cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px;
  background: linear-gradient(transparent, rgba(8, 9, 12, 0.92));
  transform: translateY(12px);
  opacity: 0.75;
  transition:
    transform var(--d1) var(--ease),
    opacity var(--d1) ease;
}
.gi:hover .cap {
  transform: none;
  opacity: 1;
}
.gi .cap b {
  font-family: 'Saira Condensed', sans-serif;
  font-size: 19px;
  text-transform: uppercase;
  display: block;
}
.careers {
  background: var(--accent);
  color: #fff;
  border-bottom: 0;
  padding: 88px 0;
}
.careers .two {
  align-items: stretch;
  gap: 60px;
}
.careers h2 {
  font-size: 62px;
  max-width: 14ch;
}
.careers .lead {
  color: rgba(255, 255, 255, 0.88);
  max-width: 50ch;
  font-size: 17px;
}
.ribbon {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #0a0b0e;
  padding: 8px 16px;
  border-radius: 999px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.ribbon::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 40%,
    rgba(255, 255, 255, 0.22) 50%,
    transparent 60%
  );
  transform: translateX(-100%);
  animation: sweepArc 4.5s ease-in-out infinite;
  animation-play-state: var(--loop);
}
.ribbon i {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #41e08b;
}
.cstack {
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 100%;
  justify-content: center;
}
.cpt {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 16px;
  padding: 24px 26px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
  transition:
    background var(--d1) ease,
    border-color var(--d1) ease,
    transform var(--d1) var(--ease);
}
.cpt:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateX(5px);
}
.cpt .ic {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  display: grid;
  place-items: center;
  flex: none;
}
.cpt .ic svg {
  width: 15px;
  height: 15px;
}
.cpt h4 {
  font-size: 20px;
  margin-bottom: 6px;
}
.cpt p {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.8);
}
.cnote {
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  max-width: 52ch;
}
.cnote b {
  font-weight: 600;
  color: #fff;
}
.faq {
  margin-top: 44px;
  border-top: 1px solid var(--line);
}
details {
  border-bottom: 1px solid var(--line);
}
summary {
  list-style: none;
  cursor: pointer;
  padding: 26px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-family: 'Saira Condensed', sans-serif;
  font-weight: 700;
  font-size: 23px;
  text-transform: uppercase;
  transition: color var(--d1) ease;
}
summary::-webkit-details-marker {
  display: none;
}
summary:hover {
  color: var(--accent);
}
.pm {
  position: relative;
  width: 26px;
  height: 26px;
  flex: none;
  border: 1px solid var(--line);
  border-radius: 999px;
  transition:
    background var(--d1) ease,
    border-color var(--d1) ease;
}
.pm::before,
.pm::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition:
    transform var(--d1) var(--ease),
    opacity var(--d1) ease;
}
.pm::before {
  width: 11px;
  height: 1.5px;
}
.pm::after {
  width: 1.5px;
  height: 11px;
}
details[open] .pm {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}
details[open] .pm::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
details[open] summary {
  color: var(--accent);
}
details .ans {
  padding: 0 60px 28px 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted);
  animation: rise var(--d2) var(--ease) both;
}
.banner {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  padding: 64px 64px;
  margin-left: -78px;
  margin-right: -78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  border: 1px solid color-mix(in oklab, var(--accent) 55%, var(--line));
  isolation: isolate;
}
.banner .bimg {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.banner .bimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 42%;
}
.banner .bveil {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    100deg,
    color-mix(in oklab, var(--accent) 88%, #050810) 0%,
    color-mix(in oklab, var(--accent) 70%, #050810) 52%,
    rgba(6, 10, 26, 0.72) 100%
  );
}
.banner::after {
  content: '';
  position: absolute;
  right: -70px;
  top: -70px;
  width: 300px;
  height: 300px;
  border-radius: 999px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.16),
    transparent 66%
  );
  z-index: -1;
}
.banner h2 {
  font-size: 46px;
  max-width: 22ch;
  position: relative;
  z-index: 2;
  color: #fff;
}
.form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}
.rall {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}
.rall .rcard {
  width: auto;
}
.fld {
  position: relative;
}
.fld.consent {
  margin-top: 2px;
}
.fld label.chk {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  cursor: pointer;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 12.5px;
  line-height: 1.55;
  letter-spacing: 0;
  text-transform: none;
  color: var(--muted);
  transition: color var(--d1) ease;
}
.fld label.chk:hover {
  color: var(--fg);
}
.fld label.chk input[type='checkbox'] {
  width: 18px;
  height: 18px;
  flex: none;
  margin: 1px 0 0;
  padding: 0;
  border-radius: 5px;
  accent-color: var(--accent);
  cursor: pointer;
}
.fld label.chk a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.btn:disabled {
  opacity: 0.45;
  pointer-events: none;
}
.fld.full {
  grid-column: span 2;
}
.fld label {
  display: block;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
  transition: color var(--d1) ease;
}
.fld input,
.fld select,
.fld textarea {
  width: 100%;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 14px 16px;
  color: var(--fg);
  font-family: Archivo, sans-serif;
  font-size: 14.5px;
  transition:
    border-color var(--d1) ease,
    box-shadow var(--d1) ease,
    transform var(--d1) var(--ease);
}
.fld textarea {
  min-height: 110px;
  resize: vertical;
}
.fld input:focus,
.fld select:focus,
.fld textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(31, 75, 255, 0.22);
  transform: translateY(-1px);
}
.fld:focus-within label {
  color: var(--accent);
}
footer {
  padding: 80px 0 0;
  background: var(--accent);
  color: #fff;
  border-top: 0;
}
footer .lead {
  color: rgba(255, 255, 255, 0.82);
}
footer .mono {
  color: rgba(255, 255, 255, 0.7);
}
footer .logo b,
footer .logo em {
  color: #fff;
}
footer .logo em {
  color: rgba(255, 255, 255, 0.72);
}
.fgrid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 56px;
}
.fgrid h5 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
  margin: 0 0 18px;
}
.fgrid ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
  font-size: 14px;
}
.fgrid a {
  color: rgba(255, 255, 255, 0.88);
  transition:
    padding-left var(--d1) var(--ease),
    color var(--d1) ease;
}
.fgrid a:hover {
  color: #fff;
  padding-left: 4px;
}
.fgrid li {
  color: rgba(255, 255, 255, 0.72);
}
.wordmark {
  font-family: 'Saira Condensed', sans-serif;
  font-weight: 800;
  font-size: 150px;
  line-height: 0.82;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.28);
  text-align: center;
  padding: 0 0 8px;
  overflow: hidden;
  white-space: nowrap;
}
.legal {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.78);
}
.legal a {
  color: #fff;
}
@media (prefers-reduced-motion: reduce) {
  .rv {
    opacity: 1 !important;
    animation: none !important;
  }
  * {
    animation-duration: 0.001s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001s !important;
  }
}

/* medidas disuasorias (protectorcode): la clase la pone protect.js, y solo
   en produccion. No son proteccion real, ver el aviso en protect.js */
html.protegido body {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
html.protegido input,
html.protegido textarea,
html.protegido select,
html.protegido .selectable,
html.protegido .selectable * {
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
  -webkit-touch-callout: default;
}
html.protegido img {
  -webkit-user-drag: none;
}
.protect-aviso {
  position: fixed;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  z-index: 120;
  max-width: min(430px, 92vw);
  padding: 13px 18px;
  border-radius: 12px;
  background: rgba(10, 11, 14, 0.96);
  border: 1px solid var(--line);
  color: var(--fg);
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  box-shadow: 0 14px 40px rgba(4, 6, 12, 0.6);
}
.protect-aviso.fuera {
  opacity: 0;
  transition: opacity 0.8s ease;
}

/* ══════════════════ RESPONSIVE ══════════════════ */
.mtog,
.burger,
.fab {
  display: none;
}

/* ── tablet ── */
@media (max-width: 1080px) {
  .wrap {
    padding: 0 32px;
  }
  section {
    padding: 84px 0;
  }
  h1.big {
    font-size: clamp(46px, 6.6vw, 68px);
  }
  h2 {
    font-size: clamp(34px, 4.4vw, 46px);
  }
  .careers h2 {
    font-size: clamp(38px, 5vw, 54px);
  }
  .modal h3 {
    font-size: 30px;
  }
  .two {
    gap: 44px;
  }
  .why,
  .whygrid,
  .gal,
  .fgrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .fgrid {
    gap: 30px;
  }
  .abtimg {
    height: 440px;
  }
  .gi,
  .gi:nth-child(2),
  .gi:nth-child(4) {
    height: 250px;
    margin-top: 0;
  }
  .banner {
    margin-left: -16px;
    margin-right: -16px;
    padding: 52px 42px;
  }
  .hero {
    min-height: 680px;
  }
  .acc {
    min-height: 520px;
  }
  .wordmark {
    font-size: clamp(56px, 11vw, 120px);
  }
}

/* ── movil: una columna y menu desplegable ── */
@media (max-width: 900px) {
  .nav .wrap {
    height: 64px;
    gap: 10px;
    justify-content: flex-start;
  }
  .logo {
    margin-right: auto;
  }
  .burger {
    display: grid;
    align-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0 10px;
    flex: none;
    border: 1px solid var(--line);
    border-radius: 11px;
    background: var(--panel);
    cursor: pointer;
  }
  .burger i {
    display: block;
    height: 2px;
    background: var(--fg);
    border-radius: 2px;
    transition:
      transform var(--d1) var(--ease),
      opacity var(--d1) ease;
  }
  .mtog:checked ~ .burger i:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  /* scaleX ademas de opacity: con el backdrop-filter del .nav, en iOS la alfa
     no compone del todo y asomaban las dos puntas de la barra a los lados de la X */
  .mtog:checked ~ .burger i:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }
  .mtog:checked ~ .burger i:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    flex-direction: column;
    gap: 0;
    /* opaco sin backdrop-filter: heredado del .nav dejaba el panel translucido
       y el hero se leia por debajo */
    padding: 4px 32px 14px;
    background: #0a0b0e;
    box-shadow: 0 24px 48px rgba(4, 6, 12, 0.6);
    border-bottom: 1px solid var(--line);
    max-height: calc(100vh - 130px);
    overflow: auto;
  }
  .mtog:checked ~ .menu {
    display: flex;
  }
  .menu a {
    font-size: 15px;
    padding: 15px 0;
    border-bottom: 1px solid var(--line);
  }
  .menu a:last-child {
    border-bottom: 0;
  }
  .menu a::after {
    display: none;
  }
  /* el CTA sale de la cabecera: deja el menu solo a la derecha */
  .nav .btn {
    display: none;
  }
  .fab {
    display: inline-flex;
    position: fixed;
    right: 14px;
    bottom: 14px;
    z-index: 58;
    padding: 14px 22px;
    font-size: 13px;
    box-shadow:
      0 10px 30px rgba(4, 6, 12, 0.55),
      0 0 0 1px rgba(255, 255, 255, 0.09) inset;
  }
  .fab svg {
    width: 16px;
    height: 16px;
  }
  .fab {
    transition:
      opacity var(--d1) ease,
      transform var(--d1) var(--ease);
  }
  .fab.oculto {
    opacity: 0;
    transform: translateY(16px) scale(0.94);
    pointer-events: none;
  }
  .logo b {
    font-size: 20px;
    white-space: nowrap;
  }
  .logo em {
    font-size: 9.5px;
    letter-spacing: 0.2em;
    margin-top: 3px;
  }
  .wordmark {
    font-size: clamp(40px, 7.2vw, 72px);
    line-height: 1.34;
    padding-bottom: 0;
  }
  /* en un movil no caben el mensaje y el telefono: gana el toque para llamar */
  .topbar {
    height: 34px;
  }
  .topbar .rot {
    display: none;
  }
  .topbar .wrap {
    justify-content: center;
  }
  section[id],
  header[id] {
    scroll-margin-top: 104px;
  }
  .hero .wrap {
    padding-top: 86px;
    padding-bottom: 44px;
  }

  /* legibilidad del hero: se reorienta el degradado que ya existia (no se anade capa)
     y el texto lleva sombra propia, asi la fotografia se mantiene visible */
  .hero .scrim {
    background: linear-gradient(
      180deg,
      rgba(8, 9, 12, 0.22) 0%,
      rgba(8, 9, 12, 0.48) 40%,
      rgba(8, 9, 12, 0.93) 100%
    );
  }
  /* el azul del eyebrow sobre la foto daba 1.65:1; en blanco da 9.87:1.
     La linea y el icono siguen azules: el acento no se pierde. */
  .hero .eyebrow {
    color: #fff;
  }
  .hero .eyebrow svg {
    color: var(--accent);
  }
  .hero .eyebrow,
  .hero h1.big,
  .hero .sub,
  .hero .hstats {
    text-shadow:
      0 1px 3px rgba(4, 6, 12, 0.8),
      0 3px 20px rgba(4, 6, 12, 0.9);
  }
  /* los campos por debajo de 16px hacen que iOS amplie la pagina al enfocarlos */
  .fld input,
  .fld select,
  .fld textarea {
    font-size: 16px;
  }
  .fld input[type='file'] {
    font-size: 16px;
  }
  /* la fila de la marquesina medía 4325px en una pantalla de 375: se acorta */
  .mq b {
    font-size: 19px;
    padding: 11px 17px;
    gap: 16px;
  }
  .mq .row > div > b:nth-child(n + 5) {
    display: none;
  }
  .rall {
    grid-template-columns: 1fr;
  }
  .two,
  .two.tall {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .two > .abtline {
    margin-top: 26px;
    flex-wrap: nowrap;
    align-items: flex-start;
    font-size: 14.5px;
    line-height: 1.5;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }
  .abtline .dot {
    margin-top: 7px;
  }
  .cards,
  .steps,
  .tlsteps,
  .mgrid {
    grid-template-columns: 1fr;
  }
  /* una sola fila que se desliza en horizontal, sin partir el contenido */
  .trust .grid {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .trust .grid::-webkit-scrollbar {
    display: none;
  }
  .trust .titem {
    flex: 0 0 76%;
    scroll-snap-align: start;
    padding: 26px 22px;
    border-left: 1px solid var(--line);
    border-top: 0;
  }
  .trust .titem:first-child {
    border-left: 0;
  }
  .abtimg {
    height: 340px;
  }
  /* la insignia de 35 años, dentro de la imagen para que no se corte */
  .abt .abtbadge {
    left: 14px;
    bottom: 14px;
    transform: none;
  }
  .badge {
    width: 106px;
    height: 106px;
  }
  .badge .mid {
    inset: 21px;
  }

  /* acordeon de servicios: pila vertical, todo abierto (en movil no hay hover) */
  .acc {
    flex-direction: column;
    gap: 14px;
    min-height: 0;
    overflow: visible;
  }
  .accrow {
    flex: none !important;
    border-radius: 18px;
  }
  .accrow .acchead {
    position: relative;
    inset: auto;
    width: 100%;
    text-align: left;
    justify-content: flex-end !important;
    padding: 170px 22px 16px !important;
  }
  .accrow .acctitle {
    writing-mode: horizontal-tb !important;
    transform: none !important;
    font-size: 29px !important;
    max-width: none !important;
    max-height: none !important;
  }
  .accbody {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .accrow .acctext {
    opacity: 1 !important;
    transform: none !important;
    padding: 0 22px 24px;
  }
  .accnum {
    left: 22px;
    top: 18px;
  }
  .accprog {
    display: none;
  }

  /* linea de tiempo en vertical */
  .tlline {
    display: none;
  }
  .tlsteps {
    gap: 30px;
  }
  .tlstep .dot {
    width: 62px;
    height: 62px;
    font-size: 22px;
  }
  .tlstep h4 {
    font-size: 22px;
    margin: 18px 0 10px;
  }
  .step .dot {
    width: 62px;
    height: 62px;
  }
  .step h4 {
    font-size: 20px;
    margin: 16px 0 8px;
  }
  .phase {
    padding: 16px 0;
  }

  .pcarou {
    height: 430px;
    margin-top: 34px;
  }
  .pcard {
    width: min(300px, 80vw);
    height: 360px;
    margin-left: calc(min(300px, 80vw) / -2);
    top: 24px;
  }
  .pcard .cap b {
    font-size: 20px;
  }
  .carou {
    --slide: 100% !important;
    --n: 1 !important;
  }

  .banner {
    margin-left: 0;
    margin-right: 0;
    padding: 38px 26px;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    border-radius: 18px;
  }
  .careers .two {
    gap: 32px;
  }
  .cstack {
    height: auto;
    justify-content: flex-start;
  }
  /* una sola fila: con flex-wrap se partia en dos a 375px */
  .hstats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 34px;
    max-width: none;
  }
  .hstats b {
    font-size: 27px;
  }
  .legal {
    flex-direction: column;
    gap: 9px;
    align-items: center;
    text-align: center;
  }
  .modal {
    width: calc(100vw - 22px);
    max-height: calc(100vh - 90px);
    padding: 26px 22px;
    border-radius: 16px;
  }
  .mspecs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .mgrid figure {
    height: 190px;
  }
}

/* ── telefono ── */
@media (max-width: 600px) {
  .wrap {
    padding: 0 18px;
  }
  section {
    padding: 64px 0;
  }
  h1.big {
    font-size: clamp(34px, 10.2vw, 46px);
    max-width: none;
  }
  h2 {
    font-size: clamp(27px, 7.8vw, 34px);
    max-width: none;
  }
  .careers h2 {
    font-size: clamp(29px, 8.4vw, 38px);
    max-width: none;
  }
  .modal h3 {
    font-size: 25px;
    max-width: none;
  }
  .sub {
    font-size: 15.5px;
    margin-top: 18px;
  }
  .lead {
    font-size: 15px;
  }
  .eyebrow {
    margin-bottom: 18px;
  }
  .menu {
    padding: 4px 18px 14px;
  }
  .tphone {
    font-size: 15px;
  }
  .hero {
    min-height: 600px;
  }
  .hero .wrap {
    padding-top: 78px;
    padding-bottom: 40px;
  }
  .why,
  .whygrid,
  .gal,
  .fgrid,
  .bullets,
  .form,
  .mspecs {
    grid-template-columns: 1fr;
  }
  .fld.full {
    grid-column: auto;
  }
  .fgrid {
    gap: 24px;
    padding-bottom: 40px;
    text-align: center;
  }
  .fgrid .logo {
    justify-content: center;
  }
  .fgrid .lead {
    margin-left: auto;
    margin-right: auto;
  }
  .fgrid ul {
    align-items: center;
  }
  .fgrid a:hover {
    padding-left: 0;
  }
  .cta {
    gap: 10px;
  }
  .cta .btn,
  .cstack .btn {
    width: 100%;
    justify-content: center;
  }
  .hstats {
    gap: 11px;
  }
  .hstats b {
    font-size: 23px;
  }
  .hstats span.k {
    font-size: 9.5px;
    letter-spacing: 0.03em;
    line-height: 1.3;
    margin-top: 5px;
  }
  .abtimg {
    height: 270px;
  }
  .accrow .acchead {
    padding: 140px 18px 14px !important;
  }
  .accrow .acctitle {
    font-size: 25px !important;
  }
  .accrow .acctext {
    padding: 0 18px 20px;
  }
  .card {
    padding: 26px 22px;
  }
  .card h3 {
    font-size: 22px;
  }
  .gi,
  .gi:nth-child(2),
  .gi:nth-child(4) {
    height: 220px;
  }
  .pcarou {
    height: 390px;
  }
  .pcard {
    width: min(280px, 86vw);
    height: 320px;
    margin-left: calc(min(280px, 86vw) / -2);
  }
  .banner {
    padding: 32px 20px;
  }
  .modal {
    padding: 22px 18px;
  }
  .wi b {
    font-size: 38px;
  }
  .logo b {
    font-size: 18px;
  }
  .wordmark {
    font-size: clamp(26px, 9.4vw, 44px);
  }
}

/* WordPress-specific styles */
.wp-block-group {
  margin-bottom: 1rem;
}

.wp-block-image {
  margin-bottom: 1rem;
}

.wp-block-button {
  margin-bottom: 1rem;
}

/* CRITICAL: Reset WordPress default constraints that break layouts */
/* WordPress adds default max-width to containers which breaks original layouts */
.entry-content,
.site-content,
.content-area {
  max-width: none !important;
  width: 100% !important;
}

/* EC-CONTAIN-001: Only override .container / section max-width when the site's
   own CSS does NOT define them. Tailwind and Bootstrap sites intentionally set
   .container { max-width: … } — blasting it with !important breaks every section. */
.container {
  max-width: none !important;
}

/* EC-ANIM-008 / EC-ANIM-009: Scroll-reveal utilities (.scroll-fade-up etc.) start at opacity:0
   and transition to visible when an IntersectionObserver adds .visible (injected in functions.php).
   Carousels inside scroll-reveal wrappers must be forced visible immediately so Embla can measure. */
.scroll-fade-up:has([aria-roledescription='carousel']),
.scroll-fade-up:has([data-wpconvert-blog-filter-bar]),
.scroll-fade-left:has([aria-roledescription='carousel']),
.scroll-fade-right:has([aria-roledescription='carousel']),
.scroll-scale-in:has([aria-roledescription='carousel']) {
  opacity: 1 !important;
  transform: none !important;
}

/* EC-SCROLL-001: Auto-scroll marquee CSS (always included - lightweight, no-op if no marquee elements) */

/* EC-SCROLL-001: Auto-scroll gallery marquee animation */
/* Replaces React requestAnimationFrame/scrollLeft with pure CSS animation */
.wpconvert-marquee-container {
  overflow: hidden !important;
}
.wpconvert-marquee-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  animation: wpconvert-marquee 30s linear infinite;
}
@keyframes wpconvert-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* Pause on hover for accessibility */
.wpconvert-marquee-container:hover .wpconvert-marquee-track {
  animation-play-state: paused;
}
/* Respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .wpconvert-marquee-track {
    animation: none;
    overflow-x: auto;
  }
}
/* EC-MARQUEE-OVERFLOW-001: Local clip for a SOURCE marquee/ticker wrapper whose
   over-wide track would otherwise add horizontal page scroll. Applied at build
   time to the track's direct parent (see clipMarqueeOverflow). Works on every
   browser and never touches body/sticky-header behavior. */
.wpc-marquee-clip {
  overflow-x: hidden;
  max-width: 100%;
}

/* EC-ANIM-011: Frozen Framer Motion infinite float/pulse animations replaced with CSS keyframes.
   4 float variants with staggered durations and amplitudes, plus a pulse variant. */
@keyframes wpconvert-float-1 {
  0%,
  100% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(8px);
  }
}
@keyframes wpconvert-float-2 {
  0%,
  100% {
    transform: translateY(6px);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes wpconvert-float-3 {
  0%,
  100% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(12px);
  }
}
@keyframes wpconvert-float-4 {
  0%,
  100% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(-6px);
  }
}
@keyframes wpconvert-pulse {
  0%,
  100% {
    scale: 1;
  }
  50% {
    scale: 1.05;
  }
}
@keyframes wpconvert-float-tilt {
  0%,
  100% {
    transform: translateY(0%) rotate(0deg);
  }
  50% {
    transform: translateY(4%) rotate(-2deg);
  }
}
.wpconvert-float-1 {
  animation: wpconvert-float-1 5s ease-in-out infinite;
}
.wpconvert-float-2 {
  animation: wpconvert-float-2 6s ease-in-out infinite 0.5s;
}
.wpconvert-float-3 {
  animation: wpconvert-float-3 5.5s ease-in-out infinite 1s;
}
.wpconvert-float-4 {
  animation: wpconvert-float-4 6.5s ease-in-out infinite 1.5s;
}
.wpconvert-pulse {
  animation: wpconvert-pulse 4s ease-in-out infinite;
}
.wpconvert-float-tilt {
  animation: wpconvert-float-tilt 6s ease-in-out infinite;
}
/* EC-ANIM-011c: z-0 override for centered pulse cards whose z-10 was demoted */
.wpconvert-pulse.z-0 {
  z-index: 0;
}
@media (prefers-reduced-motion: reduce) {
  .wpconvert-float-1,
  .wpconvert-float-2,
  .wpconvert-float-3,
  .wpconvert-float-4,
  .wpconvert-pulse,
  .wpconvert-float-tilt {
    animation: none;
  }
}

/* WPConvert Tabs Component CSS */

/* WPConvert Tabs Component */
.wpconvert-tabs {
  max-width: 64rem;
  margin: 0 auto;
}

.wpconvert-tab-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin-bottom: 2rem;
}

@media (min-width: 640px) {
  .wpconvert-tab-nav {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .wpconvert-tab-nav {
    grid-template-columns: repeat(6, 1fr);
  }
}

.wpconvert-tab-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-radius: 0.75rem;
  border: 1px solid hsl(var(--border));
  background: hsl(var(--card));
  color: hsl(var(--muted-foreground));
  cursor: pointer;
  transition: all 0.3s ease;
}

.wpconvert-tab-btn:hover {
  border-color: hsl(var(--primary) / 0.5);
  color: hsl(var(--foreground));
}

.wpconvert-tab-btn.active {
  background: hsl(var(--primary) / 0.1);
  border-color: hsl(var(--primary));
  color: hsl(var(--primary));
}

.wpconvert-tab-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 0.5rem;
}

.wpconvert-tab-icon svg {
  width: 100%;
  height: 100%;
}

.wpconvert-tab-label {
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}

.wpconvert-tab-viewport {
  position: relative;
  display: flex;
  align-items: center;
}

.wpconvert-tab-content {
  flex: 1;
  position: relative;
}

.wpconvert-tab-panel {
  display: none;
  padding: 2rem;
  border-radius: 0.75rem;
  background: linear-gradient(
    135deg,
    hsl(var(--card)) 0%,
    hsl(var(--muted) / 0.3) 100%
  );
  border: 1px solid hsl(var(--border));
  text-align: center;
  animation: wpconvert-tab-fade-in 0.3s ease;
}

.wpconvert-tab-panel.active {
  display: block;
}

@keyframes wpconvert-tab-fade-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.wpconvert-tab-icon-large {
  width: 5rem;
  height: 5rem;
  margin: 0 auto 2rem;
  padding: 1rem;
  border-radius: 1rem;
  background: hsl(var(--primary) / 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.wpconvert-tab-icon-large svg {
  width: 100%;
  height: 100%;
  color: hsl(var(--primary));
}

.wpconvert-tab-title {
  font-family: var(--font-display, inherit);
  font-size: 1.5rem;
  font-weight: 600;
  color: hsl(var(--foreground));
  margin-bottom: 1rem;
}

@media (min-width: 640px) {
  .wpconvert-tab-title {
    font-size: 1.875rem;
  }
}

.wpconvert-tab-description {
  color: hsl(var(--muted-foreground));
  line-height: 1.75;
  max-width: 42rem;
  margin: 0 auto 1.5rem;
}

.wpconvert-tab-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: hsl(var(--card));
  border: 1px solid hsl(var(--border));
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(var(--muted-foreground));
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.wpconvert-tab-arrow:hover {
  color: hsl(var(--primary));
  border-color: hsl(var(--primary));
}

.wpconvert-tab-prev {
  left: -1rem;
}

@media (min-width: 640px) {
  .wpconvert-tab-prev {
    left: -1.5rem;
  }
}

.wpconvert-tab-next {
  right: -1rem;
}

@media (min-width: 640px) {
  .wpconvert-tab-next {
    right: -1.5rem;
  }
}

.wpconvert-tab-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2rem;
}

.wpconvert-tab-dot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: hsl(var(--muted-foreground) / 0.3);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.wpconvert-tab-dot:hover {
  background: hsl(var(--muted-foreground) / 0.5);
}

.wpconvert-tab-dot.active {
  background: hsl(var(--primary));
  width: 2rem;
  border-radius: 0.375rem;
}

/* EC-MSTEP-001: Multi-step form wizard CSS */

/* EC-MSTEP-001: Multi-step form wizard */
.wpconvert-multistep-form {
  width: 100%;
}
.wpconvert-step-panel {
  display: none;
}
.wpconvert-step-panel.active {
  display: block;
  animation: wpconvert-step-fade-in 0.25s ease;
}
@keyframes wpconvert-step-fade-in {
  from {
    opacity: 0;
    transform: translateX(12px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.wpconvert-step-progress-fill {
  transition: width 0.4s ease-out;
}
/* Signature canvas */
canvas[data-wpc-sig-init] {
  width: 100%;
  min-height: 150px;
  border: 2px solid var(--border, #e5e7eb);
  border-radius: 1rem;
  background: #fff;
  cursor: crosshair;
  touch-action: none;
}

/* EC-CALC-001: Interactive calculator CSS */

/* EC-CALC-001: Interactive calculator */
[data-wpc-calc] input[type='range'] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
[data-wpc-calc] input[type='range']:focus {
  outline: none;
}
[data-wpc-calc] [data-wpc-calc-toggle].wpc-calc-toggle-active {
  opacity: 1;
}
[data-wpc-calc] [data-wpc-calc-toggle]:not(.wpc-calc-toggle-active) {
  opacity: 0.6;
}

/* CRITICAL FIX: Ensure gradient overlays respect their default hidden state */
/* NOTE: The main fix is in cleanHtmlContent() which corrects captured hover states */
/* These CSS rules are a FALLBACK to ensure overlays stay hidden if any slip through */

/* Keep gradient overlays hidden - they're decorative hover effects */
.group [class*='absolute'][class*='inset-0'][class*='bg-gradient'].opacity-0 {
  opacity: 0 !important;
}

/* Keep bottom accent bars hidden by default */
.group [class*='absolute'][class*='bottom-0'][class*='bg-gradient'].scale-x-0 {
  transform: scaleX(0) !important;
}

/* Reset WordPress default margins that break spacing */
.entry-content > *:first-child,
.site-content > *:first-child {
  margin-top: 0 !important;
}

/* EC-DARK-001: In dark-themed sites (html.dark), containers with explicit bg-white
   backgrounds need dark text. The .dark scope sets --foreground to a light color,
   making text invisible on white cards. Reset to :root-scope (light) variable values. */
.dark .bg-white,
.dark [class*='bg-white'] {
  --foreground: 222.2 84% 4.9%;
  --muted-foreground: 215.4 16.3% 46.9%;
  color: hsl(222.2 84% 4.9%);
}
.dark .bg-white .text-foreground,
.dark [class*='bg-white'] .text-foreground,
.dark .bg-white [class*='text-foreground'],
.dark [class*='bg-white'] [class*='text-foreground'] {
  color: hsl(222.2 84% 4.9%);
}

/* Navigation Menu Styling - Universal for all dropdown patterns */
/* Reset ALL menu items */
.menu-item,
li.menu-item,
li.menu-item-type-post_type,
li.menu-item-type-custom,
li.menu-item-object-page,
li.menu-item-has-children {
  position: relative;
  list-style: none !important;
  margin: 0;
}

/* EC-NAV-MOBILE-010: The force-horizontal / force-inline-block rules below are DESKTOP-ONLY.
   They exist to coerce WordPress-generated <ul class="menu"><li> markup into a horizontal bar.
   Previously they were unconditional with id-specificity + !important, which overrode the source
   theme's mobile-first hide (e.g. a .nav-primary .menu display:none revealed via a hamburger).
   On classic mobile-first themes that leaked the desktop nav onto every mobile page (often as a
   full-screen overlay, since the source .menu base is position:fixed;inset:0). Scoping to a
   min-width media query keeps desktop horizontal while letting the source's mobile nav / our
   injected #wpconvert-mobile-nav drawer own small screens.
   EC-NAV-483: and the width where small screens end is the source's to choose — see
   source-nav-breakpoint.js. 768px is the default, raised when the source's own CSS hides
   the primary list above it. */
@media (min-width: 768px) {
  /* CRITICAL: Top-level menu MUST be horizontal - Maximum specificity */
  /* NOTE: nav ul#wpconvert-primary-ul is NOT included here to avoid conflicting with .main-nav styling */
  /* EC-NAV-095: Do NOT set gap here. A fixed gap with !important (previously 0.25rem, briefly 2rem) overrides
   menus.json ulClasses / Tailwind (e.g. gap-8) and breaks diverse nav densities. Spacing comes from ulClasses. */
  header ul#wpconvert-primary-ul,
  #wpconvert-primary-ul,
  #wpconvert-primary-ul.menu,
  ul#wpconvert-primary-ul.menu,
  ul.menu:not(.submenu):not(.sub-menu) {
    display: flex !important;
    flex-direction: row !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
  }

  /* CRITICAL: Preserve original .main-nav styling for static sites - MUST come AFTER generic rules */
  /* MAXIMUM specificity with header prefix ensures this overrides ALL other rules */
  header nav.main-nav ul#wpconvert-primary-ul,
  header .main-nav ul#wpconvert-primary-ul,
  nav.main-nav ul#wpconvert-primary-ul,
  .main-nav #wpconvert-primary-ul,
  .main-nav ul#wpconvert-primary-ul {
    /* Inherit the original .main-nav ul styles */
    display: flex !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
  }

  /* EC-NAV-364: …but an auto margin on the menu <ul> IS the navbar's horizontal
   layout, not a stray UA default. Bootstrap's .navbar-nav.ml-auto (and the
   Tailwind / BS5 spellings) is what pushes the menu away from the brand over to
   the right edge; the ID-scoped "margin: 0 !important" resets above outrank the
   utility's own !important and collapse the whole bar to the left (Butterfly
   Cancer Care Foundation). Re-asserted here — last, and with a 3-element variant
   that ties the highest-specificity reset ("header nav.main-nav ul#…") so it wins
   on both counts. Additive: these selectors match ONLY a <ul> that literally
   carries the utility, so every other menu keeps today's layout byte-for-byte. */
  header nav ul#wpconvert-primary-ul.ml-auto,
  header ul#wpconvert-primary-ul.ml-auto,
  ul#wpconvert-primary-ul.ml-auto,
  #wpconvert-primary-ul.ml-auto,
  header nav ul#wpconvert-primary-ul.ms-auto,
  header ul#wpconvert-primary-ul.ms-auto,
  ul#wpconvert-primary-ul.ms-auto,
  #wpconvert-primary-ul.ms-auto {
    margin-left: auto !important;
  }
  header nav ul#wpconvert-primary-ul.mr-auto,
  header ul#wpconvert-primary-ul.mr-auto,
  ul#wpconvert-primary-ul.mr-auto,
  #wpconvert-primary-ul.mr-auto,
  header nav ul#wpconvert-primary-ul.me-auto,
  header ul#wpconvert-primary-ul.me-auto,
  ul#wpconvert-primary-ul.me-auto,
  #wpconvert-primary-ul.me-auto {
    margin-right: auto !important;
  }
  header nav ul#wpconvert-primary-ul.mx-auto,
  header ul#wpconvert-primary-ul.mx-auto,
  ul#wpconvert-primary-ul.mx-auto,
  #wpconvert-primary-ul.mx-auto,
  header nav ul#wpconvert-primary-ul.m-auto,
  header ul#wpconvert-primary-ul.m-auto,
  ul#wpconvert-primary-ul.m-auto,
  #wpconvert-primary-ul.m-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* CRITICAL: Top-level items MUST be inline - Maximum specificity for ALL WordPress classes */
  /* NOTE: nav ul#wpconvert-primary-ul > li is NOT included to avoid conflicting with .main-nav */
  header ul#wpconvert-primary-ul > li,
  #wpconvert-primary-ul > li,
  #wpconvert-primary-ul > li.menu-item,
  #wpconvert-primary-ul > li.menu-item-type-post_type,
  #wpconvert-primary-ul > li.menu-item-type-custom,
  #wpconvert-primary-ul > li.menu-item-object-page,
  #wpconvert-primary-ul > li.menu-item-object-custom,
  #wpconvert-primary-ul > li.menu-item-has-children,
  #wpconvert-primary-ul > li.current-menu-item,
  #wpconvert-primary-ul > li.current_page_item,
  #wpconvert-primary-ul > li.current-menu-ancestor,
  #wpconvert-primary-ul.menu > li,
  ul.menu:not(.submenu):not(.sub-menu) > li,
  body #wpconvert-primary-ul > li {
    display: inline-block !important;
    position: relative !important;
    flex-shrink: 0 !important;
    list-style: none !important;
    /* EC-NAV-295: Do NOT force the top-level item margin to zero here. This rule is
     ID-scoped (+ !important) and previously clobbered a source theme's inter-item spacing
     (e.g. .main-menu__list > li + li margin-left:37px), collapsing classic HTML
     navbars into a jammed-together row. Item spacing must come from the source theme
     (li margins) or from ulClasses on the ul (Tailwind gap-*). The gentle
     low-specificity .menu-item margin:0 default above still neutralises stray
     browser/WP margins for sites that ship none, and any source li spacing wins. */
    vertical-align: middle !important;
    float: none !important;
    width: auto !important;
    clear: none !important;
  }
}
/* End EC-NAV-MOBILE-010 desktop-only nav layout */

/* Preserve original .main-nav link styling (color/weight is width-independent) */
header nav.main-nav ul#wpconvert-primary-ul a,
header .main-nav ul#wpconvert-primary-ul a,
nav.main-nav ul#wpconvert-primary-ul a,
.main-nav #wpconvert-primary-ul a,
.main-nav ul#wpconvert-primary-ul a {
  text-decoration: none;
  font-weight: 500;
}

/* Top-level links maintain their button appearance */
#wpconvert-primary-ul > .menu-item > a {
  /* Keep original classes for styling */
}

/* Hide submenus by default with high z-index - CRITICAL for all sites */
/* EC-NAV-220: Layout & visibility properties stay !important so the
   hover-to-show behaviour overrides Tailwind's display:none / opacity:0
   defaults on sites without their own dropdown CSS. */
.menu-item.menu-item-has-children > .submenu,
.menu-item.menu-item-has-children > .sub-menu,
.menu-item-has-children > ul,
li.menu-item-has-children > ul {
  display: none !important; /* Important to override inline-flex and other display classes */
  visibility: hidden !important;
  opacity: 0 !important;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  z-index: 9999 !important; /* Higher than content */
  list-style: none !important;
  margin: 0 !important;
}
/* EC-NAV-220: Visual surface properties (background / border / shadow /
   padding / sizing) are emitted via :where(...) so the selector collapses
   to specificity (0,0,0). Any captured custom-submenu CSS rule with
   non-zero specificity (e.g. aura-lace .dropdown-menu with background
   var(--emerald)) automatically wins via the cascade so the author's
   luxury / dark-themed dropdown panel renders correctly.
   For sites WITHOUT captured dropdown CSS, these white-card defaults
   still apply because nothing else competes. */
:where(.menu-item.menu-item-has-children) > :where(.submenu),
:where(.menu-item.menu-item-has-children) > :where(.sub-menu),
:where(.menu-item-has-children) > :where(ul),
:where(li.menu-item-has-children) > :where(ul) {
  background: white;
  min-width: 200px;
  max-width: 500px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
}

/* Show on hover/focus - Maximum specificity to override everything */
.menu-item.menu-item-has-children:hover > .submenu,
.menu-item.menu-item-has-children:hover > .sub-menu,
.menu-item.menu-item-has-children:hover > ul,
.menu-item.menu-item-has-children:focus-within > .submenu,
.menu-item.menu-item-has-children:focus-within > .sub-menu,
.menu-item.menu-item-has-children:focus-within > ul,
li.menu-item-has-children:hover > ul,
li.menu-item-has-children:focus-within > ul {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Force submenu items to display as block - Override ALL WordPress and utility classes */
.submenu li,
.submenu .menu-item,
.submenu .menu-item-type-post_type,
.submenu .menu-item-type-custom,
.submenu .menu-item-object-page,
.submenu .menu-item-object-custom,
.submenu .current-menu-item,
.submenu .current_page_item,
ul.sub-menu li,
ul.sub-menu .menu-item,
body .submenu li {
  display: block !important;
  width: 100% !important;
  position: relative !important;
  flex-direction: column !important;
  list-style: none !important;
  float: none !important;
  clear: both !important;
}

.submenu .menu-item a,
.submenu a,
ul.sub-menu a {
  display: block !important;
  width: 100% !important;
  padding: 0.5rem 1rem !important;
  white-space: nowrap !important;
  text-align: left !important;
}

/* Override ANY utility classes that could break submenu layout */
.submenu .menu-item.inline-flex,
.submenu .menu-item.flex,
.submenu .menu-item.grid,
.submenu li.inline-flex,
.submenu li.flex,
.submenu li.grid,
.submenu .inline-flex,
.submenu .flex,
.submenu .grid {
  display: block !important;
  flex-direction: column !important;
}

.submenu .menu-item a.inline-flex,
.submenu .menu-item a.flex,
.submenu .menu-item a.grid,
.submenu a.inline-flex,
.submenu a.flex,
.submenu a.grid {
  display: block !important;
}

/* Ensure submenu container is vertical */
.submenu,
ul.sub-menu {
  flex-direction: column !important;
  display: block !important;
}

/* FLAT NAV ACTIVE STATE - For React/Vite sites converted to wp_nav_menu() */
/* EC-NAV-010: Dynamic current page highlighting */
/* The .wpconvert-active-link class is added by WPConvert_Flat_Menu_Walker to current page links */
.wpconvert-active-link {
  /* Default active styling - will be enhanced by extracted classes if available */
  font-weight: 600;
}

/* EC-NAV-010: When active link has text-primary class, override any text-foreground from base */
/* This ensures the active item shows the highlighted color (text-primary = green/brand color) */
a.wpconvert-active-link.text-primary,
.current-menu-item > a.text-primary,
.current_page_item > a.text-primary {
  color: hsl(var(--primary)) !important;
}

/* EC-NAV-010: Ensure inactive items don't get active color */
/* Links WITHOUT wpconvert-active-link should use text-foreground */
nav a.text-foreground:not(.wpconvert-active-link):not(.text-primary) {
  color: hsl(var(--foreground)) !important;
}

/* Also style current-menu-item for flat navs */
.current-menu-item > a,
.current_page_item > a,
a.current-menu-item,
a.wpconvert-active-link {
  /* The actual active styling comes from extracted activeLinkClasses */
  /* These are fallback styles if extraction doesn't provide specific classes */
}

/* Flat nav submenu styling */
.wpconvert-flat-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  min-width: 200px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 0.375rem;
  padding: 0.5rem 0;
  display: none;
  z-index: 9999;
}

.wpconvert-flat-submenu a {
  display: block;
  padding: 0.5rem 1rem;
  white-space: nowrap;
}

/* EC-NAV-140: Large flat dropdowns flow into two columns (mega-style) without extra walker markup */
.wpconvert-flat-submenu--mega-cols-2 {
  min-width: min(640px, 92vw);
  column-count: 2;
  column-gap: 2.5rem;
  padding: 0.75rem 1.25rem !important;
}
.wpconvert-flat-submenu--mega-cols-2 > a {
  white-space: normal !important;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}
/* Show flat submenu when parent <li> hovers (wp_nav_menu wraps items in li.menu-item-has-children) */
li.menu-item-has-children:hover > .wpconvert-flat-submenu,
li.menu-item-has-children:focus-within > .wpconvert-flat-submenu {
  display: block !important;
}

/* Hide Radix UI viewport containers and similar dropdown containers - Universal */
[data-radix-navigation-menu-viewport],
[class*='viewport'][data-state='open'],
[class*='popover'][data-state='open'],
.radix-navigation-menu-viewport,
nav > div[class*='absolute'][class*='top-full'] {
  display: none !important;
  visibility: hidden !important;
}

/* EC-DIALOG-001: Hide Radix Sheet/Dialog overlays and panels that survive into converted themes */
/* These are interactive React components captured in open state during snapshot */
/* EC-GALLERY-002d: [data-wpc-live-dialog] opts out — a dialog WPConvert injects on purpose
   (e.g. the gallery lightbox) is not snapshot debris, and these !important rules would
   otherwise beat even its inline styles and leave it permanently invisible. */
[role='dialog'][class*='fixed']:not([data-wpc-live-dialog]),
[data-radix-dialog-content][class*='fixed']:not([data-wpc-live-dialog]),
div[data-state='open'][class*='fixed'][class*='inset-0'][class*='bg-black']:not(
    [data-wpc-live-dialog]
  ),
div[data-state='open'][class*='fixed'][class*='inset-0'][class*='backdrop']:not(
    [data-wpc-live-dialog]
  ) {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Responsive design */
@media (max-width: 768px) {
  .container {
    padding: 0 1rem;
  }

  .menu-item.menu-item-has-children > .submenu {
    position: static;
    box-shadow: none;
  }
}

/* CRITICAL: Ensure header and navigation are above hero/content sections */
/* Only apply relative positioning if nav is NOT sticky/fixed/absolute */
/* Exclude #wpconvert-mobile-nav — it must stay position:fixed as an overlay */
/* EC-NAV-190: Also exclude position:absolute overlay headers (Tailwind
   "absolute" utility class) — common in hero-overlay navbars (e.g.
   svg-to-site-magic-main: <header class="absolute inset-x-0 top-6 z-30 ...">).
   Without this exclusion, the !important rule below forces the absolute
   overlay header into normal flow, taking up its full height and pushing
   the hero section down by ~80px (visible as a white band above the navbar). */
/* EC-NAV-429: the class guards above only see a utility class ON the element.
   A header the source lifts out of flow from an ancestor rule — Scorpion uses
   ".overlap #HeaderZone { position: absolute }" with no class on the header at
   all — passed every guard and was forced back into flow, dropping a
   deliberately transparent header onto the page background where its light link
   text became invisible. Such ids are detected from the source CSS. */
header:not([class*='sticky']):not([class*='fixed']):not([class*='absolute']),
.site-header:not([class*='sticky']):not([class*='fixed']):not(
    [class*='absolute']
  ),
nav:not([class*='sticky']):not([class*='fixed']):not([class*='absolute']):not(
    #wpconvert-mobile-nav
  ),
[role='banner']:not([class*='sticky']):not([class*='fixed']):not(
    [class*='absolute']
  ),
[role='navigation']:not([class*='sticky']):not([class*='fixed']):not(
    [class*='absolute']
  ):not(#wpconvert-mobile-nav) {
  position: relative !important;
  z-index: 1000 !important;
}

/* EC-NAV-361: the rule above uses BARE TAG selectors, but <header> and <nav> are
   also valid SECTIONING content — a hero banner, an article header, a breadcrumb
   trail. Those live inside <main class="site-main">, and inflating them to
   z-index:1000 puts PAGE CONTENT on a layer above almost everything, where it
   beats any overlay the source site authored (Jegson Publicity: the enquiry modal
   is z-index:100, so the 78vh hero <header> painted straight over the open popup).
   Site chrome is always emitted OUTSIDE <main>, so scoping the repair to
   descendants of the content wrapper can never reach the real navbar.
   Only z-index is reset — position is left alone so the EC-NAV-190 absolute-overlay
   and EC-NAV-352 CSS-authored-fixed-nav behaviours are untouched. "auto" is what an
   un-styled hero has, and it is the value that restores the source ordering: the
   base rule already beats a Tailwind z-* utility (it is !important), so exempting
   those would merely leave them inflated to 1000 — the very bug being fixed. */
main.site-main
  header:not([class*='sticky']):not([class*='fixed']):not([class*='absolute']),
main.site-main
  nav:not([class*='sticky']):not([class*='fixed']):not([class*='absolute']):not(
    #wpconvert-mobile-nav
  ),
main.site-main
  [role='banner']:not([class*='sticky']):not([class*='fixed']):not(
    [class*='absolute']
  ) {
  z-index: auto !important;
}

/* Preserve sticky/fixed positioning for navs that have it */
/* CRITICAL: Ensure sticky/fixed actually works - add explicit CSS for common patterns */
nav[class*='sticky'],
nav[class*='fixed'],
header nav[class*='sticky'],
header nav[class*='fixed'],
header[class*='sticky'],
header[class*='fixed'],
.site-header[class*='sticky'],
.site-header[class*='fixed'] {
  z-index: 1000 !important; /* Keep z-index for visibility */
}

/* Explicit sticky positioning support - ensures it works even without Tailwind CSS loaded */
/* Only apply if sticky class is present and no explicit position override */
/* EC-NAV-296: Exclude the classic-theme sticky-header class family
   (.sticky-header / .sticky-header--normal / .sticky-header--cloned). Those are SEMANTIC
   class names from HTML themes (e.g. Visanet / Smart Travel International) that ship their
   OWN sticky-on-scroll mechanism: JS clones .main-header into a .sticky-header--cloned
   element whose source CSS keeps it position:fixed + visibility:hidden + translateY(-100%)
   (out of flow, hidden) until .active is added on scroll. The broad [class*=sticky]
   substring match also caught that clone and forced position:sticky !important, which —
   because sticky stays IN FLOW — made the invisible clone occupy ~114px of vertical space
   (white gap between navbar and hero, issue #1) and surface as a duplicate header band
   (issue #2). The exclusion is substring-scoped to sticky-header, so Tailwind's sticky
   utility (nav.sticky / header.sticky) and responsive variants like lg:sticky are
   UNAFFECTED — they never contain the sticky-header token. */
/* EC-NAV-363: same source-neutralisation exemption as the fixed block below. */
nav.sticky,
nav[class*='sticky']:not([style*='position']):not([class*='sticky-header']),
header nav.sticky,
header
  nav[class*='sticky']:not([style*='position']):not([class*='sticky-header']),
header.sticky,
header[class*='sticky']:not([style*='position']):not([class*='sticky-header']) {
  position: sticky !important;
}

/* EC-NAV-322: Inner <nav> must not be sticky when the header wrapper is already
   fixed/sticky — double-positioning clips menu text in pre-scroll (Kai.dev:
   fixed header + converter-injected nav.sticky.top-0). */
header.fixed nav.sticky,
header.fixed nav[class*='sticky']:not([class*='sticky-header']),
header[class*='fixed'] nav.sticky,
header[class*='fixed']
  nav[class*='sticky']:not([style*='position']):not([class*='sticky-header']),
header.sticky nav.sticky,
header[class*='sticky']
  nav[class*='sticky']:not([style*='position']):not([class*='sticky-header']) {
  position: static !important;
  top: auto !important;
}

/* Explicit fixed positioning support - ensures it works even without Tailwind CSS loaded */
/* EC-NAV-296: same sticky-header clone exclusion (a .sticky-header--cloned does not carry
   a fixed token, but keep the guard symmetric in case a theme names a clone with both). */
/* EC-NAV-363: the substring selectors additionally exempt any framework position
   class the SOURCE cascade already neutralises (Bootstrap .fixed-top redeclared
   in-flow by a later .navbar{position:relative}). The exact-token `nav.fixed`
   (Tailwind) selectors are never guarded — they have no such override. */
nav.fixed,
nav[class*='fixed']:not([style*='position']):not([class*='sticky-header']),
header nav.fixed,
header
  nav[class*='fixed']:not([style*='position']):not([class*='sticky-header']),
header.fixed,
header[class*='fixed']:not([style*='position']):not([class*='sticky-header']) {
  position: fixed !important;
}

/* Common Tailwind patterns: sticky top-0, fixed top-0 */
nav[class*='sticky'][class*='top-0'],
nav[class*='fixed'][class*='top-0'],
header nav[class*='sticky'][class*='top-0'],
header nav[class*='fixed'][class*='top-0'],
header[class*='sticky'][class*='top-0'],
header[class*='fixed'][class*='top-0'] {
  top: 0 !important;
}

/* Fixed navs typically need full width */
nav[class*='fixed'][class*='w-full'],
nav[class*='fixed'][class*='top-0'],
header nav[class*='fixed'][class*='w-full'],
header nav[class*='fixed'][class*='top-0'],
header[class*='fixed'][class*='w-full'],
header[class*='fixed'][class*='top-0'] {
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
}

/* Ensure hero and main content respect header z-index */
section[class*='hero'],
.hero,
main,
.site-main {
  position: relative;
  z-index: 1;
}

/* Theme-specific overrides */
/* Only apply relative if not sticky/fixed */
.site-header:not([class*='sticky']):not([class*='fixed']) {
  position: relative;
}

.site-main {
  margin-top: 0;
  padding-top: 0;
  min-height: 60vh;
}

/* Remove gap between fixed navbar and first content (white band under header).
 * Use :first-of-type (not :first-child): WP templates often have a whitespace text node
 * between <div id="primary"> and <section>, so section is never :first-child and rules
 * would silently fail (EC-NAV-086 follow-up).
 *
 * EC-NAV-276: INNER-page templates wrap content one level deeper —
 *   .site-main > div.page-SLUG > div.page-content > HERO
 * and the hero is frequently authored as a div (e.g. div.hero), not a section.
 * Static sites (e.g. WECConnect) set the original nav position:fixed and give
 * each subpage hero margin-top:NAVHEIGHT to clear it; once the universal reset
 * forces the class-only nav in-flow (sticky/relative), that top margin becomes a
 * visible white band under the bar. Zero the first child inside .page-content
 * (section OR div) so inner pages match the front page (whose hero is already
 * covered by the rules above). Scoped to .page-content, which only WPConvert
 * page templates emit — SPA inner pages never carry it.
 *
 * EC-NAV-442: suppressed when the site's own stylesheet holds the bar OUT of
 * flow — the margin is then the author's clearance, not a redundant gap. */

.site-main > section:first-of-type,
.site-main > div:first-of-type > section:first-of-type,
.site-main .page-content > section:first-of-type,
.site-main .page-content > div:first-of-type,
.site-main .page-content > :first-child > :first-child {
  margin-top: 0;
}

/* EC-NAV-086: Skipped hero overlap CSS — nav is not fixed/sticky */

/* EC-HERO-014: Full-viewport hero fidelity — SPA wrapper path + min-height guard */
body.front-page #primary section#top.min-h-screen,
body.front-page
  #primary
  > div:first-of-type
  > section.min-h-screen:first-of-type {
  min-height: 100vh !important;
  min-height: 100dvh !important;
}
body.front-page #primary section#top.min-h-screen > .absolute.bottom-10 {
  z-index: 10;
}

.site-footer {
  margin-top: auto;
}

/* EC-TW4-001: WordPress default style overrides */

body.wp-admin {
  font-family:
    -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
    Cantarell, sans-serif;
}
/* EC-BTN-104: :where() = 0 specificity so Tailwind text-* utilities always win over these resets.
   Plain "a:hover { color: inherit }" can outrank .text-white on links (0,2,0 vs 0,1,0) and wash out hero CTAs. */
:where(a) {
  color: inherit;
  text-decoration: none;
}
:where(a:hover) {
  color: inherit;
}
/* EC-CSS-001: Long-hand padding-left/right (NOT shorthand 'padding: 0 20px') so
 * compound selectors like .container.hero-grid (which sets padding-top: 74px)
 * keep their vertical padding. The shorthand resets ALL four sides at the same
 * specificity, which on Dabster Labs caused the hero badge to slide under the
 * fixed 74px nav. Horizontal gutter (20px each side) unchanged; vertical
 * defaults to the browser's 0 — same effective behavior for sites that do not
 * set padding-top via another selector. */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
/* EC-CSS-009: :where() = 0 specificity, same reasoning as EC-BTN-104 above. A
   bare "h1, h2, h3, h4, h5, h6" list ties a site's own "h1, h2, h3 { font-weight:
   400 }" on specificity (0,0,1) and, being emitted after the merged site CSS,
   wins — so a display face meant to render at 400 shipped bold everywhere. These
   declarations still beat the UA stylesheet, because author origin outranks
   user-agent origin regardless of specificity. */
:where(h1, h2, h3, h4, h5, h6) {
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
:where(button, .btn) {
  cursor: pointer;
  border: none;
  transition: all 0.3s;
}
/* EC-BTN-107: Disclosure/accordion toggle buttons (aria-expanded) must not be
   text-selectable. Otherwise a double-click or click-drag on a FAQ question
   label paints the browser's default blue text-selection highlight, which the
   user sees as a stray "bluish background" that appears on one click and clears
   on the next. Native <button>s are non-selectable and the source React FAQ is
   too. Scoped to button[aria-expanded] so ordinary buttons and selectable
   content elsewhere are untouched. */
button[aria-expanded] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input,
textarea,
select {
  font-family: inherit;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}

/* Grid Layout & Sidebar Preservation - Ensures Bootstrap and other grid systems work properly */
.grid-layout-container {
  width: 100%;
  max-width: 100%;
}

/* Preserve Bootstrap row structure */
.grid-layout-container .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

/* Ensure Bootstrap columns work */
.grid-layout-container [class*='col-'] {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* Bootstrap column widths - responsive */
@media (min-width: 768px) {
  .grid-layout-container .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-layout-container .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .grid-layout-container .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-layout-container .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .grid-layout-container .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid-layout-container .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Mobile stacking for sidebars */
@media (max-width: 767px) {
  .grid-layout-container [class*='col-'] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Sidebar styling */
.grid-layout-container aside,
.grid-layout-container [class*='sidebar'] {
  padding: 20px;
}

/* CRITICAL: Disable popups marked by WPConvert - Universal for ALL popup libraries */
/* This targets ONLY popups we've marked, regardless of the library used */
/* Users can re-enable by overriding this CSS in Customizer → Additional CSS */
[data-wpconvert-popup-disabled='true'] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  z-index: -9999 !important;
  position: absolute !important;
  left: -99999px !important;
  transform: scale(0) !important;
}

/* Also hide child elements of disabled popups (for nested structures) */
[data-wpconvert-popup-disabled='true'] * {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Disable popup overlay backgrounds (universal) */
[data-wpconvert-popup-disabled='true'].overlay,
[data-wpconvert-popup-disabled='true'][class*='overlay'],
[data-wpconvert-popup-disabled='true'][class*='backdrop'],
[data-wpconvert-popup-disabled='true'][class*='bg'] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* EC-FORM-004: Native <select> option list styling.
 *
 * Why: EC-FORMS-004 / EC-MSTEP-001C converts Radix shadcn comboboxes to
 * native <select> elements so the form submits as a real HTML form. Native
 * select-popups inherit the trigger element background, so on shadcn forms
 * with translucent inputs (e.g. bg-white slash 10), the option list paints
 * as a translucent panel that bleeds the parent form background and makes
 * options nearly unreadable.
 *
 * The rule below paints each option on a solid surface using the same
 * shadcn --card design tokens the rest of the theme already uses, so
 * dropdowns visually match the original SelectContent / bg-popover render.
 *
 * Safety:
 *   - Scoped strictly to select option / select optgroup — never leaks
 *     to custom popover divs.
 *   - hsl(var(--card, ...)) with fallbacks degrades cleanly on themes
 *     that do not define the variable.
 *   - Safari ignores option styling entirely (no DOM hook into the native
 *     popup) so this is a no-op there. Chrome/Edge/Firefox/Brave honour it.
 */
/* EC-FORM-004 / EC-FORM-004b: solid option surfaces — card tokens by default,
   popover tokens on dark booking sections (bg-secondary / needs-wiring forms). */
select option,
select optgroup,
.bg-secondary select option,
.bg-secondary select optgroup,
form[data-wpconvert-form] select option,
form[data-wpconvert-form] select optgroup {
  background-color: hsl(var(--popover, var(--card, 0 0% 100%)));
  color: hsl(var(--popover-foreground, var(--card-foreground, 222.2 84% 4.9%)));
}

/* CRITICAL: Tailwind Font Override - ensure custom fonts take precedence over Tailwind CDN */
/* Tailwind CDN generates CSS dynamically that can override static CSS, so we use !important */
/* No custom font classes detected */

/* EC-PAGE-WIDTH-001: vertical rhythm for the fallback page template. Width,
   horizontal padding and breakpoints come from the source container .wrap
   (max-width: 1240px), which this page shares with every route template. */
.wpconvert-page-body {
  padding-top: clamp(2rem, 6vw, 4.5rem);
  padding-bottom: clamp(2rem, 6vw, 4.5rem);
}

/* EC-ANIM-008b / EC-ANIM-009: carousel-only override — scroll-reveal elements animate via IO in functions.php */
.scroll-fade-up:has([aria-roledescription='carousel']),
.scroll-fade-up:has([data-wpconvert-blog-filter-bar]),
.scroll-fade-left:has([aria-roledescription='carousel']),
.scroll-fade-right:has([aria-roledescription='carousel']),
.scroll-scale-in:has([aria-roledescription='carousel']) {
  opacity: 1 !important;
  transform: none !important;
}
