:root {
  color-scheme: light;
  --bg: #eef6ff;
  --bg-deep: #dcecff;
  --surface: rgba(255, 255, 255, 0.58);
  --surface-strong: rgba(255, 255, 255, 0.82);
  --glass: rgba(255, 255, 255, 0.42);
  --text: #071629;
  --muted: #50647d;
  --primary: #087fc2;
  --primary-dark: #075f98;
  --accent: #21c8d5;
  --mint: #58e6bd;
  --line: rgba(255, 255, 255, 0.68);
  --stroke: rgba(8, 127, 194, 0.18);
  --shadow: 0 24px 80px rgba(24, 72, 126, 0.18);
  --shadow-soft: 0 14px 42px rgba(24, 72, 126, 0.12);
  --radius: 16px;
  --radius-sm: 12px;
  --max: 1200px;
}

[data-theme="dark"] {
  color-scheme: dark;
  --bg: #06111f;
  --bg-deep: #020813;
  --surface: rgba(12, 28, 48, 0.58);
  --surface-strong: rgba(12, 28, 48, 0.82);
  --glass: rgba(255, 255, 255, 0.08);
  --text: #f2f8ff;
  --muted: #afc2d8;
  --primary: #64bdff;
  --primary-dark: #a2d8ff;
  --accent: #39d6df;
  --mint: #7cf3cf;
  --line: rgba(255, 255, 255, 0.16);
  --stroke: rgba(100, 189, 255, 0.2);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
  --shadow-soft: 0 18px 50px rgba(0, 0, 0, 0.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  line-height: 1.6;
  background:
    radial-gradient(circle at 10% 4%, rgba(33, 200, 213, 0.24), transparent 30rem),
    radial-gradient(circle at 88% 8%, rgba(8, 127, 194, 0.25), transparent 34rem),
    linear-gradient(145deg, var(--bg), var(--bg-deep) 48%, var(--bg));
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, black, transparent 76%);
  opacity: .35;
}

a { color: inherit; text-decoration: none; }
img, iframe { max-width: 100%; }
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  transform: translateY(-140%);
  background: var(--text);
  color: var(--bg);
  padding: .65rem .9rem;
  border-radius: var(--radius-sm);
}
.skip-link:focus { transform: translateY(0); }
.container { width: min(100% - 36px, var(--max)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 12px;
  z-index: 50;
  width: min(100% - 24px, 1280px);
  margin: 12px auto 0;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: color-mix(in srgb, var(--surface-strong) 76%, transparent);
  backdrop-filter: blur(26px) saturate(170%);
  box-shadow: var(--shadow-soft), inset 0 1px 0 rgba(255,255,255,.7);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  gap: clamp(.75rem, 2vw, 1.4rem);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  min-width: 0;
  font-weight: 800;
}
.brand-logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 154px;
  min-height: 42px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.brand-logo {
  display: block;
  width: clamp(144px, 15vw, 200px);
  height: auto;
  max-height: 44px;
  object-fit: contain;
}
.brand small { display: block; color: var(--muted); font-weight: 700; font-size: .74rem; white-space: nowrap; }
.nav-links {
  display: flex;
  align-items: center;
  gap: .22rem;
  padding: .28rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.28);
  backdrop-filter: blur(20px);
}
.nav-links a {
  color: color-mix(in srgb, var(--muted) 88%, var(--text));
  font-weight: 800;
  font-size: .88rem;
  white-space: nowrap;
  padding: .54rem .76rem;
  border-radius: 999px;
  transition: color .2s ease, background .2s ease, box-shadow .2s ease;
}
.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--primary-dark);
  background: rgba(8,127,194,.1);
  box-shadow: inset 0 0 0 1px rgba(8,127,194,.18), 0 10px 24px rgba(8,127,194,.12);
}
.nav-actions { display: flex; align-items: center; gap: .55rem; }
.quote-header {
  min-width: 0;
  padding-inline: .82rem .95rem;
  white-space: nowrap;
}
.quote-header svg {
  width: 18px;
  height: 18px;
}
.whatsapp-header {
  width: 42px;
  min-width: 42px;
  height: 42px;
  min-height: 42px;
  padding: 0;
  color: #fff;
  background: linear-gradient(135deg, #18c982, #0b907c);
  box-shadow: 0 16px 34px rgba(18, 140, 126, .24), inset 0 1px 0 rgba(255,255,255,.28);
}
.icon-btn, .menu-btn {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.42);
  color: var(--text);
  cursor: pointer;
  backdrop-filter: blur(18px) saturate(150%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.64), 0 12px 28px rgba(24,72,126,.1);
}
.whatsapp-header svg,
.icon-btn svg,
.menu-btn svg {
  width: 19px;
  height: 19px;
}
.menu-btn { display: none; }
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  min-height: 42px;
  padding: .68rem 1rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.btn.primary {
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #fff;
  box-shadow: 0 18px 42px rgba(8, 127, 194, .28), inset 0 1px 0 rgba(255,255,255,.35);
}
.btn.secondary {
  border-color: var(--line);
  background: rgba(255,255,255,.34);
  color: var(--text);
  backdrop-filter: blur(18px);
}
.btn:hover { transform: translateY(-2px); }
:focus-visible { outline: 3px solid color-mix(in srgb, var(--accent) 70%, white); outline-offset: 3px; }

.hero {
  min-height: calc(100svh - 88px);
  display: grid;
  align-items: center;
  padding: clamp(3rem, 7vw, 7.5rem) 0 clamp(2.4rem, 5vw, 4rem);
}
.liquid-stage {
  position: relative;
  isolation: isolate;
}
.liquid-stage::before,
.liquid-stage::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(8px);
  opacity: .72;
}
.liquid-stage::before {
  width: 36vw;
  height: 36vw;
  right: -10vw;
  top: 8vh;
  background: radial-gradient(circle, rgba(33,200,213,.34), transparent 68%);
}
.liquid-stage::after {
  width: 28vw;
  height: 28vw;
  left: -8vw;
  bottom: 0;
  background: radial-gradient(circle, rgba(8,127,194,.26), transparent 68%);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
.hero-copy { max-width: 720px; }
.eyebrow, .badge {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  width: fit-content;
  padding: .43rem .72rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.38);
  color: var(--primary-dark);
  font-weight: 900;
  font-size: .82rem;
  backdrop-filter: blur(20px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}
h1, h2, h3 { line-height: 1.04; margin: 0; letter-spacing: 0; }
h1 {
  font-size: clamp(3.1rem, 7.2vw, 6.4rem);
  margin-top: 1rem;
  max-width: 760px;
}
h1 span, .highlight {
  color: transparent;
  background: linear-gradient(120deg, var(--primary-dark), var(--accent), var(--primary));
  -webkit-background-clip: text;
  background-clip: text;
}
.subtitle {
  display: block;
  font-size: clamp(1.9rem, 4.2vw, 3.6rem);
  color: var(--muted);
  background: none;
  -webkit-text-fill-color: currentColor;
  margin-top: .22rem;
}
.lead {
  color: var(--muted);
  font-size: clamp(1.08rem, 1.8vw, 1.25rem);
  max-width: 650px;
  margin: 1.35rem 0 0;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }
.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: 1.3rem;
}
.trust-strip span {
  display: inline-flex;
  align-items: baseline;
  gap: .35rem;
  padding: .58rem .75rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255,255,255,.32);
  backdrop-filter: blur(18px);
}
.trust-strip strong { color: var(--primary-dark); font-size: 1.1rem; }

.hero-panel {
  position: relative;
  min-height: 520px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.55), rgba(255,255,255,.16)),
    radial-gradient(circle at 50% 10%, rgba(33,200,213,.22), transparent 44%),
    var(--glass);
  backdrop-filter: blur(32px) saturate(175%);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.75), inset 0 -1px 0 rgba(255,255,255,.22);
  overflow: hidden;
  padding: clamp(1rem, 3vw, 1.6rem);
}
.hero-lab::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 33px;
  pointer-events: none;
  background: linear-gradient(130deg, rgba(255,255,255,.5), transparent 36%, rgba(255,255,255,.16));
}
.robot-scene {
  position: relative;
  min-height: 472px;
  height: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 26px;
}
.security-grid {
  position: absolute;
  inset: 18px;
  border-radius: 26px;
  opacity: .42;
  background:
    linear-gradient(rgba(33,200,213,.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(33,200,213,.14) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(circle at 50% 54%, black 0 44%, transparent 76%);
}
.scan-beam {
  position: absolute;
  z-index: 5;
  left: 8%;
  top: 14%;
  width: 84%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(88,230,189,.95), rgba(33,200,213,.9), transparent);
  box-shadow: 0 0 26px rgba(33,200,213,.72), 0 0 60px rgba(88,230,189,.32);
  animation: scanSweep 5.4s cubic-bezier(.42,0,.18,1) infinite;
}
.halo-ring {
  position: absolute;
  width: min(70%, 300px);
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.65);
  background:
    radial-gradient(circle, rgba(255,255,255,.28), transparent 58%),
    conic-gradient(from 160deg, rgba(8,127,194,.05), rgba(33,200,213,.46), rgba(88,230,189,.34), rgba(8,127,194,.05));
  box-shadow: inset 0 0 44px rgba(255,255,255,.42), 0 26px 80px rgba(8,127,194,.18);
  animation: haloFloat 8s ease-in-out infinite;
}
.shield-field {
  border-radius: 34% 34% 44% 44%;
  clip-path: polygon(50% 0, 92% 16%, 84% 72%, 50% 100%, 16% 72%, 8% 16%);
}
.threat-node {
  position: absolute;
  z-index: 1;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background:
    radial-gradient(circle at 34% 32%, rgba(255,255,255,.85), transparent 18%),
    linear-gradient(135deg, #ff526e, #9824d6);
  box-shadow: 0 0 26px rgba(255,82,110,.3);
  opacity: 0;
}
.threat-node::before,
.threat-node::after,
.threat-node span::before,
.threat-node span::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  border-radius: 999px;
  background: #ff526e;
  box-shadow: 0 0 8px rgba(255,82,110,.6);
}
.threat-node::before { left: -8px; top: 10px; }
.threat-node::after { right: -8px; bottom: 10px; }
.threat-node span::before { right: 5px; top: -7px; transform: rotate(90deg); }
.threat-node span::after { left: 5px; bottom: -7px; transform: rotate(90deg); }
.threat-a { left: 8%; top: 18%; animation: threatCleanA 5.4s ease-in-out infinite; }
.threat-b { right: 12%; top: 30%; animation: threatCleanB 5.4s ease-in-out .6s infinite; }
.threat-c { left: 18%; bottom: 20%; animation: threatCleanC 5.4s ease-in-out 1.1s infinite; }
.clean-burst {
  position: absolute;
  z-index: 4;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  border: 1px solid rgba(88,230,189,.6);
  opacity: 0;
  box-shadow: 0 0 30px rgba(88,230,189,.36);
}
.burst-a { left: 7%; top: 15%; animation: cleanPulse 5.4s ease-in-out 2.45s infinite; }
.burst-b { right: 9%; top: 27%; animation: cleanPulse 5.4s ease-in-out 3s infinite; }
.ai-robot {
  --rx: 0deg;
  --ry: 0deg;
  --look-x: 0px;
  --look-y: 0px;
  position: relative;
  z-index: 6;
  width: 184px;
  transform: perspective(700px) rotateX(var(--rx)) rotateY(var(--ry));
  transition: transform .2s ease-out, filter .2s ease;
  filter: drop-shadow(0 28px 38px rgba(8, 63, 108, .24));
}
.robot-scene:hover .ai-robot { filter: drop-shadow(0 34px 44px rgba(8, 63, 108, .3)); }
.agent-shell {
  position: relative;
  width: 184px;
  height: 174px;
  clip-path: polygon(50% 0, 92% 17%, 84% 70%, 50% 100%, 16% 70%, 8% 17%);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(245,252,255,.96), rgba(115,183,221,.46)),
    radial-gradient(circle at 50% 6%, rgba(255,255,255,.98), transparent 34%);
  box-shadow: inset 0 2px 2px rgba(255,255,255,.92), inset 0 -32px 54px rgba(4,65,104,.25), 0 0 0 1px rgba(255,255,255,.54);
}
.agent-shell::before {
  content: "";
  position: absolute;
  inset: 12px;
  clip-path: polygon(50% 0, 90% 17%, 80% 68%, 50% 94%, 20% 68%, 10% 17%);
  border: 1px solid rgba(255,255,255,.55);
  background:
    radial-gradient(circle at 50% 88%, rgba(33,200,213,.18), transparent 34%),
    linear-gradient(145deg, rgba(3,14,28,.94), rgba(8,61,96,.82));
}
.agent-shell::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 18px;
  z-index: 2;
  width: 54px;
  height: 7px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--accent), var(--primary));
  filter: drop-shadow(0 0 14px rgba(33,200,213,.5));
}
.agent-face {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 44%;
  width: 124px;
  height: 62px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(33,200,213,.38);
  border-radius: 24px 24px 30px 30px;
  background:
    linear-gradient(90deg, transparent 49%, rgba(33,200,213,.18) 50%, transparent 51%),
    linear-gradient(145deg, rgba(2,9,20,.94), rgba(7,41,68,.86));
  box-shadow: inset 0 0 24px rgba(33,200,213,.18), 0 0 30px rgba(33,200,213,.16);
}
.agent-core {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 34px;
  width: 46px;
  height: 46px;
  transform: translateX(-50%);
  border-radius: 999px;
  border: 1px solid rgba(88,230,189,.5);
  background: radial-gradient(circle, rgba(255,255,255,.96), rgba(88,230,189,.78) 24%, rgba(33,200,213,.2) 58%, transparent 62%);
  box-shadow: 0 0 30px rgba(88,230,189,.34), inset 0 0 16px rgba(255,255,255,.42);
  animation: corePulse 2.6s ease-in-out infinite;
}
.robot-eye {
  position: absolute;
  top: 17px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  overflow: hidden;
  background: radial-gradient(circle at 36% 36%, #fff, #dffbff 34%, var(--accent) 62%, var(--primary) 100%);
  box-shadow: 0 0 22px rgba(33,200,213,.72);
}
.robot-eye span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #07233b;
  transform: translate(calc(-50% + var(--look-x)), calc(-50% + var(--look-y)));
  transition: transform .08s ease-out;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.45);
}
.robot-eye.left { left: 28px; }
.robot-eye.right { right: 28px; }
.robot-mouth {
  position: absolute;
  left: 50%;
  bottom: 13px;
  width: 38px;
  height: 5px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  transition: width .22s ease, height .22s ease, border-radius .22s ease;
}
.robot-scene:hover .robot-mouth { width: 48px; height: 6px; }
.agent-neck {
  width: 58px;
  height: 18px;
  margin: -2px auto 0;
  border-radius: 0 0 14px 14px;
  background: linear-gradient(90deg, rgba(8,127,194,.34), rgba(33,200,213,.58), rgba(8,127,194,.34));
}
.agent-base {
  width: 132px;
  height: 50px;
  margin: -2px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid rgba(255,255,255,.64);
  border-radius: 24px 24px 34px 34px;
  background:
    linear-gradient(145deg, rgba(237,249,255,.88), rgba(107,170,214,.38)),
    radial-gradient(circle at 50% 18%, rgba(33,200,213,.22), transparent 50%);
  box-shadow: inset 0 -20px 36px rgba(4,65,104,.18);
}
.agent-base span {
  width: 11px;
  height: 22px;
  border-radius: 999px;
  background: linear-gradient(var(--accent), var(--primary));
  animation: robotBars 1.8s ease-in-out infinite;
}
.agent-base span:nth-child(2) { animation-delay: .18s; height: 32px; }
.agent-base span:nth-child(3) { animation-delay: .36s; }
.orbit-chip {
  position: absolute;
  z-index: 3;
  padding: .38rem .58rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--primary-dark);
  font-size: .8rem;
  font-weight: 900;
  background: rgba(255,255,255,.52);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-soft);
}
.chip-a { left: 8%; top: 26%; }
.chip-b { right: 8%; top: 36%; }
.chip-c { left: 18%; bottom: 20%; }
.visual-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255,255,255,.48);
  padding: .9rem;
  display: flex;
  align-items: center;
  gap: .9rem;
  box-shadow: 0 18px 44px rgba(24,72,126,.12), inset 0 1px 0 rgba(255,255,255,.68);
  backdrop-filter: blur(24px);
}
.visual-card:nth-child(2) { margin-left: 2.2rem; }
.visual-card:nth-child(3) { margin-left: 4.4rem; }
.visual-icon, .service-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 17px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  box-shadow: 0 14px 28px rgba(8,127,194,.22), inset 0 1px 0 rgba(255,255,255,.32);
}
.visual-card strong { display: block; }
.visual-card span { color: var(--muted); font-size: .92rem; }

section {
  padding: clamp(2.8rem, 6vw, 5.6rem) 0;
}

section[id] {
  scroll-margin-top: 118px;
}
.process-section {
  padding: clamp(2.4rem, 5vw, 4.4rem) 0;
  background:
    linear-gradient(120deg, rgba(8,127,194,.1), rgba(33,200,213,.08)),
    rgba(255,255,255,.2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.section-head {
  display: grid;
  gap: .8rem;
  max-width: 790px;
  margin-bottom: 2rem;
}
.section-head.center { text-align: center; margin-inline: auto; justify-items: center; }
.section-head.compact { max-width: 680px; margin-bottom: 1.25rem; }
.section-head h2 { font-size: clamp(1.9rem, 3.8vw, 3.2rem); }
.section-head p { color: var(--muted); margin: 0; font-size: 1.06rem; }
.grid { display: grid; gap: 1rem; }
.process-grid { grid-template-columns: repeat(4, 1fr); }
.cards-3 { grid-template-columns: repeat(3, 1fr); }
.cards-4 { grid-template-columns: repeat(4, 1fr); }
.cards-2 { grid-template-columns: repeat(2, 1fr); }
.card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.56), rgba(255,255,255,.24)),
    var(--glass);
  backdrop-filter: blur(24px) saturate(160%);
  padding: 1.22rem;
  box-shadow: var(--shadow-soft), inset 0 1px 0 rgba(255,255,255,.68);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(130deg, rgba(255,255,255,.46), transparent 34%);
  opacity: .75;
}
.card > * { position: relative; z-index: 1; }
.card:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--accent) 42%, var(--line));
  box-shadow: var(--shadow);
}
.card .service-icon {
  width: 44px;
  height: 44px;
  border-radius: 15px;
  display: inline-grid;
  vertical-align: middle;
  margin: 0 .72rem .1rem 0;
}
.card .service-icon + h3 {
  display: inline;
  vertical-align: middle;
  margin: 0;
}
.card .service-icon + h3 + p {
  margin-top: .85rem;
}
.card h3 { font-size: 1.13rem; margin: .85rem 0 .45rem; }
.card p { color: var(--muted); margin: 0; }
.process-card {
  position: relative;
  min-height: 160px;
  padding: 1.1rem;
  border: 1px solid rgba(8,127,194,.14);
  border-radius: 22px;
  background: rgba(255,255,255,.48);
  box-shadow: 0 18px 44px rgba(24,72,126,.1), inset 0 1px 0 rgba(255,255,255,.68);
  backdrop-filter: blur(22px) saturate(155%);
}
.process-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 32px;
  margin-bottom: .85rem;
  border-radius: 999px;
  color: var(--primary-dark);
  background: rgba(8,127,194,.1);
  font-size: .82rem;
  font-weight: 900;
}
.process-card h3 {
  margin: 0 0 .45rem;
  font-size: 1.06rem;
}
.process-card p {
  margin: 0;
  color: var(--muted);
  font-size: .94rem;
}
.features {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-top: 1rem;
}
.features span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: .35rem .56rem;
  color: color-mix(in srgb, var(--muted) 86%, var(--text));
  font-size: .84rem;
  font-weight: 700;
  background: rgba(255,255,255,.34);
}
.split {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: clamp(1rem, 3vw, 2rem);
  align-items: center;
}
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.25rem;
}
.stack-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: 1.1rem;
}
.btn.tertiary {
  display: inline-flex;
  width: fit-content;
  border-color: rgba(8,127,194,.14);
  background: rgba(255,255,255,.52);
  color: var(--primary-dark);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.72);
}
.card a.btn,
.legal-article a.btn {
  text-decoration: none;
}
.card a.btn.secondary,
.legal-article a.btn.secondary {
  color: var(--text);
  border: 1px solid var(--line);
  background: rgba(255,255,255,.42);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.68), 0 10px 22px rgba(24,72,126,.08);
}
.card a.btn.tertiary,
.legal-article a.btn.tertiary {
  color: var(--primary-dark);
  background: rgba(255,255,255,.52);
  border: 1px solid rgba(8,127,194,.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.72);
}
.card a.btn.primary,
.legal-article a.btn.primary {
  color: #fff;
}
.print3d-section {
  align-items: stretch;
}
.print3d-showcase {
  position: relative;
  display: grid;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    radial-gradient(circle at 28% 18%, rgba(33,200,213,.22), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.56), rgba(255,255,255,.22));
  box-shadow: var(--shadow-soft), inset 0 1px 0 rgba(255,255,255,.7);
  overflow: hidden;
}
.print3d-showcase::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 24px;
  border: 1px solid rgba(8,127,194,.1);
  pointer-events: none;
}
.print3d-object {
  position: relative;
  min-height: 210px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.42), rgba(255,255,255,.12)),
    repeating-linear-gradient(90deg, rgba(8,127,194,.08) 0 1px, transparent 1px 22px),
    repeating-linear-gradient(0deg, rgba(8,127,194,.06) 0 1px, transparent 1px 22px);
  border: 1px solid rgba(8,127,194,.12);
  overflow: hidden;
}
.print-layer {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) skewX(-12deg);
  width: min(58%, 320px);
  height: 34px;
  border: 1px solid rgba(8,127,194,.22);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(8,127,194,.72), rgba(33,200,213,.72));
  box-shadow: 0 18px 36px rgba(8,63,108,.22), inset 0 1px 0 rgba(255,255,255,.45);
}
.layer-a { bottom: 44px; }
.layer-b { bottom: 82px; width: min(48%, 260px); opacity: .88; }
.layer-c { bottom: 120px; width: min(36%, 210px); opacity: .76; }
.print-nozzle {
  position: absolute;
  left: 50%;
  top: 28px;
  width: 88px;
  height: 54px;
  transform: translateX(-50%);
  border-radius: 18px 18px 12px 12px;
  background: linear-gradient(145deg, #0b2036, #1f75a6);
  box-shadow: 0 18px 34px rgba(8,63,108,.24), inset 0 1px 0 rgba(255,255,255,.26);
}
.print-nozzle::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -28px;
  width: 18px;
  height: 32px;
  transform: translateX(-50%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: linear-gradient(180deg, #1f75a6, #21c8d5);
}
.print-nozzle::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -72px;
  width: 2px;
  height: 50px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(33,200,213,.86), transparent);
}
.mini-card {
  padding: 1rem;
  border-radius: 20px;
}
.mini-card h3 {
  margin-top: .7rem;
  font-size: 1rem;
}
.band {
  position: relative;
  background: linear-gradient(135deg, rgba(255,255,255,.18), rgba(33,200,213,.08));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.contact-page-section {
  position: relative;
  background: linear-gradient(135deg, rgba(255,255,255,.18), rgba(33,200,213,.08));
}
.contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(1rem, 2.4vw, 1.8rem);
  align-items: stretch;
}
.quote-panel {
  display: grid;
  gap: .85rem;
  margin: 1.4rem 0 .9rem;
}
.quote-option {
  position: relative;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: .9rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid rgba(8,127,194,.16);
  border-radius: 24px;
  color: var(--text);
  background: rgba(255,255,255,.58);
  box-shadow: 0 18px 44px rgba(8,63,108,.1), inset 0 1px 0 rgba(255,255,255,.78);
  backdrop-filter: blur(24px) saturate(160%);
  overflow: hidden;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.quote-option::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 82% 22%, rgba(33,200,213,.18), transparent 38%);
  pointer-events: none;
}
.quote-option:hover,
.quote-option:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(8,127,194,.32);
  box-shadow: 0 24px 56px rgba(8,63,108,.15), inset 0 1px 0 rgba(255,255,255,.86);
}
.quote-option-primary {
  color: #fff;
  border-color: rgba(37,211,102,.35);
  background:
    linear-gradient(135deg, rgba(37,211,102,.96), rgba(8,127,194,.92)),
    rgba(255,255,255,.2);
  box-shadow: 0 24px 58px rgba(21,152,92,.24), inset 0 1px 0 rgba(255,255,255,.36);
}
.quote-option-primary:hover,
.quote-option-primary:focus-visible {
  border-color: rgba(255,255,255,.42);
  box-shadow: 0 28px 68px rgba(21,152,92,.3), inset 0 1px 0 rgba(255,255,255,.46);
}
.quote-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 18px;
  color: var(--primary-dark);
  background: rgba(255,255,255,.76);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}
.quote-option-primary .quote-icon { color: #128c4a; }
.quote-option span:last-child {
  position: relative;
  z-index: 1;
  display: grid;
  gap: .25rem;
}
.quote-option strong {
  font-size: 1.02rem;
  line-height: 1.15;
}
.quote-option small {
  color: var(--muted);
  line-height: 1.45;
}
.quote-option-primary small { color: rgba(255,255,255,.86); }
.quote-hints {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-bottom: 1rem;
}
.quote-hints span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: .4rem .66rem;
  border: 1px solid rgba(8,127,194,.12);
  border-radius: 999px;
  color: color-mix(in srgb, var(--muted) 88%, var(--text));
  background: rgba(255,255,255,.34);
  font-size: .84rem;
  font-weight: 700;
}
.contact-list { display: grid; gap: .7rem; }
.contact-item {
  display: flex;
  gap: .8rem;
  align-items: flex-start;
  padding: .82rem .9rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.38);
  backdrop-filter: blur(20px);
}
.contact-item svg { color: var(--primary-dark); }
.contact-item a {
  color: inherit;
  text-decoration: none;
}
.contact-item a:hover { color: var(--primary-dark); }
.map {
  width: 100%;
  height: 100%;
  min-height: 450px;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow-soft);
}
.external-embed {
  position: relative;
  min-height: 450px;
  border: 1px solid var(--line);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  background:
    radial-gradient(circle at 18% 18%, rgba(33,200,213,.12), transparent 28%),
    linear-gradient(145deg, rgba(255,255,255,.62), rgba(255,255,255,.28));
}
.external-embed .map {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.external-embed iframe:not([src]) {
  visibility: hidden;
}
.map-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1.4rem;
  background:
    linear-gradient(145deg, rgba(255,255,255,.78), rgba(255,255,255,.44)),
    rgba(238,244,250,.42);
  backdrop-filter: blur(26px) saturate(160%);
  text-align: center;
}
.external-embed.is-active .map-placeholder {
  opacity: 0;
  pointer-events: none;
}
.map-placeholder-card {
  width: min(100%, 420px);
  display: grid;
  gap: .8rem;
}
.map-placeholder-card span[data-icon] {
  display: inline-flex;
  justify-content: center;
  color: var(--primary-dark);
}
.map-placeholder-card p {
  margin: 0;
  color: var(--muted);
}
.map-placeholder-card .btn {
  justify-self: center;
}
.site-footer {
  border-top: 1px solid var(--line);
  padding: 3rem 0 1.4rem;
  background: rgba(238,244,250,.72);
  backdrop-filter: blur(20px);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.55fr repeat(4, minmax(130px, 1fr));
  gap: 1.65rem;
}
.site-footer h3 {
  margin: 0;
  font-size: .98rem;
}
.site-footer h3 + .footer-links {
  margin-top: 1rem;
}
.footer-brand p { color: var(--muted); max-width: 300px; margin: .9rem 0; }
.google-review {
  display: inline-flex;
  align-items: center;
  gap: .42rem;
  width: fit-content;
  margin: .15rem 0 .75rem;
  padding: .52rem .68rem;
  border: 1px solid rgba(245, 169, 39, .28);
  border-radius: 999px;
  color: #8a5a00;
  font-size: .84rem;
  font-weight: 900;
  background: linear-gradient(135deg, rgba(255,214,102,.24), rgba(255,255,255,.42));
  box-shadow: 0 12px 24px rgba(245,169,39,.12), inset 0 1px 0 rgba(255,255,255,.64);
}
.google-review svg {
  width: 17px;
  height: 17px;
  fill: #f5a623;
  stroke: #d18a00;
}
.social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin: .2rem 0 1rem;
}
.social-icons a {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(8,127,194,.1);
  border-radius: 999px;
  color: color-mix(in srgb, var(--text) 82%, var(--muted));
  background: rgba(255,255,255,.36);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.65);
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}
.social-icons a:hover {
  color: var(--primary-dark);
  border-color: rgba(8,127,194,.24);
  background: rgba(255,255,255,.72);
}
.social-icons svg {
  width: 16px;
  height: 16px;
}
.vivaldi-support {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: .58rem .72rem;
  border-radius: 999px;
  color: #fff;
  font-size: .84rem;
  font-weight: 900;
  background: linear-gradient(135deg, #ef3939, #c71932);
  box-shadow: 0 14px 30px rgba(199,25,50,.2);
}
.footer-links { display: grid; gap: .5rem; }
.footer-links a,
.footer-links span {
  color: var(--muted);
  font-weight: 700;
  font-size: .92rem;
  line-height: 1.45;
}
.footer-links a:hover { color: var(--primary-dark); }
.fineprint { color: var(--muted); font-size: .9rem; margin-top: 1.3rem; }
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: .75rem;
  margin-top: 2rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(8,127,194,.12);
}
.footer-bottom p { margin: 0; color: var(--muted); font-size: .84rem; }

[data-theme="dark"] .site-header,
[data-theme="dark"] .card,
[data-theme="dark"] .hero-panel,
[data-theme="dark"] .print3d-showcase,
[data-theme="dark"] .legal-article,
[data-theme="dark"] .cookie-banner {
  background:
    linear-gradient(145deg, rgba(16, 35, 58, .72), rgba(7, 17, 31, .42)),
    rgba(7, 17, 31, .5);
  border-color: rgba(255,255,255,.14);
  box-shadow: 0 24px 80px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.12);
}
[data-theme="dark"] .nav-links,
[data-theme="dark"] .icon-btn,
[data-theme="dark"] .menu-btn,
[data-theme="dark"] .btn.secondary,
[data-theme="dark"] .visual-card,
[data-theme="dark"] .process-card,
[data-theme="dark"] .quote-option,
[data-theme="dark"] .contact-item,
[data-theme="dark"] .trust-strip span,
[data-theme="dark"] .eyebrow,
[data-theme="dark"] .badge,
[data-theme="dark"] .features span {
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.14);
  color: var(--text);
}
[data-theme="dark"] .quote-option {
  box-shadow: 0 22px 58px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.12);
}
[data-theme="dark"] .quote-option-primary {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(30,180,91,.92), rgba(8,127,194,.88)),
    rgba(7,17,31,.5);
  border-color: rgba(37,211,102,.28);
}
[data-theme="dark"] .quote-icon {
  color: #62c8ff;
  background: rgba(255,255,255,.1);
}
[data-theme="dark"] .quote-option-primary .quote-icon {
  color: #52e48e;
  background: rgba(255,255,255,.18);
}
[data-theme="dark"] .quote-option small,
[data-theme="dark"] .quote-hints span {
  color: #bed4e8;
}
[data-theme="dark"] .quote-hints span {
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.12);
}
[data-theme="dark"] .process-section {
  background:
    linear-gradient(120deg, rgba(8,127,194,.14), rgba(33,200,213,.08)),
    rgba(5,13,24,.34);
  border-color: rgba(255,255,255,.1);
}
[data-theme="dark"] .process-card span {
  color: #bce9ff;
  background: rgba(100,189,255,.12);
}
[data-theme="dark"] .process-card p {
  color: #b8cce1;
}
[data-theme="dark"] .print3d-object {
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03)),
    repeating-linear-gradient(90deg, rgba(100,189,255,.08) 0 1px, transparent 1px 22px),
    repeating-linear-gradient(0deg, rgba(100,189,255,.06) 0 1px, transparent 1px 22px);
  border-color: rgba(255,255,255,.12);
}
[data-theme="dark"] .print-nozzle {
  background: linear-gradient(145deg, #07111f, #144c73);
}
[data-theme="dark"] .nav-links a {
  color: #d8e8f8;
}
[data-theme="dark"] .nav-links a:hover,
[data-theme="dark"] .nav-links a:focus-visible {
  color: #ffffff;
  background: rgba(100,189,255,.16);
  box-shadow: inset 0 0 0 1px rgba(100,189,255,.22), 0 10px 24px rgba(0,0,0,.2);
}
[data-theme="dark"] .section-head p,
[data-theme="dark"] .lead,
[data-theme="dark"] .card p,
[data-theme="dark"] .visual-card span,
[data-theme="dark"] .footer-brand p,
[data-theme="dark"] .footer-links a,
[data-theme="dark"] .footer-links span,
[data-theme="dark"] .footer-bottom p,
[data-theme="dark"] .fineprint,
[data-theme="dark"] .legal-article p,
[data-theme="dark"] .legal-article li,
[data-theme="dark"] .call-cost-note {
  color: #b8cce1;
}
[data-theme="dark"] .site-footer {
  background: rgba(5, 13, 24, .82);
  border-color: rgba(255,255,255,.12);
}
[data-theme="dark"] .google-review {
  color: #ffe6a2;
  background: rgba(245,169,39,.12);
  border-color: rgba(245,169,39,.24);
}
[data-theme="dark"] .social-icons a {
  color: #d8e8f8;
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.14);
}
[data-theme="dark"] .social-icons a:hover {
  color: #ffffff;
  background: rgba(255,255,255,.12);
  border-color: rgba(100,189,255,.22);
}
[data-theme="dark"] .btn.tertiary {
  color: #d8e8f8;
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.14);
}
[data-theme="dark"] .card a.btn.secondary,
[data-theme="dark"] .legal-article a.btn.secondary {
  color: #d8e8f8;
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 10px 24px rgba(0,0,0,.18);
}
[data-theme="dark"] .map {
  filter: saturate(.85) brightness(.82) contrast(1.05);
}
[data-theme="dark"] .external-embed {
  background:
    linear-gradient(145deg, rgba(16,35,58,.76), rgba(7,17,31,.48)),
    rgba(7,17,31,.5);
  border-color: rgba(255,255,255,.14);
}
[data-theme="dark"] .map-placeholder {
  background:
    linear-gradient(145deg, rgba(16,35,58,.88), rgba(7,17,31,.66)),
    rgba(7,17,31,.5);
}
[data-theme="dark"] .map-placeholder-card p {
  color: #b8cce1;
}
.legal-main { padding: clamp(2.5rem, 6vw, 5rem) 0; }
.legal-article {
  max-width: 920px;
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--surface);
  backdrop-filter: blur(24px);
  padding: clamp(1rem, 4vw, 3rem);
  box-shadow: var(--shadow-soft);
}
.legal-article h1 { font-size: clamp(2rem, 5vw, 3.6rem); margin-bottom: 1.5rem; }
.legal-article h2 { font-size: 1.45rem; margin: 2rem 0 .7rem; }
.legal-article h3 { font-size: 1.1rem; margin: 1.35rem 0 .5rem; }
.legal-article p, .legal-article li { color: var(--muted); }
.legal-article a { color: var(--primary-dark); text-decoration: underline; }
.call-marker {
  display: inline-block;
  margin-left: .16em;
  user-select: none;
}
.call-cost-note {
  width: min(100% - 36px, 920px);
  margin: 1rem auto 0;
  color: var(--muted);
  font-size: .9rem;
}
.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #13b982, #0a8d7f);
  box-shadow: 0 18px 40px rgba(18, 140, 126, .34);
}
.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 70;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 920px;
  margin: 0 auto;
  padding: .9rem;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--surface-strong);
  backdrop-filter: blur(24px);
  box-shadow: var(--shadow);
}
.cookie-banner.show { display: flex; }
.cookie-banner p { margin: 0; color: var(--muted); }
.cookie-banner a { color: var(--primary-dark); font-weight: 900; }
.cookie-banner-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .65rem;
}

@keyframes haloFloat {
  0%, 100% { transform: translateY(0) rotate(0deg) scale(1); }
  50% { transform: translateY(-10px) rotate(8deg) scale(1.03); }
}
@keyframes robotBars {
  0%, 100% { transform: scaleY(.72); opacity: .7; }
  50% { transform: scaleY(1); opacity: 1; }
}
@keyframes scanSweep {
  0%, 12% { transform: translateY(-54px); opacity: 0; }
  18% { opacity: 1; }
  58% { transform: translateY(214px); opacity: 1; }
  66%, 100% { transform: translateY(214px); opacity: 0; }
}
@keyframes threatCleanA {
  0% { opacity: 0; transform: translate(-36px, -12px) scale(.84) rotate(0deg); }
  18%, 38% { opacity: 1; transform: translate(38px, 28px) scale(1) rotate(18deg); }
  48% { opacity: 0; transform: translate(58px, 42px) scale(.25) rotate(70deg); filter: blur(4px); }
  100% { opacity: 0; transform: translate(58px, 42px) scale(.25); }
}
@keyframes threatCleanB {
  0% { opacity: 0; transform: translate(38px, -8px) scale(.84) rotate(0deg); }
  16%, 34% { opacity: 1; transform: translate(-40px, 30px) scale(1) rotate(-20deg); }
  46% { opacity: 0; transform: translate(-56px, 42px) scale(.25) rotate(-80deg); filter: blur(4px); }
  100% { opacity: 0; transform: translate(-56px, 42px) scale(.25); }
}
@keyframes threatCleanC {
  0% { opacity: 0; transform: translate(-22px, 32px) scale(.78) rotate(0deg); }
  14%, 30% { opacity: 1; transform: translate(44px, -24px) scale(1) rotate(24deg); }
  42% { opacity: 0; transform: translate(62px, -36px) scale(.25) rotate(96deg); filter: blur(4px); }
  100% { opacity: 0; transform: translate(62px, -36px) scale(.25); }
}
@keyframes cleanPulse {
  0%, 100% { opacity: 0; transform: scale(.25); }
  12% { opacity: .9; transform: scale(1); }
  26% { opacity: 0; transform: scale(1.55); }
}
@keyframes corePulse {
  0%, 100% { transform: translateX(-50%) scale(.94); opacity: .82; }
  50% { transform: translateX(-50%) scale(1.08); opacity: 1; }
}

@media (max-width: 1120px) {
  .brand small { display: none; }
  .nav-links a { padding-inline: .55rem; font-size: .84rem; }
  .footer-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 1040px) {
  .menu-btn { display: inline-grid; }
  .nav-links {
    position: fixed;
    inset: 84px 12px auto 12px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: .7rem;
    border-radius: 22px;
    background: var(--surface-strong);
    box-shadow: var(--shadow);
  }
  .nav-links.open { display: flex; }
}

@media (max-width: 980px) {
  .site-header { top: 8px; margin-top: 8px; border-radius: 20px; }
  .hero-grid, .split, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-panel { min-height: 520px; }
  .process-grid, .cards-4 { grid-template-columns: repeat(2, 1fr); }
  .cards-3 { grid-template-columns: repeat(2, 1fr); }
  .map { min-height: 340px; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 24px, var(--max)); }
  .brand-logo-wrap { min-width: 126px; min-height: 42px; padding: .22rem .35rem; }
  .brand-logo { width: 124px; max-height: 34px; }
  .nav-actions .btn { display: none; }
  .nav-actions .whatsapp-header { display: inline-flex; }
  .icon-btn, .menu-btn { width: 40px; height: 40px; }
  h1 { font-size: clamp(3rem, 16vw, 4.7rem); }
  .subtitle { font-size: clamp(2rem, 10vw, 3rem); }
  .hero { padding-top: 2.2rem; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-panel { min-height: 492px; border-radius: 26px; }
  .robot-scene { min-height: 442px; }
  .ai-robot { width: 148px; }
  .agent-shell { width: 148px; height: 140px; }
  .agent-face { width: 102px; height: 52px; }
  .agent-core { width: 38px; height: 38px; bottom: 27px; }
  .robot-eye { top: 16px; width: 16px; height: 16px; }
  .robot-eye.left { left: 24px; }
  .robot-eye.right { right: 24px; }
  .agent-base { width: 112px; height: 44px; }
  .visual-card:nth-child(2), .visual-card:nth-child(3) { margin-left: 0; }
  .process-grid, .cards-4, .cards-3, .cards-2 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .cookie-banner { align-items: stretch; flex-direction: column; }
  .cookie-banner-actions { justify-content: stretch; }
  .cookie-banner-actions .btn { flex: 1 1 180px; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
