:root {
  color-scheme: light dark;
  --ink: oklch(18% 0.02 195);
  --paper: oklch(99.2% 0.004 195);
  --panel: oklch(100% 0 0 / 0.88);
  --panel-strong: oklch(18% 0.02 195 / 0.94);
  --line: oklch(18% 0.02 195 / 0.12);
  --line-soft: oklch(18% 0.02 195 / 0.08);
  --line-strong: oklch(48% 0.13 155 / 0.4);
  --muted: oklch(36% 0.018 195);
  --dark-muted: oklch(38% 0.016 195);
  --green: oklch(48% 0.13 155);
  --green-deep: oklch(40% 0.12 155);
  --blue: oklch(48% 0.1 240);
  --gold: oklch(52% 0.1 85);
  --coral: oklch(55% 0.14 35);
  --surface: oklch(100% 0 0);
  --surface-muted: oklch(96.5% 0.008 195);
  --header-bg: oklch(99.2% 0.004 195 / 0.88);
  --nav-fg: oklch(28% 0.02 195 / 0.78);
  --nav-fg-strong: oklch(18% 0.02 195);
  --nav-hover: oklch(18% 0.02 195 / 0.06);
  --shadow: 0 24px 60px oklch(18% 0.02 195 / 0.1);
  --shadow-strong: 0 28px 80px oklch(18% 0.02 195 / 0.14);
  --on-media: #ffffff;
  --on-media-muted: oklch(96% 0.008 195 / 0.78);
  --media-scrim: oklch(12% 0.012 195 / 0.55);
  --canvas-fallback: #f4f8f7;
  --body-wash:
    radial-gradient(circle at 15% 20%, oklch(68% 0.16 155 / 0.1), transparent 34%),
    radial-gradient(circle at 86% 18%, oklch(72% 0.1 85 / 0.06), transparent 33%),
    linear-gradient(135deg, oklch(99.5% 0.004 195) 0%, oklch(97.5% 0.01 180) 48%, oklch(98.5% 0.006 195) 100%);
  --noise-line: oklch(18% 0.02 195 / 0.04);
  --sticky-bg: linear-gradient(135deg, oklch(100% 0 0), oklch(94% 0.04 155));
  --sticky-ink: oklch(18% 0.02 195);
  --sticky-glow: oklch(48% 0.13 155 / 0.22);
  --radius: 8px;
  --header-height: 76px;
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-2xl: 48px;
  --space-3xl: 64px;
  --focus-ring: 0 0 0 3px oklch(48% 0.13 155 / 0.35);
  --transition-ui: 180ms ease;
  color: var(--ink);
  background: var(--paper);
  font-family: "Source Serif 4", Georgia, serif;
}

@media (prefers-color-scheme: dark) {
  :root {
    --ink: oklch(96% 0.008 195);
    --paper: oklch(12% 0.012 195);
    --panel: oklch(16% 0.014 195 / 0.68);
    --panel-strong: oklch(96% 0.008 195 / 0.94);
    --line: oklch(96% 0.008 195 / 0.14);
    --line-soft: oklch(96% 0.008 195 / 0.1);
    --line-strong: oklch(68% 0.16 155 / 0.45);
    --muted: oklch(82% 0.012 195);
    --dark-muted: oklch(72% 0.012 195);
    --green: oklch(68% 0.16 155);
    --green-deep: oklch(52% 0.14 155);
    --blue: oklch(72% 0.1 240);
    --gold: oklch(78% 0.1 85);
    --coral: oklch(72% 0.14 35);
    --surface: oklch(16% 0.014 195);
    --surface-muted: oklch(14% 0.012 195);
    --header-bg: oklch(12% 0.012 195 / 0.88);
    --nav-fg: oklch(96% 0.008 195 / 0.78);
    --nav-fg-strong: oklch(100% 0 0);
    --nav-hover: oklch(100% 0 0 / 0.1);
    --shadow: 0 24px 70px oklch(0% 0 0 / 0.24);
    --shadow-strong: 0 28px 80px oklch(0% 0 0 / 0.28);
    --media-scrim: oklch(12% 0.012 195 / 0.55);
    --canvas-fallback: #061116;
    --body-wash:
      radial-gradient(circle at 15% 20%, oklch(68% 0.16 155 / 0.14), transparent 34%),
      radial-gradient(circle at 86% 18%, oklch(78% 0.1 85 / 0.08), transparent 33%),
      linear-gradient(135deg, oklch(10% 0.012 195) 0%, oklch(11% 0.014 195) 48%, oklch(14% 0.012 180) 100%);
    --noise-line: oklch(100% 0 0 / 0.05);
    --sticky-bg: linear-gradient(135deg, oklch(18% 0.014 195), oklch(22% 0.04 155));
    --sticky-ink: oklch(96% 0.008 195);
    --sticky-glow: oklch(68% 0.16 155 / 0.28);
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  background: var(--body-wash);
}

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

a:focus-visible,
button:focus-visible,
.button:focus-visible,
.menu-toggle:focus-visible,
.sticky-whatsapp:focus-visible,
.scroll-indicator:focus-visible,
.contact-strip a:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
}

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

svg {
  display: block;
}

.page-noise {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.12;
  background-image:
    linear-gradient(var(--noise-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--noise-line) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0.65), transparent 92%);
}

.sticky-whatsapp {
  position: fixed;
  right: var(--space-lg);
  bottom: var(--space-lg);
  z-index: 40;
  display: grid;
  gap: 1px;
  min-width: 172px;
  padding: 12px var(--space-md);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--sticky-ink);
  background: var(--sticky-bg);
  box-shadow: var(--shadow);
  cursor: pointer;
  transform: translateZ(0);
  transition: background var(--transition-ui), border-color var(--transition-ui), opacity var(--transition-ui);
}

.sticky-whatsapp:hover {
  opacity: 0.94;
  border-color: var(--green);
}

.sticky-whatsapp::before {
  position: absolute;
  inset: -7px;
  z-index: -1;
  border-radius: inherit;
  content: "";
  background: var(--sticky-glow);
  animation: soft-pulse 2.8s ease-in-out infinite;
}

.sticky-whatsapp span {
  font-size: 0.82rem;
  font-weight: 900;
}

.sticky-whatsapp strong {
  font-size: 0.76rem;
  font-weight: 800;
}

.section-inner {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-height);
  padding: 14px max(24px, calc((100vw - 1160px) / 2));
  border-bottom: 1px solid transparent;
  transition: background var(--transition-ui), border-color var(--transition-ui), backdrop-filter var(--transition-ui);
}

.site-header.is-scrolled,
.nav-open .site-header {
  border-color: var(--line);
  background: var(--header-bg);
  backdrop-filter: blur(20px);
}

.brand,
.logo-lockup {
  display: grid;
  gap: 2px;
  min-width: 0;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand {
  cursor: pointer;
  border-radius: var(--radius);
}

.brand-name,
.logo-lockup span {
  color: var(--ink);
  font-family: Epilogue, system-ui, sans-serif;
  font-size: 0.88rem;
  font-weight: 800;
}

.brand-tagline,
.logo-lockup small {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-nav a {
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 999px;
  color: var(--nav-fg);
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 700;
  transition: color var(--transition-ui), background var(--transition-ui);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--nav-fg-strong);
  background: var(--nav-hover);
}

.site-nav .nav-cta {
  margin-left: var(--space-sm);
  color: #ffffff;
  background: var(--green);
}

.site-nav .nav-cta:hover,
.site-nav .nav-cta:focus-visible {
  color: #ffffff;
  background: var(--green-deep);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface-muted);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 19px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
  transition: transform 180ms ease;
}

.nav-open .menu-toggle span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.nav-open .menu-toggle span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.scene {
  position: relative;
  isolation: isolate;
}

.scene::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background: var(--scene-glow, transparent);
  opacity: calc(0.42 + (var(--scene-opacity, 0) * 0.4));
  pointer-events: none;
}

.hero {
  --scene-glow:
    radial-gradient(circle at 72% 24%, oklch(48% 0.13 155 / 0.12), transparent 30%),
    radial-gradient(circle at 20% 72%, oklch(52% 0.1 85 / 0.1), transparent 28%);
}

.chapter[data-bg="1"] {
  --scene-glow:
    radial-gradient(circle at 78% 42%, oklch(48% 0.13 155 / 0.08), transparent 35%),
    linear-gradient(135deg, oklch(48% 0.13 155 / 0.04), transparent 58%);
}

.chapter[data-bg="2"],
.services[data-bg="2"] {
  --scene-glow:
    radial-gradient(circle at 78% 40%, oklch(48% 0.13 155 / 0.12), transparent 34%),
    linear-gradient(135deg, oklch(48% 0.13 155 / 0.05), transparent 62%);
}

.chapter[data-bg="3"],
.nationwide[data-bg="3"] {
  --scene-glow:
    radial-gradient(circle at 76% 46%, oklch(52% 0.1 85 / 0.1), transparent 36%),
    linear-gradient(135deg, oklch(52% 0.1 85 / 0.05), transparent 58%);
}

.chapter[data-bg="4"],
.quote[data-bg="4"] {
  --scene-glow:
    radial-gradient(circle at 70% 40%, oklch(48% 0.13 155 / 0.08), transparent 33%),
    linear-gradient(135deg, oklch(18% 0.02 195 / 0.03), transparent 68%);
}

@media (prefers-color-scheme: dark) {
  .hero {
    --scene-glow:
      radial-gradient(circle at 72% 24%, oklch(68% 0.16 155 / 0.16), transparent 30%),
      radial-gradient(circle at 20% 72%, oklch(78% 0.1 85 / 0.1), transparent 28%);
  }

  .chapter[data-bg="1"] {
    --scene-glow:
      radial-gradient(circle at 78% 42%, oklch(68% 0.16 155 / 0.12), transparent 35%),
      linear-gradient(135deg, oklch(12% 0.012 195 / 0.35), transparent 58%);
  }

  .chapter[data-bg="2"],
  .services[data-bg="2"] {
    --scene-glow:
      radial-gradient(circle at 78% 40%, oklch(68% 0.16 155 / 0.16), transparent 34%),
      linear-gradient(135deg, oklch(12% 0.012 195 / 0.35), transparent 62%);
  }

  .chapter[data-bg="3"],
  .nationwide[data-bg="3"] {
    --scene-glow:
      radial-gradient(circle at 76% 46%, oklch(78% 0.1 85 / 0.12), transparent 36%),
      linear-gradient(135deg, oklch(14% 0.014 195 / 0.42), transparent 58%);
  }

  .chapter[data-bg="4"],
  .quote[data-bg="4"] {
    --scene-glow:
      radial-gradient(circle at 70% 40%, oklch(68% 0.16 155 / 0.12), transparent 33%),
      linear-gradient(135deg, oklch(0% 0 0 / 0.28), transparent 68%);
  }
}

.hero {
  display: grid;
  align-items: center;
  min-height: 100svh;
  padding-top: var(--header-height);
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}

.hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, oklch(12% 0.012 195 / 0.45) 0%, oklch(12% 0.012 195 / 0.62) 45%, oklch(8% 0.01 195 / 0.82) 100%),
    linear-gradient(90deg, oklch(8% 0.01 195 / 0.62) 0%, transparent 55%);
  pointer-events: none;
}

.hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}

.hero-inner {
  padding: var(--space-3xl) 0 calc(var(--space-3xl) + var(--space-2xl));
}

.hero .logo-lockup span {
  color: var(--on-media);
}

.hero .logo-lockup small {
  color: var(--on-media-muted);
}

.hero .hero-copy {
  color: var(--on-media-muted);
}

.site-header:not(.is-scrolled) .brand-name {
  color: var(--on-media);
}

.site-header:not(.is-scrolled) .brand-tagline {
  color: var(--on-media-muted);
}

.site-header:not(.is-scrolled) .site-nav a:not(.nav-cta) {
  color: var(--on-media-muted);
}

.site-header:not(.is-scrolled) .site-nav a:not(.nav-cta):hover,
.site-header:not(.is-scrolled) .site-nav a:not(.nav-cta):focus-visible {
  color: var(--on-media);
  background: oklch(100% 0 0 / 0.1);
}

.site-header:not(.is-scrolled) .menu-toggle {
  border-color: oklch(100% 0 0 / 0.28);
  background: oklch(100% 0 0 / 0.12);
}

.site-header:not(.is-scrolled) .menu-toggle span {
  background: var(--on-media);
}

.site-header.is-scrolled .brand-name,
.nav-open .site-header .brand-name {
  color: var(--ink);
}

.site-header.is-scrolled .brand-tagline,
.nav-open .site-header .brand-tagline {
  color: var(--muted);
}

.site-header.is-scrolled .site-nav a:not(.nav-cta),
.nav-open .site-header .site-nav a:not(.nav-cta) {
  color: var(--nav-fg);
}

.site-header.is-scrolled .menu-toggle,
.nav-open .site-header .menu-toggle {
  border-color: var(--line);
  background: var(--surface-muted);
}

.site-header.is-scrolled .menu-toggle span,
.nav-open .site-header .menu-toggle span {
  background: var(--ink);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: 0;
}

h1,
h2 {
  font-family: Epilogue, system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.02;
  text-wrap: balance;
}

h1 {
  width: min(960px, 100%);
  margin-top: 28px;
  color: var(--on-media);
  font-size: clamp(2.8rem, 6.5vw, 5.6rem);
  letter-spacing: -0.02em;
}

h2 {
  color: var(--ink);
  font-size: clamp(2.2rem, 5.2vw, 4.8rem);
  letter-spacing: -0.015em;
}

h3 {
  font-family: Epilogue, system-ui, sans-serif;
  color: var(--ink);
  font-size: 1.04rem;
  font-weight: 700;
  line-height: 1.18;
}

.hero-copy,
.chapter-text,
.nationwide-copy,
.quote-copy p,
.contact-copy {
  width: min(760px, 100%);
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.24rem);
  text-wrap: pretty;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: var(--space-xl);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  min-width: 148px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-family: Epilogue, system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  transition: background var(--transition-ui), border-color var(--transition-ui), color var(--transition-ui), opacity var(--transition-ui);
}

.button:hover {
  opacity: 0.92;
}

.button:focus-visible {
  opacity: 1;
}

.button:disabled {
  cursor: wait;
  opacity: 0.8;
}

.button-primary {
  color: #ffffff;
  background: var(--green);
  border-color: var(--green);
}

.button-primary:hover {
  background: var(--green-deep);
  border-color: var(--green-deep);
  opacity: 1;
}

.button-secondary {
  color: var(--ink);
  background: transparent;
  border-color: var(--line);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: var(--nav-hover);
  opacity: 1;
}

.hero .button-primary {
  color: #03120b;
  background: #ffffff;
  border-color: #ffffff;
}

.hero .button-primary:hover {
  background: oklch(96% 0.008 195);
  border-color: oklch(96% 0.008 195);
}

.hero .button-secondary {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.24);
}

.hero .button-secondary:hover,
.hero .button-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.16);
}

.contact-strip {
  position: relative;
  z-index: 1;
  border-block: 1px solid var(--line);
  background: var(--surface);
}

.contact-strip-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--space-sm) var(--space-xl);
  padding: 18px 0;
  color: var(--muted);
  font-family: Epilogue, system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
}

.contact-strip a {
  color: var(--ink);
  cursor: pointer;
  transition: color var(--transition-ui);
}

.contact-strip a:hover {
  color: var(--green);
}

.contact-strip-link {
  color: var(--green);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.scroll-indicator {
  position: absolute;
  right: max(24px, calc((100vw - 1160px) / 2));
  bottom: 30px;
  display: grid;
  justify-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  font-family: Epilogue, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color var(--transition-ui);
}

.scroll-indicator:hover {
  color: #ffffff;
}

.scroll-indicator span {
  position: relative;
  width: 1px;
  height: 52px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.16);
}

.scroll-indicator span::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to bottom, transparent, #ffffff, transparent);
  animation: scroll-line 1.8s ease-in-out infinite;
}

.chapter-intro,
.chapter,
.services,
.nationwide,
.quote,
.contact {
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: 112px 0;
}

.intro-grid {
  display: grid;
  gap: 28px;
}

.chapter-kicker,
.chapter-number {
  margin: 0;
  color: var(--gold);
  font-family: Epilogue, system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.chapter-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.78fr);
  gap: clamp(28px, 6vw, 82px);
  align-items: center;
}

.chapter-layout h2 {
  max-width: 9ch;
}

.chapter-copy {
  display: grid;
  gap: 18px;
}

.chapter-visual {
  position: relative;
  min-height: 360px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.15)),
    var(--surface-muted);
  box-shadow: var(--shadow-strong);
}

.chapter-visual::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(180deg, transparent 55%, oklch(8% 0.01 195 / 0.28) 100%);
  pointer-events: none;
}

.chapter-photo {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: center;
}

.chapter:nth-child(odd) .chapter-photo {
  object-position: center 30%;
}

.chapter-visual svg {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 360px;
}

.device-fill {
  fill: rgba(238, 247, 249, 0.08);
  stroke: rgba(238, 247, 249, 0.72);
  stroke-width: 2;
}

.screen-fill {
  fill: rgba(32, 192, 120, 0.12);
  stroke: rgba(32, 192, 120, 0.62);
  stroke-width: 2;
}

.visual-line,
.tool-line,
.signal-line,
.dotted-line {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.visual-line,
.tool-line {
  stroke: rgba(217, 181, 111, 0.78);
}

.signal-line {
  stroke: rgba(102, 166, 255, 0.76);
  stroke-dasharray: 7 12;
  animation: route-flow 2.4s linear infinite;
}

.dotted-line {
  stroke: rgba(217, 181, 111, 0.7);
  stroke-dasharray: 6 13;
  animation: route-flow 2.8s linear infinite;
}

.delay-a {
  animation-delay: -0.8s;
}

.delay-b {
  animation-delay: -1.6s;
}

.visual-node {
  fill: #ffffff;
  filter: drop-shadow(0 0 14px rgba(32, 192, 120, 0.9));
}

.device-glow {
  fill: rgba(102, 166, 255, 0.08);
}

.section-heading {
  width: min(900px, 100%);
  margin-bottom: 38px;
}

.section-heading h2 {
  margin-top: 14px;
}

.service-catalog {
  margin-top: 42px;
}

.service-catalog-label {
  margin: 0 0 18px;
  color: var(--gold);
  font-family: Epilogue, system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
}

.service-scenes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 0;
}

.service-scene {
  min-height: 310px;
  padding: var(--space-lg) var(--space-md);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: none;
  transition: border-color var(--transition-ui);
}

.service-scene:hover {
  border-color: var(--line-strong);
}

.service-scene h3 {
  margin-top: 18px;
  color: var(--ink);
}

.service-scene p {
  margin: 10px 0 0;
  color: var(--muted);
}

.scene-illustration {
  position: relative;
  min-height: 170px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--surface-muted);
}

.scene-photo img {
  position: relative;
  display: block;
  width: 100%;
  height: 170px;
  object-fit: cover;
  object-position: center;
}

.scene-illustration span {
  position: absolute;
  display: block;
}

.camera-shape {
  top: 44px;
  left: 26px;
  width: 126px;
  height: 58px;
  clip-path: polygon(0 16%, 76% 16%, 100% 50%, 76% 84%, 0 84%);
  background: rgba(238, 247, 249, 0.88);
}

.camera-shape::after,
.dvr-shape::after,
.phone-shape::after,
.terminal-shape::after,
.router-shape::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 22px rgba(32, 192, 120, 0.82);
}

.camera-shape::after {
  top: 18px;
  left: 26px;
  width: 18px;
  height: 18px;
}

.dvr-shape {
  right: 24px;
  bottom: 24px;
  width: 104px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: var(--radius);
}

.dvr-shape::after {
  top: 15px;
  right: 16px;
  width: 10px;
  height: 10px;
}

.phone-shape {
  right: 44px;
  top: 26px;
  width: 52px;
  height: 90px;
  border: 2px solid rgba(255, 255, 255, 0.76);
  border-radius: 12px;
}

.phone-shape::after {
  top: 30px;
  left: 18px;
  width: 12px;
  height: 12px;
}

.terminal-shape,
.pay-screen-shape,
.browser-shape,
.laptop-shape,
.router-shape {
  border: 2px solid rgba(255, 255, 255, 0.74);
  background: rgba(238, 247, 249, 0.06);
}

.terminal-shape {
  left: 38px;
  bottom: 26px;
  width: 116px;
  height: 92px;
  border-radius: 12px;
  transform: skewX(-5deg);
}

.terminal-shape::after {
  right: 18px;
  bottom: 18px;
  width: 12px;
  height: 12px;
}

.receipt-shape {
  top: 24px;
  left: 72px;
  width: 68px;
  height: 90px;
  background: rgba(255, 255, 255, 0.88);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 84% 92%, 68% 100%, 50% 92%, 34% 100%, 16% 92%, 0 100%);
}

.pay-screen-shape {
  right: 38px;
  top: 44px;
  width: 92px;
  height: 68px;
  border-radius: 12px;
}

.browser-shape {
  inset: 26px 24px 34px;
  border-radius: 12px;
}

.layout-line {
  left: 48px;
  height: 8px;
  border-radius: 999px;
  background: rgba(217, 181, 111, 0.76);
}

.layout-line.a {
  top: 76px;
  width: 118px;
}

.layout-line.b {
  top: 104px;
  width: 168px;
}

.layout-card {
  right: 50px;
  bottom: 50px;
  width: 74px;
  height: 58px;
  border: 1px solid rgba(32, 192, 120, 0.7);
  border-radius: var(--radius);
  background: rgba(32, 192, 120, 0.12);
}

.laptop-shape {
  left: 32px;
  right: 32px;
  bottom: 36px;
  height: 86px;
  border-radius: 12px 12px 4px 4px;
}

.tool-shape {
  top: 38px;
  right: 58px;
  width: 76px;
  height: 8px;
  border-radius: 999px;
  background: rgba(217, 181, 111, 0.9);
  transform: rotate(-38deg);
}

.chip-shape {
  top: 46px;
  left: 60px;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(32, 192, 120, 0.7);
  border-radius: var(--radius);
  background: rgba(32, 192, 120, 0.14);
}

.router-shape {
  left: 50%;
  bottom: 34px;
  width: 130px;
  height: 54px;
  border-radius: 14px;
  transform: translateX(-50%);
}

.router-shape::after {
  top: 20px;
  left: 58px;
  width: 10px;
  height: 10px;
}

.wave {
  left: 50%;
  bottom: 78px;
  border: 2px solid rgba(102, 166, 255, 0.75);
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
  transform: translateX(-50%);
  animation: wave-rise 2.4s ease-in-out infinite;
}

.wave.one {
  width: 76px;
  height: 38px;
}

.wave.two {
  width: 126px;
  height: 68px;
  animation-delay: -0.7s;
}

.wave.three {
  width: 176px;
  height: 98px;
  animation-delay: -1.4s;
}

.map-mini-scene img {
  inset: 12px;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  object-fit: contain;
  opacity: 0.8;
}

.mini-route {
  right: 20%;
  bottom: 36%;
  width: 42%;
  height: 2px;
  background: linear-gradient(90deg, rgba(217, 181, 111, 0.8), transparent);
  transform: rotate(-24deg);
  animation: tech-drift 3s ease-in-out infinite;
}

.service-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  column-gap: 14px;
  min-height: 0;
  padding: 22px 18px 22px 0;
  border: none;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform-style: flat;
  transition: color var(--transition-ui), border-color var(--transition-ui);
}

.service-card:nth-child(3n + 2),
.service-card:nth-child(3n + 3) {
  padding-left: 18px;
  border-left: 1px solid var(--line-soft);
}

.service-copy {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.service-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.05rem;
  line-height: 1.25;
  transition: color var(--transition-ui);
}

.service-card:hover h3 {
  color: var(--green);
}

.service-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-top: 2px;
  border: none;
  border-radius: 0;
  color: var(--green);
  background: transparent;
}

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

.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.nationwide-layout,
.quote-layout,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.85fr);
  gap: clamp(36px, 7vw, 90px);
  align-items: center;
}

.nationwide-copy-block {
  display: grid;
  gap: var(--space-lg);
  align-content: center;
}

.nationwide-copy-block .chapter-kicker,
.nationwide-copy-block h2,
.nationwide-copy-block .nationwide-copy {
  margin: 0;
}

.nationwide-points {
  display: grid;
  gap: 0;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.nationwide-points li {
  display: grid;
  gap: 4px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line-soft);
}

.nationwide-points strong {
  color: var(--ink);
  font-family: Epilogue, system-ui, sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.nationwide-points span {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.map-visual {
  position: relative;
  display: grid;
  gap: var(--space-md);
  margin: 0;
  min-width: 0;
}

.map-stage {
  position: relative;
  overflow: hidden;
  border: 1px solid oklch(96% 0.008 195 / 0.12);
  border-radius: calc(var(--radius) + 2px);
  background:
    radial-gradient(circle at 68% 58%, oklch(48% 0.13 155 / 0.22), transparent 28%),
    oklch(12% 0.012 195);
  aspect-ratio: 5 / 4;
}

.map-stage::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(180deg, transparent 62%, oklch(12% 0.012 195 / 0.55) 100%),
    radial-gradient(circle at 68% 58%, oklch(68% 0.16 155 / 0.16), transparent 18%);
  pointer-events: none;
}

.map-photo {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center 46%;
  padding: clamp(12px, 3vw, 28px);
  filter: saturate(0.85) hue-rotate(18deg) brightness(1.05);
}

.map-caption {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.4;
}

.map-caption strong {
  display: block;
  color: var(--ink);
  font-family: Epilogue, system-ui, sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.map-pin {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  margin-top: 5px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 6px oklch(48% 0.13 155 / 0.16);
}

.map-routes {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.map-line {
  fill: none;
  stroke: rgba(217, 181, 111, 0.82);
  stroke-dasharray: 8 12;
  stroke-linecap: round;
  stroke-width: 2.2;
  animation: route-flow 2.6s linear infinite;
}

.line-b {
  animation-delay: -0.5s;
}

.line-c {
  animation-delay: -1s;
}

.line-d {
  animation-delay: -1.5s;
}

.line-e {
  animation-delay: -2s;
}

.origin-core,
.map-node {
  fill: var(--ink);
}

.origin-pulse {
  fill: rgba(32, 192, 120, 0.4);
  stroke: rgba(32, 192, 120, 0.76);
  animation: map-pulse 2.2s ease-in-out infinite;
  transform-origin: 380px 312px;
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-strong);
}

.contact-panel {
  display: grid;
  gap: 12px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-strong);
}

.contact-detail {
  display: grid;
  gap: 4px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line-soft);
}

.contact-detail span {
  color: var(--gold);
  font-family: Epilogue, system-ui, sans-serif;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact-detail strong {
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.35;
}

label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 11px 12px;
  color: var(--ink);
  background: var(--surface);
  transition: border-color var(--transition-ui), box-shadow var(--transition-ui);
}

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

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  border-color: var(--green);
  outline: none;
  box-shadow: var(--focus-ring);
}

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

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  font-weight: 600;
}

.contact-detail a {
  color: inherit;
  cursor: pointer;
  transition: color var(--transition-ui);
}

.contact-detail a:hover,
.contact-detail a:focus-visible {
  color: var(--green);
}

.contact {
  min-height: 72svh;
}

.contact-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.site-footer {
  padding: 44px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: var(--surface-muted);
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 28px;
}

.site-footer strong,
.site-footer span {
  display: block;
}

.site-footer strong {
  color: var(--ink);
  letter-spacing: 0.04em;
}

.site-footer span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.site-footer p {
  margin: 16px 0 0;
}

address {
  margin: 0;
  font-style: normal;
}

.site-footer a {
  color: var(--ink);
  cursor: pointer;
  font-weight: 800;
  transition: color var(--transition-ui);
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--green);
}

.reveal,
.hero-reveal {
  opacity: 1;
}

@keyframes route-flow {
  to {
    stroke-dashoffset: -40;
  }
}

@keyframes map-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.85;
  }

  50% {
    transform: scale(1.8);
    opacity: 0.22;
  }
}

@keyframes soft-pulse {
  0%,
  100% {
    opacity: 0.45;
    transform: scale(0.98);
  }

  50% {
    opacity: 0.08;
    transform: scale(1.12);
  }
}

@keyframes tech-drift {
  0%,
  100% {
    opacity: 0.34;
    translate: 0 0;
  }

  50% {
    opacity: 0.74;
    translate: 18px -10px;
  }
}

@keyframes scroll-line {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(100%);
  }
}

@keyframes grid-drift {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(36px, 36px, 0);
  }
}

@keyframes wave-rise {
  0%,
  100% {
    opacity: 0.35;
    transform: translateX(-50%) translateY(6px) scale(0.96);
  }

  50% {
    opacity: 0.9;
    transform: translateX(-50%) translateY(-4px) scale(1.03);
  }
}

@media (max-width: 980px) {
  .site-header {
    padding: 12px 20px;
  }

  .menu-toggle {
    position: fixed;
    top: 13px;
    right: auto;
    left: min(calc(100vw - 64px), 326px);
    z-index: 35;
    display: block;
    background: var(--surface);
    box-shadow: var(--shadow);
  }

  .site-nav {
    position: fixed;
    top: var(--header-height);
    right: 16px;
    left: 16px;
    display: grid;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface);
    box-shadow: var(--shadow-strong);
    transform: translateY(-140%);
    transition: transform 180ms ease;
  }

  .nav-open .site-nav {
    transform: translateY(0);
  }

  .site-nav a,
  .site-nav .nav-cta {
    margin: 0;
    border-radius: var(--radius);
  }

  .chapter-layout,
  .nationwide-layout,
  .quote-layout,
  .contact-layout,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .chapter-visual {
    min-height: 300px;
  }

  .chapter-photo {
    min-height: 300px;
  }

  .chapter-visual svg {
    min-height: 300px;
  }

  .contact-actions {
    justify-content: flex-start;
  }

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

  .service-card:nth-child(3n + 2),
  .service-card:nth-child(3n + 3) {
    padding-left: 0;
    border-left: none;
  }

  .service-card:nth-child(even) {
    padding-left: 18px;
    border-left: 1px solid var(--line-soft);
  }

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

  .map-visual {
    width: min(560px, 100%);
  }
}

@media (max-width: 640px) {
  :root {
    --header-height: 70px;
  }

  .section-inner {
    width: min(1160px, calc(100% - 30px));
  }

  .brand-name {
    font-size: 0.76rem;
  }

  .brand-tagline {
    font-size: 0.6rem;
  }

  .hero-inner {
    padding: 68px 0 126px;
  }

  h1 {
    font-size: clamp(2.28rem, 9.9vw, 2.9rem);
    line-height: 1.06;
    max-width: 7.8em;
  }

  h2 {
    font-size: clamp(2.1rem, 9.5vw, 3.2rem);
  }

  .hero-photo {
    object-position: center 40%;
  }

  .contact-strip-inner {
    flex-direction: column;
    gap: var(--space-sm);
    padding: 16px 0;
    text-align: center;
  }

  .sticky-whatsapp {
    right: 14px;
    left: 14px;
    bottom: 14px;
    min-width: 0;
    padding: 12px 14px;
    justify-items: center;
    text-align: center;
  }

  .sticky-whatsapp strong {
    display: block;
  }

  .scroll-indicator {
    display: none;
  }

  .hero-copy,
  .chapter-text,
  .nationwide-copy,
  .quote-copy p,
  .contact-copy {
    width: min(32ch, 100%);
  }

  .hero-actions,
  .contact-actions {
    max-width: 360px;
  }

  .chapter-intro,
  .chapter,
  .services,
  .nationwide,
  .quote {
    min-height: auto;
    padding: 86px 0;
  }

  .contact {
    min-height: auto;
    padding: 86px 0;
  }

  .chapter-number {
    margin-bottom: -12px;
  }

  .service-grid,
  .service-scenes,
  .quote-form {
    grid-template-columns: 1fr;
  }

  .service-card,
  .service-card:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
    border-left: none;
  }

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

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

  .sticky-whatsapp::before,
  .scroll-indicator span::after {
    animation: none !important;
    display: none;
  }

  .reveal,
  .hero-reveal,
  .visual-animate {
    opacity: 1 !important;
    transform: none !important;
  }
}
