@font-face {
  font-family: "F29LT Bukra SmBd";
  src: url("fonts/78a0ee0cd1e188da30949e888b8ef4b9.eot");
  src:
    url("fonts/78a0ee0cd1e188da30949e888b8ef4b9.eot?#iefix") format("embedded-opentype"),
    url("fonts/78a0ee0cd1e188da30949e888b8ef4b9.woff2") format("woff2"),
    url("fonts/78a0ee0cd1e188da30949e888b8ef4b9.woff") format("woff"),
    url("fonts/78a0ee0cd1e188da30949e888b8ef4b9.ttf") format("truetype"),
    url("fonts/78a0ee0cd1e188da30949e888b8ef4b9.svg#F29LT Bukra SmBd") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
:root {
  --bg: #05070f;
  --bg-soft: #0b1020;
  --surface: #11172a;
  --surface-2: #161f38;
  --text: #ffffff;
  --muted: #c6cee8;
  --line: rgba(255, 255, 255, 0.12);
  --brand: #5662f6;
  --brand-2: #63d3ff;
  --ok: #20c997;
  --radius: 16px;
  --shadow: 0 20px 40px rgba(5, 7, 15, 0.45);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 10%, rgba(86, 98, 246, 0.22), transparent 32%),
    radial-gradient(circle at 85% 20%, rgba(99, 211, 255, 0.14), transparent 28%),
    linear-gradient(180deg, #05070f 0%, #080d1d 45%, #05070f 100%);
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 1.55;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: auto;
}
.skip-link:focus {
  left: 1rem;
  top: 1rem;
  background: #fff;
  color: #000;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  z-index: 1000;
}

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.section { padding: 5rem 0; }
.section-alt { background: transparent; }

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: linear-gradient(180deg, rgba(6, 10, 20, 0.9), rgba(6, 10, 20, 0.78));
  border-bottom: 1px solid rgba(99, 211, 255, 0.16);
  box-shadow: 0 10px 24px rgba(4, 8, 18, 0.35);
}

.nav-wrap {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  text-decoration: none;
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-family: "F29LT Bukra SmBd", "Manrope", sans-serif;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
}
.brand-sistemas { color: var(--brand); }
.brand-code { font-size: 1rem; color: #e8e9ef; margin-left: 0.3rem; }

.nav {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.nav a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 500;
  padding: 0.5rem 0.72rem;
  border-radius: 9px;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.nav a:hover, .nav a:focus-visible { color: #fff; background: rgba(86, 98, 246, 0.18); }
.nav a.is-active {
  color: #ffffff;
  background: rgba(99, 211, 255, 0.16);
}

.menu-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.45rem;
}
.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px 0;
  background: #fff;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  align-items: stretch;
}

.pill {
  display: inline-block;
  margin: 0 0 0.9rem;
  padding: 0.35rem 0.7rem;
  border-radius: 100px;
  border: 1px solid rgba(99, 211, 255, 0.35);
  color: #b7efff;
  background: rgba(99, 211, 255, 0.08);
  font-size: 0.85rem;
}

h1 { font-size: clamp(2rem, 4.5vw, 3.4rem); line-height: 1.08; margin: 0; letter-spacing: -0.03em; }
h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); line-height: 1.2; margin-top: 0; }
h3 { font-size: 1.02rem; margin-top: 0; }

.hero-subtitle { color: var(--muted); max-width: 66ch; }
.hero-proof {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.hero-proof p {
  margin: 0;
  padding: 0.45rem 0.7rem;
  border: 1px solid rgba(99, 211, 255, 0.25);
  border-radius: 999px;
  background: rgba(99, 211, 255, 0.06);
  color: #dceaff;
  font-size: 0.84rem;
}
.hero-proof strong {
  color: #ffffff;
}
.hero-actions { display: flex; gap: 0.8rem; flex-wrap: wrap; margin-top: 1.5rem; }
.hero-microcopy {
  margin: 0.7rem 0 0;
  color: #a9b8df;
  font-size: 0.88rem;
}
.hero-trust {
  margin-top: 1.25rem;
  display: grid;
  gap: 0.65rem;
  max-width: 62ch;
}
.hero-trust p {
  margin: 0;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(99, 211, 255, 0.22);
  border-radius: 12px;
  background: rgba(8, 16, 34, 0.72);
  color: #deebff;
  font-size: 0.95rem;
}
.hero-trust strong { color: #ffffff; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-weight: 600;
  padding: 0.9rem 1.2rem;
  border-radius: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.btn:hover, .btn:focus-visible { transform: translateY(-2px); }
.btn-primary {
  background: linear-gradient(120deg, var(--brand), #6a73ff);
  color: #fff;
}
.btn-ghost {
  color: #fff;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.hero-panel {
  background: linear-gradient(170deg, var(--surface-2), var(--surface));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem;
  box-shadow: var(--shadow);
}
.hero-panel h2 { font-size: 1.2rem; margin-bottom: 0.6rem; }
.hero-steps {
  display: grid;
  gap: 0.8rem;
}
.hero-steps article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.7rem;
  align-items: start;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.02);
}
.hero-steps span {
  width: 2rem;
  height: 2rem;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: #8ee7ff;
  border: 1px solid rgba(99, 211, 255, 0.45);
  background: rgba(99, 211, 255, 0.09);
  font-weight: 700;
  font-size: 0.82rem;
}
.hero-steps h3 {
  margin: 0;
  font-size: 0.98rem;
}
.hero-steps p {
  margin: 0.35rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.1rem;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
  transition: transform 0.24s ease, border-color 0.24s ease, background-color 0.24s ease;
}
.card:hover {
  transform: translateY(-4px);
  border-color: rgba(99, 211, 255, 0.5);
}
.card h3 {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  margin-bottom: 0.45rem;
}
.service-icon {
  width: 1.15rem;
  height: 1.15rem;
  flex: 0 0 1.15rem;
  stroke: #8ee7ff;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 8px rgba(99, 211, 255, 0.18));
}
.card p { margin: 0; color: var(--muted); font-size: 0.95rem; }

.highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}
.highlight {
  margin: 0;
  border: 1px solid rgba(99, 211, 255, 0.2);
  border-radius: 14px;
  padding: 1rem;
  background:
    linear-gradient(160deg, rgba(99, 211, 255, 0.08), rgba(255, 255, 255, 0.01)),
    var(--surface);
  color: #e7ecff;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.highlight:hover {
  transform: translateY(-3px);
  border-color: rgba(99, 211, 255, 0.45);
  box-shadow: 0 12px 24px rgba(5, 12, 30, 0.35);
}
.highlight p {
  margin: 0;
}

.cta .container {
  background: linear-gradient(120deg, rgba(86, 98, 246, 0.22), rgba(99, 211, 255, 0.08));
  border: 1px solid rgba(99, 211, 255, 0.25);
  border-radius: 20px;
  padding: clamp(1.4rem, 3vw, 2.4rem);
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 1rem;
}
.cta h2 {
  max-width: 24ch;
  margin: 0;
}
.cta p {
  color: var(--muted);
  margin: 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1.2rem;
}
.contact-links {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: grid;
  gap: 0.65rem;
}
.contact-links li {
  margin: 0;
}
.contact-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0;
  color: #e8eeff;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}
.contact-links a:hover,
.contact-links a:focus-visible {
  color: #ffffff;
  transform: translateY(-1px);
}
.contact-links svg {
  width: 1.05rem;
  height: 1.05rem;
  flex: 0 0 1.05rem;
  stroke: #8ee7ff;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.contact-links strong {
  color: #ffffff;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1rem;
  background: var(--surface);
}
.field { display: flex; flex-direction: column; gap: 0.35rem; }
.field-full { grid-column: 1 / -1; }
label { font-size: 0.9rem; color: #d9dff7; }
input, textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.18);
  background: #0d1324;
  border-radius: 10px;
  color: #fff;
  font: inherit;
  padding: 0.75rem;
}
input:focus, textarea:focus {
  outline: none;
  border-color: var(--brand-2);
  box-shadow: 0 0 0 3px rgba(99, 211, 255, 0.18);
}
textarea { resize: vertical; }
.hp-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}
.form-status { margin: 0; min-height: 1.4em; font-size: 0.95rem; color: var(--muted); }
.form-status.success { color: #8ff0cc; }
.form-status.error { color: #ffb0b0; }

.footer {
  padding: 2.4rem 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  text-align: center;
}
.footer p { margin: 0.35rem 0; }

.footer-brand {
  margin: 0.2rem 0 0.6rem;
  font-family: "F29LT Bukra SmBd", "Manrope", sans-serif;
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #fff;
}
.footer-brand-dg { color: #ffffff; }
.footer-brand-sistemas { color: var(--brand); }
.footer-brand-code {
  color: #e8e9ef;
  font-size: 0.62em;
  margin-left: 0.26rem;
  vertical-align: middle;
}

.whatsapp-float {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: 58px;
  height: 58px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(140deg, #25d366, #14b954);
  box-shadow: 0 12px 30px rgba(20, 185, 84, 0.42);
  z-index: 60;
  animation: pulse 2.5s infinite;
}
.whatsapp-float svg {
  width: 29px;
  height: 29px;
  fill: #fff;
  display: block;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.06); }
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .hero-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .highlights { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 800px) {
  .menu-toggle { display: block; }
  .nav {
    position: absolute;
    top: 84px;
    right: 4vw;
    left: auto;
    width: min(320px, 92vw);
    padding: 0.85rem;
    background: rgba(5, 9, 18, 0.97);
    border: 1px solid rgba(99, 211, 255, 0.2);
    border-radius: 14px;
    display: grid;
    gap: 0.3rem;
    transform-origin: top right;
    transform: scale(0.96) translateY(-6px);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
    box-shadow: 0 16px 34px rgba(3, 7, 20, 0.48);
  }
  .nav.open {
    transform: scale(1) translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .cards { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .section { padding: 3.7rem 0; }
  .contact-form { grid-template-columns: 1fr; }
  .highlights { grid-template-columns: 1fr; }
  .whatsapp-float {
    width: 54px;
    height: 54px;
    right: 0.8rem;
    bottom: 0.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .reveal { opacity: 1; transform: none; }
}
