:root {
  --bg: #04101d;
  --bg-soft: #09233a;
  --surface: rgba(18, 57, 85, 0.34);
  --surface-2: rgba(10, 39, 62, 0.55);
  --text: #eaf7ff;
  --muted: #9ec0cf;
  --primary: #1eb4ff;
  --primary-2: #3acbff;
  --success: #2adf8f;
  --max: 1200px;
  --radius: 20px;
  --shadow: 0 18px 40px rgba(2, 9, 15, 0.45);
  --line: rgba(163, 222, 255, 0.22);
  --glass-blur: blur(20px);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

html,
body {
  width: 100%;
}

body {
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at 10% -5%, rgba(38, 168, 255, 0.34), transparent 38%),
    radial-gradient(circle at 86% 8%, rgba(56, 126, 255, 0.28), transparent 36%),
    radial-gradient(circle at 50% 100%, rgba(31, 90, 199, 0.22), transparent 42%),
    linear-gradient(180deg, #040d18 0%, #061425 40%, #05111f 100%);
  color: var(--text);
  line-height: 1.5;
  overflow-x: hidden;
  position: relative;
  cursor: default;
  min-width: 320px;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(100, 196, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(100, 196, 255, 0.06) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.55), transparent 88%);
  z-index: -1;
}

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

a,
button,
.btn,
.social-icon,
.whatsapp-cta,
.mobile-action,
.wa-float {
  cursor: pointer;
}

.container {
  width: min(100% - clamp(1rem, 3vw, 2rem), var(--max));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(18px);
  background: rgba(8, 22, 34, 0.55);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 10px 35px rgba(2, 8, 13, 0.34);
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.site-header.scrolled {
  background: rgba(15, 76, 109, 0.3);
  border-bottom-color: rgba(212, 241, 255, 0.32);
  box-shadow: 0 8px 22px rgba(7, 18, 28, 0.22);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
  gap: 1rem;
  min-width: 0;
}

.logo {
  display: inline-flex;
  align-items: center;
  max-width: 180px;
  flex: 0 0 auto;
}

.menu-shell {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(.75rem, 1.8vw, 1.5rem);
  flex: 1 1 auto;
  min-width: 0;
}

.menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(.75rem, 1.8vw, 2rem);
  list-style: none;
  min-width: 0;
}

.menu li {
  min-width: 0;
}

.menu a {
  color: var(--text);
  text-decoration: none;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(.88rem, .42vw + .7rem, 1.02rem);
  font-weight: 700;
  letter-spacing: .01em;
  transition: color .2s ease;
  white-space: nowrap;
}

.menu a:hover,
.menu a:focus-visible {
  color: #7bffc0;
  text-shadow: 0 0 12px rgba(61, 242, 152, 0.45);
}

.social-icons {
  display: flex;
  align-items: center;
  gap: .85rem;
  flex: 0 0 auto;
}

.social-icon {
  width: clamp(54px, 4.2vw, 64px);
  height: clamp(54px, 4.2vw, 64px);
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(161, 226, 255, 0.08);
  backdrop-filter: var(--glass-blur);
  display: grid;
  place-items: center;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.social-icon svg {
  width: clamp(26px, 2vw, 32px);
  height: clamp(26px, 2vw, 32px);
  fill: #d8e5ef;
}

.social-icon:hover,
.social-icon:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(58, 203, 255, 0.85);
  box-shadow: 0 0 20px rgba(30, 180, 255, 0.36);
}

.whatsapp-cta {
  min-height: 56px;
  padding: 0 clamp(1rem, 1.8vw, 1.2rem);
  border-radius: 999px;
  border: 1px solid rgba(145, 255, 195, 0.34);
  background: linear-gradient(95deg, #18c070 0%, #48e499 100%);
  color: #06311d;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: .01em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  font-size: clamp(.9rem, .35vw + .78rem, 1rem);
  box-shadow: 0 10px 22px rgba(28, 197, 117, 0.34);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
  position: relative;
  overflow: hidden;
}

.whatsapp-cta::before {
  content: "";
  position: absolute;
  inset: -140% auto auto -30%;
  width: 36%;
  height: 360%;
  transform: rotate(24deg);
  background: rgba(229, 255, 241, 0.6);
  filter: blur(10px);
  transition: transform .35s ease;
}

.whatsapp-cta:hover,
.whatsapp-cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 0 0 1px rgba(227, 255, 239, 0.34), 0 0 26px rgba(40, 224, 137, 0.48);
  filter: saturate(1.05);
}

.whatsapp-cta:hover::before,
.whatsapp-cta:focus-visible::before {
  transform: translateX(360%) rotate(24deg);
}

.nav-right .whatsapp-cta,
.menu-shell .whatsapp-cta {
  background: #54f0a7;
  color: #04351f;
  border-color: rgba(214, 255, 236, 0.9);
  box-shadow: 0 10px 24px rgba(49, 233, 150, 0.42);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .04);
  color: var(--text);
  font-size: 1.4rem;
  cursor: pointer;
}

.hero {
  padding: .75rem 0 3.5rem;
}

@media (min-width: 861px) {
  .hero {
    padding-bottom: .2rem;
  }

  .hero-grid {
    align-items: start;
  }

  .cta-row {
    margin-top: 1rem;
  }
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: center;
}

.hero-copy {
  align-self: start;
  padding-top: 3rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  background: rgba(41, 175, 255, 0.14);
  border: 1px solid rgba(58, 203, 255, 0.34);
  color: var(--primary-2);
  border-radius: 999px;
  padding: .35rem .8rem;
  font-size: .82rem;
  margin-bottom: 1rem;
}

h1,
h2,
h3 {
  font-family: "Space Grotesk", sans-serif;
  line-height: 1.1;
}

.hero-copy > h1,
.hero-copy > h2 {
  font-size: clamp(2rem, 5vw, 4rem);
  margin-bottom: 1rem;
  letter-spacing: -0.03em;
}

.hero p {
  color: var(--muted);
  max-width: 58ch;
  font-size: 1.06rem;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 1.5rem;
}

.btn {
  border: 0;
  text-decoration: none;
  font-weight: 800;
  padding: .9rem 1.25rem;
  border-radius: 12px;
  transition: transform .2s ease, box-shadow .25s ease, background .2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-primary {
  color: #051015;
  background: linear-gradient(95deg, #16b86d 0%, #22e786 55%, #7affb7 100%);
  box-shadow: 0 10px 30px rgba(22, 184, 109, 0.42);
  position: relative;
  overflow: hidden;
}

.btn-primary::before {
  content: "";
  position: absolute;
  inset: -120% auto auto -35%;
  width: 42%;
  height: 330%;
  transform: rotate(24deg);
  background: rgba(193, 255, 228, 0.55);
  filter: blur(12px);
  transition: transform .35s ease;
}

.btn-primary::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 11px;
  border: 1px solid rgba(189, 255, 224, 0.32);
  pointer-events: none;
}

.btn-primary:hover::before,
.btn-primary:focus-visible::before {
  transform: translateX(340%) rotate(24deg);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 0 0 1px rgba(227, 255, 239, 0.28), 0 0 34px rgba(40, 224, 137, 0.52);
}

.btn-outline {
  color: #caffdf;
  border: 1px solid rgba(92, 255, 166, 0.4);
  background: rgba(33, 128, 77, 0.14);
  backdrop-filter: var(--glass-blur);
}

.btn-outline:hover,
.btn-outline:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(143, 255, 194, 0.62);
  box-shadow: 0 0 18px rgba(36, 206, 121, 0.35);
}

.hero-media {
  background: linear-gradient(155deg, rgba(26, 82, 120, 0.28), rgba(11, 41, 63, 0.56));
  border: 1px solid rgba(155, 222, 255, 0.28);
  border-radius: var(--radius);
  padding: 1rem;
  box-shadow: var(--shadow);
  backdrop-filter: var(--glass-blur);
  position: relative;
  overflow: hidden;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 42%;
  background: linear-gradient(180deg, rgba(178, 232, 255, 0.18), transparent);
  pointer-events: none;
}

.hero-media-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .8rem;
}

.hero-media-grid img {
  border-radius: 12px;
  height: 150px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, .08);
}

.hero-media--cloud {
  aspect-ratio: 1 / 1;
  width: min(100%, 740px);
  justify-self: end;
  align-self: end;
  min-height: 20px;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  padding: 0;
}

.hero-media--cloud::before {
  display: none;
}

.hero-media--cloud img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 22px 44px rgba(0, 0, 0, 0.22));
}

section {
  background: rgba(29, 74, 113, 0.517);
  padding: clamp(3rem, 5vw, 4rem) 0;
  position: relative;
  overflow: clip;
  scroll-margin-top: 80px;
}

.has-decor > .container,
.has-decor > .panel {
  position: relative;
  z-index: 1;
}

.site-decor {
  position: absolute;
  pointer-events: none;
  user-select: none;
  opacity: .22;
  mix-blend-mode: screen;
  filter: drop-shadow(0 0 18px rgba(138, 229, 255, 0.14));
  z-index: 0;
}

.site-decor--hero-left {
  left: clamp(-5rem, -3vw, -1rem);
  top: clamp(3rem, 10vw, 8rem);
  width: clamp(180px, 22vw, 360px);
  opacity: 1;
}

.site-decor--hero-right {
  right: clamp(-4rem, -2vw, 0rem);
  top: clamp(1rem, 4vw, 4rem);
  width: clamp(220px, 26vw, 420px);
  opacity: 1;
}

.site-decor--about-right {
  right: clamp(-5rem, -4vw, -1rem);
  bottom: clamp(-4rem, -4vw, -1rem);
  width: clamp(380px, 46vw, 660px);
  opacity: 1;
}

.site-decor--about-top-left {
  --about-top-left-offset: -12rem;
  left: var(--about-top-left-offset);
  top: clamp(-2rem, -2vw, -1.5rem);
  width: clamp(460px, 52vw, 860px);
  opacity: 1;
}

.site-decor--services-left {
  left: -12rem;
  top: clamp(-2rem, -2vw, -1.5rem);
  width: clamp(460px, 52vw, 860px);
  opacity: 1;
}

.site-decor--services-right {
  right: clamp(-5rem, -4vw, -1rem);
  bottom: 0;
  width: clamp(380px, 46vw, 660px);
  opacity: 1;
}

.site-decor--cyber-right {
  right: clamp(-5rem, -4vw, -1rem);
  top: clamp(2rem, 8vw, 7rem);
  width: clamp(220px, 28vw, 460px);
  opacity: 1;
}

.site-decor--cyber-left {
  left: -12rem;
  top: clamp(-2rem, -2vw, -1.5rem);
  width: clamp(460px, 52vw, 860px);
  opacity: 1;
}

.site-decor--cyber-bottom-right {
  right: clamp(-5rem, -4vw, -1rem);
  bottom: 0;
  width: clamp(380px, 46vw, 660px);
  opacity: 1;
}

.site-decor--contact-left {
  left: clamp(-7rem, -6vw, -1rem);
  top: clamp(2rem, 8vw, 6rem);
  width: clamp(220px, 30vw, 480px);
  opacity: 1;
}

#servicos {
  padding-top: 2rem;
  background:
    radial-gradient(circle at 12% 0%, rgba(38, 168, 255, 0.18), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(56, 126, 255, 0.12), transparent 30%),
    rgba(19, 86, 132, 0.22);
}

#servicos .section-title {
  margin-top: 1.4rem;
}

.section-title {
  font-size: clamp(1.85rem, 3.2vw, 2.95rem);
  margin-bottom: .8rem;
}

.section-subtitle {
  color: var(--muted);
  margin-bottom: 2rem;
  max-width: 72ch;
}

.panel {
  background: linear-gradient(165deg, rgba(24, 79, 118, 0.14), rgba(9, 35, 56, 0.34));
  border: 1px solid rgba(163, 222, 255, 0.28);
  border-radius: var(--radius);
  padding: clamp(1rem, 2vw, 2rem);
  box-shadow: 0 20px 44px rgba(2, 9, 15, 0.5), inset 0 1px 0 rgba(212, 242, 255, 0.18);
  backdrop-filter: var(--glass-blur);
  position: relative;
  overflow: hidden;
}

.panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, rgba(180, 235, 255, 0.14), transparent 34%);
  pointer-events: none;
}

.about .section-title {
  margin-bottom: 3rem;
}

.about {
  padding-top: 2.8rem;
  padding-bottom: 3.2rem;
  background: linear-gradient(180deg, rgba(12, 49, 78, 0.88), rgba(7, 29, 48, 0.92));
  position: relative;
  overflow: hidden;
}

.about::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(92, 199, 255, 0.08), rgba(5, 15, 24, 0.08));
  pointer-events: none;
}

.about .container {
  position: relative;
  z-index: 1;
}

.about-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .9rem;
  align-items: start;
}

.about-why {
  margin-top: 0;
}

.about-card {
  border-radius: 22px;
  border: 1px solid rgba(170, 228, 255, 0.26);
  background: linear-gradient(155deg, rgba(22, 74, 108, 0.1), rgba(8, 32, 49, 0.22));
  padding: 1.35rem;
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 34px rgba(4, 13, 22, 0.28), inset 0 1px 0 rgba(221, 245, 255, 0.1);
  position: relative;
  overflow: hidden;
  transition: box-shadow .14s ease-out, border-color .14s ease-out;
}

.about-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 160px;
  background: linear-gradient(180deg, rgba(185, 235, 255, 0.08), transparent);
  pointer-events: none;
}

.about-card:hover,
.about-card.reveal-target.is-visible:hover {
  border-color: rgba(186, 238, 255, 0.34);
  box-shadow: 0 28px 48px rgba(4, 13, 22, 0.4), inset 0 1px 0 rgba(221, 245, 255, 0.12);
}

.about-card > * {
  position: relative;
  z-index: 1;
}

.about-card h3 {
  font-size: 2.05rem;
  color: #cff4ff;
  margin-bottom: .8rem;
}

.about-text p {
  color: #d6e2ec;
  margin-bottom: .78rem;
  font-size: 1.15rem;
  line-height: 1.58;
}

.about-card--story .about-text {
  margin-top: 1.35rem;
}

.about-card--story,
.about-locations {
  min-height: auto;
  height: fit-content;
  align-self: start;
}

.about-locations {
  min-height: auto;
  height: fit-content;
  align-self: start;
  padding: 1.2rem 1.25rem 8.5rem;
  border: 1px solid rgba(171, 230, 255, 0.22);
  background:
    linear-gradient(155deg, rgba(25, 88, 132, 0.1), rgba(8, 32, 49, 0.24)),
    rgba(11, 43, 66, 0.12);
}

.about-locations-header {
  position: relative;
  z-index: 1;
  margin-bottom: .8rem;
}

.about-locations h3 {
  font-size: 1.88rem;
  color: #cff4ff;
  margin-bottom: .8rem;
}

.about-locations p {
  color: #b8d9e8;
  font-size: 1.12rem;
  line-height: 1.6;
}

.about-locations ul {
  list-style: none;
  display: grid;
  gap: .65rem;
  position: relative;
  z-index: 1;
}

.about-locations li {
  color: #dff2fc;
  padding: .85rem;
  font-size: 1.08rem;
  border-radius: 16px;
  border: 1px solid rgba(173, 231, 255, 0.16);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(133, 195, 223, 0.015));
  box-shadow: inset 0 1px 0 rgba(215, 243, 255, 0.08);
  display: grid;
  gap: .25rem;
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.about-locations li:hover {
  background: linear-gradient(145deg, rgba(214, 245, 255, 0.12), rgba(126, 205, 239, 0.08));
  border-color: rgba(171, 235, 255, 0.3);
  box-shadow: 0 10px 22px rgba(6, 19, 31, 0.18);
  transform: translateY(-2px);
}

.about-locations li strong {
  display: flex;
  align-items: center;
  gap: .5rem;
  color: #ffffff;
  font-size: 1.18rem;
}

.about-locations li strong i {
  color: #7bd6ff;
  font-size: .95rem;
}

.about-locations li span {
  color: #a8cad9;
  line-height: 1.5;
}

.about-certificates {
  display: flex;
  flex-direction: column;
  gap: .85rem;
  padding: 1.1rem 1.15rem 1.8rem;
  width: 100%;
  max-width: 420px;
  min-height: auto;
  height: fit-content;
  align-self: start;
}

.about-certificates-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .2rem;
  min-width: 0;
}

.about-certificates h3 {
  color: #cff4ff;
  margin-bottom: .35rem;
}

.certificates-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  max-width: 420px;
  margin-inline: auto;
  column-gap: 1.2rem;
  row-gap: 1.35rem;
  justify-items: center;
  align-items: center;
}

.certificate-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 148px;
  height: 114px;
  padding: 0;
  transition: transform .25s ease, filter .25s ease;
  grid-column: span 2;
}

.certificate-item:nth-child(4) {
  grid-column: 2 / span 2;
  margin-top: .3rem;
  margin-bottom: .9rem;
}

.certificate-item:nth-child(5) {
  grid-column: 4 / span 2;
  margin-top: .3rem;
  margin-bottom: 1rem;
}

.certificate-item:hover {
  transform: translateY(-4px) scale(1.02);
  filter: brightness(1.06);
}

.certificate-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.certificate-item:nth-child(3) img {
  transform: scale(1.3);
}

.certificate-item:nth-child(4) img,
.certificate-item:nth-child(5) img {
  transform: scale(1.28);
}

.certificate-item:nth-child(4) img {
  transform: scale(1.28);
}

.certificate-item:nth-child(5) img {
  transform: scale(1.36);
}

.about-certificates-cloud {
  width: min(100%, 320px);
  height: auto;
  margin-top: -2.5rem;
  margin-inline: auto;
  display: block;
  object-fit: contain;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
  margin-top: clamp(2.2rem, 4vw, 3.5rem);
}

.service-card {
  display: grid;
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: clamp(1rem, 2vw, 1.4rem);
  align-items: stretch;
  border: 1px solid rgba(111, 192, 231, 0.16);
  border-radius: 28px;
  padding: 1rem;
  background: linear-gradient(145deg, rgba(10, 34, 50, 0.2), rgba(7, 18, 29, 0.12));
  box-shadow: 0 22px 48px rgba(2, 12, 21, 0.38), 0 0 0 1px rgba(135, 210, 246, 0.05);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease, background .3s ease;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(16px);
}

.service-card:nth-child(even) {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
}

.service-card:nth-child(even) .service-media {
  grid-column: 2;
}

.service-card:nth-child(even) .service-content,
.service-card:nth-child(even) ul {
  grid-column: 1;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(181, 233, 255, 0.08), transparent 36%);
  pointer-events: none;
  transition: opacity .3s ease;
}

.service-card:hover {
  box-shadow: 0 30px 60px rgba(2, 12, 21, 0.54), 0 0 0 1px rgba(135, 210, 246, 0.08);
}

.service-card:hover::before {
  opacity: .95;
}

.service-media {
  grid-row: 1 / span 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  min-height: 100%;
  padding: 1.8rem;
  border-radius: 22px;
  border: 1px solid rgba(171, 227, 255, 0.14);
  position: relative;
  overflow: hidden;
}

.service-media::before,
.service-media::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.service-media::before {
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(73, 211, 255, 0.34), transparent 64%);
}

.service-media::after {
  inset: 16px;
  border: 1px solid rgba(207, 243, 255, 0.12);
  border-radius: 18px;
}

.service-media i {
  position: relative;
  z-index: 1;
  font-size: clamp(4.8rem, 9vw, 6.8rem);
  color: #effbff;
  text-shadow: 0 0 24px rgba(109, 214, 255, 0.34);
}

.service-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease, filter .45s ease;
}

.service-media:hover img {
  transform: scale(1.04);
  filter: saturate(1.08) brightness(1.03);
}

.service-card--infra .service-media {
  background:
    linear-gradient(145deg, rgba(20, 95, 143, 0.72), rgba(10, 35, 54, 0.96));
}

.service-card--infra .service-media::before,
.service-card--infra .service-media::after {
  display: none;
}

.service-kicker {
  display: inline-block;
  margin-bottom: .45rem;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #86ffcf;
}

.service-card--security .service-media {
  background:
    linear-gradient(145deg, rgba(18, 54, 78, 0.72), rgba(7, 22, 36, 0.96));
}

.service-card--security:nth-child(even) {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  gap: .8rem;
  align-items: stretch;
}

.service-card--security .service-media {
  padding: .55rem;
  border-color: transparent;
  justify-self: stretch;
  align-self: stretch;
  width: 100%;
  max-width: none;
  min-height: 100%;
}

.service-card--security .service-media img {
  object-fit: cover;
  padding: 0;
}

.service-card--security .service-media::after {
  display: none;
}

.service-card--security ul {
  padding-right: .2rem;
  min-width: 0;
  gap: .5rem;
}

.service-card--security .service-content {
  min-width: 0;
}

.service-card--security li {
  padding: .72rem .35rem .72rem .72rem;
}

.service-card--projects .service-media {
  background:
    linear-gradient(145deg, rgba(103, 94, 206, 0.62), rgba(25, 24, 71, 0.96));
}

.service-card--projects {
  grid-template-columns: minmax(320px, 460px) minmax(0, 1fr);
  gap: .8rem;
  align-items: stretch;
}

.service-card--projects .service-media {
  padding: .55rem;
  border-color: transparent;
  border: 0;
  justify-self: stretch;
  align-self: stretch;
  width: 100%;
  max-width: none;
  min-height: 100%;
}

.service-card--projects .service-media img {
  object-fit: cover;
  padding: 0;
}

.service-card--projects .service-media::after {
  display: none;
}

.service-content {
  grid-column: 2;
  position: relative;
  z-index: 1;
  align-self: start;
  padding-inline: .7rem;
}

.service-card:nth-child(even) .service-content {
  padding-inline: .7rem;
}

.service-card h3 {
  color: #f5fcff;
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: .55rem;
  letter-spacing: -.01em;
}

.service-intro {
  color: #bcd9e8;
  max-width: 62ch;
  line-height: 1.65;
  margin-bottom: .95rem;
}

.service-card ul {
  list-style: none;
  display: grid;
  grid-column: 2;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: .65rem;
  padding-inline: .7rem;
  position: relative;
  z-index: 1;
  color: #dbe7f1;
  font-size: .94rem;
  align-items: stretch;
}

.service-card:nth-child(even) ul {
  padding-inline: .7rem;
}

.service-card li {
  min-height: 100%;
  padding: .8rem .85rem;
  border-radius: 14px;
  border: 1px solid rgba(164, 226, 255, 0.12);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.02), rgba(116, 185, 217, 0.008));
  color: #dfeef7;
  line-height: 1.45;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.service-card li:hover {
  background: linear-gradient(145deg, rgba(214, 245, 255, 0.12), rgba(126, 205, 239, 0.08));
  border-color: rgba(171, 235, 255, 0.3);
  box-shadow: 0 10px 22px rgba(6, 19, 31, 0.18);
  transform: translateY(-2px);
}

.monitoring-section {
  background:
    radial-gradient(circle at 14% 16%, rgba(56, 174, 255, 0.2), transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(44, 113, 255, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(5, 20, 34, 0.96), rgba(4, 14, 26, 0.94));
  border-top: 1px solid rgba(128, 208, 255, 0.12);
  border-bottom: 1px solid rgba(128, 208, 255, 0.12);
}

.monitoring-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 500px);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: center;
}

.monitoring-copy {
  max-width: 62ch;
}

.monitoring-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: .9rem;
  padding: .4rem .8rem;
  border-radius: 999px;
  border: 1px solid rgba(128, 228, 255, 0.26);
  background: rgba(30, 180, 255, 0.12);
  color: #92e5ff;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.monitoring-copy .section-title {
  margin-bottom: .75rem;
  font-size: clamp(1.55rem, 2.4vw, 2.2rem);
}

.monitoring-lead {
  color: #d4e8f3;
  font-size: clamp(1rem, 1.2vw, 1.14rem);
  line-height: 1.72;
}

.monitoring-details {
  display: grid;
  gap: .95rem;
  margin-top: 1.15rem;
}

.monitoring-details p {
  color: #c6dce9;
  line-height: 1.72;
}

.monitoring-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem 1rem;
  margin-top: 1.35rem;
}

.monitoring-list span {
  padding-top: .9rem;
  border-top: 1px solid rgba(92, 206, 255, 0.24);
  color: #ebf9ff;
  font-family: "Space Grotesk", sans-serif;
  font-size: .92rem;
  line-height: 1.45;
}

.monitoring-media {
  position: relative;
  width: min(100%, 500px);
  aspect-ratio: .88;
  justify-self: end;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(99, 214, 255, 0.28);
  box-shadow:
    0 28px 64px rgba(0, 0, 0, 0.5),
    inset 0 0 0 1px rgba(213, 245, 255, 0.08);
}

.monitoring-media::before {
  display: none;
}

.monitoring-media::after {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 22px;
  border: 1px solid rgba(112, 222, 255, 0.18);
  z-index: 2;
  pointer-events: none;
}

.monitoring-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cyber-section {
  background:
    linear-gradient(180deg, rgba(2, 10, 20, 0.72), rgba(2, 11, 20, 0.9)),
    linear-gradient(90deg, rgba(4, 15, 28, 0.94), rgba(4, 15, 28, 0.58)),
    url("img/background_cyber.webp") center/cover no-repeat;
}

.cyber {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 430px);
  grid-template-areas:
    "heading image"
    "story image"
    "signals signals";
  gap: 1.8rem 2.4rem;
  align-items: start;
  min-height: 720px;
  padding: clamp(1rem, 2vw, 1.6rem) 0;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

.cyber::after {
  content: "";
  position: absolute;
  right: 5%;
  top: 5rem;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(34, 183, 255, 0.16), transparent 70%);
  filter: blur(26px);
  z-index: -1;
}

.cyber-heading {
  grid-area: heading;
  max-width: 62ch;
}

.cyber-heading .section-title {
  margin-bottom: .9rem;
}

.cyber-lead {
  font-size: clamp(1.02rem, 1.7vw, 1.24rem);
  color: #dff8ff;
  max-width: 56ch;
}

.cyber-story {
  grid-area: story;
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  gap: 1.1rem 1.2rem;
  align-self: start;
}

.cyber-text {
  color: #d3e0ea;
  padding-top: 1rem;
  border-top: 1px solid rgba(108, 214, 255, 0.2);
  position: relative;
}

.cyber-text::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 78px;
  height: 1px;
  background: linear-gradient(90deg, rgba(61, 243, 255, 0.9), transparent);
}

.cyber-text--alert {
  color: #f0fbff;
}

.cyber-image-wrap {
  grid-area: image;
  position: relative;
  align-self: center;
  justify-self: end;
  width: min(100%, 430px);
  aspect-ratio: 0.86;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(99, 214, 255, 0.22);
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.48),
    inset 0 0 0 1px rgba(209, 245, 255, 0.08);
}

.cyber-image-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 10, 18, 0.08), rgba(0, 10, 18, 0.46)),
    linear-gradient(135deg, rgba(37, 204, 255, 0.16), transparent 52%);
  z-index: 1;
}

.cyber-image-wrap::after {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 22px;
  border: 1px solid rgba(95, 226, 255, 0.18);
  pointer-events: none;
  z-index: 3;
}

.cyber-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.04) brightness(.78);
}

.cyber-scan {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.cyber-scan--v {
  top: 0;
  bottom: 0;
  left: 16%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(74, 235, 255, 0.72), transparent);
  box-shadow: 0 0 16px rgba(74, 235, 255, 0.45);
}

.cyber-scan--h {
  left: 0;
  right: 0;
  top: 58%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(74, 235, 255, 0.68), transparent);
  box-shadow: 0 0 16px rgba(74, 235, 255, 0.42);
}

.cyber-signals {
  grid-area: signals;
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap: 1rem;
  margin-top: .4rem;
}

.cyber-signals span {
  padding-top: .95rem;
  border-top: 1px solid rgba(82, 206, 255, 0.22);
  color: #e9f8ff;
  font-family: "Space Grotesk", sans-serif;
  font-size: .96rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
  align-items: stretch;
}

.why-item {
  width: 97%;
  height: 100%;
  padding: 1.2rem;
  border-radius: 16px;
  border: 1px solid rgba(163, 222, 255, 0.26);
  background: linear-gradient(165deg, rgba(22, 73, 109, 0.14), rgba(9, 31, 47, 0.34));
  backdrop-filter: var(--glass-blur);
  box-shadow: 0 14px 28px rgba(2, 12, 21, 0.36), inset 0 1px 0 rgba(212, 242, 255, 0.12);
  transition: transform .25s ease, box-shadow .25s ease;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.why-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(186, 236, 255, 0.11), transparent 34%);
  pointer-events: none;
}

.why-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 28px rgba(2, 12, 21, 0.43);
}

.why-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 100%;
  margin-bottom: .9rem;
}

.why-icon i {
  color: #dff7ff;
  font-size: 2rem;
  text-shadow: 0 0 18px rgba(74, 210, 255, 0.28);
}

.why-item h3 {
  font-size: 1.4rem;
  margin-bottom: .55rem;
  color: var(--primary-2);
}

.why-item p {
  color: #dce8f2;
  font-size: 1.06rem;
  line-height: 1.65;
}

#parceiros .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.partners {
  margin-top: 1rem;
  padding-top: 0;
  width: 100%;
}

.partners--single {
  display: flex;
  justify-content: center;
  align-items: center;
}

.partner-subtitle {
  text-align: center;
  max-width: 58rem;
  margin-bottom: .4rem;
}

.partner-card-single {
  width: min(100%, 240px);
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .8rem .45rem .8rem .95rem;
  border-radius: 20px;
  border: 0;
  background: #fff;
  box-shadow:
    0 18px 36px rgba(1, 8, 14, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.08);
}

.partner-logo-single {
  display: block;
  width: min(100%, 210px);
  height: auto;
  max-height: 210px;
  object-fit: contain;
  object-position: center;
  margin: auto;
}

.contact-band {
  position: relative;
  background:
    radial-gradient(circle at 18% 18%, rgba(30, 127, 255, 0.14), transparent 26%),
    linear-gradient(180deg, #07172d 0%, #051224 100%);
}

.contact-section {
  position: relative;
  padding-top: .35rem;
  padding-bottom: 2rem;
}

#parceiros,
#contato {
  background: transparent;
}

#parceiros {
  padding-bottom: .75rem;
}

.contact-section::before {
  content: none;
  pointer-events: none;
}

.contact-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 380px);
  gap: 1.6rem;
  align-items: end;
}

.contact-text {
  padding: 2.2rem 0 1.2rem;
}

.contact-text p {
  color: #d6e4ee;
  margin-bottom: .35rem;
  max-width: 34rem;
  font-size: 1.4rem;
  line-height: 1.65;
}

.contact-text .btn {
  margin-top: 1.25rem;
  margin-bottom: 1.4rem;
  font-size: 1.05rem;
}

.contact-phone-card {
  align-self: start;
  justify-self: end;
  width: min(100%, 380px);
  margin-top: clamp(2rem, 5vw, 4.5rem);
  padding: 1.4rem 1.5rem;
  border-radius: 24px;
  border: 1px solid rgba(163, 222, 255, 0.26);
  background:
    linear-gradient(160deg, rgba(19, 76, 113, 0.42), rgba(6, 24, 38, 0.78)),
    rgba(8, 23, 35, 0.72);
  box-shadow:
    0 22px 44px rgba(2, 9, 15, 0.46),
    0 0 0 1px rgba(184, 232, 255, 0.08),
    0 0 36px rgba(34, 167, 255, 0.14);
  backdrop-filter: blur(20px);
  position: relative;
  overflow: hidden;
  transition:
    transform .28s ease,
    box-shadow .28s ease,
    border-color .28s ease,
    filter .28s ease;
}

.contact-phone-card::before {
  content: "";
  position: absolute;
  inset: auto -12% -42% auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(61, 242, 152, 0.26), transparent 68%);
  pointer-events: none;
  opacity: .9;
  transition: opacity .28s ease, transform .28s ease;
}

.contact-phone-card:hover,
.contact-phone-card:focus-within {
  transform: translateY(-6px);
  border-color: rgba(147, 224, 255, 0.46);
  box-shadow:
    0 30px 56px rgba(2, 9, 15, 0.56),
    0 0 0 1px rgba(214, 243, 255, 0.12),
    0 0 52px rgba(58, 203, 255, 0.24);
  filter: brightness(1.06) saturate(1.05);
}

.contact-phone-card:hover::before,
.contact-phone-card:focus-within::before {
  opacity: 1;
  transform: scale(1.08);
}

.phone-label {
  position: relative;
  z-index: 1;
  margin-bottom: .35rem;
  color: #8cc6df;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.phone {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: clamp(1.75rem, 2.9vw, 2.35rem);
  font-weight: 800;
  line-height: 1.05;
  color: #fff;
  text-decoration: none;
  -webkit-text-fill-color: #fff;
  margin-bottom: .5rem;
}

.phone:visited,
.phone:hover,
.phone:focus-visible,
.phone:active {
  color: #fff;
  text-decoration: none;
  -webkit-text-fill-color: #fff;
}

a[x-apple-data-detectors],
.contact-phone-card a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: inherit !important;
  font: inherit !important;
  line-height: inherit !important;
  -webkit-text-fill-color: currentColor !important;
}

.phone-note {
  position: relative;
  z-index: 1;
  color: #c5dbe8;
  font-size: 1.12rem;
  line-height: 1.6;
  max-width: 24ch;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 2rem 0 2.5rem;
  background: rgba(3, 11, 17, 0.45);
  backdrop-filter: blur(14px);
}

.footer-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .9rem;
  text-align: center;
}

.footer-wrap p {
  color: #bad6e6;
  font-size: .95rem;
  letter-spacing: .01em;
}

.wa-float {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1000;
  width: 66px;
  height: 66px;
  border-radius: 999px;
  background: linear-gradient(140deg, #12b86a, #1de57e);
  display: grid;
  place-items: center;
  box-shadow: 0 12px 30px rgba(22, 201, 109, 0.45);
  border: 2px solid rgba(255, 255, 255, .6);
  transition: transform .2s ease;
}

.wa-float:hover,
.wa-float:focus-visible {
  transform: scale(1.06);
}

.wa-float svg {
  width: 34px;
  height: 34px;
  fill: #fff;
}

.reveal-target {
  opacity: 0;
  transform: translate3d(0, 26px, 0) scale(0.985);
  filter: blur(6px) saturate(0.88);
  transition:
    opacity .9s cubic-bezier(.22,1,.36,1),
    transform .9s cubic-bezier(.22,1,.36,1),
    filter .9s cubic-bezier(.22,1,.36,1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal-target.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0) saturate(1);
}

.mobile-quick-actions {
  display: none;
}

@media (max-width: 1000px) {
  .hero-grid,
  .about-layout,
  .services-grid,
  .why-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: clamp(2.2rem, 4.9vw, 3rem);
    text-align: center;
    margin-inline: auto;
    width: 100%;
  }

  .hero-grid,
  .about-layout,
  .services-grid,
  .why-grid,
  .contact-grid {
    justify-items: center;
  }

  .hero {
    padding: 2.25rem 0 1.25rem;
  }

  .hero-grid {
    gap: 1rem;
    max-width: 760px;
    margin-inline: auto;
  }

  .hero-copy {
    width: 100%;
    max-width: 640px;
    padding-top: 0;
    text-align: center;
    justify-self: center;
  }

  .hero-copy > h1,
  .hero-copy > h2,
  .hero p,
  .cta-row {
    margin-inline: auto;
  }

  .cta-row {
    justify-content: center;
  }

  .hero-media--cloud {
    aspect-ratio: auto;
    justify-self: center;
    align-self: center;
    width: min(100%, 620px);
    min-height: 0;
    margin-top: .8rem;
    margin-bottom: .4rem;
  }

  .hero-media--cloud img {
    height: auto;
    max-height: 420px;
  }

  .hero-media-grid img {
    height: 170px;
  }

  .about-why {
    width: 100%;
    margin-block: 1.5rem 2.4rem;
  }

  .about-card h3,
  .about-locations h3,
  .about-certificates h3 {
    text-align: center;
  }

  .about-locations-header {
    text-align: center;
  }

  .contact-grid {
    justify-items: center;
    align-items: start;
    gap: 2rem;
  }

  .contact-text {
    padding: 1rem 0 0;
    text-align: center;
    width: 100%;
    max-width: 34rem;
    justify-self: center;
    margin-inline: auto;
  }

  .contact-text p + p {
    margin-top: .5rem;
  }

  .contact-text .btn {
    margin-top: 1.6rem;
    margin-inline: auto;
  }

  .contact-phone-card {
    align-self: center;
    justify-self: center;
    width: min(100% - 1.5rem, 360px);
    max-width: 360px;
    margin-top: 0;
    margin-inline: auto;
    margin-bottom: 3rem;
    padding-inline: 1rem;
    top: auto;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 2.3rem;
  }

  .cyber {
    grid-template-columns: 1fr;
    grid-template-areas:
      "heading"
      "image"
      "story"
      "signals";
    min-height: auto;
    gap: 1.6rem;
    width: min(100%, 860px);
    padding-inline: clamp(1.25rem, 5vw, 3rem);
    justify-items: center;
  }

  .monitoring-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .monitoring-copy,
  .monitoring-media {
    width: 100%;
    max-width: 720px;
    justify-self: center;
    text-align: center;
  }

  .monitoring-media {
    max-width: 420px;
  }

  .monitoring-details,
  .monitoring-list {
    max-width: 720px;
  }

  .monitoring-list {
    grid-template-columns: 1fr;
  }

  .cyber-heading,
  .cyber-story,
  .cyber-signals {
    width: 100%;
    margin-inline: auto;
    text-align: center;
  }

  .cyber-heading {
    max-width: 680px;
  }

  .cyber-lead {
    margin-inline: auto;
  }

  .cyber-story,
  .cyber-signals {
    grid-template-columns: 1fr;
    max-width: 720px;
  }

  .cyber-image-wrap {
    width: min(100% - 1.5rem, 340px);
  }

  .cyber-text {
    text-align: center;
  }

  .cyber-text::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .cyber-image-wrap {
    justify-self: center;
    width: 100%;
    max-width: 400px;
  }

  .site-decor--about-right {
    right: -3.5rem;
    bottom: -3rem;
    width: clamp(220px, 34vw, 360px);
    opacity: .6;
  }

  .site-decor--about-top-left {
    left: var(--about-top-left-offset);
    top: 0;
    width: clamp(260px, 40vw, 460px);
    opacity: 1;
  }

  .service-card,
  .service-card:nth-child(even),
  .service-card--security:nth-child(even),
  .service-card--projects {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 620px;
    align-items: center;
    justify-self: center;
    margin-inline: auto;
    padding: 1rem .6rem;
    gap: 1.15rem;
  }

  .service-card:nth-child(even) .service-content,
  .service-card--security .service-content,
  .service-card--projects .service-content,
  .service-card:nth-child(even) ul,
  .service-card--security ul,
  .service-card--projects ul,
  .service-card ul,
  .service-content {
    grid-column: auto;
  }

  .service-media,
  .service-card:nth-child(even) .service-media,
  .service-card--security .service-media,
  .service-card--projects .service-media {
    order: 2;
    width: 100%;
    max-width: min(100%, 23rem);
    align-self: center;
    padding: 0;
    min-height: auto;
    margin: 0 0 .1rem;
  }

  .service-card--infra .service-media {
    max-width: min(100%, 23rem);
    min-height: 220px;
  }

  .service-card--infra .service-media img {
    height: 100%;
    object-fit: cover;
    object-position: top center;
  }

  .service-content,
  .service-card:nth-child(even) .service-content,
  .service-card--security .service-content,
  .service-card--projects .service-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    order: 1;
    width: 100%;
    max-width: 31rem;
    align-self: center;
    margin-inline: auto;
    padding-inline: 0;
    text-align: center;
    width: min(100% - 1.25rem, 31rem);
  }

  .service-media {
    border-radius: 20px;
  }

  .service-media img,
  .service-card--security .service-media img,
  .service-card--projects .service-media img {
    position: relative;
    inset: auto;
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }

  .service-card--infra .service-media {
    overflow: hidden;
  }

  .service-card--infra .service-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .service-card ul,
  .service-card--security ul,
  .service-card--projects ul {
    order: 3;
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 31rem;
    align-self: center;
    margin-inline: auto;
    padding-inline: .1rem;
    width: min(100% - 1.25rem, 31rem);
  }

  .service-card,
  .service-content,
  .service-card ul,
  .cyber-heading,
  .cyber-story,
  .cyber-signals {
    text-align: center;
  }

  .service-intro {
    margin-bottom: .35rem;
  }
}

@media (max-width: 1200px) {
  .nav-wrap {
    gap: .8rem;
  }

  .menu-shell {
    gap: .9rem;
  }

  .menu {
    gap: .9rem 1.2rem;
  }

  .whatsapp-cta {
    min-height: 52px;
  }

  .about-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    grid-template-areas:
      "story locations"
      "cert cert";
  }

  .about-card--story {
    grid-area: story;
    min-height: auto;
    height: 100%;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    padding: 1.1rem .95rem;
  }

  .about-locations {
    grid-area: locations;
    min-height: auto;
    height: 100%;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    padding: 1.1rem .95rem 4.2rem;
  }

  .about-certificates-wrap {
    grid-area: cert;
    width: 100%;
    max-width: none;
    justify-self: stretch;
    display: grid;
    grid-template-columns: minmax(300px, 400px) minmax(320px, 420px);
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }

  .certificates-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    max-width: 400px;
  }

  .about-certificates {
    max-width: 420px;
    justify-self: end;
  }

  .about-certificates-cloud {
    width: min(100%, 420px);
    margin-top: 0;
    align-self: center;
  }

  .about-why {
    width: 100%;
    margin-top: 1.4rem;
  }

  .service-card--security:nth-child(even) {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 400px);
  }

  .service-card--projects {
    grid-template-columns: minmax(280px, 400px) minmax(0, 1fr);
  }
}

@media (max-width: 860px) {
  body {
    padding-bottom: 0;
  }

  .container {
    width: min(100% - 1.2rem, var(--max));
  }

  section {
    padding: 3.75rem 0;
  }

  .site-header {
    background: rgba(8, 22, 34, 0.74);
  }

  .nav-wrap {
    min-height: 72px;
    gap: .55rem;
  }

  .logo {
    max-width: 148px;
  }

  .menu-toggle {
    display: inline-grid;
    place-items: center;
    margin-left: auto;
    margin-right: .2rem;
  }

  .menu-shell {
    position: fixed;
    inset: 132px .75rem auto .75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 22px;
    background: rgba(7, 31, 50, 0.92);
    border: 1px solid rgba(123, 221, 255, .18);
    box-shadow:
      0 22px 54px rgba(2, 10, 18, 0.52),
      inset 0 1px 0 rgba(215, 244, 255, 0.1),
      0 0 0 1px rgba(58, 203, 255, 0.06);
    backdrop-filter: blur(26px);
    padding: 1.9rem 1rem;
    transform: translateY(-10px) scale(.98);
    opacity: 0;
    pointer-events: none;
    transition: opacity .24s ease, transform .24s ease, box-shadow .24s ease;
    overflow: hidden;
  }

  .menu-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(135deg, rgba(181, 233, 255, 0.1), transparent 34%),
      repeating-linear-gradient(90deg, rgba(157, 233, 255, 0.04) 0 1px, transparent 1px 96px);
    pointer-events: none;
  }

  .menu-shell.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: min(100%, 320px);
    margin-inline: auto;
    gap: .9rem;
    padding-block: .45rem;
    position: relative;
    z-index: 1;
  }

  .menu li {
    width: 100%;
  }

  .menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 1.1rem;
    padding: .95rem .75rem;
    border-radius: 14px;
    text-align: center;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .nav-right {
    display: flex;
    gap: .5rem;
    margin-right: .15rem;
  }

  .nav-right .whatsapp-cta {
    display: none;
  }

  .nav-right .social-icon {
    width: 46px;
    height: 46px;
  }

  .nav-right .social-icon svg {
    width: 22px;
    height: 22px;
  }

  .menu-shell .social-icons {
    display: none;
  }

  .hero {
    padding: 3.25rem 0 1.5rem;
  }

  .hero-copy {
    padding-top: 0;
    text-align: center;
    justify-self: center;
  }

  .hero-copy > h1,
  .hero-copy > h2 {
    font-size: clamp(2.3rem, 8.6vw, 3.15rem);
    line-height: 1.08;
    text-align: center;
  }

  .hero p {
    font-size: .98rem;
    text-align: center;
    margin-inline: auto;
  }

  .cta-row {
    width: 100%;
    justify-content: center;
    gap: 1.4rem;
  }

  .btn {
    width: min(100%, 320px);
    min-height: 52px;
    font-size: .96rem;
    border-radius: 13px;
    margin-inline: auto;
  }

  .hero-media {
    padding: .8rem;
  }

  .hero-media--cloud {
    aspect-ratio: auto;
    width: 100%;
    justify-self: stretch;
    min-height: 0;
    margin-top: .3rem;
    margin-bottom: .35rem;
  }

  .site-decor--about-right {
    right: -1.8rem;
    bottom: -2.2rem;
    width: clamp(210px, 38vw, 300px);
    opacity: .42;
  }

  .site-decor--about-top-left {
    left: var(--about-top-left-offset);
    top: .4rem;
    width: clamp(220px, 46vw, 360px);
    opacity: .82;
  }

  .site-decor--services-left {
    left: -12rem;
    top: .4rem;
    width: clamp(220px, 46vw, 360px);
    opacity: .82;
  }

  .site-decor--hero-left {
    left: -3rem;
    top: 4.5rem;
    width: clamp(150px, 26vw, 220px);
    opacity: .26;
  }

  .site-decor--hero-right {
    right: -3rem;
    top: 3rem;
    width: clamp(170px, 30vw, 250px);
    opacity: .24;
  }

  .site-decor--cyber-right {
    right: -4rem;
    top: 2rem;
    width: clamp(170px, 32vw, 260px);
    opacity: .28;
  }

  .site-decor--contact-left {
    left: -4rem;
    top: 1rem;
    width: clamp(170px, 30vw, 250px);
    opacity: .24;
  }

  .hero-media-grid {
    grid-template-columns: 1fr;
    gap: .65rem;
  }

  .hero-media-grid img {
    height: 168px;
  }

  .section-title {
    font-size: clamp(2.6rem, 9.4vw, 3.3rem);
    letter-spacing: -0.01em;
    text-align: center;
    margin-inline: auto;
    width: 100%;
  }

  .section-subtitle {
    margin-bottom: 1.4rem;
    font-size: .96rem;
    text-align: center;
    margin-inline: auto;
  }

  .about-locations {
    padding: 1.05rem;
  }

  .about-card h3,
  .about-locations h3,
  .about-certificates h3 {
    font-size: 1.55rem;
    text-align: center;
  }

  .about-card,
  .about-text,
  .about-locations,
  .about-locations li,
  .service-card,
  .service-content,
  .service-card ul,
  .monitoring-copy,
  .monitoring-details,
  .monitoring-list,
  .cyber-heading,
  .cyber-story,
  .cyber-signals,
  .contact-text,
  .contact-phone-card {
    text-align: center;
  }

  .about-locations li strong {
    justify-content: center;
  }

  .about-layout {
    grid-template-columns: 1fr;
    gap: 1.8rem;
    grid-template-areas:
      "story"
      "locations"
      "cert";
  }

  .about-card--story,
  .about-locations,
  .about-certificates-wrap {
    width: min(100% - 1.5rem, 560px);
    justify-self: center;
  }

  .about-card--story,
  .about-locations {
    min-height: auto;
    height: fit-content;
    align-self: start;
  }

  .about-locations ul {
    justify-items: center;
    gap: 1rem;
  }

  .about-locations li {
    width: 100%;
    max-width: 430px;
  }

  .about-certificates-wrap {
    display: flex;
    flex-direction: column;
    gap: .95rem;
    align-items: center;
    margin-top: .35rem;
    margin-bottom: -2.5rem;
  }

  .about-certificates {
    max-width: 100%;
  }

  .certificates-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    max-width: 388px;
    column-gap: 2rem;
    row-gap: 2.45rem;
  }

  .certificate-item {
    grid-column: span 2;
    width: 100%;
    max-width: 120px;
    height: 102px;
  }

  .certificate-item:nth-child(4) {
    grid-column: 2 / span 2;
    margin-top: 0;
    margin-bottom: .8rem;
  }

  .certificate-item:nth-child(5) {
    grid-column: 4 / span 2;
    margin-top: 0;
    margin-bottom: .9rem;
  }

  .certificate-item:nth-child(3) img,
  .certificate-item:nth-child(4) img,
  .certificate-item:nth-child(5) img {
    transform: scale(1.18);
  }

  .certificate-item:nth-child(3) img {
    transform: scale(1.22);
  }

  .certificate-item:nth-child(4) img {
    transform: scale(1.27);
  }

  .certificate-item:nth-child(5) img {
    transform: scale(1.24);
  }

  .about-certificates-cloud {
    width: min(100%, 300px);
    margin-top: -1.1rem;
    margin-bottom: 1.4rem;
  }

  .about {
    padding-top: 2.4rem;
    padding-bottom: 3.2rem;
  }

  .about-why {
    margin-top: 0;
  }

  .panel,
  .service-card,
  .why-item {
    border-radius: 18px;
  }

  .service-card,
  .why-item {
    padding: 1rem 1.45rem;
  }

  .service-card {
    width: min(100% - 1.5rem, 520px);
    margin-inline: auto;
  }

  .service-card:nth-child(even),
  .service-card--security:nth-child(even) {
    width: min(100% - 1.5rem, 520px);
    max-width: 520px;
    margin-inline: auto;
    padding: 1rem 1.45rem;
  }

  .service-card--security {
    width: min(100% - 1.5rem, 520px);
    margin-inline: auto;
    padding-inline: 1.45rem;
  }

  .service-content,
  .service-card:nth-child(even) .service-content,
  .service-card--security .service-content,
  .service-card--projects .service-content,
  .service-card ul,
  .service-card:nth-child(even) ul,
  .service-card--security ul,
  .service-card--projects ul {
    padding-inline: .1rem;
  }

  .service-content,
  .service-card:nth-child(even) .service-content,
  .service-card--security .service-content,
  .service-card--projects .service-content,
  .service-card ul,
  .service-card:nth-child(even) ul,
  .service-card--security ul,
  .service-card--projects ul {
    width: min(100% - 1rem, 29rem);
  }

  .service-card ul {
    grid-template-columns: 1fr;
  }

  .service-card ul {
    gap: .46rem;
    font-size: .92rem;
  }

  #servicos .section-title {
    margin-top: .6rem;
  }

  .phone {
    font-size: clamp(1.32rem, 7vw, 1.75rem);
  }

  .phone-note {
    max-width: none;
  }

  .footer-wrap p {
    font-size: .88rem;
  }

  .mobile-quick-actions {
    display: none;
  }

  .wa-float {
    width: 62px;
    height: 62px;
    right: .7rem;
    bottom: calc(.7rem + env(safe-area-inset-bottom));
  }

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

@media (max-width: 768px) {
  .partner-subtitle {
    max-width: min(100% - 3rem, 32rem);
    margin-inline: auto;
  }
}

@media (max-width: 640px) {
  .hero-copy > h1,
  .hero-copy > h2 {
    font-size: clamp(2.15rem, 9.4vw, 2.8rem);
  }

  .section-title {
    font-size: clamp(2.35rem, 10vw, 3rem);
    text-align: center;
    margin-inline: auto;
    width: 100%;
  }

  .whatsapp-cta {
    white-space: normal;
  }

  .site-decor {
    opacity: .12;
  }

  .site-decor--about-right {
    right: -1.2rem;
    bottom: -1.6rem;
    width: clamp(170px, 44vw, 230px);
  }

  .site-decor--about-top-left {
    left: var(--about-top-left-offset);
    top: -.6rem;
    width: clamp(180px, 50vw, 280px);
  }

  .site-decor--services-left {
    left: -12rem;
    top: -.6rem;
    width: clamp(180px, 50vw, 280px);
  }

  .site-decor--hero-left {
    left: -2.4rem;
    top: 5rem;
    width: 140px;
    opacity: .18;
  }

  .site-decor--hero-right {
    right: -2.4rem;
    top: 2.4rem;
    width: 150px;
    opacity: .16;
  }

  .site-decor--cyber-right {
    right: -3rem;
    top: 1rem;
    width: 160px;
    opacity: .2;
  }

  .site-decor--contact-left {
    left: -3rem;
    top: 1rem;
    width: 150px;
    opacity: .18;
  }

  .about {
    padding-top: 2.2rem;
    padding-bottom: 3rem;
  }

  .services-grid {
    gap: 1.8rem;
    margin-top: 2rem;
  }

  .service-card {
    gap: .75rem;
  }

  #servicos {
    padding-top: 2.2rem;
    padding-bottom: 3rem;
  }

}

@media (max-width: 520px) {
  .container {
    width: min(100% - 1rem, var(--max));
  }

  .nav-wrap {
    min-height: 68px;
  }

  .logo {
    max-width: 132px;
  }

  .menu-shell {
    inset: 122px .45rem auto .45rem;
    padding: .9rem .75rem;
  }

  .hero {
    padding: 3.4rem 0 2.4rem;
  }

  .hero-copy > h1,
  .hero-copy > h2 {
    font-size: clamp(2rem, 10vw, 2.45rem);
  }

  .hero p,
  .about-text p,
  .about-locations p,
  .cyber-text,
  .contact-text p {
    font-size: .95rem;
  }

  .btn {
    min-height: 50px;
    font-size: .92rem;
  }

  .about-card,
  .about-locations,
  .about-certificates,
  .service-card,
  .contact-phone-card {
    border-radius: 16px;
  }

  .about-card,
  .service-card {
    padding: .9rem 1.05rem;
  }

  .service-card {
    width: min(100% - 1rem, 410px);
    max-width: 100%;
  }

  .cyber-image-wrap {
    width: min(100% - 1rem, 300px);
  }

  .contact-phone-card {
    width: min(100% - 1rem, 330px);
    max-width: 330px;
    padding-inline: 1.05rem;
  }

  .service-card:nth-child(even),
  .service-card--security:nth-child(even) {
    width: min(100% - 1rem, 410px);
    max-width: 410px;
    padding: .9rem 1.05rem;
  }

  .service-card--security {
    width: min(100% - 1rem, 410px);
    max-width: 100%;
    padding-inline: 1.05rem;
  }

  .about-layout {
    gap: 1rem;
  }

  .about-card--story,
  .about-locations,
  .about-certificates-wrap {
    width: min(100% - 1rem, 440px);
  }

  .about-why {
    margin-top: 0;
  }

  .about-certificates {
    width: 100%;
    padding: .95rem .85rem;
  }

  .certificates-grid {
    gap: 1.25rem;
  }

  .certificate-item {
    width: min(100%, 100px);
    height: 86px;
  }

  .about-certificates-cloud {
    width: min(100%, 250px);
  }

  .service-media {
    border-radius: 16px;
  }

  .service-card--infra .service-media {
    max-width: min(100%, 19rem);
    min-height: 190px;
  }

  .service-card--infra .service-media img {
    height: 100%;
    object-fit: cover;
    object-position: top center;
  }

  .service-media img,
  .service-card--security .service-media img,
  .service-card--projects .service-media img {
    position: relative;
    inset: auto;
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }

  .service-media,
  .service-card:nth-child(even) .service-media,
  .service-card--security .service-media,
  .service-card--projects .service-media {
    width: min(100%, 19rem);
    max-width: 100%;
    margin: 0 0 .35rem;
  }

  .service-card--infra .service-media {
    overflow: hidden;
  }

  .service-card--infra .service-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .service-card h3 {
    font-size: clamp(1.3rem, 6.4vw, 1.6rem);
  }

  .service-content,
  .service-card:nth-child(even) .service-content,
  .service-card--security .service-content,
  .service-card--projects .service-content,
  .service-card ul,
  .service-card:nth-child(even) ul,
  .service-card--security ul,
  .service-card--projects ul {
    padding-inline: 0;
  }

  .service-content,
  .service-card:nth-child(even) .service-content,
  .service-card--security .service-content,
  .service-card--projects .service-content,
  .service-card ul,
  .service-card:nth-child(even) ul,
  .service-card--security ul,
  .service-card--projects ul {
    width: min(100% - 1.25rem, 100%);
  }

  .service-card li {
    padding: .72rem .75rem;
    font-size: .9rem;
  }

  .service-intro {
    margin-bottom: .2rem;
  }

  .monitoring-media {
    width: min(100% - 1rem, 320px);
    border-radius: 22px;
  }

  .monitoring-list span {
    font-size: .88rem;
  }

  .contact-text .btn {
    margin-inline: auto;
  }

  .cyber {
    gap: 1.2rem;
    padding-top: .4rem;
  }

  .cyber-lead {
    font-size: .97rem;
  }

  .cyber-image-wrap {
    border-radius: 20px;
  }

  .cyber-signals span {
    font-size: .86rem;
    padding-top: .75rem;
  }

  .partners {
    margin-top: .8rem;
    padding: 1rem;
  }

  .partner-logo-single {
    width: min(100%, 220px);
    max-height: 220px;
  }

  .contact-grid {
    gap: 1rem;
  }

  .contact-phone-card {
    padding: 1rem .9rem;
  }

  .phone {
    font-size: clamp(1.2rem, 7.2vw, 1.55rem);
  }
}

@media (max-width: 390px) {
  .hero-copy > h1,
  .hero-copy > h2 {
    font-size: clamp(1.8rem, 10.5vw, 2.2rem);
  }

  .section-title {
    font-size: clamp(2.15rem, 10.2vw, 2.55rem);
    text-align: center;
    margin-inline: auto;
    width: 100%;
  }

  .certificate-item {
    width: min(100%, 104px);
    height: 80px;
  }

  .partner-logo-single {
    width: min(100%, 220px);
    max-height: 180px;
  }

  .wa-float {
    width: 58px;
    height: 58px;
  }

  .wa-float svg {
    width: 28px;
    height: 28px;
  }
}

@media (min-width: 1001px) and (max-width: 1199px) {
  .service-card {
    grid-template-columns: minmax(240px, 290px) minmax(0, 1fr);
  }

  .service-card:nth-child(even) {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 290px);
  }

  .service-card--security:nth-child(even) {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  }

  .service-card--projects {
    grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
  }

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

  .cyber {
    gap: 1.5rem 1.8rem;
  }

  .partner-logo-single {
    width: min(100%, 360px);
  }
}

@media (min-width: 1600px) {
  .container {
    width: min(100% - 3rem, 1320px);
  }

  .hero-grid,
  .cyber {
    gap: 2.4rem 3rem;
  }

  .about-layout {
    gap: 1.3rem;
  }

  .services-grid {
    gap: 2.3rem;
  }
}

@media (min-width: 1400px) {
  .site-decor--hero-left {
    left: -2rem;
  }

  .site-decor--hero-right {
    right: 0;
  }

  .site-decor--about-right {
    right: -3rem;
    bottom: -3rem;
  }

  .site-decor--about-top-left {
    left: var(--about-top-left-offset);
    top: -1rem;
  }

  .site-decor--services-left {
    left: -10rem;
    top: .8rem;
  }

  .site-decor--cyber-right {
    right: -2rem;
  }

  .site-decor--contact-left {
    left: -3rem;
  }
}

@media (min-width: 861px) {
  .menu-shell .social-icons {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal-target {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }

  .mobile-action {
    transition: none;
  }
}

/* Keep section decor consistent with the notebook layout across breakpoints. */
.site-decor--about-right {
  right: clamp(-5rem, -4vw, -1rem);
  bottom: clamp(-4rem, -4vw, -1rem);
  width: clamp(380px, 46vw, 660px);
  opacity: 1;
}

.site-decor--about-top-left {
  left: var(--about-top-left-offset);
  top: clamp(-2rem, -2vw, -1.5rem);
  width: clamp(460px, 52vw, 860px);
  opacity: 1;
}

.site-decor--services-left {
  left: -12rem;
  top: clamp(-2rem, -2vw, -1.5rem);
  width: clamp(460px, 52vw, 860px);
  opacity: 1;
}

.site-decor--hero-left {
  left: clamp(-5rem, -3vw, -1rem);
  top: clamp(3rem, 10vw, 8rem);
  width: clamp(180px, 22vw, 360px);
  opacity: 1;
}

.site-decor--hero-right {
  right: clamp(-4rem, -2vw, 0rem);
  top: clamp(1rem, 4vw, 4rem);
  width: clamp(220px, 26vw, 420px);
  opacity: 1;
}

.site-decor--cyber-right {
  right: clamp(-5rem, -4vw, -1rem);
  top: clamp(2rem, 8vw, 7rem);
  width: clamp(220px, 28vw, 460px);
  opacity: 1;
}

.site-decor--contact-left {
  left: clamp(-7rem, -6vw, -1rem);
  top: clamp(2rem, 8vw, 6rem);
  width: clamp(220px, 30vw, 480px);
  opacity: 1;
}

@media (min-width: 861px) and (max-width: 1200px) {
  .site-decor--about-right {
    right: -2.5rem;
    bottom: -2.25rem;
    width: clamp(300px, 38vw, 500px);
  }

  .site-decor--about-top-left {
    left: -8rem;
    top: 2rem;
    width: clamp(340px, 42vw, 620px);
  }

  .site-decor--services-left {
    left: -8rem;
    top: 4rem;
    width: clamp(340px, 42vw, 620px);
  }

  .site-decor--hero-left {
    left: -2.5rem;
    top: 4rem;
    width: clamp(150px, 18vw, 260px);
  }

  .site-decor--hero-right {
    right: -1.5rem;
    top: 2rem;
    width: clamp(180px, 22vw, 320px);
  }

  .site-decor--cyber-right {
    right: -2.5rem;
    top: 3rem;
    width: clamp(180px, 22vw, 320px);
  }

  .site-decor--contact-left {
    left: -3.5rem;
    top: 2.5rem;
    width: clamp(180px, 24vw, 340px);
  }
}
