[data-theme="dark"] {
  --bg: #050816;
  --bg-soft: #0b1228;
  --panel: rgba(9, 19, 44, 0.74);
  --panel-strong: rgba(10, 21, 48, 0.92);
  --line: rgba(129, 170, 255, 0.18);
  --line-strong: rgba(129, 170, 255, 0.36);
  --text: #f5f8ff;
  --muted: #a8b4d4;
  --blue: #3f86ff;
  --blue-soft: #78a9ff;
  --neon: #56d0ff;
  --green: #1cc972;
  --surface: rgba(255, 255, 255, 0.03);
  --surface-strong: rgba(255, 255, 255, 0.04);
  --field: rgba(5, 10, 24, 0.9);
  --shadow: 0 24px 80px rgba(0, 10, 35, 0.46);
  --radius: 26px;
  --radius-sm: 18px;
  --max: 1180px;
  --ease: 240ms ease;
}

[data-theme="light"] {
  --bg: #f4f7fb;
  --bg-soft: #ffffff;
  --panel: rgba(255, 255, 255, 0.92);
  --panel-strong: rgba(255, 255, 255, 0.96);
  --line: rgba(28, 60, 120, 0.1);
  --line-strong: rgba(28, 60, 120, 0.2);
  --text: #0f1d3b;
  --muted: #586783;
  --blue: #173d87;
  --blue-soft: #2958b8;
  --neon: #2f8dff;
  --green: #1bbd67;
  --surface: rgba(10, 28, 68, 0.03);
  --surface-strong: rgba(10, 28, 68, 0.04);
  --field: #ffffff;
  --shadow: 0 20px 60px rgba(15, 29, 59, 0.08);
  --radius: 26px;
  --radius-sm: 18px;
  --max: 1180px;
  --ease: 240ms ease;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  font-family: "Plus Jakarta Sans", "Segoe UI Variable", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(63, 134, 255, 0.22), transparent 28%),
    radial-gradient(circle at 90% 10%, rgba(86, 208, 255, 0.12), transparent 22%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-soft) 100%);
}

body[data-theme="light"] {
  background:
    radial-gradient(circle at top left, rgba(47, 141, 255, 0.12), transparent 28%),
    radial-gradient(circle at 90% 10%, rgba(39, 197, 133, 0.08), transparent 24%),
    linear-gradient(180deg, #f4f7fb 0%, #ffffff 100%);
}

img,
svg {
  display: block;
  max-width: 100%;
}

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

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

.page-shell {
  position: relative;
  overflow: clip;
}

.section {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  padding: 52px 0;
}

.section-tight {
  padding-top: 24px;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  width: min(calc(100% - 24px), var(--max));
  margin: 16px auto 0;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid rgba(123, 162, 255, 0.16);
  border-radius: 999px;
  background: rgba(4, 9, 25, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.22);
}

[data-theme="light"] .topbar {
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 14px 34px rgba(15, 29, 59, 0.08);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(86, 208, 255, 0.28), rgba(63, 134, 255, 0.15)),
    rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(120, 169, 255, 0.28);
  font-weight: 800;
  letter-spacing: 0.08em;
}

.brand-logo {
  width: 138px;
  height: auto;
  padding: 0;
  border-radius: 0;
  object-fit: contain;
  object-position: center;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.brand-copy {
  display: none;
}

.brand-copy strong,
.footer-brand strong {
  display: block;
  font-size: 0.96rem;
  letter-spacing: 0.04em;
}

.brand-copy small,
.footer-brand p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 0.75rem;
}

.hero-copy,
.differentials,
.regions-panel,
.cta-panel {
  position: relative;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--blue-soft);
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--blue-soft));
}

.badge-row {
  margin-top: 14px;
}

.live-badge,
.mini-chip,
.solution-icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(120, 169, 255, 0.22);
  background: rgba(120, 169, 255, 0.08);
  color: #d8e7ff;
  font-size: 0.78rem;
}

.hero h1 {
  margin: 16px 0 16px;
  font-size: clamp(2.35rem, 6vw, 4.9rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  max-width: 12ch;
}

.hero-subtitle,
.hero-context,
.section-heading p,
.cta-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
  max-width: 60ch;
}

.hero-context {
  margin-top: 14px;
  max-width: 54ch;
  font-size: 0.96rem;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 28px 0 24px;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 16px 22px;
  border-radius: 18px;
  border: 1px solid transparent;
  font-weight: 700;
  transition:
    transform var(--ease),
    box-shadow var(--ease),
    border-color var(--ease),
    background var(--ease);
}

.button::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.14), transparent 48%);
  opacity: 0;
  transition: opacity var(--ease);
}

.button:hover {
  transform: translateY(-2px);
}

.button:hover::after {
  opacity: 1;
}

.button-primary {
  background: linear-gradient(135deg, #17b55f, #1ddd82);
  box-shadow: 0 20px 40px rgba(28, 201, 114, 0.22);
  color: #04110a;
}

.button-secondary,
.button-outline {
  border-color: rgba(120, 169, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

[data-theme="light"] .button-secondary,
[data-theme="light"] .button-outline {
  background: #ffffff;
  border-color: rgba(28, 60, 120, 0.12);
}

.button-sm {
  min-height: 46px;
  padding: 11px 18px;
  font-size: 0.94rem;
}

.button-full {
  width: 100%;
}

.trust-line {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

.trust-points {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.trust-points li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #dce8ff;
  font-size: 0.95rem;
  line-height: 1.5;
}

.trust-points li::before {
  content: "✔";
  color: #53d88d;
  font-weight: 800;
}

[data-theme="light"] .trust-points li {
  color: var(--text);
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 640px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 36px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 38%),
    rgba(5, 10, 24, 0.28);
  box-shadow: var(--shadow);
}

.hero-layout {
  position: relative;
  z-index: 2;
  width: 100%;
  display: grid;
  gap: 24px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 640px;
  padding: clamp(18px, 3vw, 34px);
  border-radius: 30px;
  background: rgba(3, 8, 20, 0.3);
  backdrop-filter: blur(12px);
}

[data-theme="light"] .hero-copy {
  background: rgba(255, 255, 255, 0.44);
}

.hero-visual {
  position: relative;
  z-index: 2;
  align-self: start;
}

.hero-media {
  margin: 0;
  height: clamp(320px, 40vw, 460px);
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid rgba(120, 169, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 30%),
    rgba(255, 255, 255, 0.03);
  box-shadow: 0 24px 70px rgba(0, 10, 35, 0.18);
}

.hero-media-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
}

.hero-backdrop picture,
.hero-backdrop-image {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-backdrop-image {
  object-fit: cover;
  object-position: 86% center;
  animation: heroFloat 6.6s ease-in-out infinite;
  will-change: transform;
}

.hero-backdrop-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 7, 16, 0.94) 0%, rgba(4, 9, 20, 0.86) 34%, rgba(4, 9, 20, 0.48) 58%, rgba(4, 9, 20, 0.1) 100%),
    linear-gradient(180deg, rgba(4, 8, 18, 0.14), rgba(4, 8, 18, 0.42));
}

[data-theme="light"] .hero-backdrop-overlay {
  background:
    linear-gradient(90deg, rgba(244, 247, 251, 0.96) 0%, rgba(244, 247, 251, 0.9) 36%, rgba(244, 247, 251, 0.52) 60%, rgba(244, 247, 251, 0.16) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(27, 61, 135, 0.08));
}

.hero-tech-lines,
.hero-tech-dots {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.hero-tech-lines {
  inset: 14px 4% auto auto;
  width: 28%;
  height: 62%;
  border-top-right-radius: 30px;
  border-right: 1px solid rgba(86, 208, 255, 0.18);
  border-top: 1px solid rgba(86, 208, 255, 0.18);
  opacity: 0.7;
}

.hero-tech-lines::before,
.hero-tech-lines::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(86, 208, 255, 0.6);
  box-shadow: 0 0 18px rgba(86, 208, 255, 0.3);
}

.hero-tech-lines::before {
  top: -4px;
  right: -4px;
  width: 7px;
  height: 7px;
}

.hero-tech-lines::after {
  bottom: -4px;
  right: -4px;
  width: 6px;
  height: 6px;
}

.hero-tech-dots {
  inset: auto auto 12px 12px;
  width: 120px;
  height: 80px;
  background-image: radial-gradient(rgba(86, 208, 255, 0.4) 1.1px, transparent 1.1px);
  background-size: 12px 12px;
  opacity: 0.4;
  filter: blur(0.1px);
  animation: driftSoft 10s ease-in-out infinite;
}

.hero-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(36px);
  pointer-events: none;
  z-index: 1;
}

.hero-glow-1 {
  width: 220px;
  height: 220px;
  right: 12%;
  top: 6%;
  background: rgba(63, 134, 255, 0.28);
  animation: glowPulse 10s ease-in-out infinite;
}

.hero-glow-2 {
  width: 160px;
  height: 160px;
  left: 8%;
  bottom: 8%;
  background: rgba(86, 208, 255, 0.18);
  animation: glowPulse 12s ease-in-out infinite reverse;
}

.device-card,
.info-card,
.solution-card,
.gallery-card,
.testimonial-card,
.regions-panel,
.cta-panel,
.differentials {
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 34%),
    var(--panel);
  backdrop-filter: blur(20px);
  box-shadow: var(--shadow);
}

[data-theme="light"] .device-card,
[data-theme="light"] .info-card,
[data-theme="light"] .solution-card,
[data-theme="light"] .gallery-card,
[data-theme="light"] .testimonial-card,
[data-theme="light"] .regions-panel,
[data-theme="light"] .cta-panel,
[data-theme="light"] .differentials {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.98)),
    var(--panel);
}

.device-card {
  width: min(100%, 470px);
  border-radius: 32px;
  overflow: hidden;
}

.device-header,
.device-footer {
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.device-header {
  color: #d8e6ff;
  font-size: 0.88rem;
  border-bottom: 1px solid rgba(123, 162, 255, 0.12);
}

[data-theme="light"] .device-header,
[data-theme="light"] .gallery-card figcaption,
[data-theme="light"] .pill-card,
[data-theme="light"] .field label,
[data-theme="light"] .map-label {
  color: var(--text);
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #49f29c;
  box-shadow: 0 0 18px #49f29c;
}

.device-screen {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(10, 22, 48, 0.92), rgba(5, 11, 24, 0.98)),
    #071020;
}

[data-theme="light"] .device-screen {
  background:
    linear-gradient(180deg, rgba(240, 246, 255, 0.98), rgba(224, 236, 255, 0.94)),
    #eef4ff;
}

.device-screen::before,
.device-screen::after {
  content: "";
  position: absolute;
  inset: 0;
}

.device-screen::before {
  background:
    linear-gradient(rgba(120, 169, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 169, 255, 0.08) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.88), transparent 94%);
}

.scan-orbit {
  position: absolute;
  inset: 20% auto auto 50%;
  width: 180px;
  height: 180px;
  transform: translateX(-50%);
  border-radius: 50%;
  border: 1px solid rgba(110, 165, 255, 0.32);
  box-shadow:
    0 0 0 16px rgba(63, 134, 255, 0.06),
    0 0 36px rgba(86, 208, 255, 0.18);
}

.scan-orbit::before,
.scan-orbit::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  inset: 0;
}

.scan-orbit::before {
  border-top: 2px solid rgba(86, 208, 255, 0.9);
  animation: spin 9s linear infinite;
}

.scan-orbit::after {
  inset: 18%;
  border: 1px dashed rgba(86, 208, 255, 0.34);
}

.face-grid {
  position: absolute;
  inset: calc(20% + 36px) auto auto calc(50% - 54px);
  width: 108px;
  height: 108px;
  border: 1px solid rgba(86, 208, 255, 0.34);
  border-radius: 26px;
  box-shadow: inset 0 0 20px rgba(86, 208, 255, 0.12);
}

.face-grid::before,
.face-grid::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  height: 2px;
  background: rgba(86, 208, 255, 0.34);
}

.face-grid::before {
  top: 38px;
}

.face-grid::after {
  bottom: 32px;
}

.building-stack {
  position: absolute;
  inset: auto 28px 26px auto;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.building-stack span {
  width: 32px;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(180deg, rgba(120, 169, 255, 0.44), rgba(63, 134, 255, 0.1));
  border: 1px solid rgba(120, 169, 255, 0.2);
}

.building-stack span:nth-child(1) {
  height: 96px;
}

.building-stack span:nth-child(2) {
  height: 138px;
}

.building-stack span:nth-child(3) {
  height: 112px;
}

.device-footer strong,
.floating-stat strong {
  display: block;
  font-size: 0.95rem;
}

.device-footer small,
.floating-stat small {
  color: var(--muted);
}

.floating-stat {
  position: absolute;
  max-width: 210px;
  padding: 14px 16px;
  border-radius: 20px;
  border: 1px solid rgba(120, 169, 255, 0.18);
  background: rgba(4, 10, 25, 0.8);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
  animation: driftSoft 7.2s ease-in-out infinite;
}

[data-theme="light"] .floating-stat {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 30px rgba(15, 29, 59, 0.08);
}

.stat-a {
  left: 0;
  bottom: 48px;
}

.stat-b {
  right: 0;
  top: 42px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 24px;
}

.section-heading.left {
  margin-bottom: 0;
}

.section-heading h2,
.cta-copy h2 {
  margin: 12px 0 10px;
  font-size: clamp(1.9rem, 4vw, 3.4rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.benefits-grid,
.solutions-grid,
.testimonials-grid,
.differentials-grid,
.applications-grid,
.comparison-grid,
.faq-list {
  display: grid;
  gap: 16px;
}

.benefits-grid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.applications-grid,
.comparison-grid,
.faq-list {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.info-card,
.solution-card,
.gallery-card,
.testimonial-card {
  border-radius: var(--radius);
}

.info-card,
.testimonial-card {
  padding: 24px;
  transition:
    transform var(--ease),
    border-color var(--ease),
    background var(--ease);
}

.info-card:hover,
.solution-card:hover,
.gallery-card:hover,
.testimonial-card:hover,
.pill-card:hover {
  transform: translateY(-4px);
  border-color: var(--line-strong);
}

.icon-wrap {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 18px;
  background: linear-gradient(140deg, rgba(86, 208, 255, 0.18), rgba(63, 134, 255, 0.08));
  border: 1px solid rgba(120, 169, 255, 0.22);
  transition:
    transform var(--ease),
    box-shadow var(--ease);
}

.icon-wrap svg,
.socials svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.info-card h3,
.solution-body h3 {
  margin: 0 0 8px;
  font-size: 1.14rem;
}

.benefits-grid > .info-card:nth-child(3n + 1) .icon-wrap,
.applications-grid > .info-card:nth-child(3n + 1) .icon-wrap,
.tech-grid > .info-card:nth-child(3n + 1) .icon-wrap {
  background: linear-gradient(140deg, rgba(86, 208, 255, 0.2), rgba(63, 134, 255, 0.08));
  border-color: rgba(86, 208, 255, 0.24);
  color: #8fddff;
}

.benefits-grid > .info-card:nth-child(3n + 2) .icon-wrap,
.applications-grid > .info-card:nth-child(3n + 2) .icon-wrap,
.tech-grid > .info-card:nth-child(3n + 2) .icon-wrap {
  background: linear-gradient(140deg, rgba(63, 134, 255, 0.22), rgba(47, 141, 255, 0.08));
  border-color: rgba(120, 169, 255, 0.24);
  color: #a4c6ff;
}

.benefits-grid > .info-card:nth-child(3n) .icon-wrap,
.applications-grid > .info-card:nth-child(3n) .icon-wrap,
.tech-grid > .info-card:nth-child(3n) .icon-wrap {
  background: linear-gradient(140deg, rgba(28, 201, 114, 0.18), rgba(86, 208, 255, 0.06));
  border-color: rgba(28, 201, 114, 0.22);
  color: #94f0c1;
}

.info-card p,
.solution-body p,
.testimonial-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.solutions-grid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.solution-card {
  overflow: hidden;
  transition:
    transform var(--ease),
    border-color var(--ease);
}

.solution-visual {
  min-height: 180px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 20%, rgba(86, 208, 255, 0.24), transparent 30%),
    linear-gradient(160deg, rgba(10, 22, 48, 0.9), rgba(6, 11, 24, 1));
}

.solution-visual picture {
  display: block;
  width: 100%;
  height: 100%;
}

.solution-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.02) contrast(1.02);
  transform: scale(1.01);
  transition:
    transform 500ms ease,
    filter 500ms ease;
  will-change: transform;
}

[data-theme="light"] .solution-visual,
[data-theme="light"] .gallery-visual,
[data-theme="light"] .map-placeholder {
  background:
    radial-gradient(circle at 18% 20%, rgba(47, 141, 255, 0.12), transparent 30%),
    linear-gradient(160deg, rgba(247, 250, 255, 0.98), rgba(233, 241, 255, 0.96));
}

.solution-visual::before,
.gallery-visual::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 18px;
  border: 1px solid rgba(120, 169, 255, 0.16);
  z-index: 2;
}

.solution-visual::after {
  content: "";
  position: absolute;
  inset: auto 18px 18px auto;
  width: 78px;
  height: 78px;
  border-radius: 18px;
  border: 1px solid rgba(120, 169, 255, 0.2);
  background: linear-gradient(180deg, rgba(120, 169, 255, 0.18), rgba(120, 169, 255, 0.04));
  box-shadow: inset 0 0 20px rgba(86, 208, 255, 0.08);
  z-index: 2;
}

.solution-visual::before,
.solution-visual::after {
  display: none;
}

.facial::before { box-shadow: inset 0 0 0 1px rgba(86, 208, 255, 0.12); }
.biometric::after { border-radius: 999px; }
.vehicle::after { width: 112px; height: 52px; border-radius: 14px; }
.elevator::after { width: 64px; height: 116px; border-radius: 16px; }
.business::after { width: 98px; height: 136px; }
.condo::after { width: 122px; height: 110px; }

.solution-body {
  padding: 22px;
}

.solution-icon {
  margin-bottom: 12px;
}

.visual-proof-panel {
  border-radius: 36px;
  border: 1px solid var(--line);
  padding: 28px;
  background:
    radial-gradient(circle at 12% 10%, rgba(63, 134, 255, 0.16), transparent 22%),
    radial-gradient(circle at 88% 18%, rgba(86, 208, 255, 0.08), transparent 20%),
    var(--panel);
  box-shadow: var(--shadow);
}

.media-placeholder {
  width: 100%;
  min-height: 220px;
  display: grid;
  place-items: center;
  gap: 10px;
  padding: 20px;
  border-radius: 28px;
  border: 2px dashed rgba(120, 169, 255, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 32%),
    rgba(255, 255, 255, 0.03);
  text-align: center;
  color: #dce8ff;
}

.media-placeholder span {
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.media-placeholder small {
  max-width: 34ch;
  color: var(--muted);
  line-height: 1.6;
}

.media-placeholder-hero {
  min-height: clamp(320px, 40vw, 460px);
  border-radius: 32px;
}

.media-placeholder-map {
  min-height: 350px;
}

.step-media {
  width: 100%;
  height: clamp(220px, 22vw, 260px);
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(120, 169, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 32%),
    rgba(255, 255, 255, 0.03);
  box-shadow: 0 18px 42px rgba(0, 10, 35, 0.18);
}

.step-media-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.flow-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  overflow: visible;
  padding-bottom: 0;
}

.flow-step-card {
  position: relative;
  padding: 18px;
  border-radius: 28px;
  border: 1px solid rgba(120, 169, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 30%),
    rgba(255, 255, 255, 0.03);
  box-shadow: 0 24px 70px rgba(0, 10, 35, 0.18);
}

.flow-step-card::after {
  content: "↓";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  color: #ffd66e;
  font-size: 1.2rem;
  font-weight: 800;
  text-shadow: 0 0 18px rgba(255, 214, 110, 0.25);
}

.flow-step-card:last-child::after {
  display: none;
}

[data-theme="light"] .flow-step-card,
[data-theme="light"] .media-placeholder {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.98)),
    rgba(255, 255, 255, 0.96);
  color: var(--text);
}

[data-theme="light"] .step-media {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.98)),
    rgba(255, 255, 255, 0.96);
}

.flow-step-card h3 {
  margin: 14px 0 10px;
  font-size: 1.16rem;
}

.flow-step-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.process-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
}

.process-card {
  position: relative;
  padding: 28px;
  border-radius: 30px;
  border: 1px solid rgba(120, 169, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 30%),
    rgba(255, 255, 255, 0.03);
  box-shadow: 0 24px 70px rgba(0, 10, 35, 0.22);
  overflow: hidden;
}

.process-card::before {
  content: "";
  position: absolute;
  inset: auto -8% -18% auto;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(86, 208, 255, 0.14), transparent 66%);
  filter: blur(18px);
}

[data-theme="light"] .process-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.98)),
    rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 60px rgba(15, 29, 59, 0.08);
}

.process-icon {
  position: relative;
  z-index: 1;
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 22px;
  border: 1px solid var(--process-accent-line, rgba(120, 169, 255, 0.2));
  background: linear-gradient(140deg, var(--process-accent-bg, rgba(86, 208, 255, 0.2)), rgba(63, 134, 255, 0.08));
  box-shadow: inset 0 0 20px var(--process-accent-glow, rgba(86, 208, 255, 0.08));
}

.process-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  color: var(--process-accent, #edf6ff);
}

[data-theme="light"] .process-icon svg {
  color: var(--process-accent, var(--blue));
}

.process-card:nth-child(1) {
  --process-accent: #6ed6ff;
  --process-accent-bg: rgba(110, 214, 255, 0.22);
  --process-accent-line: rgba(110, 214, 255, 0.28);
  --process-accent-glow: rgba(110, 214, 255, 0.12);
}

.process-card:nth-child(2) {
  --process-accent: #7cf0c4;
  --process-accent-bg: rgba(124, 240, 196, 0.2);
  --process-accent-line: rgba(124, 240, 196, 0.26);
  --process-accent-glow: rgba(124, 240, 196, 0.12);
}

.process-card:nth-child(3) {
  --process-accent: #ffd36e;
  --process-accent-bg: rgba(255, 211, 110, 0.18);
  --process-accent-line: rgba(255, 211, 110, 0.24);
  --process-accent-glow: rgba(255, 211, 110, 0.1);
}

.process-card:nth-child(4) {
  --process-accent: #c59cff;
  --process-accent-bg: rgba(197, 156, 255, 0.18);
  --process-accent-line: rgba(197, 156, 255, 0.24);
  --process-accent-glow: rgba(197, 156, 255, 0.1);
}

.process-card:nth-child(5) {
  --process-accent: #ff9eb3;
  --process-accent-bg: rgba(255, 158, 179, 0.18);
  --process-accent-line: rgba(255, 158, 179, 0.24);
  --process-accent-glow: rgba(255, 158, 179, 0.1);
}

.process-card:nth-child(6) {
  --process-accent: #8eb6ff;
  --process-accent-bg: rgba(142, 182, 255, 0.2);
  --process-accent-line: rgba(142, 182, 255, 0.26);
  --process-accent-glow: rgba(142, 182, 255, 0.12);
}

.process-step {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--blue-soft);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.process-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  line-height: 1.2;
}

.process-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
  max-width: 34ch;
}

.differentials,
.regions-panel,
.cta-panel {
  border-radius: 34px;
  padding: 28px;
}

.visitor-panel {
  border-radius: 34px;
  padding: 28px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 18% 16%, rgba(63, 134, 255, 0.2), transparent 22%),
    radial-gradient(circle at 86% 78%, rgba(86, 208, 255, 0.1), transparent 22%),
    var(--panel);
  backdrop-filter: blur(20px);
  box-shadow: var(--shadow);
}

[data-theme="light"] .visitor-panel {
  background:
    radial-gradient(circle at 18% 16%, rgba(47, 141, 255, 0.08), transparent 22%),
    radial-gradient(circle at 86% 78%, rgba(27, 189, 103, 0.06), transparent 22%),
    rgba(255, 255, 255, 0.96);
}

.differentials-grid {
  margin-top: 24px;
}

.visitor-content {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.visitor-scenarios {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.visitor-scenario {
  padding: 22px;
  border-radius: 26px;
  border: 1px solid rgba(120, 169, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 36%),
    var(--surface);
}

[data-theme="light"] .visitor-scenario {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.96)),
    rgba(255, 255, 255, 0.96);
}

.scenario-badge {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(86, 208, 255, 0.22);
  background: rgba(86, 208, 255, 0.1);
  color: #a8e7ff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.scenario-badge-optional {
  border-color: rgba(28, 201, 114, 0.22);
  background: rgba(28, 201, 114, 0.1);
  color: #9cf0c1;
}

.scenario-copy {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.7;
}

.flow-track {
  display: grid;
  gap: 12px;
}

.flow-track span {
  position: relative;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(120, 169, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
}

.flow-track span:not(:last-child)::after {
  content: "↓";
  position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  color: var(--blue-soft);
}

.visitor-flow,
.comparison-card,
.faq-item {
  border-radius: 26px;
  border: 1px solid rgba(120, 169, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 36%),
    var(--surface);
}

[data-theme="light"] .visitor-flow,
[data-theme="light"] .comparison-card,
[data-theme="light"] .faq-item {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.96)),
    rgba(255, 255, 255, 0.96);
}

.visitor-flow {
  padding: 22px;
}

.visitor-flow h3 {
  margin: 0 0 14px;
  font-size: 1.18rem;
}

.flow-list,
.comparison-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.7;
}

.visitor-benefits {
  display: grid;
  gap: 14px;
}

.pill-card {
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(120, 169, 255, 0.14);
  background: var(--surface);
  color: #dce8ff;
  transition:
    transform var(--ease),
    border-color var(--ease);
}

.stars {
  margin-bottom: 14px;
  color: #ffd66e;
  letter-spacing: 0.22em;
}

.testimonial-card strong {
  display: block;
  margin-top: 18px;
}

.testimonial-card small {
  color: var(--muted);
}

.comparison-card {
  padding: 24px;
}

.comparison-label {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.comparison-card-negative .comparison-label {
  background: rgba(255, 110, 110, 0.12);
  border: 1px solid rgba(255, 110, 110, 0.2);
  color: #ffb3b3;
}

.comparison-card-positive .comparison-label {
  background: rgba(83, 216, 141, 0.12);
  border: 1px solid rgba(83, 216, 141, 0.2);
  color: #98f0be;
}

[data-theme="light"] .comparison-card-negative .comparison-label {
  color: #a83f3f;
}

[data-theme="light"] .comparison-card-positive .comparison-label {
  color: #157548;
}

.regions-content,
.cta-panel {
  display: grid;
  gap: 22px;
}

.coverage-grid {
  display: grid;
  gap: 14px;
}

.faq-item {
  padding: 0;
  overflow: hidden;
}

.faq-item summary {
  padding: 22px 24px;
  cursor: pointer;
  list-style: none;
  font-weight: 700;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  float: right;
  color: var(--blue-soft);
  font-size: 1.2rem;
  line-height: 1;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  margin: 0;
  padding: 0 24px 22px;
  color: var(--muted);
  line-height: 1.75;
}

.region-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.region-list li {
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(120, 169, 255, 0.14);
  background: var(--surface);
}

.map-placeholder {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(120, 169, 255, 0.16);
  background:
    radial-gradient(circle at 70% 20%, rgba(86, 208, 255, 0.2), transparent 20%),
    linear-gradient(160deg, rgba(8, 18, 42, 0.96), rgba(5, 10, 22, 1));
}

.map-placeholder picture,
.map-image {
  display: block;
  width: 100%;
  height: 100%;
}

.map-image {
  object-fit: cover;
  object-position: center;
}

.map-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 10, 24, 0.06) 0%, rgba(5, 10, 24, 0.14) 46%, rgba(5, 10, 24, 0.42) 100%),
    radial-gradient(circle at 74% 24%, rgba(86, 208, 255, 0.16), transparent 22%);
}

[data-theme="light"] .map-overlay {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(19, 48, 104, 0.06) 46%, rgba(19, 48, 104, 0.22) 100%),
    radial-gradient(circle at 74% 24%, rgba(47, 141, 255, 0.12), transparent 22%);
}

.map-label {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(4, 10, 25, 0.82);
  border: 1px solid rgba(120, 169, 255, 0.18);
  color: #dbe8ff;
}

.cta-panel {
  background:
    radial-gradient(circle at 20% 18%, rgba(63, 134, 255, 0.28), transparent 26%),
    radial-gradient(circle at 88% 80%, rgba(86, 208, 255, 0.12), transparent 24%),
    var(--panel-strong);
}

[data-theme="light"] .cta-panel {
  background:
    radial-gradient(circle at 20% 18%, rgba(47, 141, 255, 0.1), transparent 26%),
    radial-gradient(circle at 88% 80%, rgba(27, 189, 103, 0.08), transparent 24%),
    var(--panel-strong);
}

.lead-form {
  display: grid;
  gap: 14px;
  padding: 20px;
  border-radius: 28px;
  border: 1px solid rgba(120, 169, 255, 0.14);
  background: var(--surface);
}

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

.field label {
  font-size: 0.92rem;
  color: #dce8ff;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 15px 16px;
  border: 1px solid rgba(120, 169, 255, 0.16);
  border-radius: 16px;
  background: var(--field);
  color: var(--text);
  outline: none;
  transition:
    border-color var(--ease),
    box-shadow var(--ease);
}

.optional {
  color: var(--muted);
  font-weight: 400;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: rgba(86, 208, 255, 0.42);
  box-shadow: 0 0 0 4px rgba(86, 208, 255, 0.08);
}

.form-note {
  margin: 0;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 211, 110, 0.24);
  background: rgba(255, 211, 110, 0.12);
  color: #ffe7a8;
  font-size: 0.9rem;
  line-height: 1.65;
}

.form-note::before {
  content: "Aviso:";
  margin-right: 6px;
  font-weight: 700;
  color: #fff0bf;
}

[data-theme="light"] .form-note {
  background: rgba(255, 211, 110, 0.16);
  border-color: rgba(210, 161, 36, 0.22);
  color: #6e5500;
}

[data-theme="light"] .form-note::before {
  color: #7d5d00;
}

.footer {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  padding: 26px 0 118px;
  display: grid;
  gap: 18px;
  border-top: 1px solid rgba(120, 169, 255, 0.12);
}

.footer-links {
  display: grid;
  gap: 10px;
  color: var(--muted);
}

.socials {
  display: flex;
  gap: 12px;
}

.socials a {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  border: 1px solid rgba(120, 169, 255, 0.16);
  background: rgba(255, 255, 255, 0.03);
  transition:
    transform var(--ease),
    border-color var(--ease);
}

.socials a:hover,
.floating-whatsapp:hover {
  transform: translateY(-2px);
  border-color: rgba(86, 208, 255, 0.36);
}

.floating-whatsapp {
  position: fixed;
  right: 16px;
  bottom: 18px;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #17b55f, #1ddd82);
  color: #03150c;
  font-weight: 800;
  box-shadow: 0 20px 36px rgba(18, 168, 94, 0.36);
  animation: pulse 2.8s ease-in-out infinite;
}

.floating-whatsapp svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  0%,
  100% {
    box-shadow: 0 20px 36px rgba(18, 168, 94, 0.32), 0 0 0 0 rgba(29, 221, 130, 0.24);
  }

  50% {
    box-shadow: 0 20px 36px rgba(18, 168, 94, 0.38), 0 0 0 10px rgba(29, 221, 130, 0);
  }
}

@keyframes heroFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes glowPulse {
  0%,
  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }

  50% {
    transform: scale(1.06) translateY(-6px);
    opacity: 0.82;
  }
}

@keyframes driftSoft {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

@keyframes pointPulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(86, 208, 255, 0.08), 0 0 18px rgba(86, 208, 255, 0.32);
  }

  50% {
    transform: scale(1.14);
    box-shadow: 0 0 0 14px rgba(86, 208, 255, 0), 0 0 20px rgba(86, 208, 255, 0.42);
  }
}

@media (hover: hover) and (pointer: fine) {
  .solution-card:hover .solution-image {
    transform: scale(1.05);
    filter: saturate(1.08) contrast(1.04);
  }

  .info-card:hover .icon-wrap {
    transform: translateY(-3px) rotate(4deg);
    box-shadow: 0 12px 28px rgba(63, 134, 255, 0.16);
  }

  .process-card:hover {
    transform: translateY(-4px);
    border-color: var(--line-strong);
  }

  .process-card:hover .process-icon {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 14px 28px rgba(63, 134, 255, 0.14);
  }
}

@media (min-width: 700px) {
  .brand-copy {
    display: block;
  }

  .trust-line {
    font-size: 0.98rem;
  }

  .hero-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .hero {
    padding: 38px;
  }

  .hero-backdrop-image {
    object-position: 88% center;
  }

  .benefits-grid,
  .testimonials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solutions-grid,
  .differentials-grid,
  .applications-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .comparison-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .regions-content {
    grid-template-columns: 0.92fr 1.08fr;
    align-items: center;
  }

  .visitor-content,
  .visitor-scenarios {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .coverage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flow-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flow-step-card::after {
    left: auto;
    right: -18px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    content: "→";
  }

  .flow-step-card:nth-child(2n)::after {
    left: 50%;
    right: auto;
    top: auto;
    bottom: -20px;
    transform: translateX(-50%);
    content: "↓";
  }

  .flow-step-card:last-child::after {
    display: none;
  }
}

@media (min-width: 980px) {
  .section {
    padding: 72px 0;
  }

  .visual-proof-panel {
    padding: 34px;
  }

  .hero {
    min-height: clamp(560px, calc(85vh - 72px), 760px);
    align-items: flex-start;
    padding-top: 34px;
  }

  .hero-layout {
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    align-items: start;
  }

  .hero-copy {
    margin-top: 6px;
    max-width: 100%;
  }

  .hero-visual {
    margin-top: -42px;
  }

  .hero-actions {
    margin: 24px 0 18px;
  }

  .section-tight {
    padding-top: 14px;
  }

  .benefits-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .solutions-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .applications-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .process-card {
    min-height: 320px;
    padding: 32px;
  }

  .testimonials-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .differentials {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 28px;
    align-items: start;
  }

  .cta-panel {
    grid-template-columns: minmax(0, 0.95fr) minmax(380px, 0.85fr);
    align-items: center;
    padding: 38px;
  }

  .faq-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .regions-content-national {
    grid-template-columns: minmax(0, 0.8fr) minmax(500px, 1fr);
  }

  .flow-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .flow-step-card::after {
    left: auto;
    right: -18px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    content: "→";
  }

  .flow-step-card:nth-child(3n)::after {
    left: 50%;
    right: auto;
    top: auto;
    bottom: -20px;
    transform: translateX(-50%);
    content: "↓";
  }

  .flow-step-card:nth-child(7)::after {
    display: none;
  }
}

@media (min-width: 980px) and (max-width: 1440px) {
  .hero {
    min-height: clamp(540px, calc(82vh - 68px), 700px);
  }

  .hero-copy {
    max-width: 600px;
  }
}

@media (max-width: 699px) {
  .topbar {
    padding: 12px 14px;
  }

  .brand-logo {
    width: 104px;
    height: auto;
  }

  .hero {
    min-height: auto;
    padding: 20px;
    align-items: flex-start;
  }

  .hero-copy {
    max-width: 100%;
    padding: 16px 14px 14px;
    background: rgba(3, 8, 20, 0.46);
  }

  [data-theme="light"] .hero-copy {
    background: rgba(255, 255, 255, 0.58);
  }

  .hero-backdrop-image {
    object-position: 84% center;
  }

  .hero-backdrop-overlay {
    background:
      linear-gradient(180deg, rgba(3, 7, 16, 0.9) 0%, rgba(4, 9, 20, 0.72) 42%, rgba(4, 9, 20, 0.42) 100%),
      linear-gradient(90deg, rgba(4, 9, 20, 0.62), rgba(4, 9, 20, 0.12));
  }

  [data-theme="light"] .hero-backdrop-overlay {
    background:
      linear-gradient(180deg, rgba(244, 247, 251, 0.92) 0%, rgba(244, 247, 251, 0.76) 44%, rgba(244, 247, 251, 0.46) 100%),
      linear-gradient(90deg, rgba(244, 247, 251, 0.44), rgba(244, 247, 251, 0.08));
  }

  .hero-tech-lines {
    width: 34%;
    height: 36%;
    inset: 12px 12px auto auto;
  }

  .hero-tech-dots {
    width: 84px;
    height: 56px;
    bottom: 10px;
    left: 10px;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    padding: 17px 22px;
    font-size: 0.98rem;
  }

  .hero-actions .button {
    width: 100%;
  }

  .media-placeholder-hero,
  .media-placeholder-map,
  .media-placeholder-step {
    min-height: 220px;
  }

  .hero-media {
    height: 220px;
  }

  .step-media {
    height: 220px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
