:root {
  --ink: #111827;
  --muted: #64717d;
  --soft: #f3f5f2;
  --white: #ffffff;
  --accent: #13a9bf;
  --accent-dark: #075f6d;
  --whatsapp: #20c768;
  --green: var(--accent);
  --green-dark: var(--accent-dark);
  --blue: #1e6673;
  --dark: #071018;
  --deep: #111b23;
  --line: rgba(17, 24, 39, 0.14);
  --line-light: rgba(255, 255, 255, 0.17);
  --shadow: 0 20px 50px rgba(17, 24, 21, 0.16);
  font-family: "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--dark); color: var(--ink); overflow-x: hidden; }
main { overflow-x: clip; background: var(--soft); }
body.service-loading {
  background: #f3f5f2;
}

body.service-loading .info-strip,
body.service-loading .topbar,
body.service-loading .service-page,
body.service-loading .floating-whatsapp {
  opacity: 1;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
section[id] { scroll-margin-top: 112px; }
a,
button,
.solution-card,
.hero-stage-card {
  touch-action: manipulation;
}

.hero-stage-card > img,
.solution-card img,
.work-track img,
.logo-row img,
.brand-logo img,
.service-hero img,
.service-detail-visual img,
.about-person > img {
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition: opacity 0.55s ease, transform 0.55s ease;
  transition-delay: var(--reveal-delay, 0s);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@keyframes marqueeLoop {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(calc(-1 * var(--loop-distance, 0px)), 0, 0); }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.info-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 28px;
  min-height: 38px;
  padding: 8px 44px;
  background: #075fbd;
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 800;
}

.info-strip a,
.info-strip span {
  color: #ffffff;
}

.info-location,
.info-actions,
.info-actions a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.info-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px 28px;
}

.info-actions a {
  font-style: italic;
  font-weight: 900;
}

.info-actions a:hover,
.info-actions a:focus-visible {
  color: #d8fbff;
}

.info-icon {
  position: relative;
  display: inline-grid;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  place-items: center;
}

.info-icon.location::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 999px 999px 999px 2px;
  background: #54d6f2;
  transform: rotate(-45deg);
  box-shadow: 0 0 0 3px rgba(84, 214, 242, 0.18);
}

.info-icon.location::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #075fbd;
}

.info-icon.whatsapp::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  background: var(--whatsapp);
  box-shadow: 0 0 0 3px rgba(32, 199, 104, 0.18);
}

.info-icon.whatsapp::after {
  content: "";
  position: absolute;
  right: 1px;
  bottom: 1px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(20deg);
}

.info-icon.email::before {
  content: "";
  width: 15px;
  height: 10px;
  border: 2px solid #54d6f2;
  border-radius: 2px;
}

.info-icon.email::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-right: 2px solid #54d6f2;
  border-bottom: 2px solid #54d6f2;
  transform: translateY(-2px) rotate(45deg);
}

.info-social-icon {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  fill: var(--whatsapp);
  filter: none;
}

.topbar {
  position: static;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 88px;
  padding: 14px 44px;
  background: linear-gradient(180deg, #111315, #080c0f);
  border-bottom: 2px solid rgba(19, 169, 191, 0.55);
  backdrop-filter: blur(14px);
}

.topbar,
.topbar a {
  color: #ffffff;
}

.identity {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.identity img {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  object-fit: cover;
}

.identity strong,
.identity small {
  display: block;
  letter-spacing: 0;
}

.identity strong {
  font-size: 1.22rem;
  text-transform: uppercase;
}

.identity small {
  color: #a7dce4;
  font-size: 0.76rem;
}

.nav {
  display: flex;
  gap: 22px;
}

.nav a {
  position: relative;
  color: #f5fbfc;
  font-size: 0.83rem;
  font-weight: 900;
  text-transform: uppercase;
  padding: 10px 0;
}

.nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.nav a:hover::after,
.nav a:focus-visible::after {
  transform: scaleX(1);
}

.menu-button {
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  padding: 8px 12px;
  font-weight: 900;
}

.cover {
  position: relative;
  display: block;
  min-height: calc(100vh - 88px);
  padding: 0;
  overflow: hidden;
  background: #050b10;
  color: #ffffff;
}

.cover::before {
  display: none;
}

.hero-stage {
  position: relative;
  height: calc(100vh - 88px);
  min-height: 680px;
  overflow: hidden;
}

.hero-stage-track {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}

.hero-stage-track::-webkit-scrollbar {
  display: none;
}

.hero-stage-card {
  position: absolute;
  inset: 0;
  overflow: hidden;
  min-height: 100%;
  border: 0;
  border-radius: 0;
  background: #050b10;
  box-shadow: none;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

.hero-stage-card.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.hero-stage-card > img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: none;
  transition: transform 0.45s ease;
}

.hero-stage-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: clamp(42px, 8vw, 118px);
  background:
    linear-gradient(180deg, rgba(4, 9, 7, 0.14), rgba(4, 9, 7, 0.56)),
    radial-gradient(circle at center, rgba(7, 16, 13, 0.08), rgba(7, 16, 13, 0.5));
  pointer-events: none;
}

.hero-stage-copy {
  display: grid;
  align-items: start;
  justify-items: center;
  row-gap: 12px;
  width: min(100%, 620px);
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}

.hero-cover-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-brand-mark {
  display: inline-grid;
  place-items: center;
  width: fit-content;
}

.hero-brand-mark img {
  width: clamp(164px, 15vw, 224px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.34));
}

.hero-stage-brand .hero-stage-copy {
  justify-items: start;
  max-width: min(100%, 620px);
  padding-top: 0;
  text-align: left;
  row-gap: 14px;
}

.hero-stage-brand .hero-stage-overlay {
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  background:
    linear-gradient(90deg, rgba(4, 9, 7, 0.82) 0%, rgba(4, 9, 7, 0.5) 54%, rgba(4, 9, 7, 0.22) 100%),
    linear-gradient(180deg, rgba(4, 9, 7, 0.18), rgba(4, 9, 7, 0.72));
}

.hero-stage-brand .hero-stage-copy::before {
  display: none;
}

.hero-stage-brand .hero-stage-copy h1 {
  max-width: 10ch;
  min-height: auto;
  font-size: clamp(2.45rem, 4vw, 4rem);
  text-shadow: 0 14px 30px rgba(0, 0, 0, 0.42);
}

.hero-brand-subtitle {
  display: block;
  color: #e9f9fb;
  font-size: clamp(1.05rem, 1.7vw, 1.5rem);
  font-weight: 800;
  font-style: italic;
  line-height: 1.2;
  text-shadow: 0 10px 22px rgba(0, 0, 0, 0.3);
}

.hero-brand-description {
  max-width: 28ch;
  min-height: auto;
  margin: 0;
  color: #eef6fb;
  font-size: clamp(1.05rem, 1.5vw, 1.26rem);
  line-height: 1.45;
  text-wrap: balance;
}

.hero-stage-brand .hero-points {
  min-height: 0;
}

.hero-copy-kicker {
  display: inline-flex;
  border-radius: 999px;
  background: rgba(19, 169, 191, 0.17);
  color: #b9f4fb;
  padding: 9px 14px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-stage-copy h1,
.hero-stage-copy h2 {
  margin: 0;
  max-width: 18ch;
  min-height: 0;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 0.95;
  text-wrap: balance;
}

.hero-stage-copy p {
  margin: 0;
  max-width: 44ch;
  min-height: 0;
  color: #d6e0e8;
  font-size: clamp(1rem, 1.3vw, 1.16rem);
  line-height: 1.48;
  text-wrap: pretty;
}

.hero-points {
  display: grid;
  gap: 4px;
  align-content: start;
  min-height: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-items: center;
}

.hero-points li {
  width: auto;
  border-left: 0;
  background: transparent;
  padding: 0;
  color: #ffffff;
  font-size: clamp(1rem, 1.6vw, 1.22rem);
  font-weight: 800;
}

.hero-stage-card:hover > img,
.hero-stage-card:focus-within > img {
  transform: scale(1.02);
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 0;
  border-radius: 8px;
  background: var(--green);
  color: #03150a;
  padding: 0 22px;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
  pointer-events: auto;
}

.hero-cta:hover,
.hero-cta:focus-visible,
.about-link:hover,
.about-link:focus-visible,
.card-link:hover,
.card-link:focus-visible,
.whatsapp-action:hover,
.whatsapp-action:focus-visible,
.menu-button:hover,
.menu-button:focus-visible,
.social-links a:hover,
.social-links a:focus-visible {
  transform: translateY(-2px);
}

.hero-icon-link {
  display: none;
}

.hero-icon-link svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.hero-icon-link span {
  position: absolute;
  right: 70px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  border-radius: 999px;
  background: rgba(7, 16, 24, 0.92);
  color: #ffffff;
  padding: 10px 14px;
  font-size: 0.82rem;
  font-weight: 800;
}

.hero-icon-link:hover span,
.hero-icon-link:focus-visible span {
  opacity: 1;
  transform: translateX(0);
}

.hero-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border: 1px solid var(--line-light);
  border-radius: 8px;
  background: rgba(7, 16, 24, 0.48);
  color: #ffffff;
  cursor: pointer;
  font-size: 1.7rem;
  line-height: 1;
  z-index: 4;
}

.hero-control.prev { left: 20px; }
.hero-control.next { right: 20px; }

.tag {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 8px;
  padding: 0 17px;
  border: 0;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.primary {
  background: var(--green);
  color: #041209;
}

.outline {
  border: 1px solid var(--line-light);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.section {
  padding: 70px 52px;
}

.heading {
  max-width: 820px;
  margin-bottom: 30px;
}

.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.heading h2,
.about h2,
.contact h2,
.field-heading h2 {
  margin: 0;
  font-size: 2.18rem;
  line-height: 1.12;
}

.heading p,
.about p,
.contact p,
.field-heading p {
  color: var(--muted);
  line-height: 1.62;
}

.solutions {
  background:
    radial-gradient(circle at 14% 0%, rgba(19, 169, 191, 0.18), transparent 34%),
    linear-gradient(180deg, #0e1820, #142331);
  color: #ffffff;
}

.solutions .heading h2,
.proof .heading h2,
.fieldwork .heading h2,
.why .heading h2,
.testimonials .heading h2 {
  color: #ffffff;
}

.solutions .heading p,
.proof .heading p,
.fieldwork .heading p,
.why .heading p,
.testimonials .heading p {
  color: #c4d3dc;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

@media (min-width: 1380px) {
  .solution-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .solution-card {
    height: clamp(300px, 22vw, 350px);
  }
}

.solution-card {
  overflow: hidden;
  position: relative;
  display: grid;
  height: clamp(380px, 36vw, 460px);
  min-height: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: #0b130f;
  color: #ffffff;
  padding: 0;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.24);
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.solution-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: none;
  transition: transform 0.35s ease;
}

.solution-card-incendio img {
  object-fit: cover;
  object-position: center;
  background: transparent;
}

.solution-card-firewall img {
  object-fit: cover;
  object-position: center;
  background: transparent;
}

.solution-card > div {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: flex-end;
  gap: 16px;
  min-height: 100%;
  padding: 28px 22px;
  background: linear-gradient(180deg, rgba(6, 12, 9, 0.06), rgba(6, 12, 9, 0.78));
  transition: background 0.25s ease;
  pointer-events: none;
}

.icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #0d2735;
  color: #ffffff;
  font-weight: 900;
  margin-bottom: 18px;
}

.solution-card h3 {
  margin: 0;
  max-width: 100%;
  font-size: clamp(1.22rem, 1.5vw, 1.4rem);
  line-height: 1.15;
  text-transform: uppercase;
  color: #ffffff;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.solution-card p {
  display: none;
}

.solution-card button {
  align-self: flex-start;
  margin-top: auto;
  border: 0;
  border-radius: 8px;
  background: var(--green);
  color: #041209;
  padding: 10px 14px;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.card-link {
  align-self: center;
  min-width: 156px;
  border: 0;
  border-radius: 8px;
  background: var(--green);
  color: #041209;
  padding: 12px 18px;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
  position: relative;
  z-index: 3;
  pointer-events: auto;
}

.card-cover-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.solution-card:hover,
.solution-card:focus-within {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 30px 65px rgba(0, 0, 0, 0.28);
}

.solution-card:hover img,
.solution-card:focus-within img {
  transform: scale(1.03);
}

.solution-card:hover > div,
.solution-card:focus-within > div {
  background: linear-gradient(180deg, rgba(6, 12, 9, 0.04), rgba(6, 12, 9, 0.8));
}

.solution-card:hover .card-link,
.solution-card:focus-within .card-link {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.22);
}

.solutions .tag,
.proof .tag,
.fieldwork .tag,
.why .tag {
  color: #b9f4fb;
}

.solution-grid > .solution-card:last-child:nth-child(odd) {
  grid-column: auto;
  max-width: none;
}

.about {
  display: grid;
  grid-template-columns: minmax(320px, 430px) minmax(0, 1fr);
  grid-template-areas:
    "visual heading"
    "visual copy"
    "proof proof";
  gap: 30px 38px;
  justify-items: stretch;
  align-items: start;
  text-align: left;
  background:
    radial-gradient(circle at 14% 22%, rgba(19, 169, 191, 0.1), transparent 18%),
    linear-gradient(180deg, #ffffff 0%, #f3f6f8 100%);
  color: var(--ink);
}

.about-heading,
.about-copy {
  display: grid;
  justify-items: start;
}

.about-copy {
  grid-area: copy;
  align-content: start;
}

.about-heading {
  grid-area: heading;
  gap: 4px;
  align-content: start;
}

.about h2 {
  color: #071018;
  font-size: clamp(2.7rem, 6vw, 4.7rem);
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0;
}

.about h3 {
  margin: 8px 0 18px;
  max-width: 880px;
  color: #16242e;
  font-size: clamp(1.25rem, 2.5vw, 1.8rem);
  font-style: italic;
  line-height: 1.35;
}

.about p {
  max-width: 100%;
  color: #53615a;
  font-size: clamp(1.02rem, 1.8vw, 1.28rem);
  line-height: 1.62;
}

.about-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 12px;
  border-radius: 8px;
  background: var(--green);
  color: #041209;
  padding: 0 20px;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.about-person {
  grid-area: visual;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
  border: 0;
  border-radius: 14px;
  padding: 0;
  background: transparent;
  box-shadow: 0 20px 40px rgba(15, 23, 34, 0.08);
}

.about-person::before {
  display: none;
}

.about-person > img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
  object-position: center;
  background: transparent;
  border-radius: 10px;
}

.about-brand-mark {
  position: absolute;
  top: 26px;
  right: 30px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.about-brand-mark img {
  width: 72px;
  height: 54px;
  border-radius: 6px;
  object-fit: contain;
  background: transparent;
}

.about-person figcaption {
  display: none;
}

.about-person strong,
.about-person span {
  display: block;
}

.about-person strong {
  text-transform: uppercase;
}

.about-person span {
  margin-top: 5px;
  color: #c7d8de;
  font-size: 0.92rem;
}

.about-person .about-brand-mark span {
  display: none;
}

.about-points {
  grid-area: proof;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
  margin-top: 8px;
}

.about-points article {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: center;
  gap: 10px;
  border: 0;
  border-top: 2px solid rgba(19, 169, 191, 0.35);
  border-radius: 0;
  background: transparent;
  padding: 18px 10px 0;
  text-align: center;
  box-shadow: none;
}

.about-points strong,
.about-points span {
  display: block;
}

.about-points strong {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 8px;
  background: #e8f6fb;
  color: var(--green-dark);
  font-size: 1.1rem;
  text-transform: uppercase;
}

.about-points span {
  color: #4f5f6a;
  font-size: 0.95rem;
  line-height: 1.45;
}

.proof {
  overflow: hidden;
  background: #ffffff;
  color: var(--ink);
}

.proof .heading h2 {
  color: #15243d;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: clamp(1.5rem, 2.3vw, 2.1rem);
}

.marquee-shell {
  position: relative;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
}

[data-loop-track] {
  width: max-content;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  will-change: transform;
}

[data-loop-track].is-loop-ready {
  animation: marqueeLoop var(--loop-duration, 30s) linear infinite;
}

.logo-row {
  display: flex;
  gap: 18px;
  align-items: stretch;
  overflow: visible;
  padding-bottom: 0;
}

.logo-row::-webkit-scrollbar {
  display: none;
}

.logo-row article {
  flex: 0 0 clamp(224px, 24vw, 308px);
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 12px;
  min-height: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #15243d;
  padding: 0;
  text-align: center;
  transition: transform 0.24s ease;
  contain: layout paint;
  transform: translateZ(0);
}

.logo-row img {
  width: 100%;
  height: 142px;
  object-fit: contain;
  object-position: center;
  background: transparent;
  border-radius: 0;
}

.logo-row span {
  font-size: 0.9rem;
  font-weight: 900;
  text-align: center;
  color: #15243d;
}

.logo-row article:hover,
.logo-row article:focus-within {
  transform: translateY(-4px);
}

.fieldwork {
  background:
    radial-gradient(circle at 82% 12%, rgba(19, 169, 191, 0.17), transparent 28%),
    linear-gradient(180deg, #071018, #101b24);
  color: #ffffff;
}

.field-heading {
  display: flex;
  justify-content: space-between;
  gap: 26px;
  align-items: flex-end;
  margin-bottom: 28px;
}

.portfolio-heading {
  margin-bottom: 30px;
}

.field-heading p {
  display: none;
}

.brand-stamp {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--line-light);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  padding: 10px 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.brand-stamp img {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  object-fit: cover;
}

.work-carousel {
  display: block;
  overflow: hidden;
}

.work-track {
  display: flex;
  align-items: stretch;
  gap: 18px;
  overflow: visible;
  padding-bottom: 0;
}

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

.work-track article {
  flex: 0 0 clamp(210px, 21vw, 256px);
  display: grid;
  grid-template-rows: auto auto;
  overflow: hidden;
  height: 100%;
  min-height: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: linear-gradient(180deg, #15211b, #0d1511);
  color: #edf6f8;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
  contain: layout paint;
  transform: translateZ(0);
}

.work-track img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  object-position: center;
  background: #081219;
}

.work-track h3 {
  margin: 14px 14px 6px;
  font-size: 1rem;
  text-align: center;
}

.work-track p {
  margin: 0 14px 16px;
  color: #a9b8c3;
  font-size: 0.94rem;
  line-height: 1.35;
  text-align: center;
}

.arrow {
  display: none;
}

.work-track article:hover,
.work-track article:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.32);
  border-color: rgba(19, 169, 191, 0.32);
}

.partners-showcase {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #11212d, #132635);
  color: #ffffff;
}

.partners-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.015), transparent 22%);
  pointer-events: none;
}

.partners-showcase .heading {
  position: relative;
  z-index: 1;
  margin-bottom: 36px;
}

.partners-showcase h2 {
  color: #ffffff;
  margin-top: 0;
  font-size: clamp(2rem, 3vw, 3rem);
}

.brands-heading-line {
  display: block;
  width: 142px;
  height: 2px;
  margin: 18px auto 0;
  background: linear-gradient(90deg, rgba(19, 169, 191, 0.15), rgba(19, 169, 191, 0.95), rgba(19, 169, 191, 0.15));
}

.brand-row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 36px;
  max-width: 1240px;
  margin: 0 auto;
}

.brand-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 230px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: none;
  overflow: hidden;
}

.brand-logo img {
  display: block;
  width: auto;
  max-width: min(100%, 360px);
  height: auto;
  max-height: 220px;
  object-fit: contain;
  object-position: center;
  background: transparent;
  border-radius: 0;
  filter: saturate(1) contrast(1);
  opacity: 1;
}

.brand-logo:hover,
.brand-logo:focus-within {
  transform: none;
}

.solution-card-firewall img,
.solution-card-incendio img {
  object-fit: cover;
  object-position: center;
}

.why {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(7, 16, 24, 0.78), rgba(7, 16, 24, 0.86)),
    url("assets/why-background.jpg") center/cover;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.why-grid article {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 220px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(9, 21, 28, 0.82);
  padding: 24px 22px;
  text-align: center;
  backdrop-filter: blur(8px);
}

.why-grid span {
  display: inline-grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background: rgba(19, 169, 191, 0.15);
  color: #b9f4fb;
  font-size: 1.25rem;
  font-weight: 900;
}

.why-grid h3 {
  margin: 0;
  color: #ffffff;
  font-size: 1.22rem;
  text-transform: uppercase;
}

.why-grid p {
  margin: 0;
  max-width: 30ch;
  color: #d7e3e9;
  line-height: 1.6;
}

.testimonials {
  background:
    radial-gradient(circle at 80% 0%, rgba(19, 169, 191, 0.1), transparent 30%),
    linear-gradient(180deg, #f3f5f2, #eceff1);
  color: var(--ink);
}

.testimonials .heading h2 {
  color: var(--ink);
}

.testimonial-grid {
  display: flex;
  gap: 22px;
  align-items: stretch;
  overflow: visible;
  padding-bottom: 0;
}

.testimonial-grid::-webkit-scrollbar {
  display: none;
}

.testimonial-grid article {
  flex: 0 0 min(100%, 360px);
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 8px;
  background: #ffffff;
  padding: 26px;
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.08);
  text-align: center;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
  contain: layout paint;
  transform: translateZ(0);
}

.testimonial-grid p {
  margin: 0 0 22px;
  color: #424f5a;
  font-size: 1.02rem;
  line-height: 1.62;
}

.testimonial-grid strong,
.testimonial-grid span {
  display: block;
}

.testimonial-grid strong {
  color: var(--ink);
  text-transform: uppercase;
}

.testimonial-grid span {
  margin-top: 6px;
  color: var(--muted);
}

.testimonial-grid article:hover,
.testimonial-grid article:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 20px 42px rgba(17, 24, 39, 0.12);
  border-color: rgba(19, 169, 191, 0.2);
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: 34px;
  padding-top: 70px;
  padding-bottom: 42px;
  background:
    linear-gradient(90deg, rgba(19, 169, 191, 0.08), transparent 32%),
    #f6f7f4;
  color: #101820;
}

.contact-copy {
  display: grid;
  align-content: start;
  gap: 16px;
}

.contact-brand {
  display: inline-flex;
  align-items: center;
  gap: 18px;
}

.contact-brand img {
  width: 112px;
  height: 112px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 14px 28px rgba(7, 16, 24, 0.12);
}

.contact-brand strong,
.contact-brand span {
  display: block;
}

.contact-brand strong {
  color: #071018;
  font-size: 1.6rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-brand span {
  margin-top: 4px;
  color: var(--green-dark);
  font-size: 1.08rem;
  font-weight: 800;
}

.contact p,
.contact-list li {
  color: #4f5f6a;
}

.contact-list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.contact-list li {
  margin-bottom: 10px;
  color: var(--muted);
}

.contact-list a {
  color: var(--green-dark);
  font-weight: 900;
  overflow-wrap: anywhere;
}

form {
  display: grid;
  gap: 11px;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: #101820;
  outline: none;
  padding: 13px;
}

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

.footer {
  display: block;
  position: relative;
  z-index: 2;
  padding: 0 44px 0;
  background: var(--dark);
  color: #c5d1dc;
}

.footer-top,
.footer-grid,
.footer-meta {
  opacity: 1 !important;
  visibility: visible !important;
}

.footer [data-reveal] {
  opacity: 1 !important;
  transform: none !important;
}

.footer > * {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

.footer-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 52px 0 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.footer-top-copy {
  max-width: 760px;
  text-align: center;
}

.footer-top-copy strong {
  display: block;
  color: #ffffff;
  font-size: clamp(1.96rem, 3vw, 2.85rem);
  line-height: 1.08;
}

.footer-top-copy p {
  margin: 10px 0 0;
  color: #b6c5d4;
  font-size: 1rem;
  line-height: 1.7;
}

.footer-top-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 214px;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0fcf66, #18b65f);
  color: #ffffff;
  font-size: 1.02rem;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(15, 207, 102, 0.18);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.35fr) repeat(4, minmax(150px, 0.9fr));
  gap: 34px;
  align-items: start;
  padding-top: 52px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid > * {
  min-width: 0;
}

.footer-intro {
  display: grid;
  justify-items: start;
  gap: 16px;
  padding: 0;
  text-align: left;
  background: none;
  border-bottom: 0;
}

.footer-intro img {
  width: clamp(124px, 10vw, 156px);
  height: auto;
  border-radius: 0;
  object-fit: contain;
  filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.28));
}

.footer-intro strong,
.footer-column strong {
  display: block;
  margin-bottom: 14px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 0.98rem;
}

.footer-intro strong {
  margin-bottom: 0;
  color: #ffffff;
  font-size: clamp(1.34rem, 1.8vw, 1.74rem);
  line-height: 1.12;
  text-transform: uppercase;
}

.footer-intro span {
  display: block;
  margin-top: -4px;
  color: #a7dce4;
  font-size: 0.96rem;
  font-weight: 800;
  text-transform: none;
}

.footer-intro p {
  margin: 0;
  max-width: 360px;
  color: #b6c5d4;
  font-size: 0.96rem;
  line-height: 1.62;
  overflow-wrap: anywhere;
  text-align: left;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  text-align: left;
}

.footer-column a,
.footer-column span {
  display: block;
  color: #c5d1dc;
  font-size: 0.94rem;
  line-height: 1.58;
  overflow-wrap: anywhere;
}

.footer-social .social-links {
  justify-content: flex-start;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  font-weight: 800;
}

.social-links svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.footer-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 24px;
  margin-top: 12px;
  padding-bottom: 0;
  color: #b5c3d1;
  font-size: 0.92rem;
  text-align: center;
}

.footer-meta a {
  color: inherit;
  font-weight: 700;
}

.footer-meta a:hover,
.footer-meta a:focus-visible {
  color: #ffffff;
}

@media (max-width: 1180px) {
  .contact,
  .service-contact {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .contact > div,
  .contact form,
  .service-contact > div,
  .service-contact form {
    width: min(100%, 760px);
    justify-self: center;
    margin-right: auto;
    margin-left: auto;
  }

  .contact > div,
  .service-contact > div {
    display: grid;
    justify-items: center;
  }

  .contact-list,
  .service-contact .contact-list {
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .contact-brand {
    justify-content: center;
  }

  .footer-top {
    flex-direction: column;
    text-align: center;
  }

  .footer-top-copy {
    text-align: center;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 24px 30px;
  }

  .footer-grid > * {
    width: min(100%, 520px);
    margin-right: auto;
    margin-left: auto;
  }

  .footer-intro {
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .footer-intro p {
    max-width: 520px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .footer-column {
    align-items: center;
    text-align: center;
  }

  .footer-social .social-links {
    justify-content: center;
  }

  .footer-column a,
  .footer-column span {
    font-size: 1.05rem;
  }

  .social-links {
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  [data-loop-track].is-loop-ready {
    animation: none;
  }
}

.service-page {
  background: #f3f5f2;
  color: #101820;
}

.service-page.is-loading {
  opacity: 1;
}

.service-breadcrumb {
  display: grid;
  gap: 7px;
  padding: 28px 52px 18px;
  color: #667282;
  font-size: 0.92rem;
  background: #f3f5f2;
}

.service-breadcrumb strong {
  color: var(--green-dark);
  font-size: 1.05rem;
  text-transform: uppercase;
}

.service-breadcrumb a {
  color: var(--green-dark);
  font-weight: 700;
}

.service-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: center;
  min-height: 560px;
  overflow: hidden;
  padding: 74px 52px;
  background: #071018;
  color: #ffffff;
}

.service-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  background:
    linear-gradient(90deg, rgba(4, 10, 14, 0.94), rgba(4, 10, 14, 0.7) 48%, rgba(4, 10, 14, 0.22)),
    linear-gradient(180deg, rgba(4, 10, 14, 0.18), rgba(4, 10, 14, 0.74));
  pointer-events: none;
}

.service-hero > div {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.service-hero h1 {
  margin: 0;
  max-width: 720px;
  color: #ffffff;
  font-size: clamp(2.35rem, 4.4vw, 4rem);
  line-height: 1.02;
}

.service-hero p {
  max-width: 640px;
  color: #d8e8ef;
  line-height: 1.62;
}

.service-location {
  margin: 18px 0 14px;
  color: #eaf7fb;
  font-size: 1.22rem;
  font-weight: 900;
}

.service-hero img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  object-position: center center;
  filter: none;
}

body[data-service="pfsense"] .service-hero img,
body[data-service="pfsense"] .service-detail-visual img {
  object-fit: cover;
  object-position: center;
  background: transparent;
}

body[data-service="pfsense"] .service-detail-visual {
  aspect-ratio: 4 / 3;
  background: transparent;
}

body[data-service="pfsense"] .service-detail-visual img {
  object-fit: cover;
  object-position: center center;
}

body[data-service="incendio"] .service-hero img {
  object-fit: cover;
  object-position: center;
  background: transparent;
}

body[data-service="incendio"] .service-detail-visual img {
  object-fit: contain;
  object-position: center;
  background: transparent;
}

body[data-service="incendio"] .service-detail-visual {
  aspect-ratio: 1 / 1;
  background: #14181c;
}

body[data-service="suporte"] .service-hero img {
  object-position: 68% top;
}

.service-content {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1fr);
  grid-template-areas:
    "visual intro"
    "visual target";
  gap: 18px;
  align-items: start;
  padding: 48px 42px 28px;
}

.service-detail-visual {
  grid-area: visual;
  overflow: hidden;
  min-height: 0;
  aspect-ratio: 4 / 3;
  align-self: start;
  margin: 0;
  border-radius: 8px;
  background: transparent;
  box-shadow: 0 18px 40px rgba(16, 24, 32, 0.12);
  display: flex;
}

.service-detail-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
  background: transparent;
}

.service-content article:first-of-type {
  grid-area: intro;
}

.service-content article:nth-of-type(2) {
  grid-area: target;
}

.service-content article {
  border: 1px solid rgba(16, 24, 32, 0.1);
  border-radius: 8px;
  background: #ffffff;
  padding: 18px;
  box-shadow: 0 16px 35px rgba(16, 24, 32, 0.08);
}

.service-content h2 {
  margin: 0 0 12px;
}

.service-content article:first-of-type p + p {
  margin-top: 16px;
}

.service-content article p:empty {
  display: none;
}

.service-content p,
.service-content li {
  color: #4f5f6a;
  line-height: 1.55;
}

.service-content ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.service-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  padding: 0 52px 40px;
}

.service-related {
  background: linear-gradient(180deg, #f3f5f2, #edf2f6);
}

.service-related .heading {
  margin-bottom: 28px;
}

.service-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.service-panel {
  border: 1px solid rgba(16, 24, 32, 0.1);
  border-radius: 8px;
  background: #ffffff;
  padding: 18px;
  box-shadow: 0 16px 35px rgba(16, 24, 32, 0.08);
}

.service-panel h2 {
  margin: 0 0 14px;
}

.service-panel ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.service-panel li {
  color: #4f5f6a;
  line-height: 1.62;
}

.service-content li,
.service-panel li {
  padding: 10px 0;
  border-top: 1px solid rgba(16, 24, 32, 0.1);
}

#service-solutions-list {
  display: grid;
  gap: 12px;
  padding-left: 0;
  list-style: none;
}

#service-solutions-list li {
  border: 1px solid rgba(16, 24, 32, 0.1);
  border-radius: 8px;
  background: #f4f8fb;
  padding: 12px 14px;
}

#service-solutions-list strong,
#service-solutions-list span {
  display: block;
}

#service-solutions-list strong {
  margin-bottom: 8px;
  color: #101820;
  font-size: 1.02rem;
}

#service-solutions-list span {
  color: #4f5f6a;
  line-height: 1.55;
}

.service-contact {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: 34px;
  background:
    linear-gradient(90deg, rgba(19, 169, 191, 0.08), transparent 30%),
    #f3f5f2;
  color: #101820;
}

.service-contact p,
.service-contact .contact-list li {
  color: #4f5f6a;
}

.service-contact input,
.service-contact textarea {
  background: #ffffff;
  color: #101820;
}

.whatsapp-action {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  min-height: 62px;
  margin-top: 18px;
  border-radius: 8px;
  background: var(--whatsapp);
  color: #03150a;
  padding: 12px 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.whatsapp-action span {
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: none;
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: calc(22px + env(safe-area-inset-bottom));
  z-index: 45;
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: var(--whatsapp);
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.34);
}

.floating-whatsapp svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.floating-whatsapp span {
  position: absolute;
  right: calc(100% + 10px);
  width: max-content;
  max-width: 180px;
  border-radius: 999px;
  background: rgba(7, 16, 24, 0.94);
  color: #ffffff;
  padding: 10px 13px;
  font-size: 0.8rem;
  font-weight: 900;
  opacity: 0;
  pointer-events: none;
  transform: translateX(8px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.floating-whatsapp:hover span,
.floating-whatsapp:focus-visible span {
  opacity: 1;
  transform: translateX(0);
}

.service-footer-cta {
  padding: 48px 52px;
  background: #0d161d;
  color: #ffffff;
  text-align: center;
}

.service-footer-cta h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
}

.service-footer-cta p {
  max-width: 760px;
  margin: 14px auto 0;
  color: #c7d8de;
  line-height: 1.6;
}

@media (max-width: 1030px) {
  .about,
  .contact,
  .service-contact,
  .service-details,
  .service-hero,
  .service-content {
    grid-template-columns: 1fr;
  }

  .service-hero {
    min-height: 520px;
  }

  .service-content {
    grid-template-areas:
      "visual"
      "intro"
      "target";
  }

  .service-detail-visual img {
    min-height: 340px;
  }

  .why-grid {
    grid-template-columns: 1fr;
  }

  .cover {
    min-height: calc(100vh - 88px);
  }

  .about {
    grid-template-areas:
      "visual"
      "heading"
      "copy"
      "proof";
    justify-items: center;
    text-align: center;
  }

  .about-heading,
  .about-copy {
    display: grid;
    justify-items: center;
  }

  .about-person {
    width: min(100%, 520px);
  }

  .about-person > img {
    width: min(100%, 400px);
    height: auto;
    object-fit: contain;
    object-position: center;
  }

  .about-points {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    width: 100%;
    max-width: 720px;
  }

  .contact {
    text-align: center;
  }

  .contact > div {
    display: grid;
    justify-items: center;
  }

  .contact form {
    width: min(100%, 760px);
    justify-self: center;
  }

  .contact-list {
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .solution-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .solution-card {
    height: clamp(300px, 33vw, 360px);
  }

  .solution-card > div {
    padding: 22px 16px;
  }

  .solution-card h3 {
    font-size: clamp(1.02rem, 1.4vw, 1.18rem);
  }

  .solution-grid > .solution-card:last-child:nth-child(odd) {
    grid-column: auto;
    width: 100%;
    justify-self: stretch;
  }

  .heading h2,
  .contact h2,
  .field-heading h2 {
    font-size: 1.95rem;
  }

  .about h2 {
    font-size: clamp(2.3rem, 5.6vw, 3.8rem);
  }

  .about h3 {
    font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  }

  .about p {
    font-size: clamp(0.98rem, 1.5vw, 1.08rem);
  }

  .logo-row article {
    flex: 0 0 min(300px, 72vw);
    min-height: 190px;
  }

  .field-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .footer-intro {
    display: grid;
    justify-items: center;
  }

  .footer-intro p {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .footer-column {
    align-items: center;
    text-align: center;
  }

  .social-links {
    justify-content: center;
  }
}

@media (max-width: 980px) {
  .topbar {
    position: static;
    padding: 10px 24px;
  }

  section[id] {
    scroll-margin-top: 24px;
  }

  .identity {
    min-width: 0;
  }

  .identity strong {
    white-space: nowrap;
    font-size: clamp(1.05rem, 2.3vw, 1.18rem);
  }

  .menu-button {
    display: inline-flex;
  }

  .nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    gap: 0;
    height: calc(100vh - 88px);
    overflow-y: auto;
    border: 0;
    border-top: 1px solid var(--line);
    border-radius: 0;
    background: #0b141b;
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.36);
  }

  body.menu-open .nav {
    display: flex;
  }

  body.menu-open {
    overflow: hidden;
  }

  .nav a {
    display: grid;
    min-height: 58px;
    place-items: center;
    padding: 13px;
    border-bottom: 1px solid var(--line);
  }

  body.menu-open .floating-whatsapp {
    display: none;
  }
}

@media (max-width: 900px) {
  .section,
  .section p,
  .section li,
  .section h2,
  .section h3,
  .section strong,
  .section span {
    text-align: center;
  }

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

  .solution-card {
    height: clamp(300px, 52vw, 360px);
  }

  .solution-card > div {
    padding: 22px 18px;
  }

  .solution-card h3 {
    font-size: 1.12rem;
  }

  .solution-grid > .solution-card:last-child:nth-child(odd) {
    grid-column: auto;
    width: 100%;
    justify-self: stretch;
  }

  .logo-row article {
    flex: 0 0 min(220px, 58vw);
    min-height: 186px;
  }

  .work-track {
    gap: 16px;
    padding-bottom: 8px;
  }

  .work-track article {
    flex: 0 0 min(280px, 68vw);
  }

  .contact {
    text-align: center;
    justify-items: center;
  }

  .testimonial-grid article {
    flex: 0 0 min(280px, 70vw);
    text-align: center;
  }

  .contact > div,
  .contact form {
    justify-self: center;
    width: min(100%, 720px);
    margin-right: auto;
    margin-left: auto;
  }

  .contact > div {
    display: grid;
    justify-items: center;
  }

  .contact-list {
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .footer {
    padding-right: 24px;
    padding-left: 24px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 24px 30px;
  }

  .footer-grid > * {
    width: min(100%, 520px);
    margin-right: auto;
    margin-left: auto;
  }

  .footer-intro {
    display: grid;
    justify-items: center;
    grid-column: auto;
  }

  .footer-intro p {
    max-width: 430px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .footer-intro img {
    width: clamp(132px, 26vw, 180px);
  }

  .footer-intro strong {
    font-size: clamp(1.85rem, 5vw, 2.5rem);
  }

  .footer-intro span {
    font-size: 1.02rem;
  }

  .footer-column {
    align-items: center;
    text-align: center;
  }

  .social-links {
    justify-content: center;
  }
}

@media (max-width: 760px) {
  .info-strip {
    justify-content: center;
    padding: 8px 18px;
    text-align: center;
    font-size: 0.76rem;
  }

  .topbar {
    position: static;
    padding: 10px 18px;
  }

  .menu-button {
    display: inline-flex;
  }

  .nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    gap: 0;
    height: calc(100vh - 88px);
    overflow-y: auto;
    border: 0;
    border-top: 1px solid var(--line);
    border-radius: 0;
    background: #0b141b;
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.36);
  }

  body.menu-open .nav {
    display: flex;
  }

  body.menu-open {
    overflow: hidden;
  }

  .nav a {
    display: grid;
    min-height: 58px;
    place-items: center;
    padding: 13px;
    border-bottom: 1px solid var(--line);
  }

  body.menu-open .floating-whatsapp {
    display: none;
  }

  .cover {
    min-height: calc(100vh - 88px);
    padding: 0;
  }

  .hero-stage {
    height: auto;
    min-height: 520px;
  }

  .hero-stage-card,
  .hero-stage-card > img {
    min-height: 520px;
  }

  .hero-stage-overlay {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 18px 20px 24px;
    text-align: center;
  }

  .hero-stage-copy {
    display: grid;
    justify-items: center;
    row-gap: 12px;
    max-width: min(100%, 340px);
  }

  .hero-stage-copy h1,
  .hero-stage-copy h2 {
    font-size: clamp(1.52rem, 4.7vw, 1.92rem);
    max-width: 14ch;
    min-height: auto;
  }

  .hero-stage-copy p {
    max-width: 26ch;
    min-height: auto;
    font-size: 0.9rem;
  }

  .hero-stage-brand .hero-stage-copy {
    padding-top: 0;
    justify-items: center;
    text-align: center;
  }

  .hero-stage-brand .hero-stage-overlay {
    justify-content: center;
    padding-top: 18px;
  }

  .hero-brand-mark img {
    width: clamp(118px, 26vw, 172px);
  }

  .hero-stage-brand .hero-stage-copy h1 {
    max-width: 12ch;
    font-size: clamp(2rem, 6vw, 2.7rem);
  }

  .hero-brand-subtitle {
    font-size: 1.16rem;
  }

  .hero-points {
    justify-items: center;
    min-height: 0;
  }

  .hero-points li {
    width: auto;
    border-left: 0;
    border-top: 3px solid var(--green);
    text-align: center;
    font-size: 0.92rem;
  }

  .hero-stage-monitoring .hero-stage-copy h2 {
    max-width: 12ch;
    font-size: clamp(1.44rem, 4.6vw, 1.8rem);
  }

  .hero-stage-monitoring .hero-stage-copy p {
    max-width: 24ch;
  }

  .hero-cta {
    width: min(100%, 260px);
  }

  .hero-control {
    display: none;
  }

  .section {
    padding: 52px 20px;
  }

  .service-breadcrumb,
  .service-content,
  .service-details {
    padding-right: 20px;
    padding-left: 20px;
  }

  .service-hero {
    min-height: 520px;
    padding: 52px 20px;
    text-align: center;
  }

  .service-hero > div {
    margin-right: auto;
    margin-left: auto;
  }

  .service-hero img {
    height: 100%;
  }

  .service-breadcrumb {
    text-align: center;
  }

  .service-footer-cta {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading h2,
  .about h2,
  .contact h2,
  .field-heading h2 {
    font-size: 1.72rem;
  }

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

  .brand-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .brand-logo img {
    max-width: min(100%, 420px);
    height: auto;
  }

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

  .about,
  .service-contact,
  .service-content,
  .service-details,
  .service-panel,
  .why {
    text-align: center;
  }

  .about > div:first-child,
  .service-contact > div {
    display: grid;
    justify-items: center;
  }

  .about-points article {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .whatsapp-action {
    align-items: center;
    text-align: center;
  }

  .service-content ul,
  .service-panel ul {
    padding-left: 0;
    list-style: none;
  }

  .solution-card {
    height: 410px;
  }

  .logo-row article {
    flex: 0 0 min(220px, 70vw);
  }

  .solution-card img {
    height: 100%;
  }

  .solution-card h3 {
    font-size: 1.2rem;
  }

  .about-person > img {
    width: min(100%, 340px);
    height: auto;
    min-height: 0;
    object-fit: contain;
    object-position: center;
  }

  .about-brand-mark {
    top: 12px;
    right: 12px;
    left: auto;
    justify-content: center;
    padding: 8px 10px;
    font-size: 0.72rem;
  }

  .about-brand-mark img {
    width: 34px;
    height: 34px;
  }

  .about-points {
    grid-template-columns: 1fr;
  }

  .work-track {
    gap: 14px;
    padding-bottom: 0;
  }

  .work-track article {
    flex: 0 0 min(72vw, 260px);
  }

  .testimonial-grid article {
    flex: 0 0 min(74vw, 260px);
  }

  .footer {
    padding: 0 20px 0;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    padding-bottom: 20px;
  }

  .footer-grid > * {
    width: min(100%, 420px);
  }

  .footer-intro p {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .footer-intro img {
    width: clamp(164px, 40vw, 220px);
  }

  .footer-intro strong {
    font-size: clamp(2.1rem, 8vw, 3rem);
  }

  .footer-intro span {
    font-size: 1.12rem;
  }

  .footer-column {
    align-items: center;
    text-align: center;
  }

  .footer-column a,
  .footer-column span {
    font-size: 1rem;
  }

  .social-links {
    justify-content: center;
  }

  .footer-meta {
    flex-direction: column;
    gap: 8px;
  }

  .contact {
    gap: 24px;
    padding-top: 52px;
    padding-bottom: 20px;
  }
}

@media (max-width: 520px) {
  .topbar {
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
  }

  .info-strip {
    justify-content: center;
    gap: 8px 14px;
    padding: 8px 14px;
    text-align: center;
  }

  .info-strip > span,
  .info-actions {
    width: 100%;
    justify-content: center;
  }

  .info-actions a {
    min-width: 0;
    overflow-wrap: anywhere;
    justify-content: center;
    text-align: center;
  }

  .identity {
    flex: 1 1 auto;
    gap: 10px;
    min-width: 0;
  }

  .logo {
    width: 44px;
    height: 44px;
  }

  .identity strong {
    font-size: 0.92rem;
    white-space: normal;
    line-height: 1.08;
  }

  .identity small {
    font-size: 0.72rem;
  }

  .menu-button {
    flex: 0 0 auto;
    padding: 8px 10px;
    font-size: 0.96rem;
  }

  .nav {
    height: calc(100vh - 88px);
    max-height: none;
    overflow-y: auto;
  }

  .hero-stage {
    height: auto;
    min-height: 540px;
  }

  .hero-stage-card,
  .hero-stage {
    min-height: 480px;
  }

  .hero-stage-card,
  .hero-stage-card > img {
    min-height: 480px;
  }

  .hero-stage-overlay {
    gap: 18px;
    padding: 14px 14px 20px;
  }

  .hero-stage-copy {
    row-gap: 10px;
    max-width: min(100%, 286px);
  }

  .hero-stage-copy h1,
  .hero-stage-copy h2 {
    max-width: 13ch;
    min-height: auto;
    font-size: clamp(1.2rem, 6.8vw, 1.62rem);
  }

  .hero-stage-copy p {
    max-width: 23ch;
    min-height: auto;
    font-size: 0.84rem;
  }

  .hero-stage-brand .hero-stage-copy {
    padding-top: 0;
  }

  .hero-stage-brand .hero-stage-overlay {
    justify-content: center;
    padding-top: 12px;
  }

  .hero-brand-mark img {
    width: clamp(108px, 30vw, 148px);
  }

  .hero-stage-brand .hero-stage-copy h1 {
    max-width: 12ch;
    font-size: clamp(1.62rem, 8vw, 2.15rem);
  }

  .hero-brand-subtitle {
    font-size: 1rem;
  }

  .contact-brand {
    gap: 12px;
    justify-content: center;
  }

  .contact-brand img {
    width: 92px;
    height: 92px;
  }

  .contact-brand strong {
    font-size: 1.32rem;
  }

  .contact-brand span {
    font-size: 1rem;
  }

  .hero-points {
    width: 100%;
    min-height: 0;
  }

  .hero-points li {
    width: 100%;
    padding: 7px 9px;
    font-size: 0.84rem;
  }

  .hero-stage-monitoring .hero-stage-copy h2 {
    max-width: 12ch;
    font-size: clamp(1.18rem, 6.4vw, 1.48rem);
  }

  .hero-stage-monitoring .hero-stage-copy p {
    max-width: 22ch;
  }

  .hero-cta,
  .about-link,
  .card-link,
  form button,
  .service-contact form button {
    width: 100%;
    min-width: 0;
  }

  .floating-whatsapp {
    right: 16px;
    bottom: calc(16px + env(safe-area-inset-bottom));
    width: 52px;
    height: 52px;
  }

  .floating-whatsapp svg {
    width: 27px;
    height: 27px;
  }

  .floating-whatsapp span {
    display: none;
  }

  .section,
  .service-breadcrumb,
  .service-content,
  .service-details,
  .service-footer-cta {
    padding-right: 16px;
    padding-left: 16px;
  }

  .solution-card {
    height: 380px;
  }

  .brand-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .brand-logo img {
    max-width: min(100%, 360px);
    height: auto;
  }

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

  .solution-card > div {
    gap: 16px;
    padding: 24px 18px;
  }

  .solution-card h3 {
    max-width: 12ch;
    font-size: 1.12rem;
  }

  .about h2 {
    font-size: clamp(2.1rem, 10vw, 2.7rem);
  }

  .about h3 {
    font-size: 1.08rem;
  }

  .about p {
    font-size: 0.98rem;
  }

  .about-person {
    width: 100%;
  }

  .about-person > img {
    width: min(100%, 320px);
  }

  .about-points article,
  .why-grid article,
  .testimonial-grid article,
  .service-content article,
  .service-panel {
    padding: 20px 16px;
  }

  .logo-row article {
    flex: 0 0 min(72vw, 220px);
  }

  .work-track article {
    flex: 0 0 min(78vw, 240px);
  }

  .testimonial-grid article {
    flex: 0 0 min(80vw, 240px);
  }

  .service-breadcrumb {
    padding-top: 22px;
    padding-bottom: 16px;
  }

  .service-hero {
    min-height: 470px;
    padding: 42px 16px;
  }

  .service-hero h1 {
    font-size: clamp(1.95rem, 9vw, 2.6rem);
  }

  .service-location {
    font-size: 1.02rem;
  }

  .service-detail-visual img {
    min-height: 260px;
  }

  .footer {
    padding: 0 16px 0;
  }

  .contact {
    gap: 18px;
    padding-bottom: 16px;
  }
}

@media (max-width: 760px) {
  .hero-stage-brand .hero-stage-copy {
    row-gap: 14px;
  }

  .hero-brand-mark img {
    width: clamp(132px, 29vw, 182px);
  }

  .hero-stage-brand .hero-stage-copy h1 {
    font-size: clamp(2rem, 6.4vw, 2.7rem);
  }

  .contact h2 {
    font-size: clamp(2.08rem, 6.2vw, 2.45rem);
  }

  .contact p,
  .contact-list li {
    font-size: 1rem;
    line-height: 1.68;
  }

  .contact-brand strong {
    font-size: 1.56rem;
  }

  .contact-brand span {
    font-size: 1.06rem;
  }

  .footer-top {
    gap: 18px;
    padding-top: 28px;
    padding-bottom: 24px;
  }

  .footer-top-copy strong {
    font-size: clamp(1.72rem, 8vw, 2.28rem);
  }

  .footer-top-cta {
    width: min(100%, 280px);
    min-height: 54px;
    font-size: 1rem;
  }

  .footer-intro strong {
    font-size: clamp(2.18rem, 7vw, 2.9rem);
  }

  .footer-intro span {
    font-size: 1.1rem;
  }

  .footer-intro p {
    font-size: 1rem;
    line-height: 1.72;
  }

  .footer-column strong {
    font-size: 1.06rem;
  }

  .footer-column a,
  .footer-column span {
    font-size: 1.06rem;
  }

  .footer-meta {
    font-size: 0.98rem;
  }
}

@media (max-width: 520px) {
  .hero-brand-mark img {
    width: clamp(120px, 34vw, 156px);
  }

  .hero-stage-brand .hero-stage-copy h1 {
    font-size: clamp(1.78rem, 7.8vw, 2.18rem);
  }

  .hero-stage-brand .hero-stage-overlay {
    padding-top: 12px;
  }

  .contact h2 {
    font-size: clamp(1.98rem, 8vw, 2.28rem);
  }

  .contact p,
  .contact-list li {
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .contact-brand strong {
    font-size: 1.46rem;
  }

  .contact-brand span {
    font-size: 1.04rem;
  }

  .footer-intro strong {
    font-size: clamp(2rem, 8vw, 2.6rem);
  }

  .footer-intro span {
    font-size: 1.06rem;
  }

  .footer-intro p {
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .footer-column a,
  .footer-column span {
    font-size: 1.02rem;
  }

  .footer-meta {
    font-size: 0.94rem;
  }
}
