﻿:root {
  --paper: #f6f8fa;
  --paper-2: #eef3f6;
  --ink: #0d1d29;
  --muted: #5f7080;
  --navy: #171717;
  --navy-2: #0a0a0a;
  --blue: #2a2a2a;
  --cyan: #c9ced3;
  --red: #f26a1b;
  --red-aa: #b7460d;
  --red-dark: #973609;
  --steel: #dfe7ec;
  --line: rgba(13, 29, 41, 0.14);
  --panel: #ffffff;
  --shadow: 0 18px 38px rgba(10, 10, 10, 0.13);
  --radius: 8px;
  --container: min(1180px, calc(100% - 32px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.52;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 16px;
  left: 16px;
  z-index: 200;
  transform: translateY(-150%);
  padding: 10px 14px;
  border-radius: var(--radius);
  background: var(--red-aa);
  color: #ffffff;
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(247, 251, 255, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.header-inner {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  width: 196px;
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  border-radius: var(--radius);
  background: transparent;
}

.menu-toggle {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-content: center;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  color: var(--ink);
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  background: currentColor;
}

.main-nav {
  position: fixed;
  inset: 70px 0 auto;
  display: none;
  grid-template-columns: 1fr;
  gap: 4px;
  padding: 14px;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.main-nav.is-open {
  display: grid;
}

.main-nav a,
.main-nav button {
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 9px 11px;
  border-radius: var(--radius);
  color: var(--muted);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 850;
}

/* nav-cookie-preferences-link */
.main-nav button {
  border: 0;
  background: transparent;
  font-family: inherit;
  cursor: pointer;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav button:hover,
.main-nav button:focus-visible {
  color: var(--ink);
  background: #edf5fb;
}

.main-nav a.is-current,
.main-nav a[aria-current="page"] {
  color: #ffffff;
  background: var(--navy);
}

.main-nav a.is-current:hover,
.main-nav a[aria-current="page"]:hover,
.main-nav a.is-current:focus-visible,
.main-nav a[aria-current="page"]:focus-visible {
  color: #ffffff;
  background: var(--navy-2);
}

.header-cta {
  display: none;
}

.btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 17px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  text-align: center;
  text-decoration: none;
  font-weight: 900;
}

.btn-primary {
  color: #ffffff;
  background: var(--red-aa);
  box-shadow: 0 12px 24px rgba(183, 70, 13, 0.22);
}

.btn-primary:hover {
  background: var(--red-dark);
}

.btn-secondary {
  color: var(--navy);
  background: #ffffff;
  border-color: var(--line);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 42px 0 34px;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 6px;
  background: var(--red);
}

.hero-layout {
  display: grid;
  gap: 26px;
  align-items: center;
}

.eyebrow {
  width: fit-content;
  margin: 0 0 9px;
  padding: 7px 12px 7px 15px;
  position: relative;
  color: var(--navy);
  border: 1px solid rgba(242, 106, 27, 0.24);
  border-radius: var(--radius);
  background: linear-gradient(90deg, rgba(199, 53, 53, 0.1), rgba(255, 255, 255, 0.92));
  box-shadow: 0 8px 18px rgba(16, 47, 71, 0.07);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  position: absolute;
  inset: 6px auto 6px 7px;
  width: 3px;
  border-radius: 999px;
  background: var(--red);
}

.architecture .section-intro .eyebrow,
.risk-board .section-intro .eyebrow,
.differentiators .section-intro .eyebrow,
.offers .section-intro .eyebrow {
  color: #ffffff;
  border-color: rgba(13, 29, 41, 0.24);
  background: linear-gradient(90deg, var(--navy), var(--navy-2));
  box-shadow: 0 12px 24px rgba(16, 47, 71, 0.16);
}

.architecture .section-intro .eyebrow::before,
.risk-board .section-intro .eyebrow::before,
.differentiators .section-intro .eyebrow::before,
.offers .section-intro .eyebrow::before {
  background: var(--red);
}

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

h1 {
  max-width: 760px;
  margin: 0;
  font-size: 2.25rem;
  line-height: 1;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: 1.75rem;
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.25;
}

.hero-lead,
.section-intro p,
.solution-rail p,
.risk-grid small,
.differential-grid p,
.offer-grid p,
.page-lead,
.page-card p,
.detail-card p,
.value-card p,
.statement-card p,
.contact-card p,
.contact-panel p,
.segment-list p,
.paper-copy p,
.final-cta p,
.site-footer p {
  color: var(--muted);
}

.hero-lead {
  max-width: 700px;
  margin: 18px 0 0;
  font-size: 1.04rem;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.hero-tags span {
  padding: 7px 10px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid var(--line);
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 900;
}

.hero-tags span {
  border-color: var(--steel);
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 22px;
}

.command-center {
  min-height: 390px;
  padding: 16px;
  border-radius: var(--radius);
  background: var(--navy-2);
  box-shadow: 0 24px 62px rgba(10, 10, 10, 0.28);
  color: #ffffff;
}

.command-header,
.telemetry-strip {
  display: grid;
  gap: 10px;
}

.command-header {
  grid-template-columns: 1fr auto;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.command-header span,
.telemetry-strip span {
  color: rgba(255, 255, 255, 0.68);
}

.command-header strong {
  color: #ffffff;
}

.facility-map {
  position: relative;
  min-height: 235px;
  margin: 14px 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
}

.zone,
.map-lines {
  position: absolute;
  display: block;
}

.map-lines {
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.map-lines path {
  fill: none;
  stroke: rgba(127, 180, 199, 0.82);
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.zone {
  min-width: 74px;
  padding: 9px 10px;
  border-radius: var(--radius);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 900;
  text-align: center;
}

.zone-a { left: 13%; top: 18%; background: var(--red); }
.zone-hub { left: 50%; top: 50%; transform: translate(-50%, -50%); background: #314c5e; }
.zone-b { right: 10%; top: 23%; background: #1d435a; }
.zone-c { left: 25%; bottom: 17%; background: var(--blue); }
.zone-d { right: 18%; bottom: 16%; background: #263b4a; }

.telemetry-strip {
  grid-template-columns: repeat(3, 1fr);
}

.telemetry-strip div {
  padding: 11px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.telemetry-strip strong {
  display: block;
  margin-top: 2px;
  font-size: 1.18rem;
}

.command-center {
  overflow: hidden;
}

.map-lines path {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: commandLineDraw 2.4s ease forwards, commandLineGlow 3.6s ease-in-out 2.4s infinite;
}

.map-lines path:nth-child(2) {
  animation-delay: 0.18s, 2.58s;
}

.map-lines path:nth-child(3) {
  animation-delay: 0.34s, 2.74s;
}

.zone {
  animation: commandFloat 4.8s ease-in-out infinite;
  will-change: transform;
}

.zone-a {
  animation-name: commandPulse;
}

.zone-b,
.zone-d {
  animation-delay: 0.55s;
}

.zone-c {
  animation-delay: 1.05s;
}

.zone-hub {
  animation: commandHubPulse 3.6s ease-in-out infinite;
}

.telemetry-strip div {
  transition: transform 180ms ease, background 180ms ease;
}

.telemetry-strip div:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.12);
}

.telemetry-strip strong {
  font-variant-numeric: tabular-nums;
}

@keyframes commandLineDraw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes commandLineGlow {
  0%,
  100% {
    opacity: 0.72;
  }
  50% {
    opacity: 1;
  }
}

@keyframes commandFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@keyframes commandPulse {
  0%,
  100% {
    transform: translateY(0);
    box-shadow: 0 0 0 rgba(242, 106, 27, 0);
  }
  50% {
    transform: translateY(-4px);
    box-shadow: 0 0 22px rgba(199, 53, 53, 0.28);
  }
}

@keyframes commandHubPulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 0 rgba(127, 180, 199, 0);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.035);
    box-shadow: 0 0 24px rgba(127, 180, 199, 0.24);
  }
}

@media (prefers-reduced-motion: reduce) {
  .map-lines path,
  .zone,
  .zone-a,
  .zone-hub {
    animation: none;
  }

  .map-lines path {
    stroke-dashoffset: 0;
  }

  .telemetry-strip div:hover {
    transform: none;
  }
}

.proof-band {
  padding: 12px 0;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
}

.proof-grid {
  display: grid;
  gap: 8px;
}

.proof-grid span {
  padding: 9px 10px;
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--navy);
  font-weight: 900;
}

.proof-grid span {
  border-left: 4px solid var(--steel);
}

.proof-grid span:first-child {
  border-left-color: var(--red);
}

.section {
  padding: 40px 0;
}

.section-intro {
  max-width: 760px;
  display: grid;
  gap: 8px;
  margin-bottom: 22px;
}

.architecture .section-intro {
  max-width: none;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.46fr);
  gap: 18px 46px;
  align-items: end;
  margin-bottom: 28px;
}

.architecture .section-intro .eyebrow {
  grid-column: 1;
}

.architecture .section-intro h2 {
  grid-column: 1;
  max-width: 790px;
}

.architecture .section-intro p:not(.eyebrow) {
  grid-column: 2;
  max-width: 430px;
  margin: 0 0 6px;
}

.risk-board .section-intro,
.differentiators .section-intro,
.offers .section-intro {
  max-width: none;
  grid-template-columns: minmax(150px, 0.28fr) minmax(0, 1fr);
  gap: 12px 42px;
  align-items: start;
  margin-bottom: 28px;
}

.risk-board .section-intro .eyebrow,
.differentiators .section-intro .eyebrow,
.offers .section-intro .eyebrow {
  grid-column: 1;
  align-self: start;
  margin-top: 3px;
}

.risk-board .section-intro h2,
.differentiators .section-intro h2,
.offers .section-intro h2,
.differentiators .section-intro p:not(.eyebrow) {
  grid-column: 2;
}

.risk-board .section-intro h2,
.differentiators .section-intro h2,
.offers .section-intro h2 {
  max-width: 880px;
}

.differentiators .section-intro p:not(.eyebrow) {
  max-width: 880px;
  margin: 4px 0 0;
}

.architecture,
.risk-board,
.process {
  background: #ffffff;
}

.layer-stack {
  display: grid;
  gap: 10px;
}

.layer-stack article {
  display: grid;
  gap: 6px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(16, 47, 71, 0.08);
}

.layer-stack span,
.process-list span,
.risk-grid span {
  color: var(--red-aa);
  font-weight: 900;
}

.layer-stack article:nth-child(n) span { color: var(--red-aa); }

.layer-stack p {
  margin: 0;
  color: var(--muted);
}

.solutions {
  background: var(--paper-2);
}

.solutions-layout {
  display: grid;
  gap: 22px;
}

.solutions .solutions-layout {
  gap: 22px;
}

.solutions-intro {
  max-width: none;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.42fr);
  gap: 14px 56px;
  align-items: end;
  margin-bottom: 10px;
}

.solutions-intro .eyebrow {
  grid-column: 1;
  align-self: start;
  margin: 0 0 2px;
}

.solutions-intro h2 {
  grid-column: 1;
  max-width: 760px;
}

.solutions-intro p:not(.eyebrow) {
  grid-column: 2;
  grid-row: 1 / span 2;
  max-width: 430px;
  margin: 0 0 5px;
}



.solution-rail {
  display: grid;
  gap: 12px;
}

.solution-rail article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 14px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(16, 47, 71, 0.08);
}

.solution-index {
  width: 48px;
  height: 48px;
  grid-row: span 2;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background: var(--navy);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 900;
}

.solution-rail article:nth-child(n) .solution-index { background: var(--navy); }
.solution-rail article:first-child .solution-index { background: var(--red-aa); }

.solution-rail p {
  grid-column: 2;
  margin: 0;
}

.risk-grid {
  display: grid;
  gap: 10px;
}

.risk-grid article {
  display: grid;
  gap: 5px;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(16, 47, 71, 0.07);
}

.risk-grid article:nth-child(n) span { color: var(--red-aa); }

.risk-grid strong {
  color: var(--navy);
}

.risk-grid small {
  font-size: 0.92rem;
}

.differentiators {
  background: var(--paper);
}

.differential-grid,
.offer-grid {
  display: grid;
  gap: 10px;
}

.differential-grid article,
.offer-grid article,
.page-card,
.detail-card,
.value-card,
.statement-card,
.contact-card {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(16, 47, 71, 0.07);
}

.differential-grid strong,
.offer-grid h3,
.page-card h3,
.detail-card h3,
.value-card h3,
.statement-card h3,
.contact-card h3 {
  color: var(--ink);
}

.differential-grid p,
.offer-grid p,
.page-card p,
.detail-card p,
.value-card p,
.statement-card p,
.contact-card p {
  margin: 0;
}

.offer-grid article {
  align-content: start;
}

.offer-grid span,
.page-number {
  color: var(--red-aa);
  font-weight: 900;
}

.offers {
  background: #ffffff;
}

.segments {
  background: var(--navy-2);
  color: #ffffff;
}

.segments .eyebrow {
  color: #ffffff;
}

.segment-shell {
  display: grid;
  gap: 22px;
}

.segment-copy {
  max-width: 640px;
}

.segment-list {
  display: grid;
  gap: 10px;
}

.segment-list article {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
}

.segment-list span {
  display: block;
  margin-bottom: 5px;
  font-weight: 900;
}

.segment-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
}

.paper-visual {
  padding: 46px 0;
  background: #ffffff;
  border-block: 1px solid var(--line);
}

.paper-layout {
  display: grid;
  gap: 22px;
  align-items: center;
}

.paper-copy {
  display: grid;
  gap: 12px;
  padding-left: 18px;
  border-left: 5px solid var(--red);
}

.paper-copy p {
  margin: 0;
}

.paper-copy .btn {
  justify-self: start;
}

.paper-system {
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(7, 24, 36, 0.16);
  border-radius: var(--radius);
  background: var(--navy-2);
  color: #ffffff;
  box-shadow: 0 22px 46px rgba(16, 47, 71, 0.2);
}

.paper-system-head {
  display: grid;
  gap: 5px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.paper-system-head span {
  display: block;
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.paper-system-head strong {
  display: block;
  color: #ffffff;
  font-size: 1.15rem;
  line-height: 1.18;
}

.paper-flow {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.paper-flow li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}

.paper-flow li > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background: var(--red-aa);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 900;
}

.paper-flow strong {
  display: block;
  color: #ffffff;
  line-height: 1.18;
}

.paper-flow small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  line-height: 1.35;
}

.paper-metrics {
  display: grid;
  gap: 8px;
}

.paper-metrics span {
  padding: 10px 11px;
  border-left: 3px solid var(--red);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 900;
}

.process-layout {
  display: grid;
  gap: 22px;
}

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

.process-list li {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  font-weight: 850;
  line-height: 1.22;
  overflow: hidden;
  font-size: 0.94rem;
}

.process-list li span {
  flex: 0 0 auto;
}

.process-list li strong {
  min-height: 2.35em;
  display: flex;
  align-items: center;
  color: var(--ink);
  line-height: 1.15;
  white-space: normal;
}

.process-list li {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.process-list li:nth-child(n) span { color: var(--red-aa); }

.final-cta {
  padding: 42px 0;
  background: var(--navy-2);
  color: #ffffff;
}

.final-cta .eyebrow {
  color: #ffffff;
}

.final-cta-inner {
  max-width: 850px;
  display: grid;
  gap: 12px;
  text-align: center;
}

.final-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.final-cta .btn {
  justify-self: center;
}

.page-hero {
  padding: 42px 0 34px;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
}

.page-hero-grid {
  display: grid;
  gap: 22px;
  align-items: end;
}

.page-hero h1 {
  max-width: 850px;
}

.page-lead {
  max-width: 720px;
  margin: 16px 0 0;
  font-size: 1.04rem;
}

.page-kpis {
  display: grid;
  gap: 10px;
}

.page-kpis div,
.contact-panel {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}

.page-kpis span {
  display: block;
  color: var(--red-aa);
  font-weight: 900;
}

.page-kpis strong {
  display: block;
  margin-top: 4px;
  color: var(--ink);
}

.page-section {
  padding: 40px 0;
}

.page-section.alt {
  background: #ffffff;
}

.page-grid,
.detail-grid,
.value-grid,
.statement-grid,
.contact-grid {
  display: grid;
  gap: 12px;
}

.detail-card ul,
.value-card ul,
.page-card ul,
.contact-card ul {
  display: grid;
  gap: 7px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.detail-card li,
.value-card li,
.page-card li,
.contact-card li {
  color: var(--muted);
}

.detail-card li::before,
.value-card li::before,
.page-card li::before,
.contact-card li::before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--red);
  vertical-align: middle;
}

.split-section {
  display: grid;
  gap: 22px;
  align-items: start;
}

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

.compact-list li {
  padding: 12px 14px;
  border-left: 4px solid var(--red);
  border-radius: var(--radius);
  background: #ffffff;
  color: var(--ink);
  font-weight: 850;
}

.contact-panel {
  display: grid;
  gap: 12px;
  background: var(--navy-2);
  color: #ffffff;
}

.contact-panel p {
  color: rgba(255, 255, 255, 0.78);
}

.contact-panel a:not(.btn) {
  color: #ffffff;
  font-weight: 900;
  text-decoration: none;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.site-footer {
  padding: 34px 0 22px;
  background: #ffffff;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  gap: 24px;
}

.footer-brand {
  display: grid;
  gap: 12px;
  align-content: start;
}

.site-footer img {
  max-width: 206px;
}

.site-footer address,
.site-footer nav {
  display: grid;
  gap: 10px;
  align-content: start;
  color: var(--muted);
  font-style: normal;
}

.site-footer strong,
.site-footer a,
.site-footer address > span {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.site-footer strong {
  margin-bottom: 2px;
  color: var(--ink);
}

.site-footer a {
  color: var(--muted);
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--ink);
}

.footer-topic-icon,
.footer-item-icon {
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  border-radius: var(--radius);
  flex: 0 0 auto;
}

.footer-topic-icon {
  background: var(--navy);
  color: #ffffff;
}

.footer-item-icon {
  background: rgba(199, 53, 53, 0.1);
  color: var(--red-aa);
}

.footer-topic-icon svg,
.footer-item-icon svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-contact a[href*="wa.me"] {
  color: var(--ink);
  font-weight: 850;
}

.footer-bottom {
  display: grid;
  gap: 8px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.9rem;
}

@media (min-width: 640px) {
  .hero-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .proof-grid,
  .layer-stack,
  .risk-grid,
  .differential-grid,
  .offer-grid,
  .page-kpis,
  .page-grid,
  .detail-grid,
  .value-grid,
  .statement-grid,
  .contact-grid,
  .segment-list,
  .process-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .paper-metrics {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 900px) {
  .menu-toggle {
    display: none;
  }

  .main-nav {
    position: static;
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .main-nav a,
  .main-nav button {
    padding: 7px 9px;
    font-size: 0.84rem;
  }

  .header-cta {
    display: inline-flex;
  }

  .hero {
    min-height: 610px;
    display: grid;
    align-items: center;
    padding: 48px 0 40px;
  }

  h1 {
    font-size: 3.15rem;
  }

  h2 {
    font-size: 2.15rem;
  }

  .section {
    padding: 48px 0;
  }

  .paper-visual,
  .final-cta {
    padding: 52px 0;
  }

  .page-hero {
    padding: 58px 0 46px;
  }

  .page-section {
    padding: 52px 0;
  }

  .hero-layout {
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.88fr);
  }

  .proof-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .layer-stack {
    grid-template-columns: repeat(4, 1fr);
  }

  .segment-shell,
  .paper-layout,
  .process-layout {
    grid-template-columns: minmax(300px, 0.64fr) minmax(0, 1.36fr);
    align-items: start;
  }

  .solutions-layout {
    grid-template-columns: 1fr;
  }

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

  .solution-rail article {
    grid-column: span 3;
  }

  .solution-rail article:last-child {
    grid-column: span 6;
  }

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

  .differential-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .offer-grid,
  .detail-grid,
  .value-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-grid,
  .statement-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-hero-grid,
  .split-section,
  .contact-grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  }

  .segment-list {
    grid-template-columns: repeat(2, 1fr);
  }

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

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

  .footer-grid {
    grid-template-columns: minmax(220px, 1.1fr) minmax(170px, 0.82fr) minmax(170px, 0.82fr) minmax(280px, 1.34fr);
  }

  .footer-bottom {
    grid-template-columns: 1fr auto;
  }
}

@media (max-width: 760px) {
  .solutions-intro {
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: start;
    margin-bottom: 22px;
  }

  .solutions-intro .eyebrow,
  .solutions-intro h2,
  .solutions-intro p:not(.eyebrow) {
    grid-column: auto;
    grid-row: auto;
    max-width: 100%;
  }

  .solutions-intro p:not(.eyebrow) {
    margin: 2px 0 0;
  }
}

@media (max-width: 520px) {
  .architecture .section-intro {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 22px;
  }

  .architecture .section-intro .eyebrow,
  .architecture .section-intro h2,
  .architecture .section-intro p:not(.eyebrow) {
    grid-column: auto;
  }

  .architecture .section-intro p:not(.eyebrow) {
    max-width: 100%;
    margin: 2px 0 0;
  }

  .risk-board .section-intro,
  .differentiators .section-intro,
  .offers .section-intro {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 22px;
  }

  .risk-board .section-intro .eyebrow,
  .differentiators .section-intro .eyebrow,
  .offers .section-intro .eyebrow {
    grid-column: auto;
    margin-top: 0;
  }

  .risk-board .section-intro h2,
  .differentiators .section-intro h2,
  .offers .section-intro h2,
  .differentiators .section-intro p:not(.eyebrow) {
    grid-column: auto;
  }

  .differentiators .section-intro p:not(.eyebrow) {
    margin: 2px 0 0;
  }

  .solution-rail article {
    grid-template-columns: 1fr;
  }

  .solution-index,
  .solution-rail p {
    grid-column: auto;
    grid-row: auto;
  }

  .command-header,
  .telemetry-strip {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}

.command-title { display: inline-flex; align-items: center; gap: 10px; }
.online-status { display: inline-flex; align-items: center; gap: 5px; padding: 4px 7px; border: 1px solid rgba(50, 210, 116, 0.22); border-radius: 999px; background: rgba(50, 210, 116, 0.1); color: #9ef0bd; font-size: 0.68rem; font-weight: 900; line-height: 1; text-transform: uppercase; }
.online-dot { width: 8px; height: 8px; border-radius: 50%; background: #32d274; box-shadow: 0 0 0 0 rgba(50, 210, 116, 0.6); animation: onlineStatusPulse 1.4s ease-out infinite; }
@keyframes onlineStatusPulse { 0% { box-shadow: 0 0 0 0 rgba(50, 210, 116, 0.6); } 70% { box-shadow: 0 0 0 7px rgba(50, 210, 116, 0); } 100% { box-shadow: 0 0 0 0 rgba(50, 210, 116, 0); } }
@media (prefers-reduced-motion: reduce) { .online-dot { animation: none; } }

.projects-showcase {
  padding: 56px 0;
  background: var(--navy);
  color: #ffffff;
}

/* anchor-scroll-offset */
#projetos {
  scroll-margin-top: 112px;
}

.projects-heading {
  max-width: 860px;
  display: grid;
  gap: 10px;
  justify-items: center;
  text-align: center;
}

.projects-heading .eyebrow {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

.projects-heading h2 {
  font-size: clamp(2rem, 5vw, 3rem);
  text-transform: uppercase;
}

.projects-heading p:not(.eyebrow) {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.03rem;
}

.projects-carousel {
  position: relative;
  margin-top: 34px;
}

.projects-viewport {
  overflow: hidden;
  scroll-behavior: smooth;
}

.projects-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(160px, 192px);
  gap: 28px;
  align-items: center;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}

.projects-track::-webkit-scrollbar {
  display: none;
}

.project-logo {
  scroll-snap-align: center;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.project-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.projects-nav {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 2.1rem;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 180ms ease, transform 180ms ease;
}

.projects-nav:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-50%) scale(1.04);
}

.projects-nav-prev {
  left: 0;
}

.projects-nav-next {
  right: 0;
}

@media (max-width: 760px) {
  .projects-showcase {
    padding: 44px 0;
  }

  .projects-track {
    grid-auto-columns: minmax(150px, 58vw);
    gap: 18px;
  }

  .projects-nav {
    width: 36px;
    height: 36px;
    font-size: 1.8rem;
  }

  .projects-nav-prev {
    left: 0;
  }

  .projects-nav-next {
    right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .projects-viewport {
    scroll-behavior: auto;
  }
}
/* projects-size-override */
.projects-carousel {
  padding-inline: clamp(88px, 7vw, 112px);
}

.projects-viewport {
  padding-inline: 2px;
}

.projects-track {
  grid-auto-columns: clamp(218px, 15.5vw, 250px);
  gap: clamp(24px, 2vw, 30px);
  scroll-padding-inline: 4px;
}

.project-logo {
  aspect-ratio: 1.18 / 1;
  padding: 6px;
}

.projects-nav {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: #ffffff;
  color: var(--navy);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
  font-size: 2.4rem;
}

.projects-nav:hover {
  background: #eef3f6;
}

.projects-nav-prev {
  left: 0;
}

.projects-nav-next {
  right: 0;
}

@media (max-width: 760px) {
  .projects-carousel {
    padding-inline: 46px;
  }

  .projects-track {
    grid-auto-columns: minmax(198px, 70vw);
    gap: 18px;
  }

  .projects-nav {
    width: 40px;
    height: 40px;
    font-size: 2rem;
  }
}
/* project-logo-image-boost */
.project-logo {
  padding: 0;
}

.project-logo img {
  width: 112%;
  height: 112%;
  max-width: none;
  object-fit: contain;
}

.project-logo img[alt="Palmeiras"] {
  width: 104%;
  height: 104%;
}
/* project-logo-overflow-fix */
.project-logo {
  overflow: hidden;
}

.project-logo img {
  width: 100%;
  height: 100%;
  transform: scale(1.12);
  transform-origin: center;
}

.project-logo img[alt="Palmeiras"] {
  width: 100%;
  height: 100%;
  transform: scale(1.04);
}
/* project-card-compact-override */
.projects-carousel {
  padding-inline: clamp(88px, 7vw, 112px);
}

.projects-viewport {
  padding-inline: 2px;
}

.projects-track {
  grid-auto-columns: clamp(190px, 13.8vw, 216px);
  gap: clamp(20px, 1.45vw, 24px);
  scroll-padding-inline: 4px;
}

.project-logo img {
  transform: scale(1.2);
}

.project-logo img[alt="Palmeiras"] {
  transform: scale(1.08);
}

@media (max-width: 760px) {
  .projects-carousel {
    padding-inline: 44px;
  }

  .projects-track {
    grid-auto-columns: minmax(184px, 64vw);
    gap: 16px;
  }
}
/* final-cta-title-layout */
.final-cta {
  padding: 64px 0;
}

.final-cta-inner {
  max-width: 980px;
  gap: 16px;
  justify-items: center;
}

.final-cta-inner::before {
  content: "";
  width: 72px;
  height: 3px;
  order: 1;
  border-radius: 999px;
  background: var(--red);
}

.final-cta .eyebrow {
  order: 0;
  margin-inline: auto;
}

.final-cta h2 {
  max-width: 920px;
  order: 2;
  margin: 2px auto 0;
  font-size: clamp(2rem, 4.2vw, 3rem);
  line-height: 1.08;
  text-wrap: balance;
}

.final-cta p:not(.eyebrow) {
  max-width: 760px;
  order: 3;
  margin-top: 2px;
  font-size: 1.05rem;
}

.final-cta .btn {
  order: 4;
  margin-top: 8px;
  min-width: min(100%, 360px);
}

@media (max-width: 640px) {
  .final-cta {
    padding: 48px 0;
  }

  .final-cta h2 {
    font-size: 2rem;
  }

  .final-cta .btn {
    min-width: 100%;
  }
}
/* internal-page-visuals */
.page-hero-grid {
  align-items: start;
}

.page-kpis {
  align-self: start;
}

.page-visual-card {
  min-height: 178px;
  display: grid;
  gap: 14px;
  padding: 16px;
  margin-bottom: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(135deg, #ffffff, #f4f7fa);
  box-shadow: 0 14px 30px rgba(16, 47, 71, 0.08);
}

.visual-card-head {
  display: grid;
  gap: 3px;
}

.visual-card-head span {
  color: var(--red-aa);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.visual-card-head strong {
  color: var(--ink);
  line-height: 1.2;
}

.visual-network {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  align-items: center;
}

.visual-network span,
.visual-network strong,
.visual-segment-grid span,
.visual-stack span,
.visual-timeline span {
  min-height: 38px;
  display: grid;
  place-items: center;
  padding: 7px;
  border-radius: var(--radius);
  background: #ffffff;
  color: var(--navy);
  font-size: 0.8rem;
  font-weight: 900;
  text-align: center;
  box-shadow: inset 0 0 0 1px var(--line);
}

.visual-network strong {
  grid-column: 2;
  background: var(--navy);
  color: #ffffff;
}

.visual-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
}

.visual-bars {
  height: 54px;
  display: flex;
  align-items: end;
  gap: 8px;
  padding: 8px;
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: inset 0 0 0 1px var(--line);
}

.visual-bars i {
  flex: 1;
  display: block;
  border-radius: 6px 6px 2px 2px;
  background: linear-gradient(180deg, var(--red), var(--navy));
}

.visual-segment-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.visual-stack {
  display: grid;
  gap: 8px;
}

.visual-stack span {
  justify-content: start;
  padding-inline: 12px;
  border-left: 4px solid var(--red);
}

@media (max-width: 899px) {
  .page-visual-card {
    min-height: auto;
  }
}
/* page-side-layout */
.page-side { display: grid; gap: 12px; align-self: start; }
.page-side .page-kpis { align-self: start; }

/* visual-network-alignment-fix */
.visual-solutions .visual-network strong {
  grid-column: 2;
  grid-row: 2;
}

.visual-solutions .visual-network span:nth-of-type(4) {
  grid-column: 3;
  grid-row: 2;
}

.visual-solutions .visual-network span:nth-of-type(5) {
  grid-column: 1;
  grid-row: 2;
}

/* mobile-command-and-process-polish */
.map-lines path {
  stroke-dasharray: 260;
  stroke-dashoffset: 260;
}

@media (max-width: 520px) {
  .facility-map {
    min-height: 255px;
  }

  .map-lines path {
    stroke-width: 1.45;
  }

  .process-list {
    gap: 10px;
  }

  .process-list li {
    min-height: 70px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
  }

  .process-list li span {
    font-size: 0.98rem;
    text-align: center;
  }

  .process-list li strong {
    min-height: 0;
    width: auto;
    max-width: none;
    display: block;
    line-height: 1.16;
  }
}

/* command-map-split-lines */
.map-lines path:nth-child(4) { animation-delay: 0.5s, 2.9s; }



/* about-real-photos */
.about-photos {
  background: #ffffff;
}

.about-photos-layout {
  display: grid;
  gap: 22px;
}

.about-photo-grid {
  display: grid;
  gap: 14px;
}

.about-photo-grid figure {
  margin: 0;
  min-width: 0;
}

.about-photo-grid picture,
.about-photo-grid img {
  display: block;
  width: 100%;
}

.about-photo-grid img {
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: 0 18px 48px rgba(10, 10, 10, 0.12);
}

.about-photo-grid figcaption {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

@media (min-width: 840px) {
  .about-photos-layout {
    grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.38fr);
    align-items: start;
  }

  .about-photo-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.8fr);
  }

  .about-photo-main {
    grid-row: span 2;
  }
}

/* about-premium-gallery */
.about-photos {
  background: linear-gradient(180deg, #ffffff 0%, #f6f9fc 100%);
}

.about-photos-layout {
  gap: clamp(24px, 4vw, 46px);
}

.about-photos .section-intro {
  position: sticky;
  top: 96px;
  align-self: start;
}

.about-photo-grid {
  gap: 16px;
}

.about-photo-grid figure {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--navy-2);
  box-shadow: 0 22px 60px rgba(10, 10, 10, 0.18);
  isolation: isolate;
}

.about-photo-grid figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 28, 42, 0) 44%, rgba(7, 28, 42, 0.82) 100%);
  z-index: 1;
  pointer-events: none;
}

.about-photo-grid img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transform: scale(1.01);
}

.about-photo-main img {
  aspect-ratio: 16 / 11;
}

.about-photo-grid figure:not(.about-photo-main) img {
  aspect-ratio: 16 / 9;
}

.about-photo-grid figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 2;
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.86rem;
  font-weight: 750;
  line-height: 1.32;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.about-photo-main figcaption {
  max-width: 540px;
  font-size: 0.98rem;
}

@media (min-width: 840px) {
  .about-photos-layout {
    grid-template-columns: minmax(280px, 0.52fr) minmax(0, 1.48fr);
  }

  .about-photo-grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.75fr);
    align-items: stretch;
  }

  .about-photo-grid figure,
  .about-photo-grid picture,
  .about-photo-grid img {
    height: 100%;
  }
}

@media (max-width: 839px) {
  .about-photos .section-intro {
    position: static;
  }

  .about-photo-grid figcaption {
    font-size: 0.84rem;
  }
}


/* footer-credit-link-fix */
.footer-bottom span:last-child {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  white-space: nowrap;
}

.footer-bottom a {
  display: inline;
  grid-template-columns: none;
  color: var(--muted);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.footer-bottom a:hover {
  color: var(--ink);
}

@media (max-width: 520px) {
  .footer-bottom span:last-child {
    justify-content: flex-start;
  }
}


/* contact-map-whatsapp-form */
.contact-experience {
  background: linear-gradient(180deg, #ffffff 0%, #f6f9fc 100%);
}

.contact-experience-grid {
  display: grid;
  gap: 18px;
  align-items: stretch;
}

.whatsapp-form-card,
.location-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 22px 60px rgba(10, 10, 10, 0.12);
}

.whatsapp-form-card {
  display: grid;
  gap: 14px;
  padding: clamp(18px, 3vw, 26px);
}

.whatsapp-form-card h2,
.location-card h2 {
  font-size: clamp(1.45rem, 2.5vw, 2.25rem);
}

.whatsapp-form-card p:not(.eyebrow),
.location-card p:not(.eyebrow) {
  color: var(--muted);
}

.whatsapp-form {
  display: grid;
  gap: 12px;
}

.whatsapp-form label {
  display: grid;
  gap: 6px;
  color: var(--ink);
  font-weight: 850;
}

.whatsapp-form label span {
  font-size: 0.82rem;
}

.whatsapp-form input,
.whatsapp-form select,
.whatsapp-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f8fafc;
  color: var(--ink);
  font: inherit;
  padding: 11px 12px;
}

.whatsapp-form textarea {
  resize: vertical;
  min-height: 112px;
}

.whatsapp-form input:focus,
.whatsapp-form select:focus,
.whatsapp-form textarea:focus {
  outline: 3px solid rgba(242, 106, 27, 0.18);
  border-color: var(--red);
  background: #ffffff;
}

.location-card {
  display: grid;
  overflow: hidden;
}

.location-card-copy {
  display: grid;
  gap: 8px;
  padding: clamp(18px, 3vw, 24px);
}

.map-frame {
  position: relative;
  min-height: 320px;
  background: var(--navy-2);
}

.map-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  filter: saturate(0.9) contrast(1.02);
}

.map-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 18px;
  background: var(--navy);
  color: #ffffff;
  font-weight: 900;
  text-decoration: none;
}

.map-link:hover {
  background: var(--navy-2);
}

@media (min-width: 900px) {
  .contact-experience-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  }

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

  .whatsapp-form .form-wide {
    grid-column: 1 / -1;
  }

  .location-card {
    grid-template-rows: auto 1fr auto;
  }
}



/* floating-whatsapp-and-lgpd */
.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 180;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #25d366;
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(10, 10, 10, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.whatsapp-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(10, 10, 10, 0.28);
}

.whatsapp-float svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cookie-banner {
  position: fixed;
  left: max(16px, calc((100vw - 1180px) / 2));
  right: max(16px, calc((100vw - 1180px) / 2));
  bottom: 18px;
  z-index: 220;
  display: grid;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(10, 10, 10, 0.96);
  color: #ffffff;
  box-shadow: 0 24px 70px rgba(10, 10, 10, 0.32);
}

.cookie-banner[hidden],
.cookie-preferences[hidden] {
  display: none;
}

.cookie-banner-copy {
  display: grid;
  gap: 4px;
}

.cookie-banner p,
.cookie-preferences p,
.cookie-option small {
  color: rgba(255, 255, 255, 0.72);
}

.cookie-banner-actions,
.cookie-preferences-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cookie-banner .btn-secondary,
.cookie-preferences .btn-secondary {
  background: #ffffff;
  color: var(--ink);
}

.cookie-preferences {
  position: fixed;
  inset: 0;
  z-index: 240;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(10, 10, 10, 0.58);
}

.cookie-preferences-panel {
  width: min(620px, 100%);
  max-height: min(760px, calc(100vh - 36px));
  overflow: auto;
  display: grid;
  gap: 16px;
  padding: clamp(18px, 4vw, 26px);
  border-radius: var(--radius);
  background: var(--navy-2);
  color: #ffffff;
  box-shadow: 0 28px 90px rgba(10, 10, 10, 0.36);
}

.cookie-preferences-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}

.cookie-close {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 1.5rem;
  cursor: pointer;
}

.cookie-options {
  display: grid;
  gap: 10px;
}

.cookie-option {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}

.cookie-option input {
  margin-top: 4px;
  accent-color: var(--red-aa);
}

.cookie-option span {
  display: grid;
  gap: 3px;
}

.privacy-inline-link {
  color: #ffffff;
  font-weight: 850;
}

.privacy-layout {
  display: grid;
  gap: 22px;
  align-items: start;
}

.privacy-summary,
.privacy-article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(10, 10, 10, 0.08);
}

.privacy-summary {
  display: grid;
  gap: 8px;
  padding: 16px;
}

.privacy-summary a {
  color: var(--muted);
  font-weight: 800;
  text-decoration: none;
}

.privacy-summary a:hover {
  color: var(--ink);
}

.privacy-article {
  display: grid;
  gap: 22px;
  padding: clamp(18px, 4vw, 30px);
}

.privacy-article section {
  display: grid;
  gap: 8px;
}

.privacy-article p {
  color: var(--muted);
}

.privacy-updated {
  font-weight: 850;
}

@media (min-width: 760px) {
  .cookie-banner {
    grid-template-columns: 1fr auto;
  }
}

@media (min-width: 980px) {
  .privacy-layout {
    grid-template-columns: 260px minmax(0, 1fr);
  }

  .privacy-summary {
    position: sticky;
    top: 96px;
  }
}

@media (max-width: 620px) {
  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    width: 52px;
    height: 52px;
  }

  .cookie-banner {
    bottom: 76px;
  }
}

/* whatsapp-float-brand-green */
.whatsapp-float {
  width: 64px;
  height: 64px;
  background: #128c3a;
  box-shadow: 0 18px 38px rgba(18, 140, 58, 0.3), 0 14px 34px rgba(10, 10, 10, 0.22);
}

.whatsapp-float:hover {
  background: #0f7a32;
}

.whatsapp-float svg {
  width: 31px;
  height: 31px;
}

@media (max-width: 620px) {
  .whatsapp-float {
    width: 58px;
    height: 58px;
  }

  .whatsapp-float svg {
    width: 29px;
    height: 29px;
  }
}


/* whatsapp-float-polished-icon */
.whatsapp-float {
  background: linear-gradient(145deg, #159447 0%, #08752c 100%);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 18px 38px rgba(8, 117, 44, 0.34), 0 12px 26px rgba(10, 10, 10, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.whatsapp-float::before {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: inherit;
  background: radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0) 42%);
  pointer-events: none;
}

.whatsapp-float::after {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: inherit;
  border: 1px solid rgba(21, 148, 71, 0.28);
  pointer-events: none;
}

.whatsapp-float:hover {
  background: linear-gradient(145deg, #18a651 0%, #076b29 100%);
}

.whatsapp-float svg {
  position: relative;
  z-index: 1;
  width: 35px;
  height: 35px;
  fill: #ffffff;
  stroke: none;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.18));
}

.whatsapp-float .wa-mark {
  fill: currentColor;
}

@media (max-width: 620px) {
  .whatsapp-float svg {
    width: 32px;
    height: 32px;
  }
}


/* segment-card-icons */
.segment-icons-grid .value-card {
  gap: 14px;
}

.segment-icons-grid .value-card h3 {
  display: flex;
  align-items: center;
  gap: 12px;
}

.segment-card-icon {
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 12px;
  color: var(--red-aa);
  background: color-mix(in srgb, var(--red-aa) 10%, #ffffff);
  border: 1px solid color-mix(in srgb, var(--red-aa) 22%, #ffffff);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
}

.segment-card-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 620px) {
  .segment-card-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }

  .segment-card-icon svg {
    width: 20px;
    height: 20px;
  }
}


/* internal-page-card-icons */
.internal-icon-grid .value-card,
.internal-icon-grid .statement-card,
.internal-icon-grid .detail-card,
.internal-icon-grid .contact-card {
  align-content: start;
}

.internal-icon-grid .value-card h3,
.internal-icon-grid .statement-card h3,
.internal-icon-grid .detail-card h3,
.internal-icon-grid .contact-card h3 {
  display: flex;
  align-items: center;
  gap: 12px;
}

.internal-card-icon {
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 12px;
  color: var(--red-aa);
  background: color-mix(in srgb, var(--red-aa) 10%, #ffffff);
  border: 1px solid color-mix(in srgb, var(--red-aa) 22%, #ffffff);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
}

.internal-card-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 620px) {
  .internal-card-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }

  .internal-card-icon svg {
    width: 20px;
    height: 20px;
  }
}


/* seo-faq-polish */
.seo-faq .two-col {
  align-items: start;
}

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

.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 20px;
  font-weight: 900;
  color: var(--ink);
}

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

.faq-list summary::after {
  content: "+";
  float: right;
  color: var(--red-aa);
  font-size: 22px;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  margin: 0;
  padding: 0 20px 18px;
  color: var(--muted);
}


/* footer-cookie-preferences-link */
.site-footer .footer-cookie-link {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.site-footer .footer-cookie-link:hover {
  color: var(--ink);
}





/* jr-paper-evidence-board */
.paper-evidence-section {
  padding-top: 10px;
  background: var(--paper);
}

.paper-real-scene {
  position: relative;
  min-height: 320px;
  border-radius: var(--radius);
  border: 1px solid rgba(23, 23, 23, 0.12);
  box-shadow: 0 24px 52px rgba(16, 47, 71, 0.16);
  overflow: hidden;
  background: #111111;
  isolation: isolate;
}

.paper-real-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.14), transparent 28%, transparent 72%, rgba(17, 17, 17, 0.16)),
    radial-gradient(circle at 57% 50%, rgba(242, 106, 27, 0.13), transparent 180px);
  pointer-events: none;
}

.paper-real-scene img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 320px;
  object-fit: cover;
}

.paper-real-scene span {
  position: absolute;
  display: block;
  z-index: 3;
  pointer-events: none;
}

.real-scan-line {
  left: 14%;
  top: 50%;
  width: 46%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(242, 106, 27, 0.95), transparent);
  box-shadow: 0 0 22px rgba(242, 106, 27, 0.38);
  animation: realScanMove 3.2s ease-in-out infinite;
}

.real-defect-marker {
  left: 55.5%;
  top: 54%;
  width: 78px;
  height: 78px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.86);
  box-shadow: 0 0 0 15px rgba(242, 106, 27, 0.16), 0 0 34px rgba(242, 106, 27, 0.28);
  animation: realDefectPulse 2.4s ease-in-out infinite;
}

.real-defect-marker::before,
.real-defect-marker::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.74);
  border-radius: 999px;
}

.real-defect-marker::before {
  left: 50%;
  top: 10px;
  bottom: 10px;
  width: 2px;
  transform: translateX(-50%);
}

.real-defect-marker::after {
  left: 10px;
  right: 10px;
  top: 50%;
  height: 2px;
  transform: translateY(-50%);
}

.real-evidence-pulse {
  right: 15%;
  width: 98px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(242, 106, 27, 0.95), rgba(255, 255, 255, 0.35));
  box-shadow: 0 0 18px rgba(242, 106, 27, 0.25);
  animation: realEvidenceLoad 2.8s ease-in-out infinite;
}

.real-evidence-pulse-one {
  top: 39%;
}

.real-evidence-pulse-two {
  top: 49%;
  right: 18%;
  width: 72px;
  animation-delay: 0.22s;
}

@keyframes realScanMove {
  0%, 100% { transform: translateY(-34px); opacity: 0.46; }
  50% { transform: translateY(34px); opacity: 1; }
}

@keyframes realDefectPulse {
  0%, 100% { transform: translate(-50%, -50%) scale(0.92); opacity: 0.75; }
  50% { transform: translate(-50%, -50%) scale(1.06); opacity: 1; }
}

@keyframes realEvidenceLoad {
  0%, 100% { transform: scaleX(0.72); transform-origin: left; opacity: 0.65; }
  50% { transform: scaleX(1); transform-origin: left; opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .real-scan-line,
  .real-defect-marker,
  .real-evidence-pulse {
    animation: none;
  }
}

@media (max-width: 760px) {
  .paper-real-scene,
  .paper-real-scene img {
    min-height: 360px;
  }

  .paper-real-scene img {
    width: 150%;
    max-width: none;
    transform: translateX(-22%);
  }

  .real-scan-line {
    left: 18%;
    width: 58%;
  }

  .real-defect-marker {
    left: 52%;
    top: 57%;
    width: 64px;
    height: 64px;
  }

  .real-evidence-pulse {
    right: 9%;
  }
}


/* clients-carousel-alignment-fix */
.projects-carousel {
  --project-card-size: 216px;
  --project-card-gap: 24px;
}

.projects-viewport {
  width: min(100%, calc((var(--project-card-size) * 5) + (var(--project-card-gap) * 4)));
  margin-inline: auto;
  overflow: hidden;
}

.projects-track {
  grid-auto-columns: var(--project-card-size);
  gap: var(--project-card-gap);
  scroll-snap-type: none;
}

.project-logo {
  scroll-snap-align: start;
}

@media (max-width: 1280px) {
  .projects-viewport {
    width: min(100%, calc((var(--project-card-size) * 4) + (var(--project-card-gap) * 3)));
  }
}

@media (max-width: 980px) {
  .projects-carousel {
    --project-card-size: 200px;
    --project-card-gap: 18px;
  }

  .projects-viewport {
    width: min(100%, calc((var(--project-card-size) * 3) + (var(--project-card-gap) * 2)));
  }
}

@media (max-width: 760px) {
  .projects-carousel {
    --project-card-size: min(220px, 66vw);
    --project-card-gap: 16px;
  }

  .projects-viewport {
    width: var(--project-card-size);
  }
}


/* scroll-reveal-effects */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 620ms ease,
    transform 620ms ease;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

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

.reveal-on-scroll.reveal-soft {
  transform: translateY(14px);
}

.reveal-on-scroll.reveal-scale {
  transform: translateY(18px) scale(0.985);
}

.reveal-on-scroll.reveal-scale.is-visible {
  transform: translateY(0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}


/* clients-carousel-mobile-cleanup */
@media (max-width: 760px) {
  .projects-carousel {
    padding-inline: 64px;
  }

  .projects-viewport {
    width: min(100%, 220px);
    padding-inline: 0;
  }

  .projects-track {
    grid-auto-columns: min(220px, 100%);
    gap: 16px;
    overflow-x: hidden;
  }

  .project-logo {
    width: min(220px, 100%);
  }

  .projects-nav-prev {
    left: 12px;
  }

  .projects-nav-next {
    right: 12px;
  }
}


/* clients-carousel-initial-mobile-offset-fix */
.projects-track {
  overflow-anchor: none;
}

@media (max-width: 760px) {
  .projects-track {
    scroll-snap-type: none;
  }
}


/* clients-carousel-render-safe-space */
.projects-viewport {
  padding-block: 2px 12px;
}

@media (max-width: 760px) {
  .projects-viewport {
    padding-block: 6px 14px;
  }
}


/* clients-carousel-exact-visible-cards */
.projects-carousel {
  --project-card-size: clamp(214px, 14vw, 238px);
  --project-card-gap: 24px;
}

.projects-viewport {
  width: min(100%, calc((var(--project-card-size) * 4) + (var(--project-card-gap) * 3)));
  overflow: hidden;
}

.projects-track {
  grid-auto-columns: var(--project-card-size);
  gap: var(--project-card-gap);
  overflow-x: hidden;
}

@media (min-width: 1900px) {
  .projects-viewport {
    width: min(100%, calc((var(--project-card-size) * 5) + (var(--project-card-gap) * 4)));
  }
}

@media (max-width: 1180px) {
  .projects-carousel {
    --project-card-size: 210px;
    --project-card-gap: 20px;
  }

  .projects-viewport {
    width: min(100%, calc((var(--project-card-size) * 3) + (var(--project-card-gap) * 2)));
  }
}

@media (max-width: 760px) {
  .projects-carousel {
    --project-card-size: min(220px, 66vw);
    --project-card-gap: 16px;
  }

  .projects-viewport {
    width: var(--project-card-size);
  }
}


/* clients-carousel-hard-edge-mask */
.projects-viewport {
  contain: paint;
  clip-path: inset(0);
}

.projects-track {
  width: max-content;
  max-width: none;
}

.projects-track::after {
  content: none !important;
}

@media (max-width: 1899px) and (min-width: 1181px) {
  .projects-nav-prev { left: clamp(48px, calc((100% - 936px) / 2 - 72px), 96px); }
  .projects-nav-next { right: clamp(48px, calc((100% - 936px) / 2 - 72px), 96px); }
}

/* clients-carousel-scroll-functional-fix */
.projects-viewport {
  overflow: hidden;
  contain: paint;
  clip-path: inset(0);
}

.projects-track {
  overflow-x: auto !important;
  scrollbar-width: none;
}

.projects-track::-webkit-scrollbar {
  display: none;
}

/* clients-carousel-final-functional-fix */
.projects-viewport {
  max-width: 100%;
  overflow: hidden;
  contain: paint;
  clip-path: inset(0);
}

.projects-track {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  overflow-y: hidden;
  scrollbar-width: none;
}

.projects-track::-webkit-scrollbar {
  display: none;
}

/* clients-carousel-card-edge-breathing-room */
.projects-track {
  padding-inline: 1px;
  scroll-padding-inline: 1px;
}
/* contact-page-card-alignment */
.contact-experience-grid {
  align-items: start;
}

.whatsapp-form-card,
.location-card {
  align-self: start;
  margin-top: 0 !important;
  transform: none;
}

@media (min-width: 900px) {
  .contact-experience-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  }

  .whatsapp-form-card,
  .location-card {
    height: 100%;
  }

  .location-card {
    grid-template-rows: auto minmax(360px, 1fr) auto;
  }
}
/* contact-location-card-optical-align */
@media (min-width: 900px) {
  .contact-experience-grid {
    align-items: start !important;
  }

  .location-card {
    position: relative;
    top: -13px;
  }
}



