:root {
  --color-bg-primary: #071226;
  --color-bg-secondary: #0d1c34;
  --color-surface: rgba(255, 255, 255, 0.072);
  --color-surface-elevated: rgba(255, 255, 255, 0.11);
  --color-brand-primary: #1a2b4c;
  --color-brand-secondary: #4dabf7;
  --color-accent: #23d7c8;
  --color-text-primary: #f7fbff;
  --color-text-secondary: #aebdd2;
  --color-border: rgba(255, 255, 255, 0.16);
  --color-success: #25d366;
  --gradient-brand: linear-gradient(135deg, #4dabf7 0%, #23d7c8 100%);
  --gradient-glow: radial-gradient(circle at 30% 20%, rgba(77, 171, 247, 0.33), transparent 35%), radial-gradient(circle at 70% 10%, rgba(35, 215, 200, 0.2), transparent 32%);
  --shadow-soft: 0 24px 80px rgba(0, 0, 0, 0.28);
  --container: min(1200px, calc(100vw - 40px));
}

* {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-padding-top: 126px;
  scroll-behavior: smooth;
}

body {
  background: var(--color-bg-primary);
  color: var(--color-text-primary);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
  overflow-x: hidden;
  padding-top: 116px;
}

main,
.site-footer {
  max-width: 100%;
  overflow-x: clip;
}

.site-header {
  max-width: 100%;
}

body.menu-open {
  overflow: hidden;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

img {
  max-width: 100%;
}

.skip-link {
  background: #fff;
  color: #071226;
  left: 16px;
  padding: 10px 14px;
  position: fixed;
  top: -60px;
  z-index: 100;
}

.skip-link:focus {
  top: 16px;
}

.container {
  margin: 0 auto;
  width: var(--container);
}

.topbar {
  background: rgba(7, 18, 38, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--color-text-secondary);
  font-size: 13px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 80;
}

.topbar__inner {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  min-height: 38px;
}

.topbar__links {
  display: flex;
  gap: 18px;
}

.site-header {
  backdrop-filter: blur(14px);
  background: rgba(7, 18, 38, 0.38);
  border-bottom: 1px solid transparent;
  left: 0;
  position: fixed;
  right: 0;
  top: 38px;
  transition: background 0.24s ease, border-color 0.24s ease;
  z-index: 79;
}

.site-header.is-scrolled {
  background: rgba(7, 18, 38, 0.9);
  border-color: rgba(255, 255, 255, 0.12);
}

.nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 78px;
}

.logo {
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 27px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.logo span:last-child {
  color: var(--color-brand-secondary);
}

.nav__links {
  align-items: center;
  display: flex;
  gap: 24px;
}

.nav__links a {
  color: var(--color-text-secondary);
  font-size: 14px;
  font-weight: 700;
}

.nav__links a:hover,
.nav__links a:focus {
  color: #fff;
}

.menu-toggle {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--color-border);
  border-radius: 10px;
  color: #fff;
  display: none;
  height: 44px;
  justify-content: center;
  width: 44px;
  position: relative;
  z-index: 1002;
}

.btn {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover,
.btn:focus {
  outline: none;
  transform: translateY(-2px);
}

.btn--primary {
  background: var(--gradient-brand);
  box-shadow: 0 18px 40px rgba(77, 171, 247, 0.24);
  color: #061022;
}

.btn--secondary {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--color-border);
  color: #fff;
}

.section {
  padding: clamp(70px, 8vw, 124px) 0;
  position: relative;
}

.section--compact {
  padding-bottom: 34px;
}

.eyebrow {
  color: var(--color-accent);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-header {
  margin-bottom: 36px;
  max-width: 780px;
}

.section-header h2,
.hero h1 {
  font-family: "Manrope", "Inter", sans-serif;
  letter-spacing: -0.06em;
}

.section-header h2 {
  font-size: clamp(34px, 5vw, 64px);
  line-height: 0.98;
  margin: 12px 0 16px;
}

.section-header p {
  color: var(--color-text-secondary);
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.7;
}

.hero {
  background: var(--gradient-glow), linear-gradient(180deg, #071226 0%, #0d1c34 100%);
  min-height: 820px;
  overflow: hidden;
  padding: 78px 0 110px;
}

.hero::before {
  background-image: linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 54px 54px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(to bottom, #000, transparent 78%);
  opacity: 0.45;
  position: absolute;
}

.hero__grid {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr);
  position: relative;
  z-index: 1;
}

.hero h1 {
  font-size: clamp(46px, 7vw, 88px);
  line-height: 0.92;
  margin: 18px 0 22px;
  max-width: 820px;
}

.hero__copy {
  color: var(--color-text-secondary);
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.7;
  max-width: 710px;
}

.faq-hero {
  min-height: auto;
  padding-bottom: 86px;
}

.faq-hero .container {
  max-width: 980px;
}

.faq-hero h1 {
  max-width: 920px;
}

.hero__actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.trust-line {
  color: #dbeaff;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.trust-line span,
.chip {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 999px;
  padding: 8px 12px;
}

.security-graphic {
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(77,171,247,0.26), transparent 62%);
  display: grid;
  margin-inline: auto;
  max-width: 560px;
  min-width: 0;
  place-items: center;
  position: relative;
  width: 100%;
}

.orb-core {
  align-items: center;
  background: linear-gradient(145deg, rgba(255,255,255,0.16), rgba(255,255,255,0.05));
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  box-shadow: inset 0 0 40px rgba(77, 171, 247, 0.18), 0 0 80px rgba(35, 215, 200, 0.12);
  display: flex;
  height: 210px;
  justify-content: center;
  position: relative;
  width: 210px;
  z-index: 2;
}

.orb-core::after {
  border: 1px solid rgba(35, 215, 200, 0.45);
  border-radius: 50%;
  content: "";
  inset: -28px;
  position: absolute;
}

.shield-mark {
  color: #fff;
  font-size: 52px;
}

.node {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
  color: #fff;
  font-weight: 800;
  padding: 12px 14px;
  position: absolute;
}

.node:nth-child(2) { left: 3%; top: 18%; }
.node:nth-child(3) { right: 0; top: 22%; }
.node:nth-child(4) { bottom: 18%; left: 9%; }
.node:nth-child(5) { bottom: 12%; right: 8%; }
.node:nth-child(6) { left: 38%; top: 2%; }

.hero-stats {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 54px;
  position: relative;
  z-index: 2;
}

.stat-card,
.glass-card,
.service-panel,
.benefit-card,
.use-card,
.faq-item,
.contact-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 24px;
  box-shadow: var(--shadow-soft);
  min-width: 0;
}

.stat-card {
  padding: 22px;
}

.stat-card strong {
  display: block;
  font-size: 19px;
  margin-bottom: 6px;
}

.stat-card span {
  color: var(--color-text-secondary);
}

.brand-band {
  border-bottom: 1px solid rgba(255,255,255,0.08);
  border-top: 1px solid rgba(255,255,255,0.08);
  overflow: hidden;
  padding: 26px 0;
}

.brand-track {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
  justify-content: center;
}

.brand-track img {
  filter: grayscale(1) brightness(1.6);
  height: 42px;
  max-width: 150px;
  opacity: 0.78;
  transition: filter 0.26s ease, opacity 0.26s ease, transform 0.26s ease;
}

.brand-track a {
  border-radius: 14px;
  padding: 8px 10px;
  position: relative;
  transition: background 0.26s ease, box-shadow 0.26s ease, transform 0.26s ease;
}

.brand-track a::after {
  background: radial-gradient(circle, rgba(35, 215, 200, 0.28), transparent 68%);
  border-radius: inherit;
  content: "";
  inset: -8px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: scale(0.82);
  transition: opacity 0.26s ease, transform 0.26s ease;
  z-index: -1;
}

.brand-track a:hover,
.brand-track a:focus,
.brand-track a.is-spotlight {
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 16px 36px rgba(35, 215, 200, 0.12);
  outline: none;
  transform: translateY(-3px);
}

.brand-track a:hover img,
.brand-track a:focus img,
.brand-track a.is-spotlight img {
  filter: none;
  opacity: 1;
  transform: scale(1.06);
}

.brand-track a:hover::after,
.brand-track a:focus::after,
.brand-track a.is-spotlight::after {
  opacity: 1;
  transform: scale(1);
}

.client-proof {
  align-items: stretch;
  background: linear-gradient(135deg, rgba(77, 171, 247, 0.12), rgba(35, 215, 200, 0.07));
  border: 1px solid var(--color-border);
  border-radius: 30px;
  display: grid;
  gap: 24px;
  grid-template-columns: 1.2fr 0.8fr;
  padding: clamp(28px, 5vw, 48px);
}

.client-proof h2 {
  font-size: clamp(32px, 5vw, 58px);
  letter-spacing: -0.05em;
  line-height: 1;
  margin: 12px 0 18px;
}

.client-proof p,
.service-tile p,
.pillar-card p,
.tech-panel p {
  color: var(--color-text-secondary);
  line-height: 1.65;
}

.client-validation-card,
.pillar-card,
.service-tile,
.tech-panel {
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid var(--color-border);
  border-radius: 22px;
  padding: 24px;
}

.client-validation-card {
  align-self: center;
}

.client-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 24px;
}

.client-card {
  align-items: center;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.045)),
    rgba(8, 22, 47, 0.72);
  border: 1px solid var(--color-border);
  border-radius: 20px;
  display: grid;
  gap: 14px;
  grid-template-rows: 104px auto;
  justify-items: stretch;
  min-height: 172px;
  overflow: hidden;
  padding: 14px;
  position: relative;
  text-align: center;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.client-card:hover {
  background:
    linear-gradient(145deg, rgba(77, 171, 247, 0.16), rgba(35, 215, 200, 0.06)),
    rgba(8, 22, 47, 0.82);
  border-color: rgba(77, 171, 247, 0.45);
  transform: translateY(-4px);
}

.client-logo-frame {
  align-items: center;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.82), rgba(255,255,255,0.68)),
    rgba(13, 28, 52, 0.18);
  border-radius: 14px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.18);
  display: flex;
  height: 104px;
  justify-content: center;
  min-width: 0;
  padding: 16px;
  width: 100%;
}

.client-card--dark-logo .client-logo-frame {
  background:
    linear-gradient(180deg, rgba(17, 21, 29, 0.84), rgba(17, 21, 29, 0.68)),
    rgba(13, 28, 52, 0.28);
  border: 1px solid rgba(255,255,255,0.1);
}

.client-card img {
  display: block;
  filter: saturate(0.72) contrast(0.92) brightness(0.92);
  height: auto;
  max-height: 72px;
  max-width: 100%;
  object-fit: contain;
  opacity: 0.86;
  transition: filter 0.2s ease, opacity 0.2s ease;
  width: auto;
}

.client-card:hover img,
.client-card:focus-within img {
  filter: saturate(0.95) contrast(1) brightness(1);
  opacity: 0.98;
}

.client-card strong {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 14px;
  color: #202635;
  display: block;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: clamp(22px, 3vw, 34px);
  letter-spacing: -0.04em;
  line-height: 1;
  padding: 22px 12px;
  text-align: center;
}

.client-card span {
  align-self: center;
  color: #f7fbff;
  display: flex;
  font-size: 15px;
  font-weight: 800;
  justify-content: center;
  line-height: 1.25;
  min-height: 38px;
  text-wrap: balance;
}

.pillar-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pillar-card {
  min-height: 280px;
  position: relative;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.pillar-card:hover,
.service-tile:hover {
  border-color: rgba(35, 215, 200, 0.42);
  transform: translateY(-4px);
}

.pillar-card span {
  color: var(--color-accent);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.service-map {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-tile {
  min-height: 230px;
}

.service-map .service-tile:nth-child(n+7) {
  background: linear-gradient(180deg, rgba(35, 215, 200, 0.13), rgba(255,255,255,0.055));
  border-color: rgba(35, 215, 200, 0.26);
}

.service-tile i {
  color: var(--color-accent);
  font-size: 28px;
  margin-bottom: 16px;
}

.service-tile h3,
.pillar-card h3,
.tech-panel h3 {
  margin-top: 8px;
}

.deep-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.deep-card,
.awareness-step {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 24px;
  padding: 26px;
}

.deep-card p,
.deep-card li,
.awareness-step p {
  color: var(--color-text-secondary);
  line-height: 1.65;
}

.deep-card ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding-left: 18px;
}

.awareness-grid {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: 0.85fr 1.15fr;
}

.awareness-steps {
  display: grid;
  gap: 16px;
}

.awareness-step {
  display: grid;
  gap: 8px;
  grid-template-columns: auto 1fr;
}

.awareness-step span {
  align-items: center;
  background: var(--gradient-brand);
  border-radius: 50%;
  color: #061022;
  display: inline-flex;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.awareness-step h3,
.awareness-step p {
  grid-column: 2;
  margin: 0;
}

.value-layout {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.2fr 0.8fr 1fr;
}

.benefit-card {
  min-height: 230px;
  padding: 26px;
  transition: transform 0.2s ease, background 0.2s ease;
  overflow-wrap: anywhere;
}

.benefit-card:hover,
.use-card:hover {
  background: var(--color-surface-elevated);
  transform: translateY(-4px);
}

.product-preview {
  background:
    radial-gradient(circle at 86% 10%, rgba(35, 215, 200, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(8, 22, 43, 0.9), rgba(7, 18, 38, 0.96));
}

.product-carousel {
  margin-top: 8px;
  position: relative;
}

.product-preview-grid,
.products-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-preview-grid {
  display: flex;
  overflow-x: auto;
  padding: 2px 2px 8px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.product-preview-grid::-webkit-scrollbar {
  display: none;
}

.product-preview-card {
  flex: 0 0 calc((100% - 36px) / 3);
  scroll-snap-align: start;
}

.carousel-control {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #f4f8ff;
  cursor: pointer;
  display: inline-flex;
  font-size: 34px;
  font-weight: 800;
  height: 48px;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.2s ease, border-color 0.2s ease;
  width: 48px;
  z-index: 2;
}

.carousel-control:hover,
.carousel-control:focus {
  background: rgba(35, 215, 200, 0.18);
  border-color: rgba(35, 215, 200, 0.46);
  outline: none;
}

.carousel-control--prev {
  left: -24px;
}

.carousel-control--next {
  right: -24px;
}

.product-preview-card,
.product-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.035));
  border: 1px solid var(--color-border);
  border-radius: 24px;
  box-shadow: var(--shadow-soft);
  min-width: 0;
  overflow: hidden;
  padding: 24px;
  position: relative;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.product-preview-card::before,
.product-card::before {
  background: var(--gradient-brand);
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.product-preview-card:hover,
.product-card:hover {
  background: var(--color-surface-elevated);
  border-color: rgba(77, 171, 247, 0.34);
  transform: translateY(-4px);
}

.product-preview-card span,
.product-card .product-brand {
  color: var(--color-accent);
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.product-preview-card h3,
.product-card h3 {
  font-size: 22px;
  line-height: 1.15;
  margin: 0 0 12px;
}

.product-preview-card p,
.product-card p {
  color: var(--color-text-secondary);
  line-height: 1.65;
  margin: 0;
}

.product-preview-card a,
.product-card a {
  color: var(--color-brand-primary);
  font-weight: 900;
}

.product-preview-card > a {
  display: inline-flex;
  margin-top: 22px;
}

.section-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.products-shell {
  background: var(--color-bg-primary);
}

.products-hero {
  min-height: auto;
  padding-bottom: 82px;
}

.products-toolbar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 24px;
}

.filter-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-button {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--color-border);
  border-radius: 999px;
  color: var(--color-text-primary);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  min-height: 42px;
  padding: 10px 16px;
}

.filter-button.active,
.filter-button:hover,
.filter-button:focus {
  background: var(--gradient-brand);
  color: #061022;
  outline: none;
}

.product-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.btn-product-details,
.btn-product-whatsapp,
.btn-product-cart {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  justify-content: center;
  min-height: 42px;
  padding: 10px 15px;
}

.btn-product-details {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--color-border);
  color: #ffffff !important;
}

.btn-product-details:hover,
.btn-product-details:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.32);
  color: #ffffff !important;
  outline: none;
}

.btn-product-whatsapp,
.btn-product-cart {
  background: var(--gradient-brand);
  color: #061022 !important;
}

.btn-product-cart {
  border: 0;
  box-shadow: 0 16px 34px rgba(26, 206, 215, 0.22);
  font-weight: 900;
  text-decoration: none;
}

.cart-float {
  align-items: center;
  background: var(--gradient-brand);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  bottom: 148px;
  box-shadow: 0 18px 45px rgba(14, 212, 224, 0.26);
  color: #061022;
  cursor: pointer;
  display: inline-flex;
  font-size: 20px;
  height: 56px;
  justify-content: center;
  position: fixed;
  right: 24px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  width: 56px;
  z-index: 90;
}

.cart-float:hover,
.cart-float:focus {
  box-shadow: 0 22px 52px rgba(14, 212, 224, 0.36);
  outline: none;
  transform: translateY(-3px);
}

.cart-count {
  align-items: center;
  background: #ffffff;
  border-radius: 999px;
  color: #061022;
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  height: 21px;
  justify-content: center;
  min-width: 21px;
  padding: 0 6px;
  position: absolute;
  right: -5px;
  top: -5px;
}

.cart-overlay {
  background: rgba(2, 8, 23, 0.62);
  inset: 0;
  opacity: 0;
  position: fixed;
  transition: opacity 0.18s ease;
  z-index: 120;
}

.cart-overlay[hidden],
.cart-drawer[hidden] {
  display: none !important;
}

.cart-overlay.is-open {
  opacity: 1;
}

.cart-drawer {
  background: linear-gradient(180deg, rgba(15, 30, 53, 0.98), rgba(5, 16, 34, 0.98));
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: -28px 0 70px rgba(0, 0, 0, 0.38);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  height: 100dvh;
  max-width: min(420px, 92vw);
  opacity: 0;
  padding: 24px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(18px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  width: 100%;
  z-index: 130;
}

.cart-drawer.is-open {
  opacity: 1;
  transform: translateX(0);
}

.cart-drawer__header,
.cart-drawer__footer {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
}

.cart-eyebrow {
  color: var(--color-accent);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.cart-drawer h2 {
  font-size: 24px;
  line-height: 1.1;
  margin: 0;
}

.cart-close,
.cart-clear {
  cursor: pointer;
}

.cart-close {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  gap: 8px;
  font-size: 13px;
  font-weight: 900;
  min-height: 42px;
  justify-content: center;
  padding: 10px 14px;
  text-transform: uppercase;
}

.cart-close i {
  font-size: 14px;
}

.cart-drawer__body {
  display: grid;
  gap: 12px;
  margin: 22px 0;
  overflow: auto;
  padding-right: 4px;
}

.cart-empty {
  color: var(--color-text-secondary);
  margin: 0;
}

.cart-item {
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  display: grid;
  gap: 14px;
  padding: 16px;
}

.cart-item span {
  color: var(--color-accent);
  display: block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.11em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.cart-item strong {
  display: block;
  font-size: 16px;
  line-height: 1.25;
}

.cart-item__controls {
  align-items: center;
  display: flex;
  gap: 8px;
}

.cart-item__controls button {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-weight: 900;
  height: 36px;
  justify-content: center;
  min-width: 36px;
}

.cart-item__controls span {
  align-items: center;
  background: rgba(14, 212, 224, 0.12);
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  height: 32px;
  justify-content: center;
  letter-spacing: 0;
  margin: 0;
  min-width: 42px;
  text-transform: none;
}

.cart-drawer__footer {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: auto;
  padding-top: 18px;
}

.cart-clear {
  background: transparent;
  border: 0;
  color: var(--color-text-secondary);
  font-weight: 800;
  padding: 10px 0;
}

.cart-clear:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.cart-whatsapp {
  align-items: center;
  background: var(--gradient-brand);
  border-radius: 999px;
  color: #061022 !important;
  display: inline-flex;
  font-weight: 900;
  gap: 9px;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  text-decoration: none;
}

.cart-whatsapp.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.benefit-card--wide {
  grid-column: span 2;
}

.icon-badge {
  align-items: center;
  background: rgba(77, 171, 247, 0.12);
  border: 1px solid rgba(77, 171, 247, 0.35);
  border-radius: 16px;
  color: var(--color-accent);
  display: inline-flex;
  height: 46px;
  justify-content: center;
  margin-bottom: 20px;
  width: 46px;
}

.solutions-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 310px minmax(0, 1fr);
  min-width: 0;
}

.solution-tabs {
  display: grid;
  gap: 10px;
}

.solution-tab {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  color: var(--color-text-secondary);
  cursor: pointer;
  padding: 16px;
  text-align: left;
}

.solution-tab[aria-selected="true"] {
  background: rgba(77,171,247,0.18);
  border-color: rgba(77,171,247,0.5);
  color: #fff;
}

.service-panel {
  min-height: 560px;
  padding: clamp(24px, 4vw, 42px);
  overflow: hidden;
}

.capability-list {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 26px 0;
  padding: 0;
}

.capability-list li {
  background: rgba(255,255,255,0.07);
  border-radius: 14px;
  list-style: none;
  padding: 14px;
}

.brand-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.layer-map {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.layer-button {
  background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
  border: 1px solid var(--color-border);
  border-radius: 18px;
  color: #fff;
  cursor: pointer;
  min-height: 132px;
  padding: 18px 12px;
}

.layer-button[aria-expanded="true"] {
  border-color: rgba(35, 215, 200, 0.72);
  box-shadow: 0 0 0 4px rgba(35, 215, 200, 0.1);
}

.layer-detail {
  margin-top: 20px;
  padding: 26px;
}

.method {
  counter-reset: steps;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(5, 1fr);
}

.method-step {
  border-top: 2px solid rgba(77,171,247,0.45);
  padding-top: 20px;
  position: relative;
}

.method-step::before {
  background: var(--gradient-brand);
  border-radius: 50%;
  color: #071226;
  content: counter(steps);
  counter-increment: steps;
  display: grid;
  font-weight: 900;
  height: 36px;
  left: 0;
  place-items: center;
  position: absolute;
  top: -19px;
  width: 36px;
}

.chips-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tech-matrix {
  background:
    linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px),
    radial-gradient(circle at 75% 20%, rgba(35, 215, 200, 0.17), transparent 38%);
  background-size: 48px 48px, 48px 48px, auto;
  border: 1px solid var(--color-border);
  border-radius: 30px;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(6, 1fr);
  min-height: 380px;
  padding: clamp(22px, 4vw, 36px);
}

.tech-axis {
  align-items: center;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  display: flex;
  font-weight: 900;
  justify-content: center;
  min-height: 96px;
  padding: 16px;
  text-align: center;
}

.tech-panel {
  grid-column: 2 / 6;
}

.reasons-grid {
  align-items: stretch;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
}

.radar {
  background: radial-gradient(circle, transparent 0 22%, rgba(77,171,247,0.1) 23% 24%, transparent 25% 48%, rgba(77,171,247,0.16) 49% 50%, transparent 51%), conic-gradient(from 120deg, rgba(35,215,200,0.35), transparent 35%, rgba(77,171,247,0.2), transparent 75%);
  border-radius: 24px;
  min-height: 420px;
  position: relative;
}

.radar::after {
  background: var(--gradient-brand);
  border-radius: 999px;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform-origin: left center;
  width: 42%;
}

.use-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.use-card,
.faq-item {
  padding: 24px;
  overflow-wrap: anywhere;
}

.trust-section {
  background:
    radial-gradient(circle at 12% 15%, rgba(77, 171, 247, 0.14), transparent 34%),
    radial-gradient(circle at 88% 70%, rgba(35, 215, 200, 0.1), transparent 32%);
}

.trust-proof-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trust-proof-card {
  background:
    linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.04)),
    rgba(8, 22, 47, 0.74);
  border: 1px solid var(--color-border);
  border-radius: 24px;
  min-height: 260px;
  overflow: hidden;
  padding: 28px;
  position: relative;
}

.trust-proof-card::after {
  background: linear-gradient(90deg, transparent, rgba(35, 215, 200, 0.55), transparent);
  content: "";
  height: 1px;
  inset: auto 24px 0;
  position: absolute;
}

.trust-proof-card h3 {
  font-size: 22px;
  line-height: 1.15;
  margin: 22px 0 14px;
}

.trust-proof-card p {
  color: var(--color-text-secondary);
  line-height: 1.7;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item button {
  align-items: center;
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-weight: 900;
  justify-content: space-between;
  padding: 0;
  text-align: left;
  width: 100%;
}

.faq-answer {
  color: var(--color-text-secondary);
  display: none;
  line-height: 1.7;
  padding-top: 14px;
}

.faq-item.is-open .faq-answer {
  display: block;
}

.contact-grid {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: 0.85fr 1.15fr;
}

.contact-card {
  padding: 30px;
}

.form-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}

.field {
  display: grid;
  gap: 8px;
}

.field--full {
  grid-column: 1 / -1;
}

label {
  color: #dbeaff;
  font-weight: 800;
}

input,
select,
textarea {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--color-border);
  border-radius: 14px;
  color: #fff;
  min-height: 48px;
  padding: 12px 14px;
}

select option {
  color: #071226;
}

textarea {
  min-height: 132px;
  resize: vertical;
}

.error {
  color: #ffb4b4;
  display: none;
  font-size: 13px;
}

.field.has-error .error {
  display: block;
}

.field.has-error input,
.field.has-error select,
.field.has-error textarea {
  border-color: #ff7777;
}

.honeypot {
  display: none;
}

.form-status {
  color: var(--color-accent);
  min-height: 24px;
}

.site-footer {
  background: #050d1d;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 54px 0 26px;
}

.footer-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: 1.2fr 0.8fr 0.8fr 1fr;
}

.footer-grid ul {
  list-style: none;
  padding: 0;
}

.footer-grid li {
  color: var(--color-text-secondary);
  margin: 10px 0;
}

.copyright {
  border-top: 1px solid rgba(255,255,255,0.1);
  color: var(--color-text-secondary);
  margin-top: 34px;
  padding-top: 22px;
}

.whatsapp-float {
  align-items: center;
  background: var(--gradient-brand);
  border-radius: 50%;
  bottom: 22px;
  box-shadow: 0 14px 40px rgba(77, 171, 247, 0.32);
  color: #061022;
  display: flex;
  font-size: 26px;
  height: 58px;
  justify-content: center;
  position: fixed;
  right: 22px;
  width: 58px;
  z-index: 60;
}

.whatsapp-float:hover,
.whatsapp-float:focus {
  filter: brightness(1.06);
  outline: none;
  transform: translateY(-3px);
}

.back-to-top {
  align-items: center;
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 50%;
  bottom: 98px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 24px;
  font-weight: 900;
  height: 50px;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 26px;
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease;
  width: 50px;
  z-index: 59;
}

.back-to-top:hover,
.back-to-top:focus {
  background: rgba(77, 171, 247, 0.28);
  outline: 2px solid rgba(35, 215, 200, 0.75);
  outline-offset: 3px;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

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

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: no-preference) {
  .orb-core::after {
    animation: pulse-ring 4s ease-in-out infinite;
  }
  .node {
    animation: float-node 6s ease-in-out infinite;
  }
  .radar::after {
    animation: radar-sweep 8s linear infinite;
  }
}

@keyframes pulse-ring {
  50% { transform: scale(1.08); opacity: 0.48; }
}

@keyframes float-node {
  50% { transform: translateY(-8px); }
}

@keyframes radar-sweep {
  to { transform: rotate(360deg); }
}

@media (max-width: 980px) {
  html {
    scroll-padding-top: 86px;
  }
  body {
    padding-top: 72px;
  }
  .topbar {
    display: none;
  }
  .site-header {
    background: rgba(6, 17, 36, 0.98);
    border-bottom-color: rgba(255, 255, 255, 0.12);
    top: 0;
  }
  .nav {
    min-height: 72px;
    position: relative;
  }
  .menu-toggle {
    display: inline-flex;
  }
  .nav__links {
    align-items: stretch;
    background:
      radial-gradient(circle at 80% 0%, rgba(77, 171, 247, 0.2), transparent 38%),
      linear-gradient(180deg, #061124 0%, #0a1830 100%);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 22px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.52);
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: flex-start;
    left: 0;
    min-height: auto;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    transform: translateY(-8px);
    transition: opacity 0.22s ease, transform 0.22s ease;
    width: auto;
    z-index: 1001;
  }
  .nav__links.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .nav__links::before {
    content: none;
  }
  .nav__links a {
    align-items: center;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    color: #f7fbff;
    display: flex;
    font-size: 18px;
    justify-content: center;
    min-height: 52px;
    padding: 12px 16px;
    position: relative;
    z-index: 1;
  }
  .nav__links .btn {
    background: var(--gradient-brand);
    color: #061022;
    margin-top: 10px;
  }
  .hero__grid,
  .solutions-grid,
  .reasons-grid,
  .contact-grid,
  .footer-grid,
  .client-proof,
  .awareness-grid {
    grid-template-columns: 1fr;
  }
  .hero {
    min-height: auto;
  }
  .hero-stats,
  .value-layout,
  .use-grid,
  .products-grid,
  .method,
  .layer-map,
  .pillar-grid,
  .client-grid,
  .deep-grid,
  .service-map,
  .trust-proof-grid,
  .tech-matrix {
    grid-template-columns: 1fr 1fr;
  }

  .product-preview-card {
    flex-basis: calc((100% - 18px) / 2);
  }

  .tech-panel {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  :root {
    --container: min(100vw - 28px, 1200px);
  }
  .section {
    padding: 58px 0;
  }
  .hero {
    padding-top: 48px;
  }
  .btn {
    justify-content: center;
    max-width: 100%;
    text-align: center;
    white-space: normal;
  }
  .hero__actions,
  .cta-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .hero__actions .btn,
  .cta-actions .btn {
    width: 100%;
  }
  .hero__grid,
  .hero-stats,
  .capability-list,
  .layer-map,
  .method,
  .use-grid,
  .products-grid,
  .trust-proof-grid,
  .pillar-grid,
  .tech-matrix,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .product-preview-grid {
    gap: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .product-preview-card {
    flex-basis: min(82%, 320px);
  }

  .carousel-control {
    bottom: -8px;
    font-size: 28px;
    height: 42px;
    top: auto;
    transform: none;
    width: 42px;
  }

  .carousel-control--prev {
    left: auto;
    right: 52px;
  }

  .carousel-control--next {
    right: 0;
  }

  .value-layout,
  .service-map {
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .products-shell .products-grid {
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .products-shell .product-card {
    border-radius: 18px;
    padding: 16px;
  }

  .products-shell .product-card .product-brand {
    font-size: 10px;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
  }

  .products-shell .product-card h3 {
    font-size: 16px;
    line-height: 1.15;
  }

  .products-shell .product-card p {
    display: -webkit-box;
    font-size: 13px;
    line-height: 1.45;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .products-shell .product-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
    margin-top: 16px;
  }

  .products-shell .btn-product-details,
  .products-shell .btn-product-whatsapp,
  .products-shell .btn-product-cart {
    font-size: 12px;
    min-height: 38px;
    padding: 8px 10px;
    width: 100%;
  }

  .client-proof {
    padding: 24px;
  }

  .benefit-card,
  .service-tile,
  .use-card,
  .service-panel {
    min-height: auto;
    padding: 20px;
  }

  .benefit-card,
  .service-tile {
    border-radius: 18px;
    padding: 16px;
  }

  .benefit-card h3,
  .service-tile h3 {
    font-size: 16px;
    line-height: 1.15;
  }

  .benefit-card p,
  .service-tile p {
    font-size: 13px;
    line-height: 1.45;
  }

  .service-tile i {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .icon-badge {
    border-radius: 13px;
    height: 42px;
    margin-bottom: 12px;
    width: 42px;
  }

  .benefit-card--wide {
    grid-column: auto;
  }

  .solution-tabs {
    min-width: 0;
  }

  .solution-tab {
    overflow-wrap: anywhere;
  }

  .client-grid,
  .deep-grid {
    grid-template-columns: 1fr;
  }

  .client-grid {
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .client-card {
    border-radius: 16px;
    gap: 10px;
    grid-template-rows: 82px auto;
    min-height: 142px;
    padding: 10px;
  }

  .client-logo-frame {
    border-radius: 12px;
    height: 82px;
    padding: 12px;
  }

  .client-card img {
    max-height: 56px;
  }

  .client-card span {
    font-size: 12px;
    min-height: 32px;
  }

  .tech-panel {
    grid-column: auto;
  }
  .security-graphic {
    min-height: 360px;
    width: min(100%, 360px);
  }
  .node {
    font-size: 12px;
    padding: 9px;
  }
  .brand-track {
    flex-wrap: wrap;
    justify-content: center;
  }
  .whatsapp-float {
    bottom: 14px;
    height: 54px;
    right: 14px;
    width: 54px;
  }
  .back-to-top {
    bottom: 82px;
    height: 46px;
    right: 18px;
    width: 46px;
  }
}
