:root {
  --ink: #061225;
  --ink-soft: #172d47;
  --night: #020813;
  --night-soft: #061429;
  --paper: #f7fbff;
  --white: #ffffff;
  --muted: #61728a;
  --blue: #0b73ff;
  --blue-deep: #084da8;
  --cyan: #55dcff;
  --cyan-soft: #b8f3ff;
  --gold: #ffca45;
  --line: rgba(25, 99, 184, 0.16);
  --line-dark: rgba(128, 218, 255, 0.18);
  --shadow: 0 30px 90px rgba(2, 24, 53, 0.16);
  --display: "Sora", "Trebuchet MS", sans-serif;
  --sans: "Manrope", "Trebuchet MS", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.65;
}

body.nav-open {
  overflow: hidden;
}

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

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

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 4px;
}

h1,
h2,
h3,
p,
figure {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

h2 {
  margin-bottom: 24px;
  font-family: var(--display);
  font-size: clamp(2.75rem, 4.8vw, 5.2rem);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

h3 {
  margin-bottom: 12px;
  font-family: var(--display);
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.eyebrow {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0 0 20px;
  color: var(--blue-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 34px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  box-shadow: 0 0 12px rgba(85, 220, 255, 0.65);
}

.eyebrow-light {
  color: var(--cyan-soft);
}

.section-light {
  position: relative;
  overflow: hidden;
  padding: clamp(96px, 11vw, 176px) clamp(22px, 6.5vw, 108px);
  background:
    radial-gradient(circle at 88% 10%, rgba(85, 220, 255, 0.12), transparent 24rem),
    linear-gradient(180deg, #ffffff 0%, #f5faff 100%);
}

.section-dark {
  position: relative;
  overflow: hidden;
  padding: clamp(96px, 11vw, 176px) clamp(22px, 6.5vw, 108px);
  color: #edf8ff;
  background:
    radial-gradient(circle at 84% 18%, rgba(20, 120, 255, 0.2), transparent 30rem),
    radial-gradient(circle at 12% 84%, rgba(85, 220, 255, 0.08), transparent 24rem),
    linear-gradient(145deg, var(--night) 0%, #06172f 62%, #03101f 100%);
}

.section-dark::after {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(99, 198, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(99, 198, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, transparent, #000 20%, #000 80%, transparent);
  pointer-events: none;
}

/* Header */
.site-header {
  position: fixed;
  top: 14px;
  right: clamp(14px, 2.2vw, 34px);
  left: clamp(14px, 2.2vw, 34px);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  padding: 7px 12px 7px 10px;
  color: #eef8ff;
  background: rgba(2, 9, 20, 0.66);
  border: 1px solid rgba(164, 228, 255, 0.16);
  border-radius: 18px;
  box-shadow: 0 18px 54px rgba(0, 8, 20, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px) saturate(140%);
  transition: top 260ms ease, min-height 260ms ease, background 260ms ease, box-shadow 260ms ease;
}

body.has-scrolled .site-header {
  top: 8px;
  min-height: 64px;
  background: rgba(2, 10, 22, 0.82);
  border-color: rgba(85, 220, 255, 0.24);
  box-shadow: 0 20px 60px rgba(0, 8, 20, 0.35), 0 0 34px rgba(25, 135, 255, 0.12);
  backdrop-filter: blur(26px) saturate(155%);
}

.brand {
  position: relative;
  display: flex;
  width: auto;
  height: 58px;
  gap: 9px;
  align-items: center;
  border-radius: 12px;
}

.brand img {
  content: url("assets/logo-clean-bee-controle-de-voadores.jpeg");
  width: 58px;
  height: 58px;
  max-width: none;
  object-fit: cover;
  filter: drop-shadow(0 0 14px rgba(85, 220, 255, 0.18));
  transition: width 220ms ease, height 220ms ease, filter 220ms ease;
}

.brand-lockup {
  display: flex;
  min-width: 142px;
  flex-direction: column;
  line-height: 1;
}

.brand-lockup strong {
  color: #ffffff;
  font-family: var(--display);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-lockup small {
  margin-top: 6px;
  color: var(--cyan-soft);
  font-size: 0.53rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

body.has-scrolled .brand {
  height: 50px;
}

body.has-scrolled .brand img {
  width: 50px;
  height: 50px;
  filter: drop-shadow(0 0 18px rgba(85, 220, 255, 0.3));
}

.site-nav {
  display: flex;
  gap: clamp(14px, 2vw, 30px);
  align-items: center;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav > a:not(.nav-cta) {
  position: relative;
  padding: 13px 0;
  color: rgba(235, 246, 255, 0.78);
  transition: color 180ms ease;
}

.site-nav > a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  box-shadow: 0 0 10px var(--cyan);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.site-nav > a:hover,
.site-nav > a.is-active {
  color: #ffffff;
}

.site-nav > a:hover::after,
.site-nav > a.is-active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-cta {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  overflow: hidden;
  align-items: center;
  padding: 11px 18px;
  color: #ffffff;
  background: linear-gradient(120deg, #075ee7, #1baeff);
  border: 1px solid rgba(182, 240, 255, 0.38);
  border-radius: 999px;
  box-shadow: 0 0 24px rgba(27, 174, 255, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.nav-cta:hover {
  box-shadow: 0 0 36px rgba(51, 191, 255, 0.48), 0 12px 30px rgba(0, 74, 180, 0.3);
  transform: translateY(-2px);
}

.nav-toggle {
  display: none;
}

.header-phone {
  display: none;
}

/* Hero */
.hero {
  --hero-parallax-y: 0px;
  --hero-backdrop-y: 0px;
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  color: #ffffff;
  background: #020813;
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media {
  z-index: -3;
  overflow: hidden;
  background: #020813;
}

.hero-media::before {
  position: absolute;
  inset: -7%;
  content: "";
  background: url("assets/controle-de-pombos-curitiba-hero.jpg") center 48% / cover no-repeat;
  filter: blur(10px) saturate(1.05) brightness(0.52);
  opacity: 0.52;
  transform: translate3d(0, var(--hero-backdrop-y), 0) scale(1.09);
  will-change: transform;
}

.hero-media img {
  position: absolute;
  top: 0;
  right: 0;
  width: min(70vw, 1080px);
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: right center;
  filter: saturate(1.12) contrast(1.06) brightness(0.93);
  transform: translate3d(0, var(--hero-parallax-y), 0);
  will-change: transform;
}

.hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(1, 7, 17, 0.99) 0%, rgba(1, 9, 21, 0.9) 37%, rgba(2, 10, 22, 0.24) 65%, rgba(2, 8, 18, 0.04) 100%),
    linear-gradient(180deg, rgba(2, 8, 18, 0.3) 0%, transparent 44%, rgba(2, 8, 18, 0.82) 100%);
}

.hero::after {
  position: absolute;
  right: -8%;
  bottom: -35%;
  z-index: -1;
  width: min(68vw, 900px);
  aspect-ratio: 1;
  content: "";
  background: radial-gradient(circle, rgba(17, 134, 255, 0.25), transparent 67%);
  pointer-events: none;
}

.hero-orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(85, 220, 255, 0.16);
  border-radius: 50%;
  box-shadow: inset 0 0 38px rgba(23, 131, 255, 0.08), 0 0 42px rgba(85, 220, 255, 0.06);
  pointer-events: none;
}

.orbit-one {
  top: 18%;
  right: 7%;
  width: 28vw;
  min-width: 340px;
  aspect-ratio: 1;
  animation: orbitFloat 10s ease-in-out infinite;
}

.orbit-two {
  top: 28%;
  right: 12%;
  width: 18vw;
  min-width: 220px;
  aspect-ratio: 1;
  animation: orbitFloat 8s ease-in-out 1s infinite reverse;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: calc(100svh - 116px);
  max-width: 780px;
  flex-direction: column;
  justify-content: center;
  padding: 138px 0 150px clamp(22px, 6.5vw, 108px);
  animation: riseIn 760ms cubic-bezier(0.2, 0.72, 0.2, 1) both;
}

.hero h1 {
  margin: 0 0 28px;
  font-family: var(--display);
  max-width: 920px;
  font-size: clamp(3.7rem, 6.8vw, 7.2rem);
  font-weight: 600;
  letter-spacing: -0.07em;
  line-height: 0.94;
  text-shadow: 0 20px 60px rgba(0, 0, 0, 0.38);
}

.hero h1 em {
  display: block;
  margin-top: 16px;
  color: var(--cyan-soft);
  font-size: 0.62em;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1;
  text-shadow: 0 0 32px rgba(85, 220, 255, 0.3);
}

.hero-lead {
  max-width: 650px;
  margin-bottom: 32px;
  color: rgba(232, 244, 255, 0.82);
  font-size: clamp(1rem, 1.45vw, 1.25rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  position: relative;
  display: inline-flex;
  min-height: 56px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  padding: 15px 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  isolation: isolate;
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
}

.button::before {
  position: absolute;
  top: -70%;
  bottom: -70%;
  left: -35%;
  width: 22%;
  content: "";
  background: rgba(255, 255, 255, 0.72);
  filter: blur(7px);
  opacity: 0;
  transform: rotate(18deg);
  transition: left 620ms ease, opacity 180ms ease;
}

.button:hover {
  transform: translateY(-3px);
}

.button:hover::before {
  left: 118%;
  opacity: 0.7;
}

.button-primary {
  color: #ffffff;
  background: linear-gradient(125deg, #0759de 0%, #0d8dff 58%, #55dcff 130%);
  border-color: rgba(174, 237, 255, 0.38);
  box-shadow: 0 16px 38px rgba(3, 94, 221, 0.35), 0 0 30px rgba(85, 220, 255, 0.2);
}

.button-primary:hover {
  box-shadow: 0 22px 48px rgba(3, 94, 221, 0.42), 0 0 44px rgba(85, 220, 255, 0.42);
}

.button-glass {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(189, 233, 255, 0.24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.button-glass:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(85, 220, 255, 0.5);
  box-shadow: 0 0 28px rgba(85, 220, 255, 0.16);
}

.hero-note {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 18px 0 0;
  color: rgba(225, 241, 255, 0.66);
  font-size: 0.78rem;
  font-weight: 600;
}

.hero-note span {
  width: 7px;
  height: 7px;
  background: var(--cyan);
  border-radius: 50%;
  box-shadow: 0 0 16px var(--cyan);
  animation: pulse 1.8s ease-in-out infinite;
}

.hero-status {
  position: absolute;
  right: clamp(22px, 6.5vw, 108px);
  bottom: 34px;
  left: clamp(22px, 6.5vw, 108px);
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 940px;
  margin-left: auto;
  overflow: hidden;
  background: rgba(3, 13, 28, 0.56);
  border: 1px solid rgba(150, 224, 255, 0.18);
  border-radius: 14px;
  box-shadow: 0 24px 70px rgba(0, 7, 17, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(20px) saturate(140%);
}

.hero-status div {
  padding: 17px 24px;
  border-right: 1px solid rgba(150, 224, 255, 0.14);
}

.hero-status div:last-child {
  border-right: 0;
}

.hero-status strong,
.hero-status span {
  display: block;
}

.hero-status strong {
  color: #ffffff;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-status span {
  margin-top: 3px;
  color: rgba(210, 231, 246, 0.56);
  font-size: 0.7rem;
}

.confidence-rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  color: #dcefff;
  background: #020813;
  border-top: 1px solid rgba(85, 220, 255, 0.18);
  border-bottom: 1px solid rgba(85, 220, 255, 0.14);
}

.confidence-rail span {
  position: relative;
  display: flex;
  min-height: 84px;
  align-items: center;
  justify-content: center;
  padding: 20px 28px;
  border-right: 1px solid rgba(85, 220, 255, 0.12);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
}

.confidence-rail span::before {
  width: 5px;
  height: 5px;
  margin-right: 12px;
  content: "";
  background: var(--cyan);
  border-radius: 50%;
  box-shadow: 0 0 13px var(--cyan);
}

/* Audience */
.section-intro {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(420px, 1.2fr);
  gap: clamp(34px, 7vw, 120px);
  max-width: 1500px;
  margin: 0 auto clamp(54px, 7vw, 96px);
}

.section-intro .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -8px;
}

.section-intro h2 {
  margin-bottom: 0;
}

.section-intro > p:last-child {
  max-width: 650px;
  align-self: end;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
}

.audience {
  padding-top: clamp(48px, 4.5vw, 72px);
  padding-bottom: clamp(56px, 5vw, 80px);
  padding-bottom: clamp(54px, 6vw, 86px);
  isolation: isolate;
  background:
    linear-gradient(rgba(21, 116, 210, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 116, 210, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 90% 8%, rgba(60, 207, 255, 0.16), transparent 28rem),
    linear-gradient(180deg, #ffffff 0%, #f4f9fe 100%);
  background-size: 72px 72px, 72px 72px, auto, auto;
}

.audience::before {
  position: absolute;
  top: 84px;
  right: -120px;
  z-index: -1;
  width: 520px;
  height: 520px;
  content: "";
  border: 1px solid rgba(23, 139, 232, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 0 72px rgba(23, 139, 232, 0.025), 0 0 0 144px rgba(23, 139, 232, 0.018);
}

.audience-intro {
  grid-template-columns: minmax(420px, 1.05fr) minmax(520px, 0.95fr);
  gap: clamp(50px, 7vw, 130px);
  align-items: end;
  max-width: 1660px;
  margin-bottom: clamp(44px, 5vw, 72px);
}

.audience-heading {
  position: relative;
  padding-top: 22px;
}

.audience-heading::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 76px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, var(--blue), var(--cyan), transparent);
  box-shadow: 0 0 14px rgba(85, 220, 255, 0.42);
}

.audience-heading .eyebrow {
  margin-bottom: clamp(28px, 4vw, 52px);
}

.audience-heading h2 {
  max-width: 800px;
  margin: 0;
  font-size: clamp(3.4rem, 5.15vw, 6.2rem);
  line-height: 0.98;
}

.audience-heading h2 em {
  margin-left: 0;
  color: var(--blue);
  font-style: normal;
  text-shadow: 0 0 18px rgba(11, 115, 255, 0.32), 0 0 38px rgba(85, 220, 255, 0.2);
}

.audience-brief {
  position: relative;
  overflow: hidden;
  padding: clamp(30px, 3.4vw, 52px);
  color: #ffffff;
  background:
    linear-gradient(rgba(121, 211, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(121, 211, 255, 0.055) 1px, transparent 1px),
    radial-gradient(circle at 100% 0%, rgba(34, 171, 255, 0.26), transparent 20rem),
    linear-gradient(145deg, #06172f, #020a17 76%);
  background-size: 36px 36px, 36px 36px, auto, auto;
  border: 1px solid rgba(70, 191, 255, 0.24);
  box-shadow: 0 28px 80px rgba(3, 29, 60, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 0 100%);
}

.audience-brief::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
  content: "";
  background: linear-gradient(225deg, transparent 48%, rgba(85, 220, 255, 0.55) 50%, transparent 54%);
}

.audience-brief-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(123, 213, 255, 0.16);
  color: var(--cyan-soft);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.audience-brief-label b {
  color: rgba(208, 238, 252, 0.45);
  font-size: 0.6rem;
}

.audience-brief > p {
  max-width: 660px;
  margin-bottom: 34px;
  color: rgba(223, 240, 253, 0.76);
  font-size: clamp(1rem, 1.2vw, 1.16rem);
  line-height: 1.72;
}

.audience-specs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(123, 213, 255, 0.14);
}

.audience-specs div {
  min-width: 0;
  padding: 20px 17px 0 0;
  border-right: 1px solid rgba(123, 213, 255, 0.13);
}

.audience-specs div:not(:first-child) {
  padding-left: 17px;
}

.audience-specs div:last-child {
  padding-right: 0;
  border-right: 0;
}

.audience-specs span,
.audience-specs strong,
.audience-specs small {
  display: block;
}

.audience-specs span {
  margin-bottom: 17px;
  color: var(--cyan);
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 600;
}

.audience-specs strong {
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 0.74rem;
}

.audience-specs small {
  color: rgba(208, 235, 249, 0.48);
  font-size: 0.64rem;
  line-height: 1.5;
}

.three-a-intro {
  max-width: 680px;
  margin-bottom: 26px;
}

.three-a-intro > span {
  display: block;
  margin-bottom: 9px;
  color: var(--cyan);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.three-a-intro h3 {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: clamp(1.45rem, 2vw, 2.1rem);
  line-height: 1.08;
}

.three-a-intro p {
  margin: 0;
  color: rgba(223, 240, 253, 0.72);
  font-size: clamp(0.88rem, 1vw, 1rem);
  line-height: 1.65;
}
.three-a-system div {
  position: relative;
  overflow: hidden;
  transition: background 240ms ease, box-shadow 240ms ease, transform 240ms ease;
}

.three-a-system div::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background: linear-gradient(112deg, transparent 12%, rgba(85, 220, 255, 0.03) 34%, rgba(85, 220, 255, 0.2) 50%, rgba(11, 115, 255, 0.05) 66%, transparent 88%);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-120%);
  animation: threeAScan 6s ease-in-out infinite;
}

.three-a-system div:nth-child(2)::before {
  animation-delay: 0.75s;
}

.three-a-system div:nth-child(3)::before {
  animation-delay: 1.5s;
}

.three-a-system span,
.three-a-system strong,
.three-a-system small {
  position: relative;
  z-index: 1;
}

.three-a-system span {
  font-size: 2rem;
  text-shadow: 0 0 12px rgba(85, 220, 255, 0.72), 0 0 28px rgba(11, 115, 255, 0.44);
  animation: threeAPulse 3.6s ease-in-out infinite;
}

.three-a-system div:nth-child(2) span {
  animation-delay: 0.55s;
}

.three-a-system div:nth-child(3) span {
  animation-delay: 1.1s;
}

.three-a-system div:hover {
  background: rgba(19, 130, 230, 0.12);
  box-shadow: inset 0 0 28px rgba(85, 220, 255, 0.08);
  transform: translateY(-4px);
}

.three-a-system div:hover span {
  color: #ffffff;
  text-shadow: 0 0 14px rgba(85, 220, 255, 1), 0 0 34px rgba(11, 115, 255, 0.72);
}

@keyframes threeAScan {
  0%, 14% {
    opacity: 0;
    transform: translateX(-120%);
  }
  28%, 48% {
    opacity: 1;
  }
  66%, 100% {
    opacity: 0;
    transform: translateX(120%);
  }
}

@keyframes threeAPulse {
  0%, 100% {
    color: var(--cyan);
    filter: brightness(1);
    transform: translateY(0) scale(1);
  }
  50% {
    color: #ffffff;
    filter: brightness(1.2);
    transform: translateY(-2px) scale(1.06);
  }
}
.audience-scope-rail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1660px;
  margin: 0 auto;
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(13, 102, 194, 0.13);
  border-bottom: 0;
  backdrop-filter: blur(14px);
}

.audience-scope-rail span {
  display: flex;
  min-height: 68px;
  gap: 11px;
  align-items: center;
  justify-content: center;
  padding: 16px 26px;
  border-right: 1px solid rgba(13, 102, 194, 0.12);
  font-size: 0.72rem;
}

.audience-scope-rail span:last-child {
  border-right: 0;
}

.audience-scope-rail b {
  color: var(--blue);
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.audience-panels {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 16px;
  max-width: 1660px;
  margin: 0 auto;
  padding: 16px;
  background: linear-gradient(135deg, rgba(2, 18, 39, 0.96), rgba(5, 47, 91, 0.92));
  box-shadow: 0 38px 100px rgba(1, 27, 59, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  perspective: 1800px;
}

.audience-panel {
  position: relative;
  min-height: clamp(560px, 46vw, 710px);
  overflow: hidden;
  border: 1px solid rgba(138, 221, 255, 0.18);
  box-shadow: 0 22px 60px rgba(0, 6, 17, 0.28);
  isolation: isolate;
}

.audience-panel img {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.06) brightness(0.9);
  transition: transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 600ms ease;
}

.audience-panel:first-child img {
  transform: scale(1.22);
}

.audience-panel-industrial img {
  object-position: 54% center;
}

.audience-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(1, 8, 18, 0.12) 8%, rgba(2, 9, 20, 0.28) 42%, rgba(2, 9, 20, 0.94) 100%),
    linear-gradient(110deg, rgba(4, 32, 66, 0.18), transparent 48%, rgba(7, 106, 230, 0.22));
}

.audience-panel::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(rgba(142, 220, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(142, 220, 255, 0.055) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 58%);
}

.interactive-glow::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: radial-gradient(circle 300px at var(--mx, 50%) var(--my, 50%), rgba(85, 220, 255, 0.18), transparent 72%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 280ms ease;
}

.interactive-glow:hover::after {
  opacity: 1;
}

.audience-panel:hover img {
  filter: saturate(1.08) contrast(1.08) brightness(0.96);
  transform: scale(1.055);
}

.audience-panel:first-child:hover img {
  transform: scale(1.28);
}

.audience-panel-frame {
  position: absolute;
  inset: 18px;
  z-index: 1;
  pointer-events: none;
}

.audience-panel-frame span {
  position: absolute;
  width: 34px;
  height: 34px;
  border-color: rgba(128, 225, 255, 0.64);
}

.audience-panel-frame span:nth-child(1) {
  top: 0;
  left: 0;
  border-top: 1px solid;
  border-left: 1px solid;
}

.audience-panel-frame span:nth-child(2) {
  top: 0;
  right: 0;
  border-top: 1px solid;
  border-right: 1px solid;
}

.audience-panel-frame span:nth-child(3) {
  right: 0;
  bottom: 0;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.audience-panel-frame span:nth-child(4) {
  bottom: 0;
  left: 0;
  border-bottom: 1px solid;
  border-left: 1px solid;
}

.audience-panel-top {
  position: absolute;
  top: 38px;
  right: 40px;
  left: 40px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  transform: translateZ(28px);
}

.audience-panel-top span {
  padding: 8px 11px;
  color: var(--cyan-soft);
  background: rgba(2, 14, 29, 0.56);
  border: 1px solid rgba(115, 220, 255, 0.26);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.audience-panel-top strong {
  color: rgba(235, 247, 255, 0.72);
  font-size: 0.58rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.audience-copy {
  position: absolute;
  right: clamp(26px, 4vw, 58px);
  bottom: clamp(30px, 5vw, 68px);
  left: clamp(26px, 4vw, 58px);
  z-index: 2;
  color: #ffffff;
  transform: translateZ(42px);
}

.audience-copy > p {
  margin-bottom: 12px;
  color: var(--cyan-soft);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.audience-copy h3 {
  max-width: 760px;
  font-size: clamp(3rem, 4.35vw, 5rem);
  line-height: 0.93;
}

.audience-copy > span {
  display: block;
  max-width: 500px;
  margin-bottom: 28px;
  color: rgba(232, 244, 255, 0.72);
}

.audience-copy a,
.inline-link {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  color: #ffffff;
  background: rgba(5, 24, 45, 0.62);
  border: 1px solid rgba(85, 220, 255, 0.38);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.audience-copy a b,
.inline-link span {
  color: var(--cyan);
  font-size: 1rem;
  transition: transform 180ms ease;
}

.audience-copy a:hover,
.inline-link:hover {
  color: var(--cyan-soft);
  border-color: var(--cyan);
  background: rgba(6, 77, 145, 0.76);
  box-shadow: 0 0 28px rgba(85, 220, 255, 0.2);
}

.audience-copy a:hover b,
.inline-link:hover span {
  transform: translate(4px, -4px);
}

/* Industrial-first application hierarchy */
.audience-panels {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
}

.audience-panel-industrial,
.audience-panel-residential {
  min-height: clamp(500px, 36vw, 600px);
}

.audience-panels .audience-panel-industrial img {
  object-position: 54% center;
  transform: scale(1);
}

.audience-panels .audience-panel-industrial:hover img {
  transform: scale(1.055);
}

.audience-panels .audience-panel-residential img {
  object-position: center 46%;
  transform: scale(1.04);
}

.audience-panels .audience-panel-residential:hover img {
  transform: scale(1.09);
}

.audience-panel-residential .audience-copy h3 {
  font-size: clamp(2.6rem, 3.7vw, 4.2rem);
}
/* Health and prevention */
.health-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 8%, rgba(85, 220, 255, 0.18), transparent 25rem),
    linear-gradient(135deg, #eaf6ff 0%, #ffffff 72%);
  border-top: 1px solid rgba(20, 132, 218, 0.22);
  box-shadow: 0 -18px 52px rgba(12, 61, 104, 0.1);
}

.health-content h2 em {
  color: var(--blue);
  font-style: normal;
  text-shadow: 0 0 18px rgba(11, 115, 255, 0.2), 0 0 36px rgba(85, 220, 255, 0.12);
}
.health-visual {
  position: relative;
  min-height: clamp(620px, 55vw, 900px);
  overflow: hidden;
  isolation: isolate;
  margin: clamp(20px, 2vw, 34px);
  border: 1px solid rgba(71, 177, 241, 0.2);
  border-radius: 18px;
  box-shadow: 0 26px 70px rgba(3, 37, 72, 0.18);
}

.health-visual img {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
  filter: saturate(0.9) contrast(1.08);
  transition: transform 800ms ease, filter 600ms ease;
}

.health-visual:hover img {
  filter: saturate(1.05) contrast(1.1);
  transform: scale(1.035);
}

.health-visual-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(2, 10, 22, 0.05) 24%, rgba(2, 10, 22, 0.92) 100%),
    linear-gradient(115deg, rgba(5, 79, 173, 0.18), transparent 62%);
}

.health-visual::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: radial-gradient(circle at 75% 28%, rgba(85, 220, 255, 0.2), transparent 17rem);
  pointer-events: none;
}

.health-visual-copy {
  position: absolute;
  right: clamp(30px, 4vw, 64px);
  bottom: clamp(96px, 9vw, 150px);
  left: clamp(30px, 4vw, 64px);
  color: #ffffff;
}

.health-visual-copy span,
.health-visual-copy strong,
.health-visual-copy small {
  display: block;
}

.health-visual-copy span {
  margin-bottom: 16px;
  color: var(--cyan-soft);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.health-visual-copy strong {
  max-width: 560px;
  margin-bottom: 18px;
  font-family: var(--display);
  font-size: clamp(1.9rem, 2.15vw, 2.8rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.04;
  overflow-wrap: break-word;
}

.health-visual-copy small {
  max-width: 470px;
  color: rgba(222, 239, 252, 0.66);
  font-size: 0.82rem;
  line-height: 1.65;
}

.health-content {
  min-width: 0;
  padding: clamp(70px, 6vw, 100px) clamp(34px, 4.5vw, 80px);
}

.health-content h2 {
  max-width: 900px;
  font-size: clamp(2.5rem, 2.8vw, 3.75rem);
  letter-spacing: -0.045em;
  line-height: 1.03;
  overflow-wrap: break-word;
}

.health-lead {
  max-width: 820px;
  margin-bottom: 40px;
  color: var(--muted);
  font-size: clamp(0.98rem, 1vw, 1.1rem);
  line-height: 1.72;
}

.health-urgency {
  display: flex;
  gap: 14px 20px;
  align-items: center;
  flex-wrap: wrap;
  margin: -12px 0 38px;
  padding: 17px 20px;
  color: #ffffff;
  background: linear-gradient(110deg, #06162d, #092d53 72%, #071a33);
  border: 1px solid rgba(85, 220, 255, 0.18);
  border-left: 3px solid var(--gold);
  box-shadow: 0 18px 42px rgba(3, 29, 60, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.health-urgency span {
  color: var(--gold);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.health-urgency strong {
  flex: 1 1 340px;
  font-family: var(--display);
  font-size: clamp(0.92rem, 1.1vw, 1.08rem);
  font-weight: 600;
  line-height: 1.35;
}
.disease-highlight {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 5vw, 74px);
  margin-bottom: 40px;
  padding: clamp(28px, 3vw, 42px) 0;
  border-top: 1px solid rgba(11, 115, 255, 0.24);
  border-bottom: 1px solid rgba(11, 115, 255, 0.24);
}

.disease-title span {
  display: block;
  margin-bottom: 10px;
  color: var(--blue-deep);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.disease-title h3 {
  margin: 0;
  color: var(--blue-deep);
  font-size: clamp(2rem, 2vw, 2.45rem);
  line-height: 1;
  overflow-wrap: break-word;
  white-space: nowrap;
}

.disease-highlight p {
  margin-bottom: 18px;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.disease-highlight a {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding-bottom: 5px;
  color: var(--blue-deep);
  border-bottom: 1px solid rgba(11, 115, 255, 0.34);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color 180ms ease, border-color 180ms ease;
}

.disease-highlight a span {
  color: var(--blue);
  transition: transform 180ms ease;
}

.disease-highlight a:hover {
  color: var(--blue);
  border-color: var(--cyan);
}

.disease-highlight a:hover span {
  transform: translate(4px, -4px);
}

.health-strategy {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 36px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.health-strategy article {
  min-height: 168px;
  padding: 25px clamp(18px, 2vw, 30px);
  border-right: 1px solid var(--line);
  transition: background 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.health-strategy article:last-child {
  border-right: 0;
}

.health-strategy article:hover {
  z-index: 1;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 24px 60px rgba(4, 61, 126, 0.09);
  transform: translateY(-5px);
}

.health-strategy article > span {
  display: block;
  margin-bottom: 24px;
  color: var(--blue);
  font-size: 0.66rem;
  font-weight: 800;
}

.health-strategy strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-family: var(--display);
  font-size: 1rem;
}

.health-strategy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.6;
}

.health-alert {
  position: relative;
  margin: 0 0 22px;
  padding: 20px 22px 20px 50px;
  color: #19344f;
  background: rgba(219, 243, 255, 0.62);
  border-left: 2px solid var(--blue);
  font-size: 0.82rem;
}

.health-alert::before {
  position: absolute;
  top: 20px;
  left: 20px;
  color: var(--blue);
  content: "!";
  font-family: var(--display);
  font-weight: 700;
}

.health-conclusion {
  max-width: 890px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.7;
}

.health-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  margin-top: 34px;
}

.health-actions .button {
  width: fit-content;
}

/* System */
.system-section::before {
  position: absolute;
  top: -180px;
  left: 48%;
  width: 640px;
  height: 360px;
  content: "";
  background: radial-gradient(ellipse, rgba(19, 122, 255, 0.2), transparent 68%);
  filter: blur(18px);
}

.system-section {
  position: relative;
  isolation: isolate;
  padding-top: clamp(48px, 4.5vw, 72px);
  padding-bottom: clamp(56px, 5vw, 80px);
  background:
    radial-gradient(circle at 78% 18%, rgba(11, 115, 255, 0.3), transparent 30rem),
    radial-gradient(circle at 24% 74%, rgba(85, 220, 255, 0.08), transparent 24rem),
    linear-gradient(145deg, #020813 0%, #061a36 58%, #031020 100%);
}

.system-section::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background:
    linear-gradient(rgba(92, 198, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(92, 198, 255, 0.045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, transparent, #000 14%, #000 86%, transparent);
  pointer-events: none;
}

.system-section > * {
  position: relative;
  z-index: 2;
}
.system-heading {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(360px, 1.2fr) minmax(320px, 0.8fr);
  gap: clamp(44px, 8vw, 130px);
  max-width: 1480px;
  margin: 0 auto clamp(54px, 7vw, 100px);
}

.system-heading h2 {
  max-width: 920px;
  margin-bottom: 0;
  color: #ffffff;
}

.system-heading h2 em {
  color: var(--cyan);
  font-style: normal;
  text-shadow: 0 0 18px rgba(85, 220, 255, 0.24), 0 0 44px rgba(11, 115, 255, 0.2);
}
.system-description {
  align-self: center;
}

.system-description p {
  margin-bottom: 28px;
  color: rgba(211, 231, 247, 0.68);
  font-size: clamp(1rem, 1.25vw, 1.16rem);
}

.system-tech-label {
  display: block;
  margin-bottom: 14px;
  color: var(--cyan);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.system-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 28px;
  padding: 0;
  border: 1px solid rgba(85, 220, 255, 0.16);
  list-style: none;
}

.system-benefits li {
  position: relative;
  min-height: 58px;
  padding: 18px 12px 16px 30px;
  color: rgba(234, 248, 255, 0.82);
  border-right: 1px solid rgba(85, 220, 255, 0.14);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.system-benefits li:last-child {
  border-right: 0;
}

.system-benefits li::before {
  position: absolute;
  top: 50%;
  left: 14px;
  width: 6px;
  height: 6px;
  content: "";
  background: var(--cyan);
  border-radius: 50%;
  box-shadow: 0 0 14px rgba(85, 220, 255, 0.85);
  transform: translateY(-50%);
}

.system-benefit-grid li {
  background: linear-gradient(180deg, rgba(15, 78, 141, 0.08), transparent);
  transition: background 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.system-benefit-grid li:hover {
  background: rgba(16, 115, 205, 0.13);
  box-shadow: inset 0 0 30px rgba(85, 220, 255, 0.06);
  transform: translateY(-3px);
}
.system-showcase {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
  overflow: hidden;
  padding: 10px 10px 0;
  background: linear-gradient(145deg, rgba(10, 43, 82, 0.84), rgba(1, 8, 18, 0.96));
  border: 1px solid rgba(105, 211, 255, 0.3);
  box-shadow: 0 42px 120px rgba(0, 5, 14, 0.58), 0 0 55px rgba(16, 116, 255, 0.16);
  isolation: isolate;
}

.system-showcase img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  background: #020813;
  transition: filter 600ms ease;
}

.system-showcase:hover img {
  filter: saturate(1.12) contrast(1.04);
}

.system-showcase figcaption {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  padding: 18px 14px 19px;
  background: transparent;
  border-top: 1px solid rgba(120, 218, 255, 0.16);
}

.system-showcase figcaption small,
.system-showcase figcaption strong {
  display: block;
}

.system-showcase figcaption small {
  color: var(--cyan-soft);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.system-showcase figcaption strong {
  margin-top: 3px;
  color: #ffffff;
  font-size: 0.8rem;
}

.system-showcase figcaption a {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  align-items: center;
  color: var(--cyan-soft);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.system-showcase figcaption a b {
  color: var(--cyan);
  font-size: 0.9rem;
  transition: transform 180ms ease;
}

.system-showcase figcaption a:hover b {
  transform: translate(3px, -3px);
}

.system-float {
  position: absolute;
  z-index: 3;
  display: none;
  gap: 12px;
  align-items: center;
  padding: 13px 16px;
  color: #ffffff;
  background: rgba(2, 12, 28, 0.7);
  border: 1px solid rgba(102, 216, 255, 0.34);
  border-radius: 12px;
  box-shadow: 0 18px 50px rgba(0, 8, 22, 0.38), 0 0 28px rgba(30, 151, 255, 0.2);
  font-size: 0.68rem;
  text-transform: uppercase;
  backdrop-filter: blur(16px);
  animation: systemCardFloat 5s ease-in-out infinite;
}

.system-float span {
  color: var(--cyan);
  font-weight: 800;
}

.system-float strong {
  letter-spacing: 0.04em;
}

.system-float-a {
  top: 20%;
  left: 4%;
}

.system-float-b {
  right: 4%;
  bottom: 22%;
  animation-delay: -2.4s;
}

.system-specs {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1320px;
  margin: 34px auto 0;
  padding: 0;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  list-style: none;
}

.system-specs li {
  display: flex;
  gap: 20px;
  min-height: 150px;
  padding: 30px 26px;
  border-right: 1px solid var(--line-dark);
  transition: background 220ms ease;
}

.system-specs li:last-child {
  border-right: 0;
}

.system-specs li:hover {
  background: rgba(85, 220, 255, 0.055);
}

.system-specs li > span {
  color: var(--cyan);
  font-size: 0.68rem;
  font-weight: 800;
}

.system-specs strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 0.88rem;
  text-transform: uppercase;
}

.system-specs p {
  margin: 0;
  color: rgba(205, 228, 245, 0.56);
  font-size: 0.84rem;
}

/* Technical trail and 3D cards */
.technical-lab {
  position: relative;
  padding-top: clamp(48px, 4.5vw, 72px);
  padding-bottom: clamp(56px, 5vw, 80px);
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(rgba(10, 95, 185, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 95, 185, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 10% 18%, rgba(11, 115, 255, 0.09), transparent 24rem),
    radial-gradient(circle at 92% 80%, rgba(85, 220, 255, 0.13), transparent 26rem),
    linear-gradient(180deg, #ffffff 0%, #eef8ff 100%);
  background-size: 72px 72px, 72px 72px, auto, auto, auto;
}

.technical-lab::before {
  position: absolute;
  top: 24%;
  left: 50%;
  width: min(86vw, 1380px);
  height: 320px;
  content: "";
  background:
    radial-gradient(ellipse at center, rgba(83, 216, 255, 0.18), rgba(19, 119, 232, 0.045) 42%, transparent 72%);
  filter: blur(10px);
  opacity: 0.72;
  pointer-events: none;
  transform: translateX(-50%);
  animation: technicalAura 11s ease-in-out infinite;
}

.technical-lab::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(112deg, transparent 15%, rgba(255, 255, 255, 0.72) 34%, transparent 48%),
    radial-gradient(circle at 50% 42%, transparent 0 24%, rgba(25, 130, 232, 0.055) 24.2%, transparent 24.5%);
  background-size: 180% 100%, 100% 100%;
  opacity: 0.5;
  pointer-events: none;
  animation: technicalSheen 14s ease-in-out infinite;
}

.technical-lab > * {
  position: relative;
  z-index: 1;
}

.technical-heading {
  display: grid;
  grid-template-columns: minmax(380px, 1.15fr) minmax(320px, 0.85fr);
  gap: clamp(40px, 8vw, 130px);
  max-width: 1500px;
  margin: 0 auto clamp(58px, 8vw, 110px);
}

.technical-heading h2 {
  max-width: 880px;
  margin-bottom: 0;
}

.technical-heading > div:last-child {
  max-width: 620px;
  align-self: center;
}

.technical-heading > div:last-child p {
  color: var(--muted);
}

.technical-trail {
  --trail-progress: 0%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  max-width: 1500px;
  margin: 0 auto clamp(72px, 9vw, 130px);
  padding: 0;
  list-style: none;
}

.technical-trail::before {
  position: absolute;
  top: 26px;
  right: 8%;
  left: 8%;
  height: 2px;
  content: "";
  background: rgba(9, 78, 155, 0.14);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.36);
}

.technical-trail::after {
  position: absolute;
  top: 25px;
  left: 8%;
  width: var(--trail-progress);
  height: 4px;
  content: "";
  background: linear-gradient(90deg, #0b73ff, #55dcff 62%, #d9faff 100%);
  border-radius: 999px;
  box-shadow: 0 0 8px rgba(11, 115, 255, 0.8), 0 0 26px rgba(85, 220, 255, 0.72), 0 0 58px rgba(85, 220, 255, 0.32);
  opacity: 0;
  transition: width 820ms cubic-bezier(0.2, 0.72, 0.2, 1), opacity 240ms ease;
}

.technical-trail.is-running::after {
  opacity: 1;
}

.technical-trail.is-resetting::after {
  opacity: 0;
  transition: opacity 180ms ease;
}

.technical-trail li {
  position: relative;
  z-index: 1;
  min-height: 180px;
  padding: 0 clamp(10px, 2vw, 28px);
  text-align: center;
}

.technical-trail li > span {
  position: relative;
  isolation: isolate;
  display: grid;
  width: 54px;
  height: 54px;
  margin: 0 auto 30px;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(145deg, #071a34, #0a75e8);
  border: 1px solid rgba(85, 220, 255, 0.48);
  border-radius: 50%;
  box-shadow: 0 14px 36px rgba(5, 70, 145, 0.24), 0 0 24px rgba(85, 220, 255, 0.22);
  font-size: 0.66rem;
  font-weight: 800;
  transition: transform 260ms ease, box-shadow 300ms ease, background 300ms ease, filter 300ms ease;
}

.technical-trail li > span::before,
.technical-trail li > span::after {
  position: absolute;
  content: "";
  border-radius: inherit;
  pointer-events: none;
}

.technical-trail li > span::before {
  z-index: -1;
  inset: -9px;
  border: 1px solid rgba(85, 220, 255, 0.24);
  opacity: 0;
  transform: scale(0.72);
}

.technical-trail li > span::after {
  z-index: -2;
  inset: -20px;
  background: radial-gradient(circle, rgba(85, 220, 255, 0.34), transparent 68%);
  opacity: 0;
}

.technical-trail li.is-active > span {
  background: linear-gradient(145deg, #086cf1, #48d9ff);
  box-shadow: 0 16px 42px rgba(5, 70, 145, 0.34), 0 0 18px rgba(85, 220, 255, 0.82), 0 0 42px rgba(85, 220, 255, 0.42);
  filter: brightness(1.1);
}

.technical-trail li.is-active > span::after {
  opacity: 0.75;
}

.technical-trail li.is-active strong {
  color: #0756af;
  text-shadow: 0 0 18px rgba(85, 220, 255, 0.34);
}

.technical-trail li.is-current > span {
  box-shadow: 0 18px 48px rgba(5, 70, 145, 0.38), 0 0 20px rgba(85, 220, 255, 1), 0 0 58px rgba(85, 220, 255, 0.68);
  filter: brightness(1.25);
  transform: translateY(-6px) scale(1.07);
}

.technical-trail li.is-current > span::before {
  animation: trailStepPulse 1.05s ease-out infinite;
}

.technical-trail li:hover > span {
  box-shadow: 0 18px 44px rgba(5, 70, 145, 0.3), 0 0 38px rgba(85, 220, 255, 0.5);
  transform: translateY(-7px) scale(1.06);
}

.technical-trail strong,
.technical-trail small {
  display: block;
}

.technical-trail strong {
  margin-bottom: 9px;
  color: var(--ink);
  font-family: var(--display);
  font-size: 0.88rem;
  transition: color 260ms ease, text-shadow 260ms ease;
}

.technical-trail small {
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.55;
}

.flip-deck {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2.6vw, 38px);
  max-width: 1500px;
  margin: 0 auto 44px;
  perspective: 1900px;
  perspective-origin: center 42%;
}

.flip-card {
  position: relative;
  isolation: isolate;
  min-height: 470px;
  color: inherit;
  cursor: pointer;
  outline: none;
  perspective: 1800px;
  transform-style: preserve-3d;
}

.flip-card-industrial {
  transform: translateY(-12px);
}

.flip-card-industrial::before {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 6;
  padding: 8px 11px;
  content: none;
  color: #021226;
  background: linear-gradient(120deg, var(--cyan), #8ceaff);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 999px;
  box-shadow: 0 0 24px rgba(85, 220, 255, 0.5);
  font-size: 0.54rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  pointer-events: none;
}

.flip-card-industrial .flip-face {
  border: 1px solid rgba(85, 220, 255, 0.62);
  box-shadow: 0 34px 90px rgba(3, 58, 112, 0.24), 0 0 44px rgba(85, 220, 255, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.flip-card-industrial .flip-front {
  background:
    radial-gradient(circle at 78% 18%, rgba(85, 220, 255, 0.48), transparent 17rem),
    linear-gradient(145deg, #020d20 0%, #07509a 100%);
  animation: industrialFocus 4.8s ease-in-out infinite;
}

.flip-card-industrial .flip-front > span {
  color: #ffffff;
  text-shadow: 0 0 16px rgba(85, 220, 255, 0.78);
}

.flip-card-industrial .flip-front h3 {
  color: var(--cyan-soft);
}

@keyframes industrialFocus {
  0%, 100% {
    box-shadow: inset 0 0 0 rgba(85, 220, 255, 0), 0 0 0 rgba(85, 220, 255, 0);
  }
  50% {
    box-shadow: inset 0 0 46px rgba(85, 220, 255, 0.08), 0 0 28px rgba(85, 220, 255, 0.14);
  }
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 470px;
  transform-style: preserve-3d;
}

.flip-card:focus-visible {
  border-radius: 18px;
  box-shadow: 0 0 0 3px rgba(85, 220, 255, 0.42);
}

.flip-face {
  position: absolute;
  inset: 0;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(30px, 4vw, 50px);
  border: 1px solid rgba(11, 115, 255, 0.18);
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(5, 41, 84, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transform-style: preserve-3d;
}

.flip-face::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(184, 243, 255, 0.72) 18%, rgba(11, 115, 255, 0.42) 82%, transparent);
  opacity: 0.7;
  pointer-events: none;
}

.flip-face > * {
  position: relative;
  z-index: 1;
  transform: translateZ(1px);
}

.flip-back > * {
  opacity: 1;
}

.flip-front {
  z-index: 2;
  backface-visibility: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 76% 18%, rgba(85, 220, 255, 0.28), transparent 16rem),
    linear-gradient(145deg, #031024 0%, #0a3265 100%);
  pointer-events: none;
  transform: rotateY(0deg);
  transform-origin: left center;
  transition: transform 1100ms cubic-bezier(0.58, 0.08, 0.24, 1);
  will-change: transform;
}

.flip-card:focus-visible .flip-front,
.flip-card.is-flipped .flip-front {
  transform: rotateY(-180deg);
}

.flip-front::before {
  position: absolute;
  top: -16%;
  right: -15%;
  width: 280px;
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(85, 220, 255, 0.2);
  border-radius: 50%;
  box-shadow: inset 0 0 46px rgba(85, 220, 255, 0.08);
}

.flip-front > span,
.flip-back > span {
  margin-bottom: auto;
  color: var(--cyan-soft);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.flip-front h3 {
  color: #ffffff;
  font-size: clamp(2rem, 3vw, 3.2rem);
}

.flip-front p {
  color: rgba(219, 238, 252, 0.65);
  font-size: 0.8rem;
}

.flip-front b {
  color: var(--cyan);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.flip-back {
  z-index: 1;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 10%, rgba(85, 220, 255, 0.22), transparent 15rem),
    rgba(255, 255, 255, 0.98);
  pointer-events: none;
  transform: none;
}

.flip-card:focus-visible .flip-back,
.flip-card.is-flipped .flip-back {
  pointer-events: auto;
}

@media (hover: hover) and (pointer: fine) {
  .flip-card:hover .flip-front {
    transform: rotateY(-180deg);
  }

  .flip-card:hover .flip-back {
    pointer-events: auto;
  }
}

.flip-back > span {
  color: var(--blue-deep);
}

.flip-back h3 {
  font-size: clamp(2rem, 3vw, 3.1rem);
}

.flip-back ul {
  display: grid;
  gap: 10px;
  margin: 0 0 30px;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.flip-back li {
  position: relative;
  padding-left: 18px;
  font-size: 0.84rem;
}

.flip-back li::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background: var(--blue);
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(11, 115, 255, 0.45);
}

.flip-back a {
  color: var(--blue-deep);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.trail-cta {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
  max-width: 1500px;
  margin: 0 auto;
  padding: 28px clamp(24px, 4vw, 48px);
  color: #ffffff;
  background:
    radial-gradient(circle at 82% 30%, rgba(85, 220, 255, 0.2), transparent 16rem),
    linear-gradient(125deg, #031024, #0a4386);
  border: 1px solid rgba(85, 220, 255, 0.26);
  border-radius: 16px;
  box-shadow: 0 30px 80px rgba(4, 35, 75, 0.22), 0 0 40px rgba(85, 220, 255, 0.1);
}

.trail-cta span,
.trail-cta strong {
  display: block;
}

.trail-cta span {
  margin-bottom: 4px;
  color: var(--cyan-soft);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.trail-cta strong {
  font-family: var(--display);
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  font-weight: 500;
}

.neon-cursor-trail {
  position: fixed;
  z-index: 120;
  inset: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0.86;
  pointer-events: none;
}

.trail-cta .button {
  width: fit-content;
  flex: 0 0 auto;
}

.tilt-surface {
  transform: perspective(1400px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateZ(0);
  transform-style: preserve-3d;
  transition: transform 180ms ease, box-shadow 220ms ease;
  will-change: transform;
}

/* Value and applications */
.value-section {
  position: relative;
  padding-top: clamp(48px, 4vw, 68px);
  box-shadow: inset 0 28px 42px -40px rgba(2, 38, 78, 0.5);
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 12%, rgba(15, 119, 255, 0.08), transparent 25rem),
    radial-gradient(circle at 88% 42%, rgba(85, 220, 255, 0.09), transparent 30rem),
    #ffffff;
}

.value-section::before {
  position: absolute;
  top: 8%;
  right: -190px;
  width: 520px;
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(37, 161, 255, 0.12);
  border-radius: 50%;
  box-shadow:
    inset 0 0 80px rgba(85, 220, 255, 0.055),
    0 0 80px rgba(85, 220, 255, 0.07);
  pointer-events: none;
}

.value-section::after {
  position: absolute;
  bottom: 15%;
  left: -120px;
  width: 340px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(11, 115, 255, 0.68), rgba(85, 220, 255, 0.86), transparent);
  box-shadow: 0 0 24px rgba(85, 220, 255, 0.42);
  pointer-events: none;
  transform: rotate(-32deg);
}

.value-section > * {
  position: relative;
  z-index: 1;
}

.value-heading {
  position: relative;
  max-width: 1100px;
  margin: 0 auto clamp(58px, 7vw, 104px);
  padding-bottom: 28px;
  text-align: center;
}

.value-heading::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 96px;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--blue), var(--cyan), transparent);
  border-radius: 999px;
  box-shadow: 0 0 18px rgba(85, 220, 255, 0.72);
  transform: translateX(-50%);
}

.value-heading .eyebrow {
  justify-content: center;
}

.value-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1500px;
  margin: 0 auto clamp(34px, 4.5vw, 64px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 18px 70px rgba(13, 91, 171, 0.055), 0 0 48px rgba(85, 220, 255, 0.045);
}

.value-grid article {
  position: relative;
  overflow: hidden;
  min-height: 270px;
  padding: 38px clamp(22px, 2.5vw, 40px);
  border-right: 1px solid var(--line);
  transition: transform 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.value-grid article::before {
  position: absolute;
  top: 0;
  right: 18%;
  left: 18%;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--blue), var(--cyan), transparent);
  box-shadow: 0 0 18px rgba(85, 220, 255, 0.6);
  opacity: 0;
  transform: scaleX(0.25);
  transition: opacity 220ms ease, transform 360ms cubic-bezier(0.2, 0.72, 0.2, 1);
}

.value-grid article:last-child {
  border-right: 0;
}

.value-grid article:hover {
  z-index: 1;
  background: rgba(245, 251, 255, 0.9);
  box-shadow: 0 28px 70px rgba(4, 61, 126, 0.1);
  transform: translateY(-8px);
}

.value-grid article:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

.value-grid article > span {
  display: grid;
  width: 34px;
  height: 34px;
  margin-bottom: 45px;
  place-items: center;
  color: var(--blue);
  background: rgba(234, 247, 255, 0.76);
  border: 1px solid rgba(11, 115, 255, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(85, 220, 255, 0.12);
  font-size: 0.7rem;
  font-weight: 800;
  transition: color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.value-grid article:hover > span {
  color: #ffffff;
  background: linear-gradient(145deg, var(--blue), var(--cyan));
  box-shadow: 0 0 16px rgba(11, 115, 255, 0.4), 0 0 30px rgba(85, 220, 255, 0.34);
}

.value-grid h3 {
  font-size: clamp(1.9rem, 2.6vw, 2.8rem);
}

.value-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.grain-risk-note {
  position: relative;
  display: grid;
  max-width: 1500px;
  grid-template-columns: minmax(150px, 0.28fr) minmax(0, 1.3fr) auto;
  gap: clamp(24px, 4vw, 64px);
  align-items: center;
  margin: 0 auto clamp(74px, 8vw, 124px);
  padding: clamp(28px, 3.4vw, 48px);
  color: #ffffff;
  background:
    radial-gradient(circle at 88% 18%, rgba(85, 220, 255, 0.2), transparent 18rem),
    linear-gradient(125deg, #031127, #0a356b);
  border: 1px solid rgba(85, 220, 255, 0.24);
  border-left: 3px solid var(--cyan);
  box-shadow: 0 26px 70px rgba(5, 41, 84, 0.13), 0 0 32px rgba(85, 220, 255, 0.08);
}

.grain-risk-marker span,
.grain-risk-marker b {
  display: block;
}

.grain-risk-marker span {
  margin-bottom: 9px;
  color: var(--cyan-soft);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.grain-risk-marker b {
  color: rgba(255, 255, 255, 0.64);
  font-family: var(--display);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.grain-risk-copy h3 {
  max-width: 780px;
  margin-bottom: 12px;
  color: #ffffff;
  font-size: clamp(1.75rem, 2.5vw, 2.7rem);
}

.grain-risk-copy p {
  max-width: 920px;
  margin: 0;
  color: rgba(222, 240, 253, 0.7);
  font-size: 0.88rem;
  line-height: 1.7;
}

.grain-risk-note > a {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  padding-bottom: 8px;
  color: var(--cyan-soft);
  border-bottom: 1px solid rgba(85, 220, 255, 0.34);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.grain-risk-note > a:hover {
  color: #ffffff;
  border-color: var(--cyan);
  transform: translateX(4px);
}

.grain-risk-note > a span {
  color: var(--cyan);
  font-size: 1rem;
}

.application-mosaic {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(380px, 0.8fr);
  max-width: 1500px;
  min-height: 640px;
  margin: 0 auto;
  border: 1px solid rgba(42, 177, 255, 0.28);
  box-shadow: var(--shadow), 0 0 0 5px rgba(85, 220, 255, 0.035), 0 0 62px rgba(31, 153, 242, 0.16);
}

.application-mosaic::before {
  position: absolute;
  z-index: 3;
  top: -1px;
  left: 44%;
  width: 34%;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  box-shadow: 0 0 22px rgba(85, 220, 255, 0.78);
  pointer-events: none;
}

.mosaic-main {
  position: relative;
  min-height: 640px;
  margin: 0;
  overflow: hidden;
  isolation: isolate;
}

.mosaic-main::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(180deg, transparent 45%, rgba(2, 9, 20, 0.84));
}

.mosaic-main img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease, filter 700ms ease;
}

.mosaic-main:hover img {
  filter: saturate(1.12);
  transform: scale(1.04);
}

.mosaic-main figcaption {
  position: absolute;
  right: 42px;
  bottom: 36px;
  left: 42px;
  color: #ffffff;
}

.mosaic-main small,
.mosaic-main strong {
  display: block;
}

.mosaic-main small {
  margin-bottom: 8px;
  color: var(--cyan-soft);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.mosaic-main strong {
  font-family: var(--display);
  font-size: clamp(2rem, 3.5vw, 4rem);
  font-weight: 600;
  line-height: 1;
}

.mosaic-statement {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 5vw, 82px);
  color: #ffffff;
  background:
    linear-gradient(rgba(108, 209, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(108, 209, 255, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 100% 0, rgba(85, 220, 255, 0.28), transparent 19rem),
    linear-gradient(155deg, #0b69df, #051831 78%);
  background-size: 46px 46px, 46px 46px, auto, auto;
}

.mosaic-statement::before {
  position: absolute;
  z-index: -1;
  top: -110px;
  right: -100px;
  width: 310px;
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(144, 231, 255, 0.2);
  border-radius: 50%;
  box-shadow: inset 0 0 64px rgba(85, 220, 255, 0.08), 0 0 46px rgba(85, 220, 255, 0.08);
}

.mosaic-statement::after {
  position: absolute;
  top: 12%;
  bottom: 12%;
  left: 0;
  width: 2px;
  content: "";
  background: linear-gradient(180deg, transparent, var(--cyan), var(--blue), transparent);
  box-shadow: 0 0 18px rgba(85, 220, 255, 0.86);
}

.mosaic-quote {
  position: relative;
  max-width: 520px;
  margin: 0 0 34px;
  padding: 0 24px 0 8px;
}

.mosaic-quote p::before,
.mosaic-quote p::after {
  color: var(--cyan-soft);
  font-family: var(--display);
  font-size: 0.92em;
  font-weight: 700;
  line-height: 1;
  opacity: 0.78;
  text-shadow: 0 0 24px rgba(85, 220, 255, 0.55);
}

.mosaic-quote p::before {
  display: block;
  width: max-content;
  margin: 0 0 0.18em -0.08em;
  content: "\201C";
}

.mosaic-quote p::after {
  display: inline-block;
  margin-left: 0.1em;
  content: "\201D";
  line-height: 0;
  transform: translateY(0.1em);
}

.mosaic-quote p {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.15rem, 3.2vw, 3.8rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.02;
}

.mosaic-statement > span:last-child {
  max-width: 470px;
  color: rgba(225, 241, 255, 0.7);
  font-size: 0.92rem;
  line-height: 1.65;
}

/* Process */
.process-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.72fr);
  gap: clamp(42px, 5vw, 82px);
  max-width: 1560px;
  margin: 0 auto;
  align-items: stretch;
}

.process-main {
  min-width: 0;
}

.process-heading {
  position: relative;
  z-index: 2;
  max-width: 920px;
  margin-bottom: clamp(54px, 6vw, 82px);
}

.process-heading h2 {
  color: #ffffff;
}

.process-heading > p:last-child {
  max-width: 760px;
  margin: 26px 0 0;
  color: rgba(210, 232, 248, 0.64);
  font-size: clamp(0.94rem, 1.15vw, 1.08rem);
  line-height: 1.75;
}

.process-flow {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1500px;
  border-top: 1px solid var(--line-dark);
}

.process-flow article {
  position: relative;
  min-height: 330px;
  padding: 44px clamp(24px, 3vw, 44px) 34px 0;
  border-right: 1px solid var(--line-dark);
}

.process-flow article:not(:first-child) {
  padding-left: clamp(24px, 3vw, 44px);
}

.process-flow article::before {
  position: absolute;
  top: -5px;
  left: 0;
  width: 9px;
  height: 9px;
  content: "";
  background: var(--night);
  border: 2px solid var(--cyan);
  border-radius: 50%;
  box-shadow: 0 0 18px var(--cyan);
  transition: background 180ms ease, transform 180ms ease;
}

.process-flow article:not(:first-child)::before {
  left: clamp(24px, 3vw, 44px);
}

.process-flow article:hover::before {
  background: var(--cyan);
  transform: scale(1.35);
}

.process-flow article > span {
  display: block;
  margin-bottom: 70px;
  color: var(--cyan);
  font-size: 0.7rem;
  font-weight: 800;
}

.process-flow h3 {
  color: #ffffff;
  font-size: clamp(1.9rem, 2.5vw, 2.7rem);
}

.process-flow p {
  margin: 0;
  color: rgba(208, 230, 247, 0.56);
  font-size: 0.9rem;
}

.process-main .process-flow {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: none;
  border-bottom: 1px solid var(--line-dark);
}

.process-main .process-flow article {
  min-height: 245px;
  padding-top: 38px;
}

.process-main .process-flow article:nth-child(2),
.process-main .process-flow article:nth-child(4) {
  border-right: 0;
}

.process-main .process-flow article:nth-child(3),
.process-main .process-flow article:nth-child(4) {
  border-top: 1px solid var(--line-dark);
}

.process-main .process-flow article:nth-child(3) {
  padding-left: 0;
}

.process-main .process-flow article:nth-child(3)::before {
  left: 0;
}

.process-main .process-flow article > span {
  margin-bottom: 44px;
}

.process-main .process-flow h3 {
  font-size: clamp(1.65rem, 2.15vw, 2.35rem);
}

.bat-feature {
  position: relative;
  overflow: hidden;
  min-width: 0;
  color: #ffffff;
  background: linear-gradient(155deg, rgba(8, 37, 75, 0.98), rgba(2, 12, 27, 0.99));
  border: 1px solid rgba(85, 220, 255, 0.28);
  border-radius: 22px;
  box-shadow: 0 38px 110px rgba(0, 7, 18, 0.42), 0 0 55px rgba(33, 160, 255, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

.bat-feature::after {
  position: absolute;
  right: -100px;
  bottom: 12%;
  width: 260px;
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(85, 220, 255, 0.16);
  border-radius: 50%;
  box-shadow: inset 0 0 62px rgba(85, 220, 255, 0.055), 0 0 45px rgba(85, 220, 255, 0.055);
  pointer-events: none;
}

.bat-feature-media {
  position: relative;
  min-height: 270px;
  margin: 0;
  overflow: hidden;
  background: #102744;
}

.bat-feature-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 44% 42%;
  filter: saturate(0.9) contrast(1.08);
  transition: filter 650ms ease, transform 900ms cubic-bezier(0.2, 0.72, 0.2, 1);
}

.bat-feature:hover .bat-feature-media img {
  filter: saturate(1.08) contrast(1.1);
  transform: scale(1.035);
}

.bat-feature-media-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 10, 24, 0.08), rgba(2, 10, 24, 0.14) 45%, rgba(2, 10, 24, 0.9)),
    linear-gradient(90deg, rgba(4, 44, 96, 0.18), transparent 60%);
}

.bat-feature-media figcaption {
  position: absolute;
  right: 30px;
  bottom: 26px;
  left: 30px;
}

.bat-feature-media figcaption span,
.bat-feature-media figcaption strong {
  display: block;
}

.bat-feature-media figcaption span {
  margin-bottom: 7px;
  color: var(--cyan);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.bat-feature-media figcaption strong {
  max-width: 420px;
  font-family: var(--display);
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.08;
}

.bat-feature-body {
  position: relative;
  z-index: 1;
  padding: clamp(30px, 3.4vw, 48px);
}

.bat-feature-body h3 {
  max-width: 540px;
  margin-bottom: 22px;
  color: #ffffff;
  font-size: clamp(2.1rem, 3vw, 3.35rem);
  line-height: 0.98;
}

.bat-feature-answer {
  margin: 0 0 28px;
  color: rgba(213, 235, 250, 0.68);
  font-size: 0.9rem;
  line-height: 1.7;
}

.bat-feature-answer strong {
  color: #ffffff;
}

.bat-feature-points {
  display: grid;
  gap: 0;
  margin: 0 0 28px;
  padding: 0;
  border-top: 1px solid rgba(85, 220, 255, 0.14);
  list-style: none;
}

.bat-feature-points li {
  display: grid;
  min-height: 50px;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
  color: rgba(231, 246, 255, 0.86);
  border-bottom: 1px solid rgba(85, 220, 255, 0.12);
  font-size: 0.8rem;
}

.bat-feature-points span {
  color: var(--cyan);
  font-size: 0.62rem;
  font-weight: 800;
}

.bat-feature-alert {
  display: grid;
  gap: 7px;
  margin-bottom: 28px;
  padding: 18px 20px;
  background: rgba(85, 220, 255, 0.075);
  border: 1px solid rgba(85, 220, 255, 0.16);
  border-left: 2px solid var(--cyan);
  box-shadow: 0 0 28px rgba(85, 220, 255, 0.055);
}

.bat-feature-alert strong {
  color: var(--cyan-soft);
  font-size: 0.68rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.bat-feature-alert span {
  color: rgba(221, 240, 252, 0.7);
  font-size: 0.76rem;
  line-height: 1.55;
}

.bat-feature-actions {
  display: grid;
  gap: 20px;
}

.bat-feature-actions .button {
  width: 100%;
}

.bat-feature-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  color: var(--cyan-soft);
  border-bottom: 1px solid rgba(85, 220, 255, 0.24);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color 180ms ease, border-color 180ms ease, text-shadow 180ms ease;
}

.bat-feature-link:hover {
  color: #ffffff;
  border-color: var(--cyan);
  text-shadow: 0 0 16px rgba(85, 220, 255, 0.58);
}

/* FAQ */
.faq-home {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(460px, 1.25fr);
  gap: clamp(50px, 9vw, 150px);
}

.knowledge-hub {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  color: #ffffff;
  background: #020813;
  border-top: 1px solid rgba(85, 220, 255, 0.16);
  border-bottom: 1px solid rgba(85, 220, 255, 0.16);
}

.knowledge-hub a {
  position: relative;
  display: flex;
  min-height: 190px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px clamp(18px, 2.4vw, 36px);
  border-right: 1px solid rgba(85, 220, 255, 0.13);
  transition: background 220ms ease, transform 220ms ease;
}

.knowledge-hub a:last-child {
  border-right: 0;
}

.knowledge-hub a:hover {
  z-index: 1;
  background: linear-gradient(145deg, rgba(8, 73, 153, 0.6), rgba(4, 25, 53, 0.88));
  transform: translateY(-6px);
}

.knowledge-hub span,
.knowledge-hub strong {
  display: block;
}

.knowledge-hub span {
  margin-bottom: 14px;
  color: var(--cyan);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.knowledge-hub strong {
  max-width: 220px;
  font-family: var(--display);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.35;
}

.knowledge-hub b {
  position: absolute;
  top: 28px;
  right: 28px;
  color: var(--cyan);
  transition: transform 180ms ease;
}

.knowledge-hub a:hover b {
  transform: translate(4px, -4px);
}

.faq-home-heading {
  max-width: 600px;
}

.faq-home-heading h2 {
  font-size: clamp(2.8rem, 4.8vw, 5.2rem);
}

.inline-link-dark {
  position: relative;
  min-height: 56px;
  margin-top: 14px;
  padding: 0 22px;
  color: var(--blue-deep);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(226, 245, 255, 0.94));
  border-color: rgba(11, 115, 255, 0.32);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(13, 91, 171, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px);
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.inline-link-dark span {
  position: relative;
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  overflow: hidden;
  place-items: center;
  background: rgba(11, 115, 255, 0.08);
  border: 1px solid rgba(11, 115, 255, 0.14);
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
}

.inline-link-dark span::before {
  display: grid;
  width: 100%;
  height: 100%;
  content: "\2197";
  place-items: center;
  color: var(--cyan);
  font-family: var(--sans);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
  transform: translate(-0.5px, 0.5px);
  transition: color 180ms ease;
}

.inline-link-dark:hover {
  color: #ffffff;
  background: linear-gradient(125deg, #062b5d, #0875dc);
  border-color: rgba(85, 220, 255, 0.56);
  box-shadow: 0 16px 38px rgba(5, 79, 163, 0.22), 0 0 28px rgba(85, 220, 255, 0.2);
  transform: translateY(-3px);
}

.inline-link-dark:hover span {
  background: rgba(85, 220, 255, 0.16);
  border-color: rgba(149, 235, 255, 0.38);
}

.inline-link-dark:hover span::before {
  color: #ffffff;
}

.health-actions .inline-link-dark {
  margin-top: 0;
}

.faq-list {
  display: grid;
  align-content: start;
}

details {
  background: transparent;
  border-top: 1px solid var(--line);
  transition: background 180ms ease;
}

details:last-of-type {
  border-bottom: 1px solid var(--line);
}

details:hover,
details[open] {
  background: rgba(232, 246, 255, 0.5);
}

summary {
  position: relative;
  padding: 25px 54px 25px 20px;
  color: var(--ink-soft);
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 800;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  color: var(--blue);
  content: "+";
  font-family: var(--sans);
  font-size: 1.25rem;
  font-weight: 400;
  transform: translateY(-50%);
  transition: transform 220ms ease;
}

details[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

details p {
  max-width: 760px;
  margin: -6px 0 0;
  padding: 0 54px 26px 20px;
  color: var(--muted);
  font-size: 0.92rem;
}

/* Final CTA and footer */
.final-cta {
  position: relative;
  display: grid;
  min-height: 520px;
  overflow: hidden;
  place-items: center;
  padding: clamp(82px, 10vw, 150px) clamp(22px, 6.5vw, 108px);
  color: #ffffff;
  background:
    linear-gradient(100deg, rgba(2, 9, 20, 0.96), rgba(4, 30, 65, 0.84)),
    url("assets/silos-graos-protecao-contra-pombos.webp") center 42% / cover;
  isolation: isolate;
}

.final-cta-shell {
  position: relative;
  z-index: 2;
  display: grid;
  width: 100%;
  max-width: 1260px;
  grid-template-columns: minmax(0, 860px);
  gap: 34px;
  align-items: start;
  justify-content: start;
  margin: 0 auto;
}

.final-cta::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(10, 113, 255, 0.14));
}

.cta-glow {
  position: absolute;
  right: 9%;
  bottom: -170px;
  width: 560px;
  height: 420px;
  background: radial-gradient(ellipse, rgba(49, 190, 255, 0.36), transparent 67%);
  filter: blur(10px);
  pointer-events: none;
}

.final-cta-copy {
  position: relative;
  z-index: 2;
  max-width: 860px;
}

.final-cta h2 {
  margin-bottom: 18px;
  color: #ffffff;
  font-size: clamp(3.2rem, 5.4vw, 5.8rem);
}

.final-cta-copy > p:last-child {
  max-width: 620px;
  margin-bottom: 0;
  color: rgba(220, 238, 252, 0.68);
}

.final-cta-actions {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  max-width: 760px;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 14px 22px;
  align-items: center;
  justify-self: start;
  padding-top: 20px;
}

.final-cta-actions::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(85, 220, 255, 0.68), rgba(11, 115, 255, 0.18), transparent);
  box-shadow: 0 0 20px rgba(85, 220, 255, 0.38);
}

.final-cta-step {
  flex: 0 0 100%;
  color: var(--cyan-soft);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.final-cta-actions .button {
  z-index: 2;
  width: auto;
  min-width: 280px;
}

.cta-phone {
  position: relative;
  display: flex;
  min-height: 56px;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 0 22px;
  color: #ffffff;
  background: transparent;
  border: 0;
  border-left: 1px solid rgba(137, 224, 255, 0.3);
  border-radius: 0;
  box-shadow: none;
  text-align: left;
  transition: border-color 180ms ease, transform 180ms ease;
}

.cta-phone small {
  margin: 0;
  color: rgba(214, 239, 252, 0.64);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.cta-phone strong {
  color: #ffffff;
  font-family: var(--display);
  font-size: clamp(1.25rem, 1.7vw, 1.65rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1;
}

.cta-phone:hover {
  color: #ffffff;
  border-color: rgba(85, 220, 255, 0.66);
  transform: translateX(4px);
}

.floating-call,
.floating-whatsapp {
  min-height: 58px;
  backdrop-filter: blur(18px);
}

.floating-call {
  position: fixed;
  bottom: 20px;
  left: 22px;
  z-index: 80;
  display: flex;
  gap: 11px;
  align-items: center;
  padding: 8px 18px 8px 9px;
  color: #ffffff;
  background: rgba(3, 16, 34, 0.88);
  border: 1px solid rgba(85, 220, 255, 0.38);
  border-radius: 999px;
  box-shadow: 0 18px 48px rgba(0, 13, 32, 0.3), 0 0 28px rgba(24, 154, 255, 0.2);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.floating-call-icon {
  position: relative;
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  place-items: center;
  color: #021126;
  background: linear-gradient(135deg, #a6edff, #2daeff);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(85, 220, 255, 0.08), 0 0 24px rgba(85, 220, 255, 0.34);
}

.floating-call-icon::after {
  position: absolute;
  inset: -7px;
  content: "";
  border: 1px solid rgba(85, 220, 255, 0.34);
  border-radius: 50%;
  animation: contactPulse 2.8s ease-out infinite;
}

.floating-call-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.floating-call-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.floating-call-copy small {
  color: rgba(198, 231, 248, 0.58);
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.floating-call-copy strong {
  margin-top: 5px;
  color: #ffffff;
  font-family: var(--display);
  font-size: 1.04rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1;
}

.floating-call:hover {
  color: #ffffff;
  border-color: rgba(85, 220, 255, 0.74);
  box-shadow: 0 22px 54px rgba(0, 63, 145, 0.34), 0 0 38px rgba(85, 220, 255, 0.34);
  transform: translateY(-3px);
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 20px;
  z-index: 80;
  display: flex;
  width: 58px;
  gap: 0;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #ffffff;
  background: rgba(3, 16, 34, 0.84);
  border: 1px solid rgba(85, 220, 255, 0.34);
  border-radius: 999px;
  box-shadow: 0 18px 48px rgba(0, 13, 32, 0.3), 0 0 28px rgba(24, 154, 255, 0.22);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(16px);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.floating-whatsapp span {
  display: none;
}

.floating-whatsapp b {
  display: block;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  background: url("assets/icone-whatsapp-atendimento.svg") center / contain no-repeat;
  filter: drop-shadow(0 0 8px rgba(85, 220, 255, 0.36));
  font-size: 0;
}

.floating-whatsapp:hover {
  background: rgba(6, 83, 177, 0.92);
  box-shadow: 0 22px 54px rgba(0, 63, 145, 0.34), 0 0 38px rgba(85, 220, 255, 0.36);
  transform: translateY(-3px);
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: clamp(78px, 9vw, 132px) clamp(22px, 6.5vw, 108px) 30px;
  color: rgba(220, 238, 252, 0.68);
  background:
    radial-gradient(circle at 12% 0%, rgba(10, 104, 232, 0.22), transparent 30rem),
    radial-gradient(circle at 92% 22%, rgba(85, 220, 255, 0.1), transparent 25rem),
    linear-gradient(145deg, #010611 0%, #031123 54%, #010711 100%);
  border-top: 1px solid rgba(85, 220, 255, 0.12);
}

.site-footer::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(85, 220, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(85, 220, 255, 0.035) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 86%);
  pointer-events: none;
}

.footer-orbit {
  position: absolute;
  border: 1px solid rgba(85, 220, 255, 0.1);
  border-radius: 50%;
  box-shadow: inset 0 0 70px rgba(16, 123, 255, 0.05);
  pointer-events: none;
}

.footer-orbit-one {
  top: -280px;
  right: -190px;
  width: 620px;
  height: 620px;
}

.footer-orbit-two {
  bottom: -210px;
  left: -150px;
  width: 430px;
  height: 430px;
}

.footer-shell {
  position: relative;
  z-index: 1;
  width: min(100%, 1500px);
  margin: 0 auto;
}

.footer-lead {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: clamp(48px, 8vw, 130px);
  align-items: end;
  padding-bottom: clamp(58px, 7vw, 94px);
}

.footer-intro {
  max-width: 780px;
}

.footer-brand {
  display: inline-flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 38px;
}

.footer-brand img {
  content: url("assets/logo-clean-bee-controle-de-voadores.jpeg");
  width: 74px;
  height: 74px;
  max-width: none;
  object-fit: cover;
  filter: drop-shadow(0 0 18px rgba(85, 220, 255, 0.16));
}

.footer-brand-copy,
.footer-brand-copy strong,
.footer-brand-copy small {
  display: block;
}

.footer-brand-copy strong {
  color: #ffffff;
  font-family: var(--display);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.footer-brand-copy small {
  margin-top: 5px;
  color: var(--cyan-soft);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-kicker {
  margin: 0 0 18px;
  color: var(--cyan);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-intro h2 {
  max-width: 720px;
  margin: 0 0 24px;
  color: #ffffff;
  font-family: var(--display);
  font-size: clamp(2.65rem, 4.6vw, 5rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.footer-description {
  max-width: 650px;
  margin: 0;
  color: rgba(220, 238, 252, 0.62);
  font-size: 0.98rem;
  line-height: 1.8;
}

.footer-contact-card {
  position: relative;
  display: flex;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  padding: 14px 0 14px clamp(26px, 3vw, 42px);
  color: #ffffff;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  isolation: isolate;
  transition: transform 240ms cubic-bezier(0.2, 0.72, 0.2, 1);
}

.footer-contact-card::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  content: "";
  background: linear-gradient(180deg, transparent, var(--cyan) 22%, var(--blue) 78%, transparent);
  box-shadow: 0 0 18px rgba(85, 220, 255, 0.56);
}

.footer-contact-card::after {
  position: absolute;
  top: 18px;
  left: -4px;
  width: 9px;
  height: 9px;
  content: "";
  background: var(--cyan);
  border: 2px solid var(--night);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(85, 220, 255, 0.9);
}

.footer-contact-card:hover {
  transform: translateX(6px);
}

.footer-contact-card > span {
  margin-bottom: 10px;
  color: var(--cyan-soft);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-contact-phone {
  display: block;
  width: max-content;
  max-width: 100%;
  color: #ffffff;
}

.footer-contact-card strong {
  font-family: var(--display);
  font-size: clamp(2rem, 3vw, 3.15rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1;
  transition: color 180ms ease, text-shadow 180ms ease;
}

.footer-contact-phone:hover strong,
.footer-contact-phone:focus-visible strong {
  color: var(--cyan-soft);
  text-shadow: 0 0 24px rgba(85, 220, 255, 0.3);
}

.footer-contact-whatsapp {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  margin-top: 22px;
  padding: 8px 9px 8px 15px;
  color: rgba(225, 241, 253, 0.72);
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(128, 218, 255, 0.16);
  border-radius: 999px;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.footer-contact-whatsapp:hover,
.footer-contact-whatsapp:focus-visible {
  color: #ffffff;
  background: rgba(11, 115, 255, 0.12);
  border-color: rgba(128, 218, 255, 0.42);
}

.footer-contact-card small {
  display: flex;
  gap: 16px;
  align-items: center;
  margin: 0;
  color: inherit;
  font-size: 0.75rem;
}

.footer-contact-card b {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: var(--cyan-soft);
  background: rgba(85, 220, 255, 0.1);
  border-radius: 50%;
  font-size: 0.88rem;
}

.footer-directory {
  display: grid;
  grid-template-columns: 1.15fr 0.9fr 0.9fr 1.15fr;
  gap: clamp(34px, 5vw, 80px);
  padding: clamp(48px, 5.5vw, 72px) 0;
  border-top: 1px solid rgba(128, 218, 255, 0.14);
  border-bottom: 1px solid rgba(128, 218, 255, 0.14);
}

.footer-column {
  min-width: 0;
}

.footer-column h3 {
  margin: 0 0 24px;
  color: rgba(184, 243, 255, 0.72);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.footer-column > a {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: rgba(239, 248, 255, 0.78);
  font-size: 0.84rem;
  line-height: 1.35;
  transition: color 180ms ease, transform 180ms ease;
}

.footer-column > a b {
  color: rgba(85, 220, 255, 0.38);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  transition: color 180ms ease, transform 180ms ease;
}

.footer-column > a:hover {
  color: #ffffff;
  transform: translateX(5px);
}

.footer-column > a:hover b {
  color: var(--cyan);
  transform: translateX(2px);
}

.footer-column p {
  margin: 0 0 16px;
  color: rgba(220, 238, 252, 0.54);
  font-size: 0.8rem;
  line-height: 1.7;
}

.footer-column .footer-area-link {
  justify-content: flex-start;
  margin-top: 8px;
  color: var(--cyan-soft);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-column .footer-phone {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 0;
  color: #ffffff;
  font-family: var(--display);
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1;
  text-shadow: 0 0 24px rgba(85, 220, 255, 0.18);
}

.footer-column .footer-phone:hover {
  color: var(--cyan-soft);
  text-shadow: 0 0 28px rgba(85, 220, 255, 0.42);
  transform: translateX(3px);
}

.footer-column .footer-whatsapp-link {
  justify-content: flex-start;
  margin-top: 12px;
  color: var(--cyan);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-assurance {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid rgba(128, 218, 255, 0.12);
}

.footer-assurance span {
  display: flex;
  gap: 12px;
  min-height: 82px;
  align-items: center;
  justify-content: center;
  color: rgba(230, 243, 253, 0.72);
  border-right: 1px solid rgba(128, 218, 255, 0.12);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-assurance span:last-child {
  border-right: 0;
}

.footer-assurance i {
  width: 7px;
  height: 7px;
  background: var(--cyan);
  border-radius: 50%;
  box-shadow: 0 0 16px var(--cyan);
}

.footer-bottom {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  padding-top: 28px;
  color: rgba(209, 230, 245, 0.42);
  font-size: 0.68rem;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.footer-bottom a {
  transition: color 180ms ease;
}

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

/* Service and authority pages */
.content-hero {
  position: relative;
  display: grid;
  min-height: 84svh;
  overflow: hidden;
  align-items: end;
  padding: 170px clamp(22px, 7vw, 118px) 84px;
  color: #ffffff;
  background: #020813;
  isolation: isolate;
}

.content-hero-bg,
.content-hero-shade {
  position: absolute;
  inset: 0;
}

.content-hero-bg {
  z-index: -3;
}

.content-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.08) brightness(0.78);
}

.content-hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(1, 8, 18, 0.97), rgba(2, 12, 28, 0.78) 52%, rgba(2, 10, 22, 0.22)),
    linear-gradient(180deg, rgba(2, 8, 18, 0.25), transparent 40%, rgba(2, 8, 18, 0.92));
}

.content-hero::after {
  position: absolute;
  right: 5%;
  bottom: -28%;
  z-index: -1;
  width: min(48vw, 700px);
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(85, 220, 255, 0.18);
  border-radius: 50%;
  box-shadow: inset 0 0 80px rgba(85, 220, 255, 0.08), 0 0 80px rgba(11, 115, 255, 0.08);
}

.content-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(480px, 1.25fr) minmax(280px, 0.75fr);
  gap: clamp(50px, 9vw, 150px);
  align-items: end;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
  color: rgba(215, 235, 250, 0.58);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.breadcrumbs a:hover {
  color: var(--cyan-soft);
}

.content-hero h1 {
  max-width: 980px;
  margin: 0 0 28px;
  font-family: var(--display);
  font-size: clamp(3.3rem, 6vw, 6.6rem);
  font-weight: 600;
  letter-spacing: -0.07em;
  line-height: 0.99;
}

.heading-accent {
  display: inline-block;
  color: var(--cyan-soft);
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.045em;
  text-shadow: 0 0 28px rgba(85, 220, 255, 0.22);
}

.section-light .heading-accent {
  color: var(--blue-deep);
  text-shadow: 0 0 24px rgba(11, 115, 255, 0.12);
}

.content-hero-lead {
  max-width: 760px;
  margin-bottom: 30px;
  color: rgba(226, 241, 252, 0.75);
  font-size: clamp(1rem, 1.4vw, 1.22rem);
}

.content-hero-card {
  position: relative;
  padding: 30px;
  background: rgba(3, 15, 33, 0.66);
  border: 1px solid rgba(85, 220, 255, 0.26);
  border-radius: 16px;
  box-shadow: 0 26px 80px rgba(0, 7, 18, 0.34), 0 0 35px rgba(21, 144, 255, 0.14);
  backdrop-filter: blur(18px);
  animation: systemCardFloat 5.5s ease-in-out infinite;
}

.content-hero-card > span {
  color: var(--cyan);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.content-hero-card strong {
  display: block;
  margin: 14px 0 20px;
  font-family: var(--display);
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  font-weight: 500;
  line-height: 1.15;
}

.content-hero-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  color: rgba(218, 238, 252, 0.68);
  list-style: none;
}

.content-hero-card li {
  padding-top: 9px;
  border-top: 1px solid rgba(85, 220, 255, 0.12);
  font-size: 0.78rem;
}

.bat-hero .content-hero-bg img {
  object-position: center 43%;
  filter: saturate(0.78) contrast(1.12) brightness(0.58);
}

.bat-hero .content-hero-shade {
  background:
    linear-gradient(90deg, rgba(1, 8, 20, 0.98), rgba(2, 14, 34, 0.84) 48%, rgba(3, 19, 42, 0.3) 100%),
    linear-gradient(180deg, rgba(2, 8, 18, 0.3), transparent 42%, rgba(1, 8, 20, 0.9));
}

.bat-method-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bat-method-grid article {
  min-width: 0;
}

.bat-alert {
  border-left: 3px solid var(--gold);
  box-shadow: 0 24px 64px rgba(180, 117, 0, 0.12);
}

.bat-alert strong {
  color: #7a4b00;
}

.answer-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  color: #ffffff;
  background: #020813;
  border-top: 1px solid rgba(85, 220, 255, 0.14);
}

.answer-strip article {
  min-height: 180px;
  padding: 32px clamp(22px, 3vw, 46px);
  border-right: 1px solid rgba(85, 220, 255, 0.12);
}

.answer-strip article:last-child {
  border-right: 0;
}

.answer-strip span {
  display: block;
  margin-bottom: 18px;
  color: var(--cyan);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.answer-strip strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--display);
  font-size: 1rem;
  font-weight: 500;
}

.answer-strip p {
  margin: 0;
  color: rgba(211, 232, 248, 0.58);
  font-size: 0.78rem;
}

.editorial-section {
  padding: clamp(88px, 11vw, 170px) clamp(22px, 7vw, 118px);
  background:
    radial-gradient(circle at 92% 15%, rgba(85, 220, 255, 0.1), transparent 24rem),
    #ffffff;
}

.editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: clamp(60px, 10vw, 160px);
  max-width: 1400px;
  margin: 0 auto;
}

.article-copy > p:first-of-type {
  color: var(--ink-soft);
  font-size: clamp(1.08rem, 1.55vw, 1.32rem);
}

.article-copy h2 {
  margin-top: clamp(70px, 8vw, 110px);
  font-size: clamp(2.4rem, 4vw, 4.3rem);
}

.article-copy h2:first-child {
  margin-top: 0;
}

.article-copy h3 {
  margin-top: 44px;
  font-size: clamp(1.7rem, 2.5vw, 2.5rem);
}

.article-copy p,
.article-copy li {
  color: var(--muted);
}

.article-copy ul,
.article-copy ol {
  display: grid;
  gap: 12px;
  padding-left: 20px;
}

.article-copy a:not(.button) {
  color: var(--blue-deep);
  text-decoration: underline;
  text-decoration-color: rgba(11, 115, 255, 0.28);
  text-underline-offset: 4px;
}

.content-callout {
  margin: 46px 0;
  padding: clamp(28px, 4vw, 46px);
  color: #ffffff;
  background:
    radial-gradient(circle at 90% 10%, rgba(85, 220, 255, 0.2), transparent 15rem),
    linear-gradient(135deg, #031024, #0a4386);
  border: 1px solid rgba(85, 220, 255, 0.22);
  border-radius: 16px;
  box-shadow: 0 24px 70px rgba(4, 39, 83, 0.18);
}

.content-callout strong {
  display: block;
  margin-bottom: 12px;
  font-family: var(--display);
  font-size: clamp(1.35rem, 2.4vw, 2.1rem);
  font-weight: 500;
  line-height: 1.2;
}

.content-callout p {
  margin: 0;
  color: rgba(224, 241, 252, 0.7);
}

.sticky-cta {
  position: sticky;
  top: 108px;
  align-self: start;
  padding: 30px;
  color: #ffffff;
  background: #05152b;
  border: 1px solid rgba(85, 220, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 26px 70px rgba(3, 27, 59, 0.2);
}

.sticky-cta span {
  color: var(--cyan);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sticky-cta strong {
  display: block;
  margin: 14px 0 12px;
  font-family: var(--display);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.sticky-cta p {
  color: rgba(213, 235, 250, 0.62);
  font-size: 0.82rem;
}

.sticky-cta .button {
  width: 100%;
  margin-top: 8px;
}

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

.service-points article {
  padding: 28px;
  border-right: 1px solid var(--line);
}

.service-points article:last-child {
  border-right: 0;
}

.service-points span {
  color: var(--blue);
  font-size: 0.66rem;
  font-weight: 800;
}

.service-points strong {
  display: block;
  margin: 24px 0 8px;
  font-family: var(--display);
  font-size: 1rem;
}

.service-points p {
  margin: 0;
  font-size: 0.78rem;
}

.content-faq {
  padding: clamp(86px, 10vw, 150px) clamp(22px, 7vw, 118px);
  background: #f4f9ff;
}

.content-faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(480px, 1.3fr);
  gap: clamp(50px, 9vw, 140px);
  max-width: 1300px;
  margin: 0 auto;
}

.content-faq h2 {
  font-size: clamp(2.5rem, 4vw, 4.5rem);
}

.source-list {
  display: grid;
  gap: 12px;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.source-list strong {
  color: var(--ink);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.source-list a {
  color: var(--blue-deep);
  font-size: 0.8rem;
}

.related-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  color: #ffffff;
  background: #020813;
}

.related-services a {
  position: relative;
  min-height: 210px;
  padding: 34px;
  border-right: 1px solid rgba(85, 220, 255, 0.13);
  transition: background 220ms ease;
}

.related-services a:hover {
  background: linear-gradient(145deg, rgba(8, 73, 153, 0.62), rgba(4, 25, 53, 0.88));
}

.related-services span,
.related-services strong {
  display: block;
}

.related-services span {
  margin-bottom: 45px;
  color: var(--cyan);
  font-size: 0.64rem;
  font-weight: 800;
  text-transform: uppercase;
}

.related-services strong {
  max-width: 300px;
  font-family: var(--display);
  font-size: 1.2rem;
  font-weight: 500;
}

/* FAQ page */
.page-hero {
  position: relative;
  overflow: hidden;
  padding: 180px clamp(22px, 7vw, 118px) 110px;
  color: #ffffff;
  background:
    radial-gradient(circle at 82% 28%, rgba(32, 154, 255, 0.34), transparent 25rem),
    linear-gradient(135deg, #020813, #07234a);
}

.page-hero::after {
  position: absolute;
  right: -7vw;
  bottom: -20vw;
  width: 48vw;
  min-width: 520px;
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(85, 220, 255, 0.14);
  border-radius: 50%;
  box-shadow: inset 0 0 60px rgba(85, 220, 255, 0.08);
}

.page-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 1080px;
}

.page-hero h1 {
  margin: 0 0 28px;
  font-family: var(--display);
  font-size: clamp(3.8rem, 7vw, 7.3rem);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.page-hero-copy > p:not(.eyebrow) {
  max-width: 760px;
  margin-bottom: 30px;
  color: rgba(218, 237, 251, 0.7);
}

.faq-index {
  position: sticky;
  top: 76px;
  z-index: 50;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding: 14px 22px;
  background: rgba(250, 253, 255, 0.84);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 16px 42px rgba(3, 32, 67, 0.08);
  backdrop-filter: blur(20px) saturate(150%);
}

.faq-index a {
  padding: 9px 14px;
  color: var(--ink-soft);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.faq-index a:hover {
  color: var(--blue);
  border-color: rgba(11, 115, 255, 0.34);
  box-shadow: 0 0 24px rgba(85, 220, 255, 0.16);
  transform: translateY(-2px);
}

.faq-hub {
  display: grid;
  gap: clamp(80px, 10vw, 150px);
  padding: clamp(90px, 11vw, 170px) clamp(22px, 7vw, 118px);
  background:
    radial-gradient(circle at 92% 18%, rgba(85, 220, 255, 0.1), transparent 24rem),
    #ffffff;
}

.faq-category {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(500px, 1.3fr);
  gap: clamp(42px, 8vw, 140px);
  max-width: 1420px;
  margin: 0 auto;
  padding-bottom: clamp(64px, 8vw, 110px);
  border-bottom: 1px solid var(--line);
}

.faq-category:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.faq-category-heading {
  position: sticky;
  top: 154px;
  align-self: start;
}

.faq-category h2 {
  font-size: clamp(2.6rem, 4.5vw, 4.8rem);
}

/* Motion */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 760ms cubic-bezier(0.2, 0.72, 0.2, 1), transform 760ms cubic-bezier(0.2, 0.72, 0.2, 1);
}

.reveal.tilt-surface {
  transform: perspective(1400px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(30px);
}

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

.reveal.is-visible.tilt-surface {
  transform: perspective(1400px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(0);
}

.value-grid .reveal:nth-child(2),
.process-flow .reveal:nth-child(2) {
  transition-delay: 80ms;
}

.value-grid .reveal:nth-child(3),
.process-flow .reveal:nth-child(3) {
  transition-delay: 160ms;
}

.value-grid .reveal:nth-child(4),
.process-flow .reveal:nth-child(4) {
  transition-delay: 240ms;
}

@keyframes orbitFloat {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-16px) scale(1.025);
  }
}

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(26px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.55;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1.15);
  }
}

@keyframes systemCardFloat {
  0%, 100% {
    transform: translateY(0) rotate(-0.6deg);
  }
  50% {
    transform: translateY(-10px) rotate(0.6deg);
  }
}

@keyframes contactPulse {
  0% {
    opacity: 0.65;
    transform: scale(0.88);
  }
  72%,
  100% {
    opacity: 0;
    transform: scale(1.35);
  }
}

@keyframes technicalAura {
  0%, 100% {
    opacity: 0.5;
    transform: translateX(-50%) scaleX(0.94);
  }
  50% {
    opacity: 0.84;
    transform: translateX(-50%) scaleX(1.06);
  }
}

@keyframes technicalSheen {
  0%, 18% {
    background-position: 130% 0, 0 0;
  }
  70%, 100% {
    background-position: -80% 0, 0 0;
  }
}

@keyframes trailCharge {
  0% {
    opacity: 0;
    transform: scaleX(0.02);
  }
  7% {
    opacity: 1;
  }
  76%, 88% {
    opacity: 1;
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    transform: scaleX(1);
  }
}

@keyframes trailNodeLight {
  0%, 30%, 100% {
    background: linear-gradient(145deg, #071a34, #0a75e8);
    box-shadow: 0 14px 36px rgba(5, 70, 145, 0.24), 0 0 24px rgba(85, 220, 255, 0.22);
    filter: brightness(1);
  }
  7%, 17% {
    background: linear-gradient(145deg, #086cf1, #5ae3ff);
    box-shadow: 0 16px 42px rgba(5, 70, 145, 0.34), 0 0 18px rgba(85, 220, 255, 0.96), 0 0 48px rgba(85, 220, 255, 0.62);
    filter: brightness(1.22);
  }
}

@keyframes trailNodeRing {
  0%, 30%, 100% {
    opacity: 0;
    transform: scale(0.72);
  }
  7% {
    opacity: 0.9;
    transform: scale(0.9);
  }
  22% {
    opacity: 0;
    transform: scale(1.45);
  }
}

@keyframes trailNodeAura {
  0%, 30%, 100% { opacity: 0; }
  8%, 18% { opacity: 1; }
}

@keyframes trailLabelLight {
  0%, 30%, 100% {
    color: var(--ink);
    text-shadow: none;
  }
  8%, 18% {
    color: #0756af;
    text-shadow: 0 0 18px rgba(85, 220, 255, 0.44);
  }
}

@keyframes trailStepPulse {
  0% {
    opacity: 0.9;
    transform: scale(0.78);
  }
  100% {
    opacity: 0;
    transform: scale(1.55);
  }
}

@media (max-width: 1380px) {
  .health-section {
    grid-template-columns: 1fr;
  }

  .health-content h2 em {
  color: var(--blue);
  font-style: normal;
  text-shadow: 0 0 18px rgba(11, 115, 255, 0.2), 0 0 36px rgba(85, 220, 255, 0.12);
}
.health-visual {
    min-height: 680px;
  }

  .health-visual img {
    object-position: center 42%;
  }

  .health-visual-copy strong {
    max-width: 620px;
  }

  .health-content {
    padding: 92px clamp(32px, 7vw, 88px) 108px;
  }

  .health-content h2 {
    max-width: 850px;
  }
}

@media (max-width: 1100px) {
  .grain-risk-note {
    grid-template-columns: minmax(140px, 0.28fr) minmax(0, 1fr);
  }

  .grain-risk-note > a {
    grid-column: 2;
    justify-self: start;
  }

  .site-nav {
    gap: 15px;
  }

  .header-phone {
    display: flex;
    min-height: 44px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-right: 16px;
    margin-left: auto;
    padding: 7px 18px;
    color: #ffffff;
    background: linear-gradient(120deg, rgba(8, 76, 159, 0.34), rgba(27, 174, 255, 0.13));
    border: 1px solid rgba(116, 220, 255, 0.25);
    border-radius: 13px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 0 24px rgba(27, 174, 255, 0.08);
    backdrop-filter: blur(16px);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  }

  .header-phone span {
    margin-bottom: 3px;
    color: var(--cyan-soft);
    font-size: 0.52rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }

  .header-phone strong {
    color: #ffffff;
    font-family: var(--display);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .header-phone:hover {
    color: #ffffff;
    border-color: rgba(85, 220, 255, 0.66);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(27, 174, 255, 0.2);
    transform: translateY(-2px);
  }

  .site-nav > a:not(.nav-cta) {
    display: none;
  }

  .section-intro,
  .system-heading,
  .technical-heading,
  .faq-home,
  .faq-category {
    grid-template-columns: 1fr;
  }

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

  .bat-feature {
    display: grid;
    grid-template-columns: minmax(320px, 0.75fr) minmax(0, 1.25fr);
  }

  .bat-feature-media {
    min-height: 100%;
  }

  .health-section {
    grid-template-columns: 1fr;
  }

  .health-content h2 em {
  color: var(--blue);
  font-style: normal;
  text-shadow: 0 0 18px rgba(11, 115, 255, 0.2), 0 0 36px rgba(85, 220, 255, 0.12);
}
.health-visual {
    min-height: 620px;
  }

  .section-intro > p:last-child,
  .system-heading h2 em {
  color: var(--cyan);
  font-style: normal;
  text-shadow: 0 0 18px rgba(85, 220, 255, 0.24), 0 0 44px rgba(11, 115, 255, 0.2);
}
.system-description {
    max-width: 720px;
  }

  .audience-intro {
    gap: 48px;
  }

  .audience-heading h2 {
    max-width: 860px;
  }

  .audience-brief {
    max-width: 860px;
  }

  .system-specs,
  .value-grid,
  .process-flow,
  .knowledge-hub {
    grid-template-columns: repeat(2, 1fr);
  }

  .technical-trail {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 38px;
  }

  .technical-trail::before,
  .technical-trail::after {
    display: none;
  }

  .flip-deck {
    grid-template-columns: 1fr;
    max-width: 760px;
  }

  .knowledge-hub a:nth-child(2n) {
    border-right: 0;
  }

  .system-specs li:nth-child(2),
  .value-grid article:nth-child(2) {
    border-right: 0;
  }

  .system-specs li:nth-child(-n + 2),
  .value-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line-dark);
  }

  .value-grid article:nth-child(-n + 2) {
    border-bottom-color: var(--line);
  }

  .process-flow article:nth-child(2) {
    border-right: 0;
  }

  .process-flow article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line-dark);
  }

  .faq-category-heading {
    position: static;
  }

  .content-hero-grid,
  .editorial-grid,
  .content-faq-grid {
    grid-template-columns: 1fr;
  }

  .content-hero-card {
    max-width: 560px;
  }

  .sticky-cta {
    position: static;
  }

  .footer-lead {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.55fr);
    gap: 48px;
  }

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

@media (max-width: 780px) {
  .grain-risk-note {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .grain-risk-note > a {
    grid-column: auto;
  }

  html {
    scroll-padding-top: 70px;
  }

  .site-header {
    top: 8px;
    right: 8px;
    left: 8px;
    min-height: 64px;
    border-radius: 14px;
  }

  .brand,
  body.has-scrolled .brand {
    width: auto;
    height: 50px;
  }

  .brand img,
  body.has-scrolled .brand img {
    width: 50px;
    height: 50px;
  }

  .brand-lockup {
    min-width: 0;
  }

  .brand-lockup strong {
    font-size: 0.78rem;
  }

  .brand-lockup small {
    font-size: 0.46rem;
  }

  .nav-cta {
    display: none;
  }

  .header-phone {
    display: none;
  }

  .nav-toggle {
    position: relative;
    z-index: 2;
    display: flex;
    width: 44px;
    height: 44px;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(139, 220, 255, 0.22);
    border-radius: 10px;
  }

  .nav-toggle span {
    width: 20px;
    height: 1px;
    background: currentColor;
    transition: transform 220ms ease;
  }

  .nav-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    top: 80px;
    right: 8px;
    left: 8px;
    z-index: 1;
    display: flex;
    max-height: calc(100svh - 96px);
    overflow-y: auto;
    flex-direction: column;
    gap: 0;
    align-items: stretch;
    justify-content: flex-start;
    padding: 10px 18px 16px;
    background:
      radial-gradient(circle at 84% 8%, rgba(20, 155, 255, 0.2), transparent 15rem),
      rgba(2, 12, 27, 0.94);
    border: 1px solid rgba(126, 218, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 24px 70px rgba(0, 7, 20, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(24px) saturate(150%);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px) scale(0.985);
    transform-origin: top center;
    transition: opacity 220ms ease, transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .site-nav > a:not(.nav-cta) {
    display: block;
    padding: 10px 2px;
    color: #ffffff;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(125, 216, 255, 0.15);
    border-radius: 0;
    box-shadow: none;
    font-family: var(--display);
    font-size: clamp(1.05rem, 5vw, 1.3rem);
    font-weight: 600;
    letter-spacing: -0.01em;
    text-align: left;
    text-transform: none;
  }

  .site-nav > .nav-cta {
    display: flex;
    min-height: 44px;
    justify-content: center;
    margin-top: 12px;
    padding: 11px 16px;
    border: 1px solid rgba(185, 239, 255, 0.4);
    border-radius: 999px;
    font-family: var(--sans);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-align: center;
    text-transform: uppercase;
  }

  .site-nav > a::after {
    display: none;
  }

  .hero-content {
    min-height: 100svh;
    max-width: none;
    justify-content: flex-end;
    padding: 124px 22px 240px;
  }

  .hero-media img {
    top: -4%;
    right: 0;
    width: 100%;
    height: 108%;
    object-fit: cover;
    object-position: 52% center;
    filter: saturate(1.08) contrast(1.06) brightness(0.78);
  }

  .hero-media::before {
    opacity: 0.28;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(2, 8, 18, 0.34), rgba(2, 8, 18, 0.2) 34%, rgba(2, 8, 18, 0.94) 76%, #020813 100%);
  }

  .hero h1 {
    font-size: clamp(3.7rem, 17vw, 6rem);
  }

  .hero-lead {
    font-size: 0.98rem;
    line-height: 1.6;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .health-actions,
  .trail-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .health-actions .button,
  .trail-cta .button {
    width: 100%;
  }

  .health-actions .inline-link {
    width: 100%;
    justify-content: center;
  }

  .hero-status {
    right: 16px;
    bottom: 20px;
    left: 16px;
    grid-template-columns: 1fr;
  }

  .hero-status div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 15px;
    border-right: 0;
    border-bottom: 1px solid rgba(150, 224, 255, 0.12);
  }

  .hero-status div:last-child {
    border-bottom: 0;
  }

  .hero-status span {
    margin: 0;
    text-align: right;
  }

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

  .confidence-rail span {
    min-height: 76px;
    padding: 16px 12px;
    font-size: 0.62rem;
  }

  .audience {
    padding-top: 88px;
    padding-bottom: 96px;
  }

  .audience-heading h2 {
    font-size: clamp(3rem, 13vw, 4.7rem);
  }

  .audience-brief {
    padding: 28px 24px;
  }

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

  .audience-specs div,
  .audience-specs div:not(:first-child) {
    display: grid;
    grid-template-columns: 30px 1fr;
    column-gap: 8px;
    padding: 16px 12px;
    border-bottom: 1px solid rgba(123, 213, 255, 0.13);
  }

  .audience-specs div:first-child {
    border-right: 1px solid rgba(123, 213, 255, 0.13);
  }

  .audience-specs div:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }

  .audience-specs span {
    grid-row: 1 / 3;
    margin: 0;
  }

  .audience-specs strong,
  .audience-specs small {
    grid-column: 2;
  }

  .three-a-intro {
  max-width: 680px;
  margin-bottom: 26px;
}

.three-a-intro > span {
  display: block;
  margin-bottom: 9px;
  color: var(--cyan);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.three-a-intro h3 {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: clamp(1.45rem, 2vw, 2.1rem);
  line-height: 1.08;
}

.three-a-intro p {
  margin: 0;
  color: rgba(223, 240, 253, 0.72);
  font-size: clamp(0.88rem, 1vw, 1rem);
  line-height: 1.65;
}
.three-a-system div {
  position: relative;
  overflow: hidden;
  transition: background 240ms ease, box-shadow 240ms ease, transform 240ms ease;
}

.three-a-system div::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background: linear-gradient(112deg, transparent 12%, rgba(85, 220, 255, 0.03) 34%, rgba(85, 220, 255, 0.2) 50%, rgba(11, 115, 255, 0.05) 66%, transparent 88%);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-120%);
  animation: threeAScan 6s ease-in-out infinite;
}

.three-a-system div:nth-child(2)::before {
  animation-delay: 0.75s;
}

.three-a-system div:nth-child(3)::before {
  animation-delay: 1.5s;
}

.three-a-system span,
.three-a-system strong,
.three-a-system small {
  position: relative;
  z-index: 1;
}

.three-a-system span {
  font-size: 2rem;
  text-shadow: 0 0 12px rgba(85, 220, 255, 0.72), 0 0 28px rgba(11, 115, 255, 0.44);
  animation: threeAPulse 3.6s ease-in-out infinite;
}

.three-a-system div:nth-child(2) span {
  animation-delay: 0.55s;
}

.three-a-system div:nth-child(3) span {
  animation-delay: 1.1s;
}

.three-a-system div:hover {
  background: rgba(19, 130, 230, 0.12);
  box-shadow: inset 0 0 28px rgba(85, 220, 255, 0.08);
  transform: translateY(-4px);
}

.three-a-system div:hover span {
  color: #ffffff;
  text-shadow: 0 0 14px rgba(85, 220, 255, 1), 0 0 34px rgba(11, 115, 255, 0.72);
}

@keyframes threeAScan {
  0%, 14% {
    opacity: 0;
    transform: translateX(-120%);
  }
  28%, 48% {
    opacity: 1;
  }
  66%, 100% {
    opacity: 0;
    transform: translateX(120%);
  }
}

@keyframes threeAPulse {
  0%, 100% {
    color: var(--cyan);
    filter: brightness(1);
    transform: translateY(0) scale(1);
  }
  50% {
    color: #ffffff;
    filter: brightness(1.2);
    transform: translateY(-2px) scale(1.06);
  }
}
.audience-scope-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-bottom: 1px solid rgba(13, 102, 194, 0.13);
  }

  .audience-scope-rail span {
    min-height: 72px;
    justify-content: flex-start;
    padding: 14px;
    border-bottom: 1px solid rgba(13, 102, 194, 0.1);
  }

  .audience-scope-rail span:nth-child(2) {
    border-right: 0;
  }

  .audience-scope-rail span:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }

  .audience-panels,
  .application-mosaic {
    grid-template-columns: 1fr;
  }

  .audience-panels {
    gap: 10px;
    padding: 8px;
  }

  .audience-panel-top {
    top: 28px;
    right: 28px;
    left: 28px;
  }

  .audience-panel-frame {
    inset: 12px;
  }

  .health-content h2 em {
  color: var(--blue);
  font-style: normal;
  text-shadow: 0 0 18px rgba(11, 115, 255, 0.2), 0 0 36px rgba(85, 220, 255, 0.12);
}
.health-visual {
    min-height: 520px;
    margin: 12px 12px 0;
    border-radius: 14px;
  }

  .health-visual-copy {
    bottom: 48px;
  }

  .health-content {
    padding: 82px 22px;
  }

  .disease-highlight {
    grid-template-columns: 1fr;
  }

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

  .health-strategy article {
    min-height: auto;
    padding: 20px 16px;
    border-bottom: 1px solid var(--line);
  }

  .health-strategy article:first-child {
    border-right: 1px solid var(--line);
  }

  .health-strategy article:last-child {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 0;
  }

  .health-strategy article > span {
    margin-bottom: 14px;
  }

  .audience-panel,
  .audience-panel-industrial {
    min-height: 520px;
  }

  .application-mosaic,
  .mosaic-main {
    min-height: 520px;
  }

  .mosaic-statement {
    min-height: 430px;
  }

  .system-showcase figcaption {
    gap: 14px;
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 10px;
  }

  .system-float {
    display: none;
  }

  .technical-trail {
    grid-template-columns: 1fr;
  }

  .technical-trail li {
    display: grid;
    min-height: auto;
    grid-template-columns: 54px 1fr;
    column-gap: 20px;
    padding: 0;
    text-align: left;
  }

  .technical-trail li > span {
    grid-row: span 2;
    margin: 0;
  }

  .technical-trail strong {
    align-self: end;
  }

  .flip-deck {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-width: none;
  }

  .flip-card:last-child {
    grid-column: 1 / -1;
  }

  .flip-card,
  .flip-card-industrial {
  transform: translateY(-12px);
}

.flip-card-industrial::before {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 6;
  padding: 8px 11px;
  content: none;
  color: #021226;
  background: linear-gradient(120deg, var(--cyan), #8ceaff);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 999px;
  box-shadow: 0 0 24px rgba(85, 220, 255, 0.5);
  font-size: 0.54rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  pointer-events: none;
}

.flip-card-industrial .flip-face {
  border: 1px solid rgba(85, 220, 255, 0.62);
  box-shadow: 0 34px 90px rgba(3, 58, 112, 0.24), 0 0 44px rgba(85, 220, 255, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.flip-card-industrial .flip-front {
  background:
    radial-gradient(circle at 78% 18%, rgba(85, 220, 255, 0.48), transparent 17rem),
    linear-gradient(145deg, #020d20 0%, #07509a 100%);
  animation: industrialFocus 4.8s ease-in-out infinite;
}

.flip-card-industrial .flip-front > span {
  color: #ffffff;
  text-shadow: 0 0 16px rgba(85, 220, 255, 0.78);
}

.flip-card-industrial .flip-front h3 {
  color: var(--cyan-soft);
}

@keyframes industrialFocus {
  0%, 100% {
    box-shadow: inset 0 0 0 rgba(85, 220, 255, 0), 0 0 0 rgba(85, 220, 255, 0);
  }
  50% {
    box-shadow: inset 0 0 46px rgba(85, 220, 255, 0.08), 0 0 28px rgba(85, 220, 255, 0.14);
  }
}
.flip-card-inner {
    min-height: 360px;
  }

  .flip-face {
    padding: 20px 14px;
    border-radius: 14px;
  }

  .flip-front > span,
  .flip-back > span {
    font-size: 0.55rem;
    letter-spacing: 0.08em;
  }

  .flip-front h3,
  .flip-back h3 {
    font-size: clamp(1.25rem, 6vw, 1.55rem);
    line-height: 1.08;
  }

  .flip-front p {
    font-size: 0.68rem;
    line-height: 1.5;
  }

  .flip-front b,
  .flip-back a {
    font-size: 0.56rem;
    letter-spacing: 0.04em;
  }

  .flip-back ul {
    gap: 6px;
    margin-bottom: 16px;
  }

  .flip-back li {
    padding-left: 12px;
    font-size: 0.66rem;
    line-height: 1.45;
  }

  .flip-back li::before {
    width: 4px;
    height: 4px;
  }

  .knowledge-hub {
    grid-template-columns: 1fr;
  }

  .knowledge-hub a,
  .knowledge-hub a:nth-child(2n) {
    min-height: 150px;
    border-right: 0;
    border-bottom: 1px solid rgba(85, 220, 255, 0.13);
  }

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

  .system-specs li,
  .system-specs li:nth-child(2) {
    min-height: 170px;
    gap: 10px;
    padding: 22px 14px;
    border-right: 1px solid var(--line-dark);
    border-bottom: 1px solid var(--line-dark);
  }

  .system-specs li:nth-child(2n) {
    border-right: 0;
  }

  .system-specs li:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .system-specs strong {
    font-size: 0.74rem;
  }

  .system-specs p {
    font-size: 0.72rem;
    line-height: 1.55;
  }

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

  .value-grid article,
  .value-grid article:nth-child(2) {
    min-height: 240px;
    padding: 24px 16px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .value-grid article:nth-child(2n) {
    border-right: 0;
  }

  .value-grid article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .value-grid article > span {
    width: 30px;
    height: 30px;
    margin-bottom: 28px;
  }

  .value-grid h3 {
    overflow-wrap: anywhere;
    font-size: clamp(1rem, 4.1vw, 1.25rem);
    line-height: 1.08;
  }

  .value-grid p {
    font-size: 0.7rem;
    line-height: 1.55;
  }

  .process-flow {
    grid-template-columns: 1fr;
  }

  .process-flow article,
  .process-flow article:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .process-flow article:last-child {
    border-bottom: 0;
  }

  .process-flow article,
  .process-flow article:not(:first-child) {
    min-height: 240px;
    padding: 34px 0;
  }

  .process-flow article:not(:first-child)::before {
    left: 0;
  }

  .process-flow article > span {
    margin-bottom: 38px;
  }

  .process-layout {
    gap: 58px;
  }

  .process-main .process-flow {
    grid-template-columns: 1fr;
  }

  .process-main .process-flow article:nth-child(3),
  .process-main .process-flow article:nth-child(4) {
    border-top: 0;
  }

  .bat-feature {
    display: block;
  }

  .bat-feature-media {
    min-height: 250px;
  }

  .bat-feature-body {
    padding: 34px 24px;
  }

  .bat-feature-body h3 {
    font-size: clamp(2.3rem, 11vw, 3.25rem);
  }

  .faq-home {
    gap: 55px;
  }

  .final-cta {
    min-height: 600px;
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .final-cta-shell {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .final-cta-actions {
    width: 100%;
    max-width: 680px;
    justify-self: start;
  }

  .final-cta-actions::before {
    display: block;
  }

  .site-footer {
    padding: 72px 22px 24px;
  }

  .footer-lead {
    grid-template-columns: 1fr;
    gap: 42px;
    align-items: stretch;
  }

  .footer-contact-card {
    width: min(100%, 560px);
    min-height: 0;
  }

  .footer-directory {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 44px 34px;
  }

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

  .footer-assurance span {
    min-height: 62px;
    justify-content: flex-start;
    padding: 0 12px;
    border-bottom: 1px solid rgba(128, 218, 255, 0.12);
  }

  .footer-assurance span:nth-child(2) {
    border-right: 0;
  }

  .footer-assurance span:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-bottom nav {
    gap: 14px 20px;
  }

  .floating-whatsapp {
    right: 12px;
    bottom: 12px;
  }

  .floating-call {
    bottom: 12px;
    left: 12px;
  }

  .page-hero {
    padding: 140px 22px 80px;
  }

  .content-hero {
    min-height: 100svh;
    padding: 140px 22px 62px;
  }

  .content-hero h1 {
    font-size: clamp(3rem, 14vw, 4.9rem);
  }

  .answer-strip,
  .service-points,
  .related-services {
    grid-template-columns: 1fr;
  }

  .answer-strip article,
  .service-points article,
  .related-services a {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(85, 220, 255, 0.12);
  }

  .service-points article {
    border-bottom-color: var(--line);
  }

  .faq-index {
    position: static;
    justify-content: flex-start;
  }

  .faq-index a {
    flex: 1 1 calc(50% - 10px);
    text-align: center;
  }

  .faq-category {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 460px) {
  .section-light,
  .section-dark {
    padding-right: 18px;
    padding-left: 18px;
  }

  .final-cta-actions {
    flex-direction: column;
    gap: 14px;
    align-items: stretch;
  }

  .final-cta-actions .button {
    width: 100%;
    min-width: 0;
  }

  .cta-phone {
    width: 100%;
    min-height: 0;
    gap: 6px;
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 0 0;
    border-top: 1px solid rgba(137, 224, 255, 0.24);
    border-left: 0;
  }

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

  .confidence-rail span {
    border-bottom: 1px solid rgba(85, 220, 255, 0.1);
  }

  .confidence-rail span:nth-child(2n) {
    border-right: 0;
  }

  .confidence-rail span:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .hero-note {
    align-items: flex-start;
  }

  .hero-note span {
    flex: 0 0 auto;
    margin-top: 7px;
  }

  .audience-copy h3 {
    font-size: 2.8rem;
  }

  .audience-panel-top strong {
    display: none;
  }

  .audience-copy a {
    width: 100%;
    justify-content: space-between;
  }

  .mosaic-main figcaption {
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .floating-whatsapp span {
    display: none;
  }

  .floating-whatsapp {
    width: 54px;
    min-height: 54px;
    padding: 0;
    justify-content: center;
  }

  .floating-call {
    min-height: 54px;
    padding: 7px 14px 7px 7px;
  }

  .floating-call-icon {
    width: 40px;
    height: 40px;
  }

  .floating-call-copy small {
    display: none;
  }

  .floating-call-copy strong {
    margin-top: 0;
    font-size: 0.9rem;
  }

  .site-footer {
    padding-right: 18px;
    padding-left: 18px;
  }

  .footer-brand {
    margin-bottom: 30px;
  }

  .footer-brand img {
    width: 64px;
    height: 64px;
  }

  .footer-intro h2 {
    font-size: clamp(2.45rem, 12vw, 3.4rem);
  }

  .footer-contact-card {
    padding: 8px 0 8px 24px;
  }

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

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

  .reveal {
    opacity: 1;
    transform: none;
  }

  .neon-cursor-trail {
    display: none;
  }
}

@media (pointer: coarse) {
  .neon-cursor-trail {
    display: none;
  }
}

/* Interactive solutions pyramid */
.solution-pyramid{--pyramid-x:50%;--pyramid-y:45%;position:relative;isolation:isolate;overflow:hidden;min-height:700px;max-width:1500px;margin:0 auto 44px;padding:38px clamp(24px,5vw,80px) 50px;color:#fff;background:radial-gradient(circle at 50% 95%,rgba(12,126,240,.28),transparent 36%),linear-gradient(145deg,#020917,#031a38 56%,#06152a);border:1px solid rgba(85,220,255,.25);border-radius:28px;box-shadow:0 42px 110px rgba(2,25,55,.24),inset 0 1px rgba(255,255,255,.1),inset 0 -80px 120px rgba(0,6,18,.4);perspective:1400px}
.solution-pyramid:before{position:absolute;inset:0;z-index:-2;content:"";background-image:linear-gradient(rgba(85,220,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(85,220,255,.045) 1px,transparent 1px);background-size:52px 52px;opacity:.75;mask-image:linear-gradient(#000,transparent 86%)}
.solution-pyramid:after{position:absolute;inset:0;z-index:-1;content:"";background:radial-gradient(circle 250px at var(--pyramid-x) var(--pyramid-y),rgba(85,220,255,.15),transparent 72%);pointer-events:none}
.pyramid-instruction{position:relative;z-index:3;display:flex;gap:10px;align-items:center;justify-content:center;margin:0;color:rgba(209,238,255,.64);font-size:.66rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.pyramid-instruction span{width:7px;height:7px;background:var(--cyan);border-radius:50%;box-shadow:0 0 0 5px rgba(85,220,255,.08),0 0 18px rgba(85,220,255,.9);animation:pyramidDot 2.1s ease-in-out infinite}
.pyramid-stack{position:relative;z-index:2;display:flex;width:min(930px,84%);margin:52px auto 0;flex-direction:column;align-items:center;gap:8px;transform:rotateX(2deg);transform-style:preserve-3d}
.pyramid-tier{position:relative;display:grid;overflow:hidden;height:164px;grid-template-columns:minmax(48px,.35fr) minmax(0,1.8fr) minmax(48px,.35fr);align-items:center;color:#fff;background:linear-gradient(100deg,rgba(255,255,255,.06),transparent 28%),linear-gradient(130deg,#052044,#07386e);border:1px solid rgba(117,225,255,.32);box-shadow:inset 0 1px rgba(255,255,255,.14),inset 0 -20px 50px rgba(0,7,23,.34),0 14px 36px rgba(0,5,15,.28);text-decoration:none;transform:translateZ(0);transition:transform .65s cubic-bezier(.16,1,.3,1),filter .45s,opacity .45s,box-shadow .5s,background .5s;will-change:transform,filter}
.pyramid-tier:before{position:absolute;inset:-50% -30%;z-index:0;content:"";background:linear-gradient(105deg,transparent 38%,rgba(190,245,255,.42) 49%,transparent 60%);opacity:0;transform:translateX(-35%);pointer-events:none}
.pyramid-tier:after{position:absolute;inset:0;z-index:0;content:"";background:radial-gradient(circle at 50% 40%,rgba(85,220,255,.22),transparent 45%);opacity:0;transition:opacity .45s;pointer-events:none}
.pyramid-tier-industrial{z-index:3;width:56%;height:176px;background:radial-gradient(circle at 50% 12%,rgba(120,231,255,.36),transparent 46%),linear-gradient(135deg,#06264c,#0862ac);border-color:rgba(129,232,255,.72);clip-path:polygon(28% 0,72% 0,100% 100%,0 100%);box-shadow:inset 0 1px rgba(255,255,255,.28),inset 0 -25px 55px rgba(1,17,43,.3),0 0 30px rgba(85,220,255,.23),0 24px 60px rgba(0,11,30,.42);animation:industrialTierGlow 4.2s ease-in-out infinite}
.pyramid-tier-condo{z-index:2;width:78%;clip-path:polygon(13.5% 0,86.5% 0,100% 100%,0 100%)}
.pyramid-tier-residential{z-index:1;width:100%;clip-path:polygon(10.5% 0,89.5% 0,100% 100%,0 100%)}
.tier-index,.tier-copy,.tier-arrow{position:relative;z-index:2}.tier-index{justify-self:end;color:rgba(176,231,255,.42);font-family:var(--display);font-size:.66rem;font-weight:700;letter-spacing:.14em}.tier-copy{display:flex;min-width:0;flex-direction:column;align-items:center;text-align:center}
.tier-copy small{margin-bottom:6px;color:var(--cyan);font-size:.58rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.pyramid-tier-industrial .tier-copy small{padding:5px 10px;color:#032044;background:linear-gradient(120deg,#8beaff,#d4f8ff);border-radius:999px;box-shadow:0 0 20px rgba(85,220,255,.38)}
.tier-copy strong{color:#f7fcff;font-family:var(--display);font-size:clamp(1.8rem,3vw,3rem);line-height:1;letter-spacing:-.04em;text-shadow:0 4px 24px rgba(0,8,20,.4)}.pyramid-tier-industrial .tier-copy strong{color:#c7f5ff;font-size:clamp(2.2rem,3.6vw,3.55rem);text-shadow:0 0 28px rgba(85,220,255,.4)}
.tier-copy em{overflow:hidden;max-width:100%;margin-top:9px;color:rgba(217,240,255,.68);font-size:.7rem;font-style:normal;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}
.tier-arrow{display:grid;width:38px;height:38px;place-items:center;justify-self:start;color:var(--cyan);border:1px solid rgba(85,220,255,.28);border-radius:50%;font-size:1rem;transition:transform .35s,color .35s,background .35s,box-shadow .35s}
.pyramid-stack:has(.pyramid-tier:hover) .pyramid-tier:not(:hover){opacity:.46;filter:saturate(.55) brightness(.72);transform:translateZ(-28px) scale(.985)}
.pyramid-tier:hover,.pyramid-tier:focus-visible{z-index:8;color:#fff;background:radial-gradient(circle at 50% 30%,rgba(159,241,255,.5),transparent 48%),linear-gradient(125deg,#064584,#0b8ed7);outline:none;filter:saturate(1.25) brightness(1.12);transform:translateY(-5px) translateZ(38px) scale(1.035);box-shadow:inset 0 1px rgba(255,255,255,.5),inset 0 -30px 60px rgba(2,38,78,.25),0 0 28px rgba(85,220,255,.5),0 0 80px rgba(26,146,255,.34),0 34px 60px rgba(0,8,24,.54);animation-play-state:paused}
.pyramid-tier:hover:before,.pyramid-tier:focus-visible:before{opacity:1;animation:pyramidSheen 1.25s ease both}.pyramid-tier:hover:after,.pyramid-tier:focus-visible:after{opacity:1}.pyramid-tier:hover .tier-arrow,.pyramid-tier:focus-visible .tier-arrow{color:#03172c;background:#a9f0ff;box-shadow:0 0 26px rgba(85,220,255,.76);transform:translateX(6px) rotate(6deg)}
.pyramid-floor{position:absolute;right:15%;bottom:10px;left:15%;z-index:0;height:90px;background:radial-gradient(ellipse,rgba(41,172,255,.3),transparent 67%);border-radius:50%;filter:blur(12px);transform:rotateX(68deg);animation:pyramidFloor 4.2s ease-in-out infinite}
.pyramid-aura{position:absolute;top:50%;left:50%;z-index:0;width:min(720px,68vw);aspect-ratio:1;border:1px solid rgba(85,220,255,.1);border-radius:50%;transform:translate(-50%,-48%);pointer-events:none}.pyramid-aura:before,.pyramid-aura:after,.pyramid-aura i{position:absolute;content:"";border:1px solid rgba(85,220,255,.08);border-radius:50%;inset:9%}.pyramid-aura:after{inset:22%}.pyramid-aura i:first-child{inset:-5%;border-style:dashed;animation:pyramidOrbit 28s linear infinite}.pyramid-aura i:nth-child(2){inset:34%;border-color:rgba(85,220,255,.14)}.pyramid-aura i:nth-child(3){inset:47%;background:rgba(85,220,255,.18);border:0;box-shadow:0 0 70px rgba(85,220,255,.24)}
@keyframes industrialTierGlow{50%{filter:brightness(1.12);box-shadow:inset 0 1px rgba(255,255,255,.34),0 0 45px rgba(85,220,255,.38),0 25px 65px rgba(0,11,30,.46)}}@keyframes pyramidSheen{to{transform:translateX(42%)}}@keyframes pyramidOrbit{to{transform:rotate(360deg)}}@keyframes pyramidDot{50%{opacity:.45;transform:scale(.78)}}@keyframes pyramidFloor{50%{opacity:.65;transform:rotateX(68deg) scaleX(.88)}}
@media(max-width:900px){.solution-pyramid{min-height:650px;padding-inline:18px}.pyramid-stack{width:min(720px,100%);margin-top:48px}.pyramid-tier{height:150px}.pyramid-tier-industrial{width:68%;height:160px}.pyramid-tier-condo{width:85%}.tier-copy strong{font-size:clamp(1.55rem,5vw,2.4rem)}.pyramid-tier-industrial .tier-copy strong{font-size:clamp(1.8rem,5.7vw,2.75rem)}}
@media(max-width:600px){.solution-pyramid{min-height:570px;margin-bottom:28px;padding:28px 8px 38px;border-radius:18px}.pyramid-instruction{font-size:.54rem;letter-spacing:.08em}.pyramid-stack{width:100%;margin-top:38px;gap:6px}.pyramid-tier{height:132px;grid-template-columns:28px minmax(0,1fr) 34px}.pyramid-tier-industrial{width:80%;height:142px;clip-path:polygon(24% 0,76% 0,100% 100%,0 100%)}.pyramid-tier-condo{width:92%;clip-path:polygon(9% 0,91% 0,100% 100%,0 100%)}.pyramid-tier-residential{width:100%;clip-path:polygon(5% 0,95% 0,100% 100%,0 100%)}.tier-index{display:none}.tier-copy{grid-column:2}.tier-copy small{margin-bottom:4px;font-size:.48rem}.pyramid-tier-industrial .tier-copy small{padding:4px 7px}.tier-copy strong{font-size:clamp(1.25rem,6.7vw,1.75rem)}.pyramid-tier-industrial .tier-copy strong{font-size:clamp(1.4rem,7.6vw,2rem)}.tier-copy em{max-width:210px;margin-top:6px;font-size:.55rem;white-space:normal}.tier-arrow{width:28px;height:28px;font-size:.75rem}}
@media(prefers-reduced-motion:reduce){.pyramid-tier-industrial,.pyramid-instruction span,.pyramid-aura i,.pyramid-floor{animation:none}.pyramid-tier,.pyramid-tier:before,.tier-arrow{transition-duration:.01ms}}

/* Premium hierarchical flip cards */
.premium-flip-deck{display:grid;max-width:1500px;margin:0 auto 44px;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;perspective:2200px;perspective-origin:50% 45%}
.premium-flip-card{position:relative;min-height:430px;outline:none;cursor:pointer;perspective:1800px;transform-style:preserve-3d}
.premium-flip-industrial{min-height:510px;grid-column:1/-1}
.premium-flip-inner{position:relative;width:100%;height:100%;min-height:inherit;transform-style:preserve-3d;transition:transform 1.15s cubic-bezier(.2,.72,.18,1);will-change:transform}
.premium-flip-card:hover .premium-flip-inner,.premium-flip-card.is-flipped .premium-flip-inner{transform:rotateY(180deg)}
.premium-flip-card:focus-visible{border-radius:24px;box-shadow:0 0 0 3px rgba(85,220,255,.45),0 0 45px rgba(85,220,255,.22)}
.premium-flip-face{position:absolute;inset:0;display:flex;overflow:hidden;padding:clamp(30px,4vw,58px);color:#fff;background:radial-gradient(circle at 82% 18%,rgba(85,220,255,.2),transparent 21rem),linear-gradient(145deg,#020d20,#082b58);border:1px solid rgba(107,213,255,.28);border-radius:24px;box-shadow:0 34px 85px rgba(3,34,72,.2),inset 0 1px rgba(255,255,255,.16),inset 0 -50px 90px rgba(0,7,22,.3);backface-visibility:hidden;transform-style:preserve-3d}
.premium-flip-face:before{position:absolute;inset:0;content:"";background-image:linear-gradient(rgba(116,221,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(116,221,255,.045) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(120deg,#000,transparent 72%);pointer-events:none}
.premium-flip-face:after{position:absolute;top:-55%;right:-12%;width:480px;aspect-ratio:1;content:"";border:1px solid rgba(85,220,255,.16);border-radius:50%;box-shadow:inset 0 0 80px rgba(85,220,255,.05),0 0 80px rgba(85,220,255,.03);pointer-events:none;transition:transform 1.2s ease}
.premium-flip-card:hover .premium-flip-face:after{transform:rotate(20deg) scale(1.08)}
.premium-flip-front{z-index:2;align-items:flex-end;transform:rotateY(0)}
.premium-flip-back{z-index:1;align-items:center;color:#07172b;background:radial-gradient(circle at 88% 18%,rgba(85,220,255,.24),transparent 22rem),linear-gradient(145deg,#f9fdff,#e9f7ff);border-color:rgba(24,154,220,.32);box-shadow:0 34px 85px rgba(3,34,72,.18),inset 0 1px #fff;transform:rotateY(180deg);pointer-events:none}
.premium-flip-card:hover .premium-flip-back,.premium-flip-card.is-flipped .premium-flip-back{pointer-events:auto}
.premium-flip-industrial .premium-flip-front{background:radial-gradient(circle at 76% 28%,rgba(78,210,255,.42),transparent 25rem),linear-gradient(125deg,#020b1b 0%,#063a70 62%,#0879b6 100%);border-color:rgba(113,229,255,.58);box-shadow:0 42px 100px rgba(3,49,96,.28),0 0 48px rgba(85,220,255,.16),inset 0 1px rgba(255,255,255,.28)}
.premium-flip-industrial .premium-flip-front:after{top:-90%;right:-6%;width:680px;border-color:rgba(165,240,255,.2);box-shadow:inset 0 0 120px rgba(85,220,255,.08),0 0 100px rgba(85,220,255,.06)}
.premium-card-number{position:absolute;top:clamp(28px,3vw,44px);left:clamp(30px,4vw,58px);z-index:3;color:rgba(178,234,255,.55);font-family:var(--display);font-size:.66rem;font-weight:700;letter-spacing:.17em}
.premium-card-number:after{display:inline-block;width:48px;height:1px;margin-left:12px;content:"";vertical-align:middle;background:linear-gradient(90deg,rgba(85,220,255,.7),transparent)}
.premium-card-copy{position:relative;z-index:3;display:flex;width:100%;max-width:780px;flex-direction:column;align-items:flex-start;transform:translateZ(45px)}
.premium-flip-card:not(.premium-flip-industrial) .premium-card-copy{max-width:500px}
.premium-card-copy small{margin-bottom:12px;color:#7de5ff;font-size:.65rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.premium-card-copy h3{max-width:900px;margin:0 0 14px;color:#fff;font-size:clamp(2.35rem,4.3vw,4.8rem);line-height:.98;letter-spacing:-.055em;text-wrap:balance}
.premium-flip-card:not(.premium-flip-industrial) .premium-card-copy h3{font-size:clamp(2.15rem,3.4vw,3.45rem)}
.premium-card-copy p{max-width:650px;margin:0;color:rgba(221,241,255,.7);font-size:.82rem;line-height:1.7}
.premium-card-copy b,.premium-card-copy a{display:inline-flex;gap:10px;align-items:center;margin-top:26px;color:#70dfff;font-size:.66rem;font-style:normal;font-weight:800;letter-spacing:.11em;text-decoration:none;text-transform:uppercase}
.premium-card-copy i{font-size:1rem;font-style:normal;transition:transform .35s ease}.premium-card-copy a:hover i,.premium-flip-card:hover .premium-flip-front b i{transform:translate(4px,-4px)}
.premium-flip-back .premium-card-copy{max-width:760px}
.premium-flip-back .premium-card-copy small{color:#0875ae}.premium-flip-back .premium-card-copy h3{max-width:720px;color:#061b35;font-size:clamp(2rem,3.6vw,4rem)}
.premium-flip-card:not(.premium-flip-industrial) .premium-flip-back h3{font-size:clamp(1.8rem,2.8vw,2.9rem)}
.premium-flip-back ul{display:flex;flex-wrap:wrap;gap:10px;margin:8px 0 0;padding:0;list-style:none}
.premium-flip-back li{padding:9px 13px;color:#34506b;background:rgba(255,255,255,.72);border:1px solid rgba(8,117,174,.15);border-radius:999px;font-size:.72rem;box-shadow:0 8px 24px rgba(17,70,108,.07)}
.premium-flip-back .premium-card-copy a{color:#075b90}
.premium-back-mark{position:absolute;right:4%;bottom:-10%;color:rgba(5,96,150,.045);font-family:var(--display);font-size:clamp(7rem,17vw,16rem);font-weight:800;line-height:1;letter-spacing:-.08em;pointer-events:none}
.premium-card-orbit{position:absolute;top:50%;right:7%;width:min(360px,31vw);aspect-ratio:1;border:1px solid rgba(133,230,255,.18);border-radius:50%;transform:translateY(-50%);animation:premiumOrbit 18s linear infinite}
.premium-card-orbit:before,.premium-card-orbit:after,.premium-card-orbit i{position:absolute;content:"";border:1px solid rgba(133,230,255,.12);border-radius:50%;inset:14%}.premium-card-orbit:after{inset:30%}.premium-card-orbit i:first-child{inset:-7%;border-style:dashed}.premium-card-orbit i:last-child{inset:47%;background:#7fe6ff;border:0;box-shadow:0 0 34px rgba(85,220,255,.8)}
.premium-flip-card:not(.premium-flip-industrial) .premium-card-orbit{right:-10%;width:300px;opacity:.7}
@keyframes premiumOrbit{to{transform:translateY(-50%) rotate(360deg)}}
@media(max-width:900px){.premium-flip-deck{grid-template-columns:1fr;gap:18px}.premium-flip-industrial{grid-column:auto;min-height:470px}.premium-flip-card{min-height:400px}.premium-card-copy h3{font-size:clamp(2.2rem,7vw,3.5rem)}.premium-flip-card:not(.premium-flip-industrial) .premium-card-copy h3{font-size:clamp(2rem,6vw,3rem)}}
@media(max-width:600px){.premium-flip-deck{gap:14px;margin-bottom:28px}.premium-flip-card,.premium-flip-industrial{min-height:390px}.premium-flip-face{padding:26px 22px;border-radius:18px}.premium-card-number{top:22px;left:22px}.premium-card-copy h3,.premium-flip-card:not(.premium-flip-industrial) .premium-card-copy h3{font-size:clamp(2rem,10vw,2.8rem)}.premium-flip-back .premium-card-copy h3,.premium-flip-card:not(.premium-flip-industrial) .premium-flip-back h3{font-size:clamp(1.7rem,8vw,2.25rem)}.premium-card-copy p{font-size:.74rem}.premium-flip-back ul{gap:7px}.premium-flip-back li{padding:7px 10px;font-size:.64rem}.premium-card-orbit{right:-28%;width:280px}.premium-card-copy b,.premium-card-copy a{font-size:.58rem}.premium-flip-inner{transition-duration:1s}}
@media(prefers-reduced-motion:reduce){.premium-flip-inner{transition-duration:.2s}.premium-card-orbit{animation:none}}

/* High-impact value statement */
.value-impact{padding-top:clamp(58px,6vw,96px);background:radial-gradient(circle at 8% 20%,rgba(17,119,255,.1),transparent 25rem),linear-gradient(180deg,#f8fcff,#fff 42%);box-shadow:inset 0 34px 55px -54px rgba(2,38,78,.75)}
.value-impact:before{top:3%;right:-150px;width:560px;border-color:rgba(60,189,255,.15);box-shadow:inset 0 0 100px rgba(85,220,255,.06),0 0 100px rgba(85,220,255,.08)}
.value-impact .value-heading{overflow:hidden;max-width:1500px;min-height:470px;margin:0 auto;padding:clamp(55px,6vw,88px) clamp(38px,7vw,110px) 120px;text-align:left;background:radial-gradient(circle at 86% 18%,rgba(63,208,255,.38),transparent 25rem),radial-gradient(circle at 70% 120%,rgba(7,114,220,.34),transparent 34rem),linear-gradient(125deg,#020a19 0%,#042750 58%,#086ea7 100%);border:1px solid rgba(114,226,255,.4);border-radius:30px;box-shadow:0 45px 110px rgba(2,38,78,.2),0 0 60px rgba(85,220,255,.13),inset 0 1px rgba(255,255,255,.22);isolation:isolate}
.value-impact .value-heading:before{position:absolute;top:-70%;right:-5%;z-index:-1;width:min(630px,48vw);aspect-ratio:1;content:"";border:1px solid rgba(148,235,255,.18);border-radius:50%;box-shadow:inset 0 0 80px rgba(85,220,255,.05),0 0 0 55px rgba(85,220,255,.035),0 0 0 110px rgba(85,220,255,.025);animation:valueHalo 14s linear infinite}
.value-impact .value-heading:after{right:clamp(38px,7vw,110px);bottom:78px;left:auto;width:170px;height:2px;background:linear-gradient(90deg,transparent,#6ce2ff);box-shadow:0 0 22px rgba(85,220,255,.75);transform:none}
.value-impact .value-heading .eyebrow{justify-content:flex-start;margin-bottom:22px;color:#83e8ff;text-shadow:0 0 20px rgba(85,220,255,.38)}
.value-impact .value-heading .eyebrow:before{width:44px;background:linear-gradient(90deg,#0b73ff,#78e6ff)}
.value-impact .value-heading h2{max-width:1250px;margin:0;color:#fff;font-size:clamp(3.2rem,6vw,6.5rem);line-height:.94;letter-spacing:-.065em;text-wrap:balance}
.value-impact .value-heading h2 span,.value-impact .value-heading h2 em{display:block}
.value-impact .value-heading h2 span{color:#fff}
.value-impact .value-heading h2 em{margin-top:10px;color:#a9f2ff;font-style:normal;font-weight:500;text-shadow:0 0 38px rgba(85,220,255,.22)}
.value-impact .value-grid{z-index:4;max-width:1380px;margin:-68px auto clamp(54px,6vw,90px);padding:0 24px;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;background:transparent;border:0;box-shadow:none}
.value-impact .value-grid article{display:flex;overflow:hidden;min-height:300px;padding:34px 30px 32px;flex-direction:column;background:linear-gradient(145deg,rgba(255,255,255,.99),rgba(244,251,255,.98));border:1px solid rgba(24,137,204,.17);border-radius:18px;box-shadow:0 24px 60px rgba(4,47,96,.12),inset 0 1px #fff;transition:transform .55s cubic-bezier(.16,1,.3,1),border-color .4s,box-shadow .5s,background .5s}
.value-impact .value-grid article:before{top:0;right:0;left:0;height:3px;background:linear-gradient(90deg,#0878ff,#6ce6ff);box-shadow:0 0 22px rgba(85,220,255,.48);opacity:.7;transform:scaleX(.36);transform-origin:left;transition:transform .6s cubic-bezier(.16,1,.3,1),opacity .35s}
.value-impact .value-grid article:after{position:absolute;right:-32px;bottom:-45px;width:140px;aspect-ratio:1;content:"";border:1px solid rgba(18,133,211,.08);border-radius:50%;box-shadow:0 0 0 28px rgba(40,173,235,.025);transition:transform .65s cubic-bezier(.16,1,.3,1),border-color .4s}
.value-impact .value-grid article:hover{z-index:2;background:linear-gradient(145deg,#fff,#eefaff);border-color:rgba(41,180,234,.42);box-shadow:0 35px 75px rgba(4,61,126,.18),0 0 35px rgba(85,220,255,.13),inset 0 1px #fff;transform:translateY(-12px)}
.value-impact .value-grid article:hover:before{opacity:1;transform:scaleX(1)}
.value-impact .value-grid article:hover:after{border-color:rgba(33,167,225,.2);transform:scale(1.2)}
.value-impact .value-grid article>span{display:flex;width:auto;height:auto;margin:0 0 auto;align-items:center;gap:10px;color:#0876c9;background:none;border:0;border-radius:0;box-shadow:none;font-family:var(--display);font-size:.68rem;font-weight:800;letter-spacing:.14em}
.value-impact .value-grid article>span:after{width:38px;height:1px;content:"";background:linear-gradient(90deg,rgba(8,118,201,.55),transparent)}
.value-impact .value-grid article:hover>span{color:#0588d0;background:none;box-shadow:none}
.value-impact .value-grid h3{position:relative;z-index:2;margin:54px 0 12px;color:#03152d;font-size:clamp(1.85rem,2.35vw,2.75rem);line-height:1;letter-spacing:-.045em}
.value-impact .value-grid p{position:relative;z-index:2;margin:0;color:#60758c;font-size:.82rem;line-height:1.65}
@keyframes valueHalo{to{transform:rotate(360deg)}}
@media(max-width:1100px){.value-impact .value-heading{min-height:430px;border-radius:24px}.value-impact .value-heading h2{font-size:clamp(3rem,7.5vw,5rem)}.value-impact .value-grid{max-width:850px;margin-top:-58px;grid-template-columns:repeat(2,minmax(0,1fr))}.value-impact .value-grid article{min-height:260px}.value-impact .value-grid h3{margin-top:40px}}
@media(max-width:600px){.value-impact{padding-top:40px}.value-impact .value-heading{min-height:450px;margin-inline:0;padding:44px 24px 100px;border-radius:20px}.value-impact .value-heading:before{top:-15%;right:-45%;width:350px}.value-impact .value-heading:after{right:24px;bottom:62px;width:90px}.value-impact .value-heading h2{font-size:clamp(2.65rem,13vw,3.7rem);line-height:.96}.value-impact .value-heading h2 em{margin-top:14px}.value-impact .value-grid{margin:-58px 12px 48px;padding:0;grid-template-columns:1fr;gap:10px}.value-impact .value-grid article{min-height:220px;padding:27px 25px}.value-impact .value-grid h3{margin-top:34px;font-size:2rem}.value-impact .value-grid p{font-size:.78rem}}
@media(prefers-reduced-motion:reduce){.value-impact .value-heading:before{animation:none}}

/* Value card alignment fix */
.value-impact .value-grid article{display:grid;grid-template-rows:1fr auto 76px;align-items:start;padding-top:42px}
.value-impact .value-grid h3{align-self:end;margin:0 0 12px;font-size:clamp(1.7rem,1.95vw,2.15rem);line-height:1.05;overflow-wrap:break-word;word-break:normal}
.value-impact .value-grid p{align-self:start;min-height:0}
@media(max-width:1100px){.value-impact .value-grid article{grid-template-rows:1fr auto 68px}.value-impact .value-grid h3{margin-top:0;font-size:clamp(1.8rem,3.8vw,2.25rem)}}
@media(max-width:600px){.value-impact .value-grid article{grid-template-rows:1fr auto 58px;padding-top:34px}.value-impact .value-grid h3{margin-top:0;font-size:2rem}}
/* Lock value text rows */
.value-impact .value-grid h3{grid-row:2}
.value-impact .value-grid p{grid-row:3}

/* Sticky image parallax and premium glass cards */
.value-impact{padding-top:0;overflow:clip;background:#fff}
.value-parallax-stage{position:relative;z-index:1;min-height:1250px;padding:clamp(70px,7vw,110px) 0 230px;isolation:isolate}
.value-parallax-bg{position:sticky;top:0;z-index:-3;overflow:hidden;width:100%;height:100vh;min-height:720px;margin-top:clamp(-110px,-7vw,-70px);margin-bottom:-100vh;background:#031326}
.value-parallax-bg img{width:100%;height:100%;object-fit:cover;object-position:center 46%;filter:saturate(.9) contrast(1.06);transform:scale(1.04);animation:parallaxImageBreath 18s ease-in-out infinite alternate}
.value-parallax-bg:before{position:absolute;inset:0;z-index:1;content:"";background:linear-gradient(180deg,rgba(1,9,22,.48),rgba(2,17,36,.65) 48%,rgba(2,15,31,.82)),linear-gradient(90deg,rgba(1,10,25,.62),rgba(2,21,43,.16) 55%,rgba(2,14,29,.48));pointer-events:none}
.value-parallax-bg:after{position:absolute;inset:0;z-index:2;content:"";background:radial-gradient(circle at 76% 18%,rgba(62,212,255,.2),transparent 27rem),linear-gradient(rgba(108,220,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(108,220,255,.04) 1px,transparent 1px);background-size:auto,54px 54px,54px 54px;pointer-events:none}
.value-parallax-stage .value-heading{z-index:2;min-height:520px;margin:0 auto;padding-bottom:120px;background:linear-gradient(125deg,rgba(1,12,30,.78),rgba(5,44,77,.58) 65%,rgba(7,101,145,.48));border-color:rgba(170,239,255,.28);box-shadow:0 45px 110px rgba(0,8,22,.34),0 0 55px rgba(85,220,255,.11),inset 0 1px rgba(255,255,255,.2);backdrop-filter:blur(10px) saturate(1.15);-webkit-backdrop-filter:blur(10px) saturate(1.15)}
.value-parallax-stage .value-heading:before{opacity:.72}
.value-parallax-stage .value-grid{z-index:4;margin-top:-72px}
.value-parallax-stage .value-grid article{grid-template-rows:1fr auto 78px;min-height:310px;padding:42px 30px 30px;background:linear-gradient(145deg,rgba(9,31,53,.67),rgba(5,20,39,.54));border:1px solid rgba(185,239,255,.22);box-shadow:0 28px 70px rgba(0,8,23,.3),inset 0 1px rgba(255,255,255,.14);backdrop-filter:blur(20px) saturate(1.35);-webkit-backdrop-filter:blur(20px) saturate(1.35)}
.value-parallax-stage .value-grid article:before{height:2px;background:linear-gradient(90deg,#45c6ff,#a3f2ff);opacity:.85}
.value-parallax-stage .value-grid article:after{border-color:rgba(130,230,255,.12);box-shadow:0 0 0 28px rgba(85,220,255,.035)}
.value-parallax-stage .value-grid h3{color:#fff;text-shadow:0 4px 24px rgba(0,8,20,.28)}
.value-parallax-stage .value-grid p{color:rgba(221,242,255,.72)}
.value-parallax-stage .value-grid article:hover{background:linear-gradient(145deg,rgba(18,72,105,.76),rgba(5,33,59,.7));border-color:rgba(143,235,255,.62);box-shadow:0 38px 85px rgba(0,10,28,.38),0 0 42px rgba(85,220,255,.18),inset 0 1px rgba(255,255,255,.24);transform:translateY(-14px) scale(1.015)}
.value-parallax-stage .value-grid article:hover:after{border-color:rgba(134,235,255,.28);transform:scale(1.25)}
.value-parallax-stage .value-grid article:hover h3{color:#c9f7ff;text-shadow:0 0 24px rgba(85,220,255,.28)}
.value-parallax-stage .value-grid article:hover p{color:rgba(241,251,255,.9)}
.value-parallax-stage:after{position:absolute;right:0;bottom:0;left:0;z-index:-1;height:260px;content:"";background:linear-gradient(transparent,#fff);pointer-events:none}
@keyframes parallaxImageBreath{to{transform:scale(1.09)}}
@media(max-width:1100px){.value-parallax-stage{min-height:1500px;padding-bottom:210px}.value-parallax-stage .value-heading{min-height:500px}.value-parallax-stage .value-grid{margin-top:-62px}.value-parallax-stage .value-grid article{min-height:275px;grid-template-rows:1fr auto 70px}}
@media(max-width:600px){.value-parallax-stage{min-height:1850px;padding:48px 0 150px}.value-parallax-bg{position:absolute;inset:0;height:100%;min-height:0;margin:0}.value-parallax-bg img{object-position:56% center;animation:none;transform:scale(1.02)}.value-parallax-stage .value-heading{min-height:520px;margin:0 16px;padding:44px 24px 110px;background:linear-gradient(145deg,rgba(1,12,30,.78),rgba(5,54,87,.6));backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px)}.value-parallax-stage .value-grid{margin:-60px 28px 0}.value-parallax-stage .value-grid article{min-height:225px;grid-template-rows:1fr auto 62px;padding:32px 24px 25px;background:linear-gradient(145deg,rgba(6,29,51,.72),rgba(4,20,38,.62));backdrop-filter:blur(14px) saturate(1.2);-webkit-backdrop-filter:blur(14px) saturate(1.2)}.value-parallax-stage .value-grid h3{font-size:2rem}.value-parallax-stage:after{height:180px}}
@media(prefers-reduced-motion:reduce){.value-parallax-bg img{animation:none}}

/* Parallax layer correction */
.value-parallax-bg{z-index:0}
.value-parallax-stage .value-heading{background:linear-gradient(125deg,rgba(1,12,30,.66),rgba(5,44,77,.45) 65%,rgba(7,101,145,.36))}
.value-parallax-stage:after{z-index:1}

/* Reveal parallax photography */
.value-impact{padding-right:0;padding-left:0}
.value-parallax-stage .value-heading{background:transparent;border:0;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}
.value-parallax-bg:before{background:linear-gradient(180deg,rgba(1,9,22,.32),rgba(2,17,36,.48) 48%,rgba(2,15,31,.7)),linear-gradient(90deg,rgba(1,10,25,.7),rgba(2,21,43,.08) 62%,rgba(2,14,29,.3))}
@media(max-width:600px){.value-parallax-stage .value-heading{background:transparent;border:0;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}}

/* Parallax subject framing */
.value-parallax-bg img{width:125%;max-width:none;object-position:center 48%;transform-origin:left center}
.value-parallax-bg:before{background:linear-gradient(180deg,rgba(1,9,22,.12),rgba(2,17,36,.25) 56%,rgba(2,15,31,.5)),linear-gradient(90deg,rgba(1,10,25,.84) 0%,rgba(2,18,38,.62) 38%,rgba(2,20,38,.18) 72%,rgba(2,14,29,.26) 100%)}
@media(max-width:600px){.value-parallax-bg img{width:100%;object-position:56% center;transform-origin:center}}

/* Preserve square parallax subject */
.value-parallax-bg img{position:absolute;top:0;right:0;width:auto;height:100%;max-width:none;object-fit:contain;object-position:center;opacity:.94;transform-origin:center;animation:none}
@media(max-width:600px){.value-parallax-bg img{right:-38%;width:auto;height:100%;object-fit:cover;opacity:.82}}

/* Selective parallax contrast */
.value-parallax-bg:before{background:linear-gradient(90deg,rgba(1,10,25,.9) 0%,rgba(2,18,38,.62) 38%,rgba(2,20,38,.12) 62%,transparent 100%)}
.value-parallax-bg:after{opacity:.32}
.value-parallax-stage .value-heading:before{display:none}

/* Explicit parallax stack */
.value-parallax-bg img{z-index:1}
.value-parallax-bg:before{z-index:2}
.value-parallax-bg:after{z-index:3}

/* Stable parallax background rendering */
.value-parallax-bg{background-color:#031326;background-image:url('assets/pombos-edificacoes-residenciais-industriais.jpg');background-repeat:no-repeat;background-position:right center;background-size:auto 100%}
.value-parallax-bg img{opacity:0}
@media(max-width:600px){.value-parallax-bg{background-position:58% center;background-size:cover}}


/* Seamless, section-contained parallax */
.value-impact .value-parallax-stage {
  min-height: 1320px;
  padding-bottom: 250px;
}

.value-impact .value-parallax-bg {
  background-color: #031326;
  background-image: none;
}

.value-impact .value-parallax-bg img {
  position: absolute;
  z-index: 1;
  top: -5%;
  right: -2%;
  width: auto;
  height: 110%;
  max-width: none;
  object-fit: contain;
  opacity: .96;
  transform: none;
  animation: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .18) 14%, #000 44%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .18) 14%, #000 44%);
}

.value-impact .value-parallax-bg::before {
  z-index: 2;
  background: linear-gradient(90deg, rgba(1, 10, 25, .96) 0%, rgba(2, 17, 36, .82) 36%, rgba(3, 23, 48, .34) 61%, rgba(3, 19, 38, .06) 82%);
}

.value-impact .value-parallax-bg::after {
  z-index: 3;
}

.value-impact .value-heading,
.value-impact .value-grid {
  position: relative;
  z-index: 5;
}

.value-impact .value-parallax-stage::after {
  content: "";
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  left: 0;
  height: 230px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 86%);
}

.value-impact .grain-risk-note {
  position: relative;
  z-index: 6;
}

@media (max-width: 760px) {
  .value-impact .value-parallax-stage {
    min-height: auto;
    padding-bottom: 100px;
  }

  .value-impact .value-parallax-bg img {
    top: 0;
    right: -54%;
    width: auto;
    height: 100%;
    opacity: .68;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 38%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 38%);
  }
}


/* Bring the industrial field note directly under the value cards */
.value-impact .value-parallax-stage {
  min-height: 930px;
  padding-bottom: 80px;
}

.value-impact .value-parallax-stage::after {
  height: 130px;
}

.value-impact .grain-risk-note {
  margin-top: 0;
}

@media (max-width: 1100px) {
  .value-impact .value-parallax-stage {
    min-height: auto;
    padding-bottom: 70px;
  }
}

/* Final spacing between glass cards and industrial note */
.value-impact .value-parallax-stage {
  min-height: 820px;
  padding-bottom: 40px;
}

@media (min-width: 1101px) {
  .value-impact .grain-risk-note {
    margin-top: -82px;
  }
}

/* The industrial note now closes the parallax without a white separator */
.value-impact .value-parallax-stage::after {
  display: none;
}

/* Remove the trailing gap after the industrial note */
.value-impact .grain-risk-note {
  margin-bottom: 0;
}

.value-impact {
  padding-bottom: 0;
}

/* Compact breathing room before the following section */
.value-impact {
  padding-bottom: clamp(32px, 3.5vw, 48px);
}


/* Standardized premium solution card proportions */
.premium-flip-deck {
  max-width: 1280px;
  gap: 18px;
}

.premium-flip-card {
  min-height: 340px;
}

.premium-flip-industrial {
  min-height: 420px;
}

.premium-flip-face {
  padding: clamp(28px, 3vw, 42px);
}

.premium-card-copy h3 {
  font-size: clamp(2.4rem, 3.7vw, 4rem);
}

.premium-flip-card:not(.premium-flip-industrial) .premium-card-copy h3 {
  font-size: clamp(2rem, 2.8vw, 2.8rem);
}

.premium-card-copy b,
.premium-card-copy a {
  margin-top: 20px;
}


/* Compact technical FAQ presentation */
.faq-home {
  grid-template-columns: minmax(340px, .82fr) minmax(520px, 1.18fr);
  gap: clamp(56px, 6vw, 96px);
  align-items: start;
  padding-top: clamp(72px, 7vw, 104px);
  padding-bottom: clamp(72px, 7vw, 104px);
}

.faq-home-heading {
  max-width: 540px;
}

.faq-home-heading h2 {
  max-width: 540px;
  font-size: clamp(2.8rem, 4vw, 4.6rem);
  line-height: .98;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.faq-home-heading .inline-link-dark {
  margin-top: 26px;
}

.faq-home .faq-list {
  width: 100%;
  max-width: 980px;
}

@media (max-width: 1100px) {
  .faq-home {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

@media (max-width: 600px) {
  .faq-home {
    gap: 38px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .faq-home-heading h2 {
    font-size: clamp(2.55rem, 12vw, 3.45rem);
  }
}

/* Material-inspired field image carousel */
.field-carousel{position:relative;max-width:1280px;margin:clamp(54px,6vw,86px) auto 44px;padding:clamp(24px,3vw,38px);overflow:hidden;color:#f4fbff;background:radial-gradient(circle at 82% 8%,rgba(42,181,255,.24),transparent 26rem),linear-gradient(145deg,#020914,#042448 70%,#05325b);border:1px solid rgba(104,216,255,.24);border-radius:30px;box-shadow:0 34px 90px rgba(3,40,78,.2),inset 0 1px rgba(255,255,255,.12);isolation:isolate}
.field-carousel:before{position:absolute;inset:0;z-index:-1;content:"";background-image:linear-gradient(rgba(110,219,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(110,219,255,.035) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(120deg,#000,transparent 78%)}
.field-carousel-head{display:flex;gap:32px;align-items:end;justify-content:space-between;margin-bottom:26px}
.field-carousel-head>div:first-child{max-width:720px}.field-carousel-head .eyebrow{margin-bottom:10px}
.field-carousel-head h3{margin:0;color:#fff;font-size:clamp(2rem,3.2vw,3.35rem);line-height:.98;letter-spacing:-.045em;text-wrap:balance}
.field-carousel-actions{display:flex;gap:9px;align-items:center}
.field-carousel-count{display:inline-flex;min-width:74px;gap:7px;align-items:baseline;justify-content:center;color:rgba(221,244,255,.58);font-family:var(--display);font-size:.72rem;font-style:normal;letter-spacing:.08em}.field-carousel-count b{color:#8cecff;font-size:1rem}.field-carousel-count i{font-style:normal}
.field-carousel-actions button{display:grid;width:44px;height:44px;padding:0;place-items:center;color:#d8f8ff;background:rgba(8,67,112,.54);border:1px solid rgba(136,230,255,.26);border-radius:50%;cursor:pointer;font-size:1.05rem;box-shadow:inset 0 1px rgba(255,255,255,.1);transition:transform .3s cubic-bezier(.2,.8,.2,1),background .3s,border-color .3s}
.field-carousel-actions button:hover{background:rgba(25,140,204,.7);border-color:rgba(151,240,255,.62);transform:translateY(-2px)}
.field-carousel-shell{position:relative;overflow:hidden;height:clamp(320px,34vw,430px);touch-action:pan-y}
.field-carousel-track{display:flex;height:100%;gap:14px;align-items:stretch;transform:translate3d(24px,0,0);will-change:transform}
.field-carousel-slide{position:relative;flex:0 0 clamp(72px,7.5vw,94px);height:100%;margin:0;overflow:hidden;background:#07172a;border:1px solid rgba(170,232,255,.18);border-radius:25px;box-shadow:0 18px 55px rgba(0,8,22,.3);cursor:pointer;outline:none;opacity:.62;transform:scale(.96);transform-origin:center;transition:flex-basis .82s cubic-bezier(.16,1,.3,1),opacity .5s,transform .82s cubic-bezier(.16,1,.3,1),border-radius .82s cubic-bezier(.16,1,.3,1),border-color .4s}
.field-carousel-slide.is-next{flex-basis:clamp(230px,24vw,310px);opacity:.86;transform:scale(.985)}
.field-carousel-slide.is-active{flex-basis:clamp(480px,52vw,650px);opacity:1;transform:scale(1);border-color:rgba(150,236,255,.46)}
.field-carousel-slide:focus-visible{box-shadow:0 0 0 3px rgba(105,224,255,.72),0 22px 65px rgba(0,10,28,.36)}
.field-carousel-slide img{width:100%;height:100%;object-fit:cover;filter:saturate(.88) contrast(1.05);transform:scale(1.035);transition:transform 1.1s cubic-bezier(.16,1,.3,1),filter .55s}
.field-carousel-slide.is-active img{filter:saturate(1) contrast(1.04);transform:scale(1)}
.field-carousel-slide:after{position:absolute;inset:0;content:"";background:linear-gradient(180deg,transparent 45%,rgba(1,10,24,.84));opacity:0;transition:opacity .45s}.field-carousel-slide.is-active:after,.field-carousel-slide.is-next:after{opacity:1}
.field-carousel-slide figcaption{position:absolute;right:24px;bottom:22px;left:24px;z-index:2;opacity:0;transform:translateY(18px);transition:opacity .45s .18s,transform .65s .12s cubic-bezier(.16,1,.3,1)}
.field-carousel-slide.is-active figcaption,.field-carousel-slide.is-next figcaption{opacity:1;transform:none}
.field-carousel-slide figcaption small,.field-carousel-slide figcaption strong{display:block}.field-carousel-slide figcaption small{margin-bottom:6px;color:#82e8ff;font-size:.58rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.field-carousel-slide figcaption strong{max-width:430px;color:#fff;font-size:clamp(1.2rem,2vw,2rem);line-height:1.05;letter-spacing:-.03em}
.field-carousel-slide.is-next figcaption{right:17px;bottom:17px;left:17px}.field-carousel-slide.is-next figcaption strong{font-size:clamp(1rem,1.4vw,1.35rem)}
.field-carousel-progress{height:2px;margin-top:24px;overflow:hidden;background:rgba(134,225,255,.12);border-radius:999px}.field-carousel-progress i{display:block;width:calc(100% / 11);height:100%;background:linear-gradient(90deg,#087dff,#79edff);box-shadow:0 0 14px rgba(85,220,255,.7);transform:translateX(0);transition:transform .72s cubic-bezier(.16,1,.3,1)}
/* Compact hierarchy below the carousel */
.premium-flip-deck{max-width:1200px;gap:14px;margin-bottom:34px}.premium-flip-card{min-height:300px}.premium-flip-industrial{min-height:360px}
.premium-flip-face{padding:clamp(24px,2.4vw,34px);border-radius:21px}.premium-card-copy h3{font-size:clamp(2.2rem,3.2vw,3.45rem)}.premium-flip-card:not(.premium-flip-industrial) .premium-card-copy h3{font-size:clamp(1.9rem,2.45vw,2.35rem)}
.premium-card-copy p{font-size:.76rem}.premium-card-copy b,.premium-card-copy a{margin-top:16px}.premium-flip-back .premium-card-copy h3{font-size:clamp(1.9rem,2.7vw,2.75rem)}.premium-flip-card:not(.premium-flip-industrial) .premium-flip-back h3{font-size:clamp(1.65rem,2.15vw,2.15rem)}.premium-flip-back li{padding:7px 11px;font-size:.66rem}
@media(max-width:900px){.field-carousel{padding:24px;border-radius:24px}.field-carousel-head{align-items:center}.field-carousel-shell{height:360px}.field-carousel-slide.is-active{flex-basis:min(72vw,560px)}.field-carousel-slide.is-next{flex-basis:min(30vw,220px)}.premium-flip-card,.premium-flip-industrial{min-height:340px}}
@media(max-width:600px){.field-carousel{margin-top:42px;padding:20px 16px;border-radius:20px}.field-carousel-head{display:grid;margin-bottom:20px}.field-carousel-actions{justify-content:space-between}.field-carousel-shell{height:310px}.field-carousel-track{gap:10px}.field-carousel-slide{flex-basis:54px;border-radius:18px}.field-carousel-slide.is-active{flex-basis:78vw}.field-carousel-slide.is-next{flex-basis:24vw}.field-carousel-slide figcaption{right:18px;bottom:18px;left:18px}.field-carousel-slide.is-next figcaption{display:none}.premium-flip-card,.premium-flip-industrial{min-height:340px}}
@media(prefers-reduced-motion:reduce){.field-carousel-track,.field-carousel-slide,.field-carousel-slide img,.field-carousel-slide figcaption{transition-duration:.01ms}}

/* Vertically align the audience statement with its technical card */
@media (min-width: 1101px) {
  .audience-intro { align-items: stretch; }
  .audience-heading { display: flex; min-height: 100%; padding-top: 0; flex-direction: column; justify-content: center; }
  .audience-heading::before { display: none; }
}


/* Compact health visual with immediately visible message */
.health-section {
  grid-template-columns: minmax(320px, .68fr) minmax(0, 1.32fr);
}

.health-visual {
  align-self: start;
  height: clamp(560px, 48vw, 760px);
  min-height: 0;
}

.health-visual img {
  object-position: center 42%;
}

.health-visual-shade {
  background:
    linear-gradient(180deg, rgba(2, 10, 22, .12) 8%, rgba(2, 10, 22, .7) 48%, rgba(2, 10, 22, .94) 100%),
    linear-gradient(115deg, rgba(5, 79, 173, .2), transparent 62%);
}

.health-visual-copy {
  top: clamp(170px, 26%, 230px);
  bottom: auto;
}

@media (max-width: 1380px) {
  .health-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .health-visual {
    height: 500px;
  }

  .health-visual-copy {
    top: 130px;
  }
}


/* Premium centered bat hero */
.bat-hero {
  min-height: 100svh;
  align-items: center;
  padding: 140px clamp(24px, 6vw, 96px) 70px;
  background: #01050c;
}

.bat-hero::after {
  display: none;
}

.bat-hero .content-hero-bg {
  overflow: hidden;
  background: #01050c;
}

.bat-hero .content-hero-bg img {
  object-fit: contain;
  object-position: center;
  filter: saturate(1.06) contrast(1.08) brightness(.9);
  opacity: .98;
  transform: translateY(8%) scale(.98);
}

.bat-hero .content-hero-shade {
  background:
    radial-gradient(ellipse at 50% 18%, rgba(1, 7, 17, .94) 0%, rgba(1, 8, 19, .72) 30%, rgba(1, 8, 19, .2) 56%, transparent 72%),
    linear-gradient(180deg, rgba(1, 6, 15, .72) 0%, rgba(1, 7, 17, .16) 46%, rgba(1, 6, 14, .76) 100%);
}

.bat-hero .content-hero-grid {
  display: flex;
  max-width: 1260px;
  gap: 24px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.bat-hero .content-hero-grid > div:first-child {
  display: flex;
  width: 100%;
  max-width: 1120px;
  align-items: center;
  flex-direction: column;
}

.bat-hero .breadcrumbs,
.bat-hero .eyebrow,
.bat-hero .hero-actions {
  justify-content: center;
}

.bat-hero .breadcrumbs {
  margin-bottom: 18px;
}

.bat-hero .eyebrow {
  margin-bottom: 18px;
}

.bat-hero h1 {
  max-width: 1120px;
  margin-bottom: 22px;
  font-size: clamp(3.2rem, 5.35vw, 5.9rem);
  line-height: .96;
  text-align: center;
  text-shadow: 0 16px 54px rgba(0, 0, 0, .82), 0 2px 8px rgba(0, 0, 0, .78);
}

.bat-hero .content-hero-lead {
  max-width: 840px;
  margin-bottom: 24px;
  color: rgba(235, 247, 255, .86);
  text-align: center;
  text-shadow: 0 5px 22px rgba(0, 0, 0, .9);
}

.bat-hero .hero-actions {
  width: 100%;
}

.bat-hero .content-hero-card {
  width: min(100%, 940px);
  padding: 22px 30px 24px;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(3, 15, 33, .88), rgba(7, 44, 75, .64));
  border-color: rgba(130, 229, 255, .34);
  border-radius: 22px;
  box-shadow: 0 26px 80px rgba(0, 4, 12, .48), 0 0 38px rgba(31, 158, 255, .13), inset 0 1px rgba(255, 255, 255, .12);
  backdrop-filter: blur(20px) saturate(1.18);
  -webkit-backdrop-filter: blur(20px) saturate(1.18);
  animation: none;
}

.bat-hero .content-hero-card strong {
  margin: 8px 0 16px;
  font-size: clamp(1.55rem, 2.3vw, 2.15rem);
}

.bat-hero .content-hero-card ul {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.bat-hero .content-hero-card li {
  min-height: 50px;
  padding: 12px 16px 0;
  border-top-color: rgba(114, 217, 255, .2);
  border-right: 1px solid rgba(114, 217, 255, .14);
  font-size: .74rem;
}

.bat-hero .content-hero-card li:last-child {
  border-right: 0;
}

@media (max-width: 780px) {
  .bat-hero {
    min-height: 100svh;
    padding: 124px 18px 52px;
  }

  .bat-hero .content-hero-bg img {
    object-fit: cover;
    object-position: center;
    opacity: .76;
    transform: scale(1.08);
  }

  .bat-hero .content-hero-shade {
    background:
      radial-gradient(ellipse at 50% 18%, rgba(1, 7, 17, .96), rgba(1, 8, 19, .72) 38%, rgba(1, 8, 19, .34) 62%, transparent 78%),
      linear-gradient(180deg, rgba(1, 6, 15, .72), rgba(1, 7, 17, .28) 44%, rgba(1, 6, 14, .9));
  }

  .bat-hero h1 {
    font-size: clamp(2.75rem, 12.5vw, 4.45rem);
  }

  .bat-hero .hero-actions {
    max-width: 540px;
  }

  .bat-hero .content-hero-card {
    padding: 22px 20px;
  }

  .bat-hero .content-hero-card ul {
    grid-template-columns: 1fr;
  }

  .bat-hero .content-hero-card li {
    min-height: 0;
    padding: 10px 4px;
    border-right: 0;
  }
}


/* Service-value presentation for the bat page */
.bat-method-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  border: 0;
}

.bat-method-grid article {
  min-height: 210px;
  padding: 26px 24px;
  background: linear-gradient(145deg, #fff, #f2f9ff);
  border: 1px solid rgba(16, 113, 202, .16);
  border-radius: 16px;
  box-shadow: 0 18px 45px rgba(5, 50, 99, .08);
  transition: transform .35s cubic-bezier(.16, 1, .3, 1), border-color .3s, box-shadow .35s;
}

.bat-method-grid article:hover {
  border-color: rgba(27, 157, 224, .38);
  box-shadow: 0 26px 55px rgba(5, 50, 99, .13), 0 0 26px rgba(85, 220, 255, .1);
  transform: translateY(-7px);
}

.bat-method-grid span {
  color: #0872ca;
  font-size: .6rem;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.bat-method-grid strong {
  margin: 18px 0 10px;
  font-size: 1.05rem;
}

.bat-method-grid p {
  color: var(--muted);
  line-height: 1.6;
}

@media (max-width: 1100px) {
  .bat-method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .bat-method-grid {
    grid-template-columns: 1fr;
  }

  .bat-method-grid article {
    min-height: 0;
  }
}

/* Infinite drag carousel: tactile hand interaction and scale choreography */
.field-carousel-actions button { display: none; }
.field-carousel-drag-hint {
  display: inline-flex;
  min-height: 42px;
  gap: 9px;
  align-items: center;
  padding: 0 14px;
  color: rgba(221, 247, 255, .78);
  background: rgba(9, 67, 108, .42);
  border: 1px solid rgba(137, 229, 255, .22);
  border-radius: 999px;
  font-size: .61rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
  box-shadow: inset 0 1px rgba(255, 255, 255, .08);
}
.field-carousel-drag-hint b {
  display: inline-block;
  font-size: 1rem;
  filter: grayscale(1) brightness(1.8);
  transform: rotate(-12deg);
  transition: transform .35s cubic-bezier(.16, 1, .3, 1);
}
.field-carousel:has(.field-carousel-shell:hover) .field-carousel-drag-hint b { transform: rotate(0) translateX(2px); }
.field-carousel-shell {
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}
.field-carousel-shell:focus-visible {
  outline: 2px solid rgba(114, 228, 255, .78);
  outline-offset: 5px;
  border-radius: 22px;
}
.field-carousel-shell.is-dragging { cursor: grabbing; }
.field-carousel-shell.is-dragging .field-carousel-slide { cursor: grabbing; }
.field-carousel-slide {
  cursor: grab;
  opacity: .48;
  transform: scale(.9);
}
.field-carousel-slide.is-prev {
  opacity: .68;
  transform: scale(.94);
}
.field-carousel-slide.is-next {
  opacity: .88;
  transform: scale(.965);
}
.field-carousel-slide.is-active {
  opacity: 1;
  transform: scale(1);
}
.field-carousel-slide img { transform: scale(1.085); }
.field-carousel-slide.is-prev img { transform: scale(1.055); }
.field-carousel-slide.is-next img { transform: scale(1.035); }
.field-carousel-slide.is-active img { transform: scale(1); }
.field-carousel-track.is-repositioning .field-carousel-slide,
.field-carousel-track.is-repositioning .field-carousel-slide img,
.field-carousel-track.is-repositioning .field-carousel-slide figcaption {
  transition: none !important;
}
@media (max-width: 600px) {
  .field-carousel-drag-hint { min-height: 36px; padding: 0 11px; }
}
/* Premium photographic sticky CTA — bat service page */
.bat-photo-cta {
  min-height: clamp(500px, 43vw, 620px);
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  background: #041326;
  border-color: rgba(112, 222, 255, .34);
  border-radius: 22px;
  box-shadow: 0 30px 80px rgba(2, 27, 58, .24), 0 0 34px rgba(31, 164, 255, .1), inset 0 1px rgba(255, 255, 255, .12);
}
.bat-photo-cta-media,
.bat-photo-cta-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.bat-photo-cta-media {
  z-index: 0;
  max-width: none;
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(.92) contrast(1.05) brightness(.9);
  transform: scale(1.025);
  transition: transform 1.1s cubic-bezier(.16, 1, .3, 1), filter .8s ease;
}
.bat-photo-cta-shade {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(2, 9, 20, .06) 4%, rgba(2, 10, 23, .12) 32%, rgba(2, 11, 25, .68) 62%, rgba(2, 11, 25, .97) 100%),
    linear-gradient(110deg, rgba(3, 26, 54, .42), transparent 68%);
}
.bat-photo-cta::after {
  position: absolute;
  inset: 0;
  z-index: 3;
  content: "";
  border: 1px solid rgba(190, 240, 255, .14);
  border-radius: inherit;
  pointer-events: none;
}
.bat-photo-cta-copy {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: inherit;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(28px, 3.2vw, 42px);
}
.bat-photo-cta .bat-photo-cta-copy span {
  display: flex;
  gap: 9px;
  align-items: center;
  color: #85eaff;
  text-shadow: 0 4px 18px rgba(0, 7, 18, .92);
}
.bat-photo-cta .bat-photo-cta-copy span::before {
  width: 28px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, #0b73ff, #79ecff);
  box-shadow: 0 0 14px rgba(85, 220, 255, .72);
}
.bat-photo-cta .bat-photo-cta-copy strong {
  max-width: 360px;
  margin: 14px 0 11px;
  font-size: clamp(1.55rem, 2.05vw, 2rem);
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: 1.08;
  text-shadow: 0 7px 28px rgba(0, 6, 16, .94);
}
.bat-photo-cta .bat-photo-cta-copy p {
  max-width: 370px;
  margin-bottom: 18px;
  color: rgba(232, 246, 255, .78);
  line-height: 1.55;
  text-shadow: 0 4px 18px rgba(0, 6, 16, .9);
}
.bat-photo-cta .bat-photo-cta-copy .button {
  min-height: 52px;
  margin-top: 0;
  box-shadow: 0 18px 42px rgba(0, 80, 202, .38), 0 0 26px rgba(85, 220, 255, .18);
}
.bat-photo-cta:hover .bat-photo-cta-media {
  filter: saturate(1) contrast(1.06) brightness(.94);
  transform: scale(1.065);
}
@media (max-width: 1100px) {
  .bat-photo-cta { position: relative; min-height: 520px; }
  .bat-photo-cta-media { object-position: center 42%; }
  .bat-photo-cta .bat-photo-cta-copy strong,
  .bat-photo-cta .bat-photo-cta-copy p { max-width: 520px; }
}
@media (max-width: 600px) {
  .bat-photo-cta { min-height: 500px; border-radius: 18px; }
  .bat-photo-cta-media { object-position: 40% center; }
  .bat-photo-cta-copy { padding: 26px 22px; }
  .bat-photo-cta .bat-photo-cta-copy strong { font-size: clamp(1.45rem, 7vw, 1.8rem); }
}
/* Full-bleed luminous bat hero */
.bat-hero .content-hero-bg img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 48%;
  filter: saturate(1.12) contrast(1.04) brightness(1.16);
  opacity: 1;
  transform: scale(1.025);
}
.bat-hero .content-hero-shade {
  background:
    radial-gradient(ellipse at 50% 32%, rgba(1, 7, 17, .42) 0%, rgba(1, 8, 19, .25) 35%, rgba(1, 8, 19, .06) 61%, transparent 77%),
    linear-gradient(180deg, rgba(1, 6, 15, .18) 0%, rgba(1, 7, 17, .05) 48%, rgba(1, 6, 14, .62) 100%);
}
@media (max-width: 780px) {
  .bat-hero .content-hero-bg img {
    object-position: center 46%;
    filter: saturate(1.08) contrast(1.04) brightness(1.08);
    opacity: 1;
    transform: scale(1.045);
  }
  .bat-hero .content-hero-shade {
    background:
      radial-gradient(ellipse at 50% 24%, rgba(1, 7, 17, .5), rgba(1, 8, 19, .28) 42%, rgba(1, 8, 19, .08) 68%, transparent 82%),
      linear-gradient(180deg, rgba(1, 6, 15, .2), rgba(1, 7, 17, .08) 46%, rgba(1, 6, 14, .72));
  }
}
/* Full-bleed photographic FAQ hero */
.faq-hero {
  min-height: 100svh;
  display: flex;
  align-items: center;
  isolation: isolate;
  background: #031126;
}
.faq-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.faq-hero-media img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 48%;
  filter: saturate(.95) contrast(1.06) brightness(.82);
  transform: scaleX(-1) scale(1.025);
}
.faq-hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(90deg, rgba(2, 8, 19, .98) 0%, rgba(3, 13, 30, .92) 34%, rgba(3, 16, 36, .66) 52%, rgba(3, 16, 36, .12) 76%, rgba(2, 8, 18, .08) 100%),
    linear-gradient(180deg, rgba(2, 8, 18, .2) 0%, transparent 48%, rgba(2, 8, 18, .78) 100%);
}
.faq-hero::after {
  z-index: 1;
  opacity: .7;
}
.faq-hero .page-hero-copy {
  max-width: min(48vw, 820px);
}
.faq-hero .page-hero-copy > p:not(.eyebrow) {
  color: rgba(232, 244, 255, .8);
  text-shadow: 0 5px 22px rgba(0, 5, 14, .86);
}
.faq-hero h1 {
  font-size: clamp(3.6rem, 5.7vw, 6.6rem);
  text-shadow: 0 12px 44px rgba(0, 5, 14, .74);
}
@media (max-width: 900px) {
  .faq-hero {
    min-height: 100svh;
    align-items: flex-end;
  }
  .faq-hero-media img {
    object-position: 36% center;
    filter: saturate(.96) contrast(1.05) brightness(.78);
    transform: scale(1.045);
  }
  .faq-hero::before {
    background:
      linear-gradient(180deg, rgba(2, 8, 18, .14) 0%, rgba(2, 9, 20, .22) 30%, rgba(2, 9, 21, .82) 62%, rgba(2, 8, 18, .98) 100%),
      linear-gradient(90deg, rgba(2, 8, 18, .36), transparent 76%);
  }
  .faq-hero .page-hero-copy {
    max-width: 760px;
  }
  .faq-hero h1 {
    font-size: clamp(3rem, 12vw, 5rem);
  }
}
/* Open fluid carousel — continuous Material-style compression */
.field-carousel {
  max-width: 1400px;
  margin-top: clamp(64px, 7vw, 104px);
  padding: 0 clamp(20px, 3.2vw, 48px);
  overflow: visible;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  isolation: auto;
}
.field-carousel::before { display: none; }
.field-carousel-head {
  margin-bottom: 30px;
}
.field-carousel-head > div:first-child { max-width: 800px; }
.field-carousel-head .eyebrow { color: var(--blue-deep); }
.field-carousel-head h3 {
  color: var(--ink);
  font-size: clamp(2.4rem, 3.7vw, 4.15rem);
}
.field-carousel-count { color: rgba(13, 47, 82, .54); }
.field-carousel-count b { color: #0874db; }
.field-carousel-drag-hint {
  color: #12436e;
  background: rgba(255, 255, 255, .74);
  border-color: rgba(25, 125, 205, .2);
  box-shadow: 0 12px 30px rgba(10, 65, 112, .08), inset 0 1px #fff;
}
.field-carousel-drag-hint b { filter: grayscale(1) brightness(.72); }
.field-carousel-shell {
  height: clamp(340px, 36vw, 470px);
  overflow: hidden;
}
.field-carousel-slide {
  border-color: rgba(27, 116, 185, .18);
  border-radius: 32px;
  box-shadow: 0 24px 65px rgba(3, 34, 65, .17);
}
.field-carousel-slide.is-active {
  border-color: rgba(20, 154, 220, .48);
  box-shadow: 0 30px 78px rgba(3, 43, 82, .22), 0 0 0 1px rgba(90, 218, 255, .18);
}
.field-carousel-slide.is-next {
  border-color: rgba(29, 151, 211, .34);
}
.field-carousel-progress {
  margin-top: 28px;
  background: rgba(16, 107, 180, .13);
}
.field-carousel-track.is-morphing .field-carousel-slide,
.field-carousel-track.is-morphing .field-carousel-slide img,
.field-carousel-track.is-morphing .field-carousel-slide figcaption {
  transition: none !important;
}
@media (max-width: 900px) {
  .field-carousel { padding: 0 22px; }
  .field-carousel-shell { height: 370px; }
}
@media (max-width: 600px) {
  .field-carousel {
    margin-top: 52px;
    padding: 0 16px;
  }
  .field-carousel-head { margin-bottom: 22px; }
  .field-carousel-head h3 { font-size: clamp(2.25rem, 10vw, 3.25rem); }
  .field-carousel-shell { height: 320px; }
  .field-carousel-slide { border-radius: 22px; }
}
/* Keep keyboard focus on the active image, not around the full gallery */
.field-carousel-shell:focus-visible {
  outline: 0;
}
.field-carousel-shell:focus-visible .field-carousel-slide.is-active {
  box-shadow: 0 0 0 3px rgba(36, 177, 232, .34), 0 30px 78px rgba(3, 43, 82, .22);
}
/* Images only: remove the clipped gray frame without changing carousel motion. */
.field-carousel-slide,
.field-carousel-slide.is-prev,
.field-carousel-slide.is-next,
.field-carousel-slide.is-active,
.field-carousel-slide:focus-visible,
.field-carousel-shell:focus-visible .field-carousel-slide.is-active {
  border-color: transparent;
  box-shadow: none;
}
/* Mobile carousel sizing: compact title and landscape-oriented photos. */
@media (max-width: 600px) {
  .field-carousel {
    margin-top: 44px;
    padding-inline: 14px;
  }
  .field-carousel-head {
    gap: 14px;
    margin-bottom: 18px;
  }
  .field-carousel-head .eyebrow {
    margin-bottom: 7px;
  }
  .field-carousel-head h3 {
    font-size: clamp(1.9rem, 8.4vw, 2.35rem);
    line-height: 1.02;
    letter-spacing: -.04em;
  }
  .field-carousel-actions {
    min-height: 36px;
  }
  .field-carousel-drag-hint {
    min-height: 34px;
    padding-inline: 10px;
    font-size: .56rem;
  }
  .field-carousel-shell {
    height: clamp(245px, 68vw, 285px);
  }
  .field-carousel-track {
    gap: 8px;
  }
  .field-carousel-slide {
    flex-basis: 46px;
    border-radius: 18px;
  }
  .field-carousel-slide.is-active {
    flex-basis: 100%;
  }
  .field-carousel-slide.is-next {
    flex-basis: 22vw;
  }
  .field-carousel-slide figcaption {
    right: 16px;
    bottom: 16px;
    left: 16px;
  }
  .field-carousel-slide figcaption strong {
    font-size: clamp(1.05rem, 5vw, 1.35rem);
  }
  .field-carousel-progress {
    margin-top: 20px;
  }
}
/* Clear health photo with a localized glass text veil */
.health-visual img {
  object-position: center center;
  filter: saturate(1.02) contrast(1.03) brightness(1.03);
}
.health-visual:hover img {
  filter: saturate(1.06) contrast(1.04) brightness(1.04);
}
.health-visual-shade {
  background: transparent;
}
.health-visual::after {
  display: none;
}
.health-visual-copy {
  top: auto;
  right: clamp(18px, 2.4vw, 34px);
  bottom: clamp(22px, 3vw, 42px);
  left: clamp(18px, 2.4vw, 34px);
  padding: clamp(20px, 2.2vw, 30px);
  overflow: hidden;
  background: linear-gradient(135deg, rgba(3, 18, 35, .28), rgba(3, 19, 37, .16));
  border: 1px solid rgba(214, 244, 255, .2);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(1, 11, 24, .18), inset 0 1px rgba(255, 255, 255, .1);
  backdrop-filter: blur(8px) saturate(1.05);
  -webkit-backdrop-filter: blur(8px) saturate(1.05);
}
.health-visual-copy span {
  margin-bottom: 11px;
  text-shadow: 0 3px 14px rgba(0, 6, 16, .86);
}
.health-visual-copy strong {
  margin-bottom: 13px;
  text-shadow: 0 5px 20px rgba(0, 6, 16, .88);
}
.health-visual-copy small {
  color: rgba(238, 248, 255, .82);
  text-shadow: 0 3px 14px rgba(0, 6, 16, .88);
}
@media (max-width: 600px) {
  .health-visual-copy {
    top: auto;
    right: 14px;
    bottom: 16px;
    left: 14px;
    padding: 19px 17px;
    backdrop-filter: blur(7px) saturate(1.04);
    -webkit-backdrop-filter: blur(7px) saturate(1.04);
  }
}
/* Explicit health visual layer order */
.health-visual img { z-index: 0; }
.health-visual-shade { z-index: 1; }
.health-visual-copy { z-index: 2; }

/* Split photographic CTA — image first, message below */
.bat-editorial-section .editorial-grid {
  grid-template-columns: minmax(0, 1fr) minmax(410px, .72fr);
  gap: clamp(54px, 6vw, 96px);
  max-width: 1500px;
}
.bat-photo-cta {
  top: 88px;
  display: grid;
  min-height: 0;
  grid-template-rows: clamp(360px, 30vw, 440px) auto;
  padding: 0;
  overflow: hidden;
  background: #06182e;
  border-color: rgba(104, 221, 255, .42);
  box-shadow: 0 34px 90px rgba(2, 26, 55, .28), 0 0 0 1px rgba(84, 211, 255, .08), 0 0 42px rgba(31, 164, 255, .13);
}
.bat-photo-cta-media {
  position: relative;
  inset: auto;
  z-index: 0;
  grid-row: 1;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 40%;
  filter: saturate(1.04) contrast(1.03) brightness(1.03);
  transform: scale(1.001);
  transition: transform 1.1s cubic-bezier(.16, 1, .3, 1), filter .8s ease;
}
.bat-photo-cta-shade {
  display: none;
}
.bat-photo-cta-copy {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 0;
  grid-row: 2;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(27px, 2.6vw, 36px);
  background:
    radial-gradient(circle at 100% 0, rgba(39, 173, 255, .18), transparent 19rem),
    linear-gradient(145deg, #041326, #082b55);
  border-top: 1px solid rgba(102, 222, 255, .3);
}
.bat-photo-cta .bat-photo-cta-copy span,
.bat-photo-cta .bat-photo-cta-copy strong,
.bat-photo-cta .bat-photo-cta-copy p {
  max-width: 100%;
  text-shadow: none;
}
.bat-photo-cta .bat-photo-cta-copy strong {
  font-size: clamp(1.55rem, 1.75vw, 1.9rem);
}
.bat-photo-cta .bat-photo-cta-copy p {
  margin-bottom: 20px;
}
.bat-photo-cta .bat-photo-cta-copy .button {
  width: 100%;
  margin-top: auto;
}
.bat-photo-cta:hover .bat-photo-cta-media {
  filter: saturate(1.09) contrast(1.04) brightness(1.05);
  transform: scale(1.035);
}
@media (max-width: 1100px) {
  .bat-editorial-section .editorial-grid {
    grid-template-columns: 1fr;
  }
  .bat-photo-cta {
    position: relative;
    grid-template-rows: clamp(390px, 64vw, 560px) auto;
  }
  .bat-photo-cta-media {
    object-position: center 38%;
  }
}
@media (max-width: 600px) {
  .bat-photo-cta {
    min-height: 0;
    grid-template-rows: 390px auto;
  }
  .bat-photo-cta-media {
    object-position: center 36%;
  }
  .bat-photo-cta-copy {
    padding: 26px 22px 24px;
  }
}


/* High-intent final CTA — bat service */
.bat-final-cta .final-cta-copy > p:last-child {
  max-width: 740px;
  color: rgba(232, 245, 255, .8);
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  line-height: 1.65;
}
.bat-final-cta .final-cta-actions {
  max-width: 880px;
  gap: 16px;
  padding-top: 26px;
}
.bat-final-cta .final-cta-actions .button {
  min-width: 350px;
  min-height: 66px;
  padding-inline: 32px;
  border-color: rgba(201, 244, 255, .66);
  box-shadow: 0 22px 54px rgba(0, 91, 224, .46), 0 0 42px rgba(85, 220, 255, .34), inset 0 1px rgba(255, 255, 255, .26);
}
.bat-final-cta .cta-phone {
  min-width: 330px;
  min-height: 66px;
  padding: 0 26px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .12), rgba(56, 177, 255, .08));
  border: 1px solid rgba(143, 225, 255, .34);
  border-radius: 999px;
  box-shadow: 0 16px 42px rgba(0, 11, 29, .26), inset 0 1px rgba(255, 255, 255, .1);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.bat-final-cta .cta-phone small {
  color: rgba(190, 235, 255, .78);
}
.bat-final-cta .cta-phone:hover {
  background: linear-gradient(135deg, rgba(255, 255, 255, .17), rgba(56, 177, 255, .13));
  border-color: rgba(119, 226, 255, .72);
  box-shadow: 0 20px 48px rgba(0, 68, 150, .28), 0 0 28px rgba(85, 220, 255, .2);
  transform: translateY(-3px);
}
@media (max-width: 760px) {
  .bat-final-cta .final-cta-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .bat-final-cta .final-cta-actions .button,
  .bat-final-cta .cta-phone {
    width: 100%;
    min-width: 0;
  }
  .bat-final-cta .cta-phone {
    justify-content: center;
    padding: 0 20px;
    border: 1px solid rgba(143, 225, 255, .34);
  }
}


/* Stronger editorial color hierarchy and high-contrast contact alert */
.bat-editorial-section .article-copy > h2 {
  color: #082c57;
}
.bat-editorial-section .article-copy > h2:not(:first-of-type) {
  color: #0754a0;
}
.bat-editorial-section .article-copy > h3 {
  color: #0a5ca8;
}
.bat-editorial-section .bat-method-grid strong {
  color: #082d55;
}
.bat-editorial-section .source-list > strong {
  color: #074984;
}
.bat-editorial-section .bat-alert {
  background:
    radial-gradient(circle at 4% 0, rgba(85, 220, 255, .18), transparent 18rem),
    linear-gradient(135deg, #03142b, #075097);
  border: 1px solid rgba(111, 226, 255, .32);
  border-left: 4px solid #55dcff;
  box-shadow: 0 26px 68px rgba(3, 62, 122, .2), 0 0 30px rgba(85, 220, 255, .1);
}
.bat-editorial-section .bat-alert strong {
  color: #91efff;
  font-weight: 600;
  text-shadow: 0 0 24px rgba(85, 220, 255, .24);
}
.bat-editorial-section .bat-alert p {
  color: rgba(238, 248, 255, .84);
}


/* Official logo system — rounded marks and luminous footer signature */
.brand img,
.footer-brand img {
  object-position: center;
  border: 1px solid rgba(170, 229, 255, .16);
  box-shadow: 0 10px 28px rgba(0, 5, 15, .26), 0 0 22px rgba(85, 220, 255, .12);
}
.brand img {
  width: 68px;
  height: 54px;
  object-fit: cover;
  border-radius: 12px;
}
body.has-scrolled .brand img {
  width: 60px;
  height: 48px;
}
.footer-brand img {
  width: 90px;
  height: 73px;
  object-fit: cover;
  border-radius: 18px;
}
.footer-contact-logo {
  position: relative;
  z-index: 0;
  width: min(100%, 230px);
  margin: 0 0 28px;
  isolation: isolate;
}
.footer-contact-logo::before {
  position: absolute;
  inset: -12%;
  z-index: -1;
  content: "";
  background: url("assets/logo-clean-bee-controle-de-voadores.jpeg") center / cover no-repeat;
  border-radius: 34px;
  filter: blur(28px) saturate(1.12);
  opacity: .28;
  transform: scale(1.06);
}
.footer-contact-logo::after {
  position: absolute;
  inset: 9%;
  z-index: -1;
  content: "";
  background: radial-gradient(ellipse, rgba(85, 220, 255, .34), transparent 72%);
  filter: blur(20px);
}
.footer-contact-logo img {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 839 / 682;
  object-fit: cover;
  border: 1px solid rgba(157, 229, 255, .2);
  border-radius: 26px;
  box-shadow: 0 24px 58px rgba(0, 8, 24, .34), 0 0 34px rgba(85, 220, 255, .16);
}
@media (max-width: 900px) {
  .footer-contact-logo {
    width: min(100%, 210px);
  }
}
@media (max-width: 460px) {
  .brand img {
    width: 58px;
    height: 46px;
    border-radius: 10px;
  }
  body.has-scrolled .brand img {
    width: 54px;
    height: 43px;
  }
  .footer-brand img {
    width: 82px;
    height: 67px;
    border-radius: 16px;
  }
  .footer-contact-logo {
    width: min(100%, 190px);
    margin-bottom: 24px;
  }
  .footer-contact-logo img {
    border-radius: 22px;
  }
}


/* Urgent bat-contact CTA */
.bat-photo-cta .bat-photo-cta-copy span {
  color: #91efff;
}
.bat-photo-cta .bat-photo-cta-copy strong {
  color: #ffffff;
}
.bat-photo-cta .bat-photo-cta-copy p {
  color: rgba(238, 248, 255, .84);
}
.bat-photo-cta .bat-photo-cta-copy .button.button-primary {
  min-height: 62px;
  padding-inline: 28px;
  background: linear-gradient(120deg, #0756e6 0%, #0798ff 55%, #43d8ff 112%);
  border-color: rgba(204, 247, 255, .7);
  box-shadow: 0 22px 52px rgba(0, 82, 218, .48), 0 0 40px rgba(85, 220, 255, .32), inset 0 1px rgba(255, 255, 255, .28);
  font-size: .78rem;
  letter-spacing: .075em;
}
.bat-photo-cta .bat-photo-cta-copy .button.button-primary:hover {
  box-shadow: 0 27px 62px rgba(0, 82, 218, .56), 0 0 52px rgba(85, 220, 255, .48), inset 0 1px rgba(255, 255, 255, .32);
  transform: translateY(-4px) scale(1.01);
}

/* Residential and condominium hero refinements */
.residential-hero .content-hero-bg img {
  object-position: center 48%;
  filter: saturate(.92) contrast(1.06) brightness(.92);
  transform: scale(1.015);
}

.condominium-hero .content-hero-bg img {
  object-position: center 58%;
  filter: saturate(.96) contrast(1.06) brightness(.94);
  transform: scale(1.02);
}

.residential-hero .content-hero-shade,
.condominium-hero .content-hero-shade {
  background:
    linear-gradient(90deg, rgba(1, 8, 18, .95), rgba(2, 12, 28, .68) 50%, rgba(2, 10, 22, .1) 86%),
    linear-gradient(180deg, rgba(2, 8, 18, .18), transparent 42%, rgba(2, 8, 18, .84));
}

.residential-hero .content-hero-card,
.condominium-hero .content-hero-card {
  align-self: center;
  max-width: 500px;
  padding: 26px 28px 24px;
  background: linear-gradient(145deg, rgba(3, 17, 37, .78), rgba(5, 26, 49, .62));
  box-shadow: 0 24px 70px rgba(0, 7, 18, .34), 0 0 34px rgba(21, 144, 255, .12);
}

.residential-hero .content-hero-card strong,
.condominium-hero .content-hero-card strong {
  margin: 12px 0 16px;
  font-size: clamp(1.4rem, 2.1vw, 1.95rem);
  line-height: 1.12;
}

.residential-hero .content-hero-card ul,
.condominium-hero .content-hero-card ul {
  gap: 6px;
}

.residential-hero .content-hero-card li,
.condominium-hero .content-hero-card li {
  padding-top: 8px;
}

@media (max-width: 1100px) {
  .residential-hero .content-hero-card,
  .condominium-hero .content-hero-card {
    align-self: start;
  }
}

@media (max-width: 600px) {
  .residential-hero .content-hero-bg img {
    object-position: 58% center;
  }

  .condominium-hero .content-hero-bg img {
    object-position: 61% center;
  }

  .residential-hero .content-hero-card,
  .condominium-hero .content-hero-card {
    width: 100%;
    padding: 23px 21px 21px;
  }
}
/* Bat hero vertical rhythm and direct phone */
.bat-hero .content-hero-grid {
  transform: translateY(clamp(34px, 5.55vh, 50px));
}

.bat-hero-phone {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 20px;
  color: #f4fbff;
  background: linear-gradient(135deg, rgba(5, 25, 48, .76), rgba(8, 45, 72, .58));
  border: 1px solid rgba(112, 224, 255, .28);
  border-radius: 999px;
  box-shadow: 0 16px 42px rgba(0, 6, 18, .34), inset 0 1px rgba(255, 255, 255, .1);
  backdrop-filter: blur(16px) saturate(1.15);
  -webkit-backdrop-filter: blur(16px) saturate(1.15);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.bat-hero-phone span {
  color: #79e6ff;
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.bat-hero-phone strong {
  font-family: var(--display);
  font-size: 1.08rem;
  letter-spacing: -.025em;
}

.bat-hero-phone b {
  color: #79e6ff;
  font-size: .78rem;
}

.bat-hero-phone:hover {
  border-color: rgba(112, 224, 255, .62);
  box-shadow: 0 20px 48px rgba(0, 73, 156, .32), 0 0 28px rgba(85, 220, 255, .18), inset 0 1px rgba(255, 255, 255, .14);
  transform: translateY(-3px);
}

@media (max-width: 780px) {
  .bat-hero .content-hero-grid {
    transform: translateY(14px);
  }

  .bat-hero-phone {
    width: min(100%, 360px);
    min-height: 52px;
    gap: 10px;
    padding-inline: 16px;
  }

  .bat-hero-phone span {
    font-size: .52rem;
  }

  .bat-hero-phone strong {
    font-size: .98rem;
  }
}
/* Luminous editorial bat CTA */
.bat-final-cta {
  --bat-cta-column: min(610px, 38vw);
  display: flex;
  min-height: clamp(740px, 52vw, 940px);
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  gap: 0;
  padding: clamp(88px, 8vw, 140px) clamp(34px, 6.5vw, 108px);
  color: #061225;
  background: #fafaf7 url("assets/morcego-abrigado-telhado.png") center center / cover no-repeat;
}

.bat-final-cta::before {
  background: radial-gradient(ellipse at 77% 52%, rgba(255, 255, 255, .24), transparent 58%);
}

.bat-final-cta .cta-glow {
  display: none;
}

.bat-final-cta .final-cta-copy,
.bat-final-cta .final-cta-actions {
  width: var(--bat-cta-column);
  max-width: var(--bat-cta-column);
  margin-right: 0;
  text-align: center;
}

.bat-final-cta .final-cta-copy {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.bat-final-cta .eyebrow {
  justify-content: center;
  margin-bottom: 26px;
  color: #0754a0;
  text-shadow: 0 2px 18px rgba(255, 255, 255, .92);
}

.bat-final-cta h2 {
  max-width: 660px;
  margin: 0 auto 24px;
  color: #061225;
  font-size: clamp(2.95rem, 4vw, 4.9rem);
  font-weight: 600;
  letter-spacing: -.065em;
  line-height: .96;
  text-align: center;
  text-shadow: 0 2px 0 rgba(255, 255, 255, .9), 0 10px 34px rgba(255, 255, 255, .94);
}

.bat-final-cta .final-cta-copy > p:last-child {
  max-width: 620px;
  margin: 0 auto;
  color: #31465f;
  font-size: clamp(.98rem, 1.12vw, 1.1rem);
  line-height: 1.7;
  text-align: center;
  text-shadow: 0 2px 16px rgba(255, 255, 255, .96);
}

.bat-final-cta .final-cta-actions {
  max-width: var(--bat-cta-column);
  justify-content: center;
  justify-self: auto;
  padding-top: 32px;
}

.bat-final-cta .final-cta-actions::before {
  right: 50%;
  left: auto;
  width: 104px;
  background: linear-gradient(90deg, transparent, rgba(7, 99, 198, .5), transparent);
  box-shadow: 0 0 20px rgba(33, 157, 255, .18);
  transform: translateX(50%);
}

.bat-final-cta .cta-phone {
  color: #061225;
  background: rgba(255, 255, 255, .72);
  border-color: rgba(8, 91, 178, .24);
  box-shadow: 0 16px 42px rgba(15, 64, 111, .12), inset 0 1px rgba(255, 255, 255, .9);
  backdrop-filter: blur(14px) saturate(1.08);
  -webkit-backdrop-filter: blur(14px) saturate(1.08);
}

.bat-final-cta .cta-phone small {
  color: #426581;
}

.bat-final-cta .cta-phone strong {
  color: #061225;
}

.bat-final-cta .cta-phone:hover {
  background: rgba(255, 255, 255, .9);
  border-color: rgba(8, 105, 211, .48);
  box-shadow: 0 20px 48px rgba(15, 82, 151, .18), 0 0 28px rgba(39, 177, 255, .14);
}

@media (max-width: 900px) {
  .bat-final-cta {
    --bat-cta-column: min(620px, 56vw);
    background-position: 42% center;
  }
}

@media (max-width: 760px) {
  .bat-final-cta {
    --bat-cta-column: 100%;
    min-height: 0;
    align-items: center;
    padding: clamp(430px, 118vw, 510px) 22px 78px;
    background-color: #fafaf7;
    background-position: center top;
    background-size: auto clamp(410px, 112vw, 480px);
  }

  .bat-final-cta::before {
    display: none;
  }

  .bat-final-cta .final-cta-copy,
  .bat-final-cta .final-cta-actions {
    margin-right: 0;
  }

  .bat-final-cta h2 {
    font-size: clamp(2.65rem, 12.5vw, 4rem);
  }

  .bat-final-cta .final-cta-actions {
    padding-top: 28px;
  }
}
/* Keep the bat CTA copy inside the clean white field */
.bat-final-cta .final-cta-copy,
.bat-final-cta .final-cta-actions {
  top: 38px;
}
@media (max-width: 760px) {
  .bat-final-cta .final-cta-copy,
  .bat-final-cta .final-cta-actions {
    top: 0;
  }
}
/* Final white-space alignment for the bat CTA */
.bat-final-cta .eyebrow {
  display: none;
}
.bat-final-cta .final-cta-copy,
.bat-final-cta .final-cta-actions {
  top: 54px;
  margin-right: -16px;
}
@media (max-width: 760px) {
  .bat-final-cta .final-cta-copy,
  .bat-final-cta .final-cta-actions {
    top: 0;
    margin-right: 0;
  }
}
/* Regional Google map and photographic bat footer */
.bat-site-footer {
  background:
    linear-gradient(180deg, rgba(1, 8, 18, .64), rgba(1, 8, 18, .9) 58%, rgba(1, 7, 16, .98)),
    url("assets/morcego-fundo-rodape-controle-tecnico.jpeg") center 18% / cover no-repeat;
}

.bat-site-footer::before {
  background-image:
    linear-gradient(rgba(85, 220, 255, .03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(85, 220, 255, .03) 1px, transparent 1px);
  background-size: 74px 74px;
}

.footer-map {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(260px, .46fr) minmax(430px, 1fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: center;
  margin: clamp(64px, 7vw, 98px) 0 38px;
  padding: clamp(18px, 2vw, 28px);
  overflow: hidden;
  background: linear-gradient(135deg, rgba(3, 18, 39, .86), rgba(6, 42, 74, .66));
  border: 1px solid rgba(119, 218, 255, .2);
  border-radius: 26px;
  box-shadow: 0 28px 80px rgba(0, 5, 16, .34), inset 0 1px rgba(255, 255, 255, .08);
  backdrop-filter: blur(18px) saturate(1.12);
  -webkit-backdrop-filter: blur(18px) saturate(1.12);
}

.footer-map::after {
  position: absolute;
  top: -110px;
  left: -90px;
  width: 300px;
  height: 300px;
  content: "";
  background: radial-gradient(circle, rgba(42, 174, 255, .18), transparent 68%);
  pointer-events: none;
}

.footer-map-copy {
  position: relative;
  z-index: 1;
  padding: clamp(20px, 3vw, 46px);
  text-align: left;
}

.footer-map-copy > span {
  display: block;
  margin-bottom: 18px;
  color: #7ee8ff;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.footer-map-copy h3 {
  max-width: 430px;
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(2rem, 3.2vw, 3.4rem);
  line-height: 1.02;
}

.footer-map-copy p {
  max-width: 470px;
  margin: 0;
  color: rgba(220, 238, 252, .68);
  font-size: .88rem;
  line-height: 1.7;
}

.footer-map-frame {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(142, 224, 255, .22);
  border-radius: 20px;
  box-shadow: 0 22px 54px rgba(0, 5, 15, .34);
}

.footer-map-frame iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 900px) {
  .footer-map {
    grid-template-columns: 1fr;
  }

  .footer-map-copy {
    padding-bottom: 8px;
    text-align: center;
  }

  .footer-map-copy h3,
  .footer-map-copy p {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 600px) {
  .bat-site-footer {
    background-position: 48% top;
    background-size: auto 620px;
  }

  .footer-map {
    margin-top: 54px;
    padding: 10px;
    border-radius: 20px;
  }

  .footer-map-copy {
    padding: 26px 14px 18px;
  }

  .footer-map-frame {
    min-height: 330px;
    border-radius: 15px;
  }
}
/* Split white-space composition for the luminous bat CTA */
@media (min-width: 901px) {
  .bat-final-cta {
    display: grid;
    min-height: clamp(780px, 54vw, 980px);
    grid-template-columns: minmax(300px, 1fr) minmax(280px, .72fr) minmax(300px, 1fr);
    grid-template-rows: 1fr auto;
    column-gap: clamp(28px, 4vw, 72px);
    align-items: center;
    justify-items: center;
    padding: clamp(108px, 8vw, 144px) clamp(36px, 6vw, 104px) 44px;
    background-position: center 44%;
  }

  .bat-final-cta .final-cta-copy {
    display: contents;
  }

  .bat-final-cta h2 {
    position: relative;
    top: 0;
    z-index: 2;
    grid-column: 1;
    grid-row: 1;
    width: min(100%, 560px);
    max-width: 560px;
    align-self: center;
    justify-self: center;
    margin: 0;
    font-size: clamp(3rem, 4vw, 5rem);
    line-height: .95;
    text-align: center;
  }

  .bat-final-cta .final-cta-copy > p:last-child {
    position: relative;
    top: 0;
    z-index: 2;
    grid-column: 3;
    grid-row: 1;
    width: min(100%, 470px);
    max-width: 470px;
    align-self: center;
    justify-self: center;
    margin: 0;
    color: #31465f;
    font-size: clamp(1.05rem, 1.22vw, 1.2rem);
    line-height: 1.75;
    text-align: center;
  }

  .bat-final-cta .final-cta-copy > p:last-child::before {
    display: block;
    width: 72px;
    height: 1px;
    margin: 0 auto 24px;
    content: "";
    background: linear-gradient(90deg, transparent, #0b73ff, #55dcff, transparent);
    box-shadow: 0 0 16px rgba(45, 169, 255, .34);
  }

  .bat-final-cta .final-cta-actions {
    position: relative;
    top: 0;
    z-index: 3;
    grid-column: 1 / -1;
    grid-row: 2;
    width: min(100%, 860px);
    max-width: 860px;
    justify-self: center;
    justify-content: center;
    margin: 0;
    padding: 18px;
    background: rgba(255, 255, 255, .76);
    border: 1px solid rgba(10, 100, 193, .13);
    border-radius: 999px;
    box-shadow: 0 20px 52px rgba(12, 66, 122, .14), inset 0 1px rgba(255, 255, 255, .96);
    backdrop-filter: blur(16px) saturate(1.08);
    -webkit-backdrop-filter: blur(16px) saturate(1.08);
  }

  .bat-final-cta .final-cta-actions::before {
    display: none;
  }

  .bat-final-cta .final-cta-actions .button,
  .bat-final-cta .cta-phone {
    min-width: min(330px, 42vw);
  }
}

@media (max-width: 900px) {
  .bat-final-cta {
    --bat-cta-column: 100%;
    display: flex;
    min-height: 0;
    align-items: center;
    padding: clamp(430px, 90vw, 620px) 22px 78px;
    background-color: #fafaf7;
    background-position: center top;
    background-size: auto clamp(410px, 78vw, 590px);
  }

  .bat-final-cta .final-cta-copy {
    display: flex;
    width: 100%;
    max-width: 680px;
    align-items: center;
    flex-direction: column;
  }

  .bat-final-cta h2,
  .bat-final-cta .final-cta-copy > p:last-child,
  .bat-final-cta .final-cta-actions {
    position: relative;
    top: 0;
    width: 100%;
    max-width: 680px;
    margin-right: 0;
    text-align: center;
  }

  .bat-final-cta .final-cta-actions {
    justify-content: center;
  }
}
/* Compact, responsive footer system */
.site-footer {
  padding: clamp(52px, 5vw, 76px) clamp(22px, 6.5vw, 108px) 20px;
}

.footer-lead {
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr);
  gap: clamp(32px, 4vw, 64px);
  align-items: center;
  padding-bottom: clamp(30px, 3vw, 42px);
}

.footer-intro {
  max-width: 700px;
}

.footer-brand {
  margin-bottom: 18px;
}

.footer-brand img {
  width: 72px;
  height: 58px;
  border-radius: 14px;
}

.footer-kicker {
  margin-bottom: 10px;
}

.footer-intro h2 {
  max-width: 640px;
  margin-bottom: 14px;
  font-size: clamp(2.35rem, 3.8vw, 4rem);
  line-height: 1;
}

.footer-description {
  max-width: 590px;
  font-size: .86rem;
  line-height: 1.6;
}

.footer-contact-card {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  column-gap: 22px;
  row-gap: 7px;
  align-items: center;
  padding: 12px 0 12px 26px;
}

.footer-contact-logo {
  grid-row: 1 / 4;
  width: 132px;
  margin: 0;
}

.footer-contact-logo img {
  border-radius: 18px;
  box-shadow: 0 16px 38px rgba(0, 8, 24, .3), 0 0 24px rgba(85, 220, 255, .12);
}

.footer-contact-card > span,
.footer-contact-phone,
.footer-contact-whatsapp {
  grid-column: 2;
}

.footer-contact-card > span {
  margin: 0;
}

.footer-contact-card strong {
  font-size: clamp(1.8rem, 2.45vw, 2.65rem);
}

.footer-contact-whatsapp {
  margin-top: 5px;
}

.footer-directory {
  gap: clamp(24px, 3.2vw, 48px);
  padding: clamp(28px, 3vw, 40px) 0;
}

.footer-column h3 {
  margin-bottom: 13px;
}

.footer-column > a {
  gap: 12px;
  padding: 6px 0;
  font-size: .78rem;
}

.footer-column p {
  margin-bottom: 10px;
  font-size: .76rem;
  line-height: 1.55;
}

.footer-column .footer-phone {
  font-size: clamp(1.25rem, 1.55vw, 1.55rem);
}

.footer-column .footer-whatsapp-link,
.footer-column .footer-area-link {
  margin-top: 5px;
}

.footer-map {
  grid-template-columns: minmax(240px, .4fr) minmax(420px, 1fr);
  gap: clamp(18px, 2.5vw, 38px);
  margin: clamp(30px, 3vw, 42px) 0 22px;
  padding: 14px;
  border-radius: 22px;
}

.footer-map-copy {
  padding: clamp(18px, 2vw, 28px);
}

.footer-map-copy > span {
  margin-bottom: 10px;
}

.footer-map-copy h3 {
  margin-bottom: 12px;
  font-size: clamp(1.8rem, 2.6vw, 2.65rem);
  line-height: 1.04;
}

.footer-map-copy p {
  font-size: .8rem;
  line-height: 1.55;
}

.footer-map-frame {
  min-height: 260px;
  border-radius: 17px;
}

.footer-assurance span {
  min-height: 52px;
  font-size: .64rem;
}

.footer-bottom {
  gap: 20px;
  padding-top: 17px;
  font-size: .63rem;
}

@media (max-width: 900px) {
  .site-footer {
    padding: 48px 22px 20px;
  }

  .footer-lead {
    grid-template-columns: 1fr;
    gap: 26px;
    padding-bottom: 30px;
  }

  .footer-contact-card {
    width: 100%;
    grid-template-columns: 118px minmax(0, 1fr);
    column-gap: 20px;
  }

  .footer-contact-logo {
    width: 118px;
  }

  .footer-directory {
    gap: 28px 24px;
    padding: 28px 0;
  }

  .footer-map {
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 30px 0 22px;
  }

  .footer-map-copy {
    padding: 18px 18px 10px;
  }

  .footer-map-frame {
    min-height: 240px;
  }
}

@media (max-width: 600px) {
  .site-footer {
    padding: 42px 18px 18px;
  }

  .footer-lead {
    gap: 22px;
    padding-bottom: 24px;
  }

  .footer-brand {
    margin-bottom: 16px;
  }

  .footer-intro h2 {
    font-size: clamp(2.25rem, 10.5vw, 3rem);
  }

  .footer-contact-card {
    grid-template-columns: 82px minmax(0, 1fr);
    column-gap: 14px;
    padding: 10px 0 10px 18px;
  }

  .footer-contact-logo {
    width: 82px;
  }

  .footer-contact-logo img {
    border-radius: 14px;
  }

  .footer-contact-card > span {
    font-size: .57rem;
    letter-spacing: .1em;
  }

  .footer-contact-card strong {
    font-size: clamp(1.32rem, 6.8vw, 1.7rem);
  }

  .footer-contact-whatsapp {
    width: 100%;
    margin-top: 3px;
    padding: 7px 8px 7px 10px;
  }

  .footer-contact-card small {
    gap: 8px;
    font-size: .64rem;
  }

  .footer-directory {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 20px;
    padding: 26px 0;
  }

  .footer-column h3 {
    margin-bottom: 10px;
  }

  .footer-column > a {
    align-items: flex-start;
    padding: 5px 0;
    font-size: .72rem;
  }

  .footer-map {
    margin-top: 26px;
    padding: 9px;
    border-radius: 18px;
  }

  .footer-map-copy {
    padding: 18px 12px 12px;
  }

  .footer-map-copy h3 {
    font-size: 1.75rem;
  }

  .footer-map-frame {
    min-height: 220px;
    border-radius: 13px;
  }

  .footer-assurance {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-assurance span,
  .footer-assurance span:last-child {
    grid-column: auto;
    min-height: 56px;
    justify-content: center;
    padding: 6px;
    border-right: 1px solid rgba(128, 218, 255, .12);
    border-bottom: 0;
    font-size: .54rem;
    line-height: 1.35;
    text-align: center;
  }

  .footer-assurance span:last-child {
    border-right: 0;
  }

  .footer-bottom {
    gap: 12px;
    padding-top: 15px;
  }

  .footer-bottom nav {
    gap: 10px 14px;
  }
}
/* Final density pass for a shorter footer */
@media (min-width: 901px) {
  .site-footer {
    padding-top: clamp(40px, 4vw, 56px);
  }

  .footer-lead {
    padding-bottom: clamp(22px, 2vw, 30px);
  }

  .footer-brand {
    margin-bottom: 13px;
  }

  .footer-brand img {
    width: 64px;
    height: 52px;
  }

  .footer-kicker {
    margin-bottom: 8px;
  }

  .footer-intro h2 {
    max-width: 600px;
    margin-bottom: 11px;
    font-size: clamp(2.2rem, 3.25vw, 3.5rem);
  }

  .footer-description {
    font-size: .82rem;
    line-height: 1.5;
  }

  .footer-directory {
    padding: clamp(20px, 2vw, 28px) 0;
  }

  .footer-column h3 {
    margin-bottom: 9px;
  }

  .footer-column > a {
    padding: 4px 0;
    font-size: .74rem;
  }

  .footer-map {
    margin: clamp(22px, 2.2vw, 30px) 0 16px;
    padding: 10px;
  }

  .footer-map-copy {
    padding: clamp(14px, 1.6vw, 22px);
  }

  .footer-map-copy h3 {
    font-size: clamp(1.65rem, 2.25vw, 2.3rem);
  }

  .footer-map-frame {
    min-height: 220px;
  }

  .footer-assurance span {
    min-height: 46px;
  }

  .footer-bottom {
    padding-top: 13px;
  }
}
/* Keep the footer wordmark clean without repeating the small logo */
.footer-brand img {
  display: none;
}

.footer-brand {
  gap: 0;
}
/* Bat hero: reveal the face and integrate the phone into the response card */
.bat-hero .content-hero-bg img {
  filter: saturate(1.08) contrast(1.07) brightness(1.03);
}

.bat-hero .content-hero-shade {
  background:
    radial-gradient(ellipse at 50% 22%, rgba(1, 7, 17, .84) 0%, rgba(1, 8, 19, .55) 30%, rgba(1, 8, 19, .08) 58%, transparent 72%),
    linear-gradient(180deg, rgba(1, 6, 15, .62) 0%, rgba(1, 7, 17, .08) 44%, rgba(1, 6, 14, .18) 72%, rgba(1, 6, 14, .72) 100%);
}

.bat-hero .content-hero-card .bat-hero-phone {
  width: max-content;
  max-width: 100%;
  margin: 18px auto 0;
}

@media (min-width: 781px) {
  .bat-hero .content-hero-grid {
    transform: translateY(clamp(46px, 6.8vh, 62px));
  }

  .bat-hero .content-hero-lead {
    margin-top: clamp(76px, 8.5vh, 94px);
  }

  .bat-hero .content-hero-card {
    padding-bottom: 20px;
  }
}

@media (max-width: 780px) {
  .bat-hero .content-hero-lead {
    margin-top: 30px;
  }

  .bat-hero .content-hero-card .bat-hero-phone {
    width: min(100%, 360px);
  }
}
/* Refine the integrated phone and mobile face reveal */
.bat-hero .content-hero-card .bat-hero-phone strong {
  display: inline;
  margin: 0;
  font-size: 1.08rem;
  line-height: 1;
}

@media (max-width: 780px) {
  .bat-hero .content-hero-bg img {
    object-position: center;
    transform: translateY(-10%) scale(1.08);
  }

  .bat-hero .content-hero-lead {
    margin-top: clamp(90px, 24vw, 108px);
  }

  .bat-hero .content-hero-card .bat-hero-phone {
    min-height: 52px;
  }

  .bat-hero .content-hero-card .bat-hero-phone strong {
    font-size: .98rem;
  }
}
@media (max-width: 780px) {
  .bat-hero .content-hero-lead {
    margin-top: clamp(200px, 54vw, 220px);
  }
}
/* Paired glass CTAs for the split bat composition */
@media (min-width: 901px) {
  .bat-final-cta {
    grid-template-rows: 1fr auto;
    row-gap: clamp(22px, 2vw, 34px);
    padding-bottom: 48px;
  }

  .bat-final-cta h2,
  .bat-final-cta .final-cta-copy > p:last-child {
    width: min(100%, 520px);
    max-width: 520px;
    align-self: center;
    color: #061225;
    font-family: var(--display);
    font-size: clamp(2.15rem, 2.65vw, 3.15rem);
    font-weight: 600;
    letter-spacing: -.05em;
    line-height: 1.08;
    text-wrap: balance;
    text-shadow: 0 2px 0 rgba(255, 255, 255, .84), 0 12px 34px rgba(255, 255, 255, .86);
  }

  .bat-final-cta .final-cta-copy > p:last-child::before {
    margin-bottom: 18px;
  }

  .bat-final-cta .final-cta-actions {
    display: contents;
  }

  .bat-final-cta .final-cta-actions .button,
  .bat-final-cta .cta-phone {
    width: min(100%, 500px);
    max-width: 500px;
    min-width: 0;
    min-height: 88px;
    justify-self: center;
    margin: 0;
    padding: 18px 24px;
    border-radius: 18px;
    backdrop-filter: blur(18px) saturate(1.15);
    -webkit-backdrop-filter: blur(18px) saturate(1.15);
    transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease, background .28s ease;
  }

  .bat-final-cta .final-cta-actions .button {
    grid-column: 1;
    grid-row: 2;
    color: #fff;
    background: linear-gradient(135deg, rgba(5, 105, 231, .88), rgba(40, 182, 247, .72));
    border: 1px solid rgba(0, 104, 213, .28);
    box-shadow: 0 20px 48px rgba(11, 101, 199, .2), inset 0 1px rgba(255, 255, 255, .3);
  }

  .bat-final-cta .cta-phone {
    grid-column: 3;
    grid-row: 2;
    color: #061225;
    background: linear-gradient(135deg, rgba(255, 255, 255, .76), rgba(229, 244, 255, .56));
    border: 1px solid rgba(8, 91, 178, .2);
    box-shadow: 0 20px 48px rgba(15, 64, 111, .13), inset 0 1px rgba(255, 255, 255, .96);
  }

  .bat-final-cta .final-cta-actions .button:hover,
  .bat-final-cta .cta-phone:hover {
    transform: translateY(-4px);
  }
}

@media (max-width: 900px) {
  .bat-final-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: repeat(4, auto);
    gap: 18px;
  }

  .bat-final-cta .final-cta-copy,
  .bat-final-cta .final-cta-actions {
    display: contents;
  }

  .bat-final-cta h2,
  .bat-final-cta .final-cta-copy > p:last-child {
    width: min(100%, 560px);
    max-width: 560px;
    justify-self: center;
    margin: 0;
    color: #061225;
    font-family: var(--display);
    font-size: clamp(2rem, 9vw, 2.75rem);
    font-weight: 600;
    letter-spacing: -.05em;
    line-height: 1.08;
    text-align: center;
    text-wrap: balance;
  }

  .bat-final-cta h2 {
    grid-row: 1;
  }

  .bat-final-cta .final-cta-actions .button {
    grid-row: 2;
  }

  .bat-final-cta .final-cta-copy > p:last-child {
    grid-row: 3;
    margin-top: 24px;
  }

  .bat-final-cta .cta-phone {
    grid-row: 4;
  }

  .bat-final-cta .final-cta-actions .button,
  .bat-final-cta .cta-phone {
    width: min(100%, 520px);
    max-width: 520px;
    min-width: 0;
    min-height: 78px;
    justify-self: center;
    margin: 0;
    padding: 16px 20px;
    border-radius: 17px;
    backdrop-filter: blur(16px) saturate(1.12);
    -webkit-backdrop-filter: blur(16px) saturate(1.12);
  }

  .bat-final-cta .final-cta-actions .button {
    color: #fff;
    background: linear-gradient(135deg, rgba(5, 105, 231, .9), rgba(40, 182, 247, .78));
    border: 1px solid rgba(0, 104, 213, .26);
    box-shadow: 0 18px 42px rgba(11, 101, 199, .2), inset 0 1px rgba(255, 255, 255, .28);
  }

  .bat-final-cta .cta-phone {
    background: linear-gradient(135deg, rgba(255, 255, 255, .82), rgba(229, 244, 255, .64));
    border: 1px solid rgba(8, 91, 178, .2);
    box-shadow: 0 18px 42px rgba(15, 64, 111, .13), inset 0 1px rgba(255, 255, 255, .96);
  }
}
/* Independent balanced panels around the central bat */
@media (min-width: 901px) {
  .bat-final-cta {
    grid-template-rows: 1fr;
  }

  .bat-final-panel {
    z-index: 2;
    display: flex;
    width: min(100%, 520px);
    max-width: 520px;
    gap: 26px;
    align-self: center;
    align-items: center;
    justify-self: center;
    flex-direction: column;
    text-align: center;
  }

  .bat-final-panel-primary {
    grid-column: 1;
  }

  .bat-final-panel-contact {
    grid-column: 3;
  }

  .bat-final-panel h2,
  .bat-final-panel p {
    width: 100%;
    max-width: 520px;
    margin: 0;
    color: #061225;
    font-family: var(--display);
    font-size: clamp(2.15rem, 2.65vw, 3.15rem);
    font-weight: 600;
    letter-spacing: -.05em;
    line-height: 1.08;
    text-align: center;
    text-wrap: balance;
    text-shadow: 0 2px 0 rgba(255, 255, 255, .84), 0 12px 34px rgba(255, 255, 255, .86);
  }

  .bat-final-panel-contact p::before {
    display: block;
    width: 72px;
    height: 1px;
    margin: 0 auto 18px;
    content: "";
    background: linear-gradient(90deg, transparent, #0b73ff, #55dcff, transparent);
    box-shadow: 0 0 16px rgba(45, 169, 255, .34);
  }

  .bat-final-panel .button,
  .bat-final-panel .cta-phone {
    width: 100%;
    max-width: 500px;
    min-width: 0;
    min-height: 88px;
    margin: 0;
    padding: 18px 24px;
    border-radius: 18px;
    backdrop-filter: blur(18px) saturate(1.15);
    -webkit-backdrop-filter: blur(18px) saturate(1.15);
  }

  .bat-final-panel .button {
    color: #fff;
    background: linear-gradient(135deg, rgba(5, 105, 231, .88), rgba(40, 182, 247, .72));
    border: 1px solid rgba(0, 104, 213, .28);
    box-shadow: 0 20px 48px rgba(11, 101, 199, .2), inset 0 1px rgba(255, 255, 255, .3);
  }

  .bat-final-panel .cta-phone {
    color: #061225;
    background: linear-gradient(135deg, rgba(255, 255, 255, .76), rgba(229, 244, 255, .56));
    border: 1px solid rgba(8, 91, 178, .2);
    box-shadow: 0 20px 48px rgba(15, 64, 111, .13), inset 0 1px rgba(255, 255, 255, .96);
  }

  .bat-final-panel .button:hover,
  .bat-final-panel .cta-phone:hover {
    transform: translateY(-4px);
  }
}

@media (max-width: 900px) {
  .bat-final-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 44px;
  }

  .bat-final-panel {
    z-index: 2;
    display: flex;
    width: min(100%, 560px);
    gap: 18px;
    align-items: center;
    justify-self: center;
    flex-direction: column;
    text-align: center;
  }

  .bat-final-panel h2,
  .bat-final-panel p {
    width: 100%;
    margin: 0;
    color: #061225;
    font-family: var(--display);
    font-size: clamp(2rem, 9vw, 2.75rem);
    font-weight: 600;
    letter-spacing: -.05em;
    line-height: 1.08;
    text-wrap: balance;
  }

  .bat-final-panel .button,
  .bat-final-panel .cta-phone {
    width: 100%;
    min-width: 0;
    min-height: 78px;
    margin: 0;
    padding: 16px 20px;
    border-radius: 17px;
    backdrop-filter: blur(16px) saturate(1.12);
    -webkit-backdrop-filter: blur(16px) saturate(1.12);
  }

  .bat-final-panel .button {
    color: #fff;
    background: linear-gradient(135deg, rgba(5, 105, 231, .9), rgba(40, 182, 247, .78));
    border: 1px solid rgba(0, 104, 213, .26);
    box-shadow: 0 18px 42px rgba(11, 101, 199, .2), inset 0 1px rgba(255, 255, 255, .28);
  }

  .bat-final-panel .cta-phone {
    background: linear-gradient(135deg, rgba(255, 255, 255, .82), rgba(229, 244, 255, .64));
    border: 1px solid rgba(8, 91, 178, .2);
    box-shadow: 0 18px 42px rgba(15, 64, 111, .13), inset 0 1px rgba(255, 255, 255, .96);
  }
}
/* Bat hero: copy below the face, luminous image and compact glass response. */
.bat-hero {
  min-height: calc(clamp(600px, 46vw, 860px) + 470px);
  align-items: start;
  padding: clamp(600px, 46vw, 860px) clamp(24px, 6vw, 96px) 54px;
}
.bat-hero .content-hero-bg {
  background: #01050c;
}
.bat-hero .content-hero-bg img {
  object-fit: contain;
  object-position: center top;
  filter: saturate(1.12) contrast(1.03) brightness(1.14);
  opacity: 1;
  transform: none;
}
.bat-hero .content-hero-shade {
  background: linear-gradient(180deg, transparent 0%, transparent 66%, rgba(1, 6, 14, .12) 82%, rgba(1, 6, 14, .3) 100%);
}
.bat-hero .content-hero-grid {
  max-width: 1320px;
  gap: 15px;
  align-items: center;
  justify-content: flex-start;
  transform: none;
}
.bat-hero .content-hero-grid > div:first-child {
  max-width: 1080px;
}
.bat-hero .eyebrow {
  margin-bottom: 10px;
}
.bat-hero h1 {
  max-width: 1050px;
  margin-bottom: 15px;
  font-size: clamp(2.8rem, 4.35vw, 4.7rem);
  line-height: .96;
}
.bat-hero .content-hero-lead {
  max-width: 820px;
  margin: 0 0 18px;
  color: rgba(242, 249, 255, .94);
}
.bat-hero .hero-actions {
  margin: 0;
}
.bat-hero .content-hero-card {
  width: min(100%, 760px);
  padding: 14px 22px 16px;
  background: linear-gradient(135deg, rgba(8, 28, 52, .38), rgba(16, 64, 94, .2));
  border: 1px solid rgba(166, 235, 255, .3);
  border-radius: 18px;
  box-shadow: 0 16px 45px rgba(0, 7, 18, .14), inset 0 1px rgba(255, 255, 255, .14);
  backdrop-filter: blur(16px) saturate(1.16);
  -webkit-backdrop-filter: blur(16px) saturate(1.16);
}
.bat-hero .content-hero-card > span {
  font-size: .58rem;
}
.bat-hero .content-hero-card > strong {
  margin: 4px 0 9px;
  font-size: clamp(1.25rem, 1.8vw, 1.65rem);
}
.bat-hero .content-hero-card ul {
  margin: 0;
}
.bat-hero .content-hero-card li {
  min-height: 40px;
  padding: 9px 10px 0;
  font-size: .66rem;
}
.bat-hero .content-hero-card .bat-hero-phone {
  min-height: 44px;
  margin: 12px auto 0;
}
@media (max-width: 780px) {
  .bat-hero {
    min-height: auto;
    padding: 270px 18px 44px;
  }
  .bat-hero .content-hero-bg img {
    object-fit: contain;
    object-position: center 74px;
    filter: saturate(1.1) contrast(1.03) brightness(1.12);
    transform: none;
  }
  .bat-hero .content-hero-shade {
    background: linear-gradient(180deg, transparent 0%, transparent 25%, rgba(1, 6, 14, .1) 42%, rgba(1, 6, 14, .34) 100%);
  }
  .bat-hero .content-hero-grid {
    gap: 14px;
    transform: none;
  }
  .bat-hero h1 {
    font-size: clamp(2.35rem, 10.5vw, 3.5rem);
  }
  .bat-hero .content-hero-lead {
    margin: 0 0 16px;
  }
  .bat-hero .content-hero-card {
    padding: 16px;
  }
  .bat-hero .content-hero-card ul {
    grid-template-columns: 1fr;
  }
  .bat-hero .content-hero-card li {
    padding: 7px 4px;
  }
}
/* Bat hero: pure black lower canvas. */
.bat-hero,
.bat-hero .content-hero-bg {
  background: #000;
}
.bat-hero .content-hero-shade {
  background: linear-gradient(180deg, transparent 0%, transparent 66%, rgba(0, 0, 0, .1) 82%, rgba(0, 0, 0, .28) 100%);
}
/* Clean Bee team image in the home final CTA. */
#contato.final-cta {
  background:
    linear-gradient(90deg, rgba(1, 7, 15, .97) 0%, rgba(1, 10, 22, .88) 36%, rgba(1, 10, 22, .38) 61%, rgba(1, 8, 18, .08) 100%),
    linear-gradient(180deg, rgba(0, 4, 10, .06), rgba(0, 5, 12, .26)),
    url("assets/equipe-clean-bee-controle-de-voadores.png") 58% center / cover no-repeat;
}
#contato.final-cta::before {
  background: linear-gradient(90deg, transparent 55%, rgba(10, 113, 255, .08));
}
#contato .cta-glow {
  opacity: .58;
}
@media (max-width: 780px) {
  #contato.final-cta {
    background:
      linear-gradient(180deg, rgba(1, 7, 15, .8) 0%, rgba(1, 8, 18, .9) 58%, rgba(1, 8, 18, .98) 100%),
      url("assets/equipe-clean-bee-controle-de-voadores.png") 62% center / cover no-repeat;
  }
}
/* FAQ hero: keep the pigeon head clear of the fixed navigation. */
@media (min-width: 901px) {
  .faq-hero-media img {
    object-position: center 28%;
  }
}
/* FAQ final CTA: left-aligned copy with CTAs on one row. */
.faq-final-cta {
  min-height: 760px;
  grid-template-columns: minmax(0, 760px);
  align-content: center;
  justify-content: start;
  place-items: initial;
  padding: clamp(82px, 9vw, 138px) clamp(48px, 8vw, 154px);
  background:
    linear-gradient(90deg, rgba(2, 8, 18, .96) 0%, rgba(2, 10, 22, .88) 31%, rgba(2, 10, 22, .6) 48%, rgba(2, 9, 20, .14) 67%, rgba(2, 8, 18, .03) 100%),
    linear-gradient(180deg, rgba(1, 6, 14, .08), rgba(1, 7, 16, .26)),
    url("assets/avaliacao-pombo-edificacao-urbana.jpeg") center center / cover no-repeat;
}
.faq-final-cta::before {
  background: linear-gradient(90deg, transparent 58%, rgba(10, 113, 255, .05));
}
.faq-final-cta .cta-glow {
  right: auto;
  left: 8%;
  opacity: .32;
}
.faq-final-cta .final-cta-copy {
  width: 100%;
  max-width: 760px;
  justify-self: start;
  text-align: left;
}
.faq-final-cta .eyebrow {
  justify-content: flex-start;
}
.faq-final-cta h2 {
  max-width: 760px;
  font-size: clamp(3rem, 4.7vw, 5.15rem);
}
.faq-final-cta .final-cta-copy > p:last-child {
  max-width: 680px;
  margin-inline: 0;
}
.faq-final-cta .final-cta-actions {
  width: 100%;
  max-width: 760px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  justify-self: start;
  text-align: left;
}
.faq-final-cta .final-cta-actions .button {
  flex: 0 0 290px;
  min-width: 290px;
}
.faq-final-cta .cta-phone {
  flex: 1 1 auto;
  min-width: 0;
  white-space: nowrap;
}
@media (max-width: 780px) {
  .faq-final-cta {
    min-height: 760px;
    align-content: end;
    padding: 300px 22px 72px;
    background:
      linear-gradient(180deg, rgba(1, 6, 14, .08) 0%, rgba(1, 7, 16, .2) 34%, rgba(1, 7, 16, .88) 67%, rgba(1, 7, 16, .98) 100%),
      url("assets/avaliacao-pombo-edificacao-urbana.jpeg") 66% center / cover no-repeat;
  }
  .faq-final-cta .final-cta-copy,
  .faq-final-cta .final-cta-actions {
    width: 100%;
    max-width: 620px;
    justify-self: center;
  }
  .faq-final-cta .final-cta-actions {
    flex-wrap: wrap;
  }
  .faq-final-cta .final-cta-actions .button,
  .faq-final-cta .cta-phone {
    width: 100%;
    flex: 1 1 100%;
  }
  .faq-final-cta h2 {
    font-size: clamp(2.55rem, 11vw, 3.75rem);
  }
}
/* Privacy policy */
.privacy-page{background:#f4f9fd;color:#06152b}.privacy-hero{position:relative;overflow:hidden;min-height:610px;padding:170px 7vw 88px;background:radial-gradient(circle at 78% 26%,rgba(55,196,255,.2),transparent 30%),linear-gradient(128deg,#010916 0%,#062447 58%,#0b5d91 100%);color:#fff}.privacy-hero:before,.privacy-hero:after{content:"";position:absolute;border:1px solid rgba(116,222,255,.18);border-radius:50%;pointer-events:none}.privacy-hero:before{width:520px;height:520px;right:-140px;top:-140px}.privacy-hero:after{width:300px;height:300px;right:40px;top:-30px}.privacy-hero-inner{position:relative;z-index:1;width:min(1180px,100%);margin:0 auto}.privacy-breadcrumbs{display:flex;gap:10px;align-items:center;margin-bottom:52px;color:rgba(224,240,255,.68);font:700 .72rem/1.2 "Manrope",sans-serif;letter-spacing:.08em;text-transform:uppercase}.privacy-breadcrumbs a{color:#8fe9ff}.privacy-hero .eyebrow{color:#8fe9ff}.privacy-hero h1{max-width:900px;margin:18px 0 24px;font-size:clamp(3.4rem,7vw,7.4rem);line-height:.92;letter-spacing:-.065em}.privacy-hero-lead{max-width:760px;margin:0;color:rgba(232,243,255,.78);font-size:clamp(1.05rem,1.5vw,1.28rem);line-height:1.7}.privacy-hero-meta{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.privacy-hero-meta span{padding:11px 16px;border:1px solid rgba(128,221,255,.24);background:rgba(3,18,38,.32);border-radius:999px;color:#bdeeff;font-size:.78rem;font-weight:700;backdrop-filter:blur(12px)}.privacy-summary{position:relative;z-index:2;width:min(1180px,calc(100% - 40px));margin:-50px auto 0;padding:clamp(28px,4vw,52px);display:grid;grid-template-columns:minmax(0,1.3fr) minmax(260px,.7fr);gap:32px;align-items:center;border:1px solid rgba(33,153,222,.18);border-radius:28px;background:rgba(255,255,255,.94);box-shadow:0 28px 80px rgba(5,33,62,.14);backdrop-filter:blur(18px)}.privacy-summary span,.privacy-section-kicker{color:#0570c9;font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.privacy-summary h2{max-width:760px;margin:10px 0 14px;font-size:clamp(2rem,3.7vw,4rem);line-height:1.02;letter-spacing:-.045em}.privacy-summary p{margin:0;color:#5f718a;line-height:1.75}.privacy-summary-note{padding:22px 24px;border-left:3px solid #22b9ff;background:#eaf7ff;border-radius:0 16px 16px 0;color:#173a5c;font-weight:700;line-height:1.55}.privacy-layout{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:92px 0 110px;display:grid;grid-template-columns:260px minmax(0,1fr);gap:clamp(48px,7vw,92px);align-items:start}.privacy-index{position:sticky;top:120px;padding:24px;border:1px solid #d6e6f3;border-radius:20px;background:rgba(255,255,255,.78);box-shadow:0 18px 50px rgba(16,56,92,.08)}.privacy-index strong{display:block;margin-bottom:14px;color:#0a2846;font-size:.76rem;letter-spacing:.1em;text-transform:uppercase}.privacy-index a{display:block;padding:10px 0;border-bottom:1px solid #e0ecf5;color:#64768d;font-size:.88rem;transition:color .25s ease,transform .25s ease}.privacy-index a:last-child{border-bottom:0}.privacy-index a:hover{color:#0574d2;transform:translateX(4px)}.privacy-content{min-width:0}.privacy-content section{scroll-margin-top:130px;padding:0 0 52px;margin:0 0 52px;border-bottom:1px solid #d9e7f2}.privacy-content section:last-child{margin-bottom:0;border-bottom:0}.privacy-content h2{max-width:800px;margin:9px 0 20px;font-size:clamp(2rem,3.5vw,3.5rem);line-height:1.05;letter-spacing:-.045em}.privacy-content h3{margin:30px 0 10px;font-size:1.15rem}.privacy-content p,.privacy-content li{color:#5a6d85;font-size:1rem;line-height:1.78}.privacy-content ul{margin:18px 0 0;padding-left:20px}.privacy-content li+li{margin-top:8px}.privacy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:24px}.privacy-card{padding:24px;border:1px solid #d4e5f2;border-radius:18px;background:#fff;box-shadow:0 16px 38px rgba(12,48,80,.06)}.privacy-card strong{display:block;margin-bottom:8px;color:#092645}.privacy-card p{margin:0;font-size:.92rem}.privacy-answer{padding:24px 26px;border:1px solid rgba(20,151,226,.22);border-radius:18px;background:linear-gradient(135deg,#071a31,#0b416f);color:#fff}.privacy-answer strong{display:block;color:#72dcff;margin-bottom:8px}.privacy-answer p{margin:0;color:rgba(238,248,255,.78)}.privacy-source-links{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.privacy-source-links a{padding:10px 14px;border:1px solid #b8d9ee;border-radius:999px;color:#0668b4;font-size:.78rem;font-weight:800}.privacy-faq{display:grid;gap:10px;margin-top:26px}.privacy-faq details{border:1px solid #d6e5f0;border-radius:15px;background:#fff;overflow:hidden}.privacy-faq summary{cursor:pointer;padding:20px 22px;color:#0a2847;font-weight:800}.privacy-faq details p{margin:0;padding:0 22px 22px}.privacy-contact{padding:clamp(28px,5vw,54px)!important;border:1px solid rgba(74,207,255,.25)!important;border-radius:26px;background:linear-gradient(135deg,#021020,#094a7b);color:#fff}.privacy-contact h2{color:#fff}.privacy-contact p{max-width:690px;color:rgba(230,243,255,.76)}.privacy-contact .hero-actions{margin-top:25px}@media(max-width:900px){.privacy-hero{min-height:540px;padding:145px 24px 82px}.privacy-summary{grid-template-columns:1fr}.privacy-layout{grid-template-columns:1fr;padding-top:64px}.privacy-index{display:none}}@media(max-width:620px){.privacy-hero{min-height:510px}.privacy-hero h1{font-size:clamp(3rem,16vw,4.8rem)}.privacy-summary,.privacy-layout{width:min(100% - 28px,1180px)}.privacy-grid{grid-template-columns:1fr}.privacy-content section{padding-bottom:38px;margin-bottom:38px}}
/* Premium editorial final CTA with topic imagery */
.final-cta-showcase{display:block;min-height:0;padding:clamp(64px,7vw,104px) clamp(22px,6vw,96px);background:radial-gradient(circle at 86% 24%,rgba(32,176,255,.2),transparent 28%),radial-gradient(circle at 16% 92%,rgba(6,83,170,.2),transparent 30%),linear-gradient(128deg,#010916 0%,#041a34 54%,#073b65 100%);box-shadow:inset 0 1px rgba(112,220,255,.16),inset 0 -1px rgba(0,0,0,.3);isolation:isolate}
.final-cta-showcase::before{z-index:-1;background:linear-gradient(rgba(104,201,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(104,201,255,.045) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(90deg,#000,transparent 72%)}
.final-cta-showcase .cta-glow{right:4%;bottom:-30%;width:520px;height:520px;opacity:.8;filter:blur(26px)}
.final-cta-showcase .final-cta-shell{position:relative;z-index:2;display:grid;width:min(1320px,100%);max-width:1320px;grid-template-columns:minmax(0,1fr) clamp(270px,29vw,410px);grid-template-areas:"copy media" "actions media";column-gap:clamp(46px,6vw,94px);row-gap:30px;align-items:center;justify-content:stretch;margin:0 auto}
.final-cta-showcase .final-cta-copy{grid-area:copy;width:100%;max-width:830px;align-self:end;text-align:left}
.final-cta-showcase .eyebrow{justify-content:flex-start;margin-bottom:22px;color:#8be9ff;text-shadow:none}
.final-cta-showcase h2{max-width:850px;margin:0 0 20px;color:#fff;font-size:clamp(2.75rem,4.6vw,5.25rem);font-weight:600;letter-spacing:-.06em;line-height:.96;text-align:left;text-shadow:none;text-wrap:balance}
.final-cta-showcase .final-cta-copy>p:last-child{max-width:700px;margin:0;color:rgba(225,240,251,.76);font-size:clamp(.98rem,1.2vw,1.13rem);line-height:1.72;text-align:left;text-shadow:none}
.final-cta-showcase .final-cta-actions{grid-area:actions;width:100%;max-width:780px;gap:14px;align-self:start;justify-content:flex-start;justify-self:stretch;padding-top:24px;text-align:left}
.final-cta-showcase .final-cta-actions .button{width:auto;min-width:250px;min-height:60px;padding-inline:28px;box-shadow:0 18px 45px rgba(0,112,255,.34),0 0 28px rgba(48,189,255,.2),inset 0 1px rgba(255,255,255,.22)}
.final-cta-showcase .cta-phone{width:auto;min-width:270px;min-height:60px;padding:0 22px;background:linear-gradient(135deg,rgba(255,255,255,.1),rgba(63,183,255,.06));border:1px solid rgba(137,224,255,.24);border-radius:16px;box-shadow:0 15px 38px rgba(0,6,18,.22),inset 0 1px rgba(255,255,255,.08);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
.final-cta-showcase .cta-phone:hover{background:linear-gradient(135deg,rgba(255,255,255,.15),rgba(63,183,255,.11));border-color:rgba(137,224,255,.52);transform:translateY(-2px)}
.final-cta-media{position:relative;z-index:1;grid-area:media;width:100%;margin:0;aspect-ratio:4/3;align-self:center;isolation:isolate}
.final-cta-media::before{position:absolute;inset:14% -8% -10%;z-index:-1;content:"";background:radial-gradient(ellipse,rgba(51,190,255,.36),rgba(4,27,53,.12) 48%,transparent 72%);filter:blur(28px);opacity:.9;transform:translateY(12px)}
.final-cta-media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;border:0;border-radius:24px;box-shadow:0 32px 76px rgba(0,4,14,.5),0 12px 30px rgba(0,98,177,.18);transition:transform .7s cubic-bezier(.2,.7,.2,1),box-shadow .7s ease}
.final-cta-showcase:hover .final-cta-media img{transform:translateY(-5px) scale(1.012);box-shadow:0 42px 88px rgba(0,4,14,.56),0 16px 38px rgba(0,126,220,.24)}
.final-cta-showcase--team .final-cta-media{max-width:390px;aspect-ratio:16/10}
.final-cta-showcase--team .final-cta-media img{object-position:center 42%}
.final-cta-showcase--industrial .final-cta-media img{object-position:center 48%}
.final-cta-showcase--health .final-cta-media img,.final-cta-showcase--residential .final-cta-media img{object-position:center 36%}
.final-cta-showcase--condominium .final-cta-media img{object-position:center 44%}
.final-cta-showcase--bat .final-cta-media img{object-position:center 40%}
.final-cta-showcase--faq .final-cta-media{aspect-ratio:16/11}
.final-cta-showcase--faq .final-cta-media img{object-position:64% center}
@media(max-width:980px){.final-cta-showcase{padding:72px 28px}.final-cta-showcase .final-cta-shell{grid-template-columns:minmax(0,1fr) minmax(250px,34vw);column-gap:36px}.final-cta-showcase h2{font-size:clamp(2.6rem,6vw,4.35rem)}}
@media(max-width:760px){.final-cta-showcase{padding:64px 20px 70px}.final-cta-showcase .final-cta-shell{width:min(600px,100%);grid-template-columns:1fr;grid-template-areas:"copy" "media" "actions";gap:28px}.final-cta-showcase .final-cta-copy{align-self:auto}.final-cta-showcase h2{font-size:clamp(2.6rem,12vw,4rem)}.final-cta-showcase .final-cta-media,.final-cta-showcase--team .final-cta-media,.final-cta-showcase--faq .final-cta-media{width:min(100%,480px);max-width:none;aspect-ratio:4/3;justify-self:center}.final-cta-showcase .final-cta-actions{align-items:stretch;flex-direction:column;padding-top:18px}.final-cta-showcase .final-cta-actions .button,.final-cta-showcase .cta-phone{width:100%;min-width:0}.final-cta-showcase .cta-phone{min-height:62px;flex-direction:row;align-items:center;justify-content:center;padding:0 18px;border:1px solid rgba(137,224,255,.24)}}
@media(prefers-reduced-motion:reduce){.final-cta-media img{transition:none}.final-cta-showcase:hover .final-cta-media img{transform:none}}
/* Industrial hero keyword accent */
.content-hero h1 .content-hero-accent {
  color: #239cff;
  font-style: italic;
  font-weight: 500;
  text-shadow: 0 0 24px rgba(35, 156, 255, .34), 0 0 48px rgba(85, 220, 255, .16);
}

/* Coverage FAQ premium CTA */
.coverage-faq-cta {
  position: relative;
  display: flex;
  width: min(100%, 420px);
  min-height: 104px;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: clamp(32px, 4vw, 54px);
  padding: 22px 20px 22px 26px;
  color: #ffffff;
  background: linear-gradient(132deg, #075bdc 0%, #0d8fff 62%, #45cdf9 130%);
  border: 1px solid rgba(110, 213, 255, 0.62);
  border-radius: 16px;
  box-shadow: 0 22px 52px rgba(3, 83, 190, 0.24), 0 0 34px rgba(50, 186, 255, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.24);
  isolation: isolate;
  transition: transform 240ms cubic-bezier(.22, 1, .36, 1), box-shadow 240ms ease;
}
.coverage-faq-cta::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(110deg, transparent 18%, rgba(255, 255, 255, 0.2) 48%, transparent 72%);
  transform: translateX(-110%);
  transition: transform 650ms ease;
}
.coverage-faq-cta span,
.coverage-faq-cta small,
.coverage-faq-cta strong { display: block; }
.coverage-faq-cta small {
  margin-bottom: 7px;
  color: rgba(236, 250, 255, 0.78);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.coverage-faq-cta strong {
  max-width: 270px;
  font-family: var(--display);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  font-weight: 650;
  letter-spacing: -0.025em;
  line-height: 1.2;
}
.coverage-faq-cta b {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  place-items: center;
  color: #ffffff;
  background: rgba(2, 29, 69, 0.18);
  border: 1px solid rgba(231, 250, 255, 0.42);
  border-radius: 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
  font-size: 1.15rem;
  transition: background 220ms ease, transform 220ms ease;
  backdrop-filter: blur(10px);
}
.coverage-faq-cta:hover {
  box-shadow: 0 28px 62px rgba(3, 83, 190, 0.32), 0 0 44px rgba(50, 186, 255, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  transform: translateY(-4px);
}
.coverage-faq-cta:hover::before { transform: translateX(110%); }
.coverage-faq-cta:hover b {
  background: rgba(2, 29, 69, 0.3);
  transform: translate(2px, -2px);
}
@media (max-width: 780px) {
  .coverage-faq-cta { width: 100%; min-height: 94px; margin-top: 28px; }
}
/* Hero de riscos: fotografia preservada e glass localizado */
.risks-content-hero {
  background: #dcecf3;
}

.risks-content-hero .content-hero-bg img {
  object-position: 50% 0%;
  filter: saturate(1.04) contrast(1.01) brightness(1.04);
  transform: none;
}

.risks-content-hero .content-hero-shade {
  background: transparent;
}

.risks-content-hero .content-hero-grid > div:first-child {
  text-shadow: 0 2px 18px rgba(0, 8, 20, 0.72), 0 1px 3px rgba(0, 8, 20, 0.8);
}

.risks-content-hero .content-hero-lead {
  color: rgba(245, 251, 255, 0.92);
}

.risks-content-hero .content-hero-card {
  background: linear-gradient(145deg, rgba(3, 18, 36, 0.24), rgba(8, 33, 55, 0.12));
  border-color: rgba(190, 238, 255, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.13), 0 20px 55px rgba(0, 8, 20, 0.1);
  backdrop-filter: blur(9px) saturate(1.12);
  -webkit-backdrop-filter: blur(9px) saturate(1.12);
}

.risks-content-hero .content-hero-card strong,
.risks-content-hero .content-hero-card li {
  color: rgba(255, 255, 255, 0.96);
  text-shadow: 0 1px 8px rgba(0, 8, 20, 0.72);
}

.risks-content-hero .content-hero-card li {
  border-top-color: rgba(205, 241, 255, 0.24);
}

@media (max-width: 780px) {
  .risks-content-hero .content-hero-bg img {
    object-position: 50% 0%;
  }

  .risks-content-hero .content-hero-card {
    background: linear-gradient(145deg, rgba(3, 18, 36, 0.28), rgba(8, 33, 55, 0.16));
  }
}
/* Final CTAs: mídia acompanha a altura completa do conteúdo */
@media (min-width: 761px) {
  .final-cta-showcase .final-cta-media,
  .final-cta-showcase--team .final-cta-media,
  .final-cta-showcase--faq .final-cta-media {
    align-self: stretch;
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: auto;
  }

  .final-cta-showcase .final-cta-media img {
    min-height: 100%;
  }
}
/* Responsive QA 2026-08-01: proportional scale without altering visual identity */
@media (max-width: 1100px) {
  .audience-intro { grid-template-columns: minmax(0, 1fr); }
  .audience-heading,
  .audience-heading h2,
  .audience-brief { width: 100%; max-width: 100%; min-width: 0; }
}

@media (max-width: 619px) {
  .content-hero { padding: 124px 18px 54px; }
  .content-hero h1 { font-size: clamp(3rem, 14vw, 3.65rem); }
  .audience { padding-top: 72px; padding-bottom: 78px; }
  .audience-heading h2 { font-size: clamp(2.5rem, 10.5vw, 3rem); }
}

@media (min-width: 620px) and (max-width: 900px) {
  .content-hero { padding: 126px 30px 60px; }
  .content-hero:not(.bat-hero) h1 { font-size: clamp(3.35rem, 8.35vw, 4rem); }
  .audience-heading h2 { font-size: clamp(3.6rem, 8.3vw, 4.2rem); }
  .answer-strip,
  .service-points,
  .related-services { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .answer-strip article,
  .service-points article,
  .related-services a {
    min-height: 170px;
    border-right: 1px solid rgba(85,220,255,.12);
    border-bottom: 1px solid rgba(85,220,255,.12);
  }
  .service-points article { border-right-color: var(--line); border-bottom-color: var(--line); }
  .answer-strip article:nth-child(2n),
  .service-points article:nth-child(2n),
  .related-services a:nth-child(2n) { border-right: 0; }
  .answer-strip article:last-child:nth-child(odd),
  .service-points article:last-child:nth-child(odd),
  .related-services a:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 0;
  }
  .answer-strip article:last-child:nth-child(even),
  .answer-strip article:nth-last-child(2):nth-child(odd),
  .service-points article:last-child:nth-child(even),
  .service-points article:nth-last-child(2):nth-child(odd),
  .related-services a:last-child:nth-child(even),
  .related-services a:nth-last-child(2):nth-child(odd) { border-bottom: 0; }
}

@media (min-width: 960px) and (max-width: 1100px) {
  .content-hero:not(.bat-hero) {
    min-height: max(760px, 100svh);
    padding: 138px clamp(42px, 5vw, 58px) 64px;
  }
  .content-hero:not(.bat-hero) .content-hero-grid {
    grid-template-columns: minmax(0, 1.28fr) minmax(260px, .72fr);
    gap: clamp(30px, 4vw, 44px);
    align-items: end;
  }
  .content-hero:not(.bat-hero) h1 { font-size: clamp(3.35rem, 5.5vw, 4rem); }
  .content-hero:not(.bat-hero) .content-hero-card {
    width: 100%;
    max-width: none;
    padding: 24px;
  }
  .editorial-section:not(.bat-editorial-section) .editorial-grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
    gap: 48px;
  }
  .content-faq-grid {
    grid-template-columns: minmax(240px, .72fr) minmax(0, 1.28fr);
    gap: 48px;
  }
  .faq-category {
    grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr);
    gap: 48px;
  }
  .faq-category-heading { position: sticky; }
}
/* Compact mobile solution and value cards */
@media (max-width: 600px) {
  .premium-flip-deck {
    gap: 10px;
    margin-bottom: 24px;
  }
  .premium-flip-card {
    min-height: 200px;
  }
  .premium-flip-card.premium-flip-industrial {
    min-height: 225px;
  }
  .premium-flip-face {
    padding: 16px 15px;
    border-radius: 16px;
  }
  .premium-card-copy small {
    margin-bottom: 6px;
    font-size: .56rem;
  }
  .premium-card-copy h3,
  .premium-flip-card:not(.premium-flip-industrial) .premium-card-copy h3 {
    margin-bottom: 10px;
    font-size: clamp(1.45rem, 7vw, 1.8rem);
    line-height: 1;
  }
  .premium-flip-card:not(.premium-flip-industrial) .premium-card-copy h3 {
    font-size: clamp(1.35rem, 6.5vw, 1.65rem);
  }
  .premium-card-copy p {
    font-size: .67rem;
    line-height: 1.42;
  }
  .premium-card-copy b,
  .premium-card-copy a {
    margin-top: 10px;
    font-size: .54rem;
  }
  .premium-flip-back .premium-card-copy h3,
  .premium-flip-card:not(.premium-flip-industrial) .premium-flip-back h3 {
    font-size: clamp(1.15rem, 5.8vw, 1.45rem);
  }
  .premium-flip-back ul {
    gap: 5px;
    margin-top: 4px;
  }
  .premium-flip-back li {
    padding: 4px 7px;
    font-size: .54rem;
  }
  .premium-card-orbit,
  .premium-flip-card:not(.premium-flip-industrial) .premium-card-orbit {
    right: -20%;
    width: 180px;
  }

  .value-impact .value-parallax-stage {
    min-height: auto;
    padding-top: 28px;
    padding-bottom: 40px;
  }
  .value-impact .value-parallax-stage .value-heading {
    min-height: 350px;
    margin-inline: 14px;
    padding: 30px 20px 68px;
  }
  .value-impact .value-heading .eyebrow {
    margin-bottom: 14px;
  }
  .value-impact .value-heading h2 {
    font-size: clamp(2.25rem, 10.5vw, 3rem);
    line-height: .98;
  }
  .value-impact .value-parallax-stage .value-grid {
    margin: -36px 18px 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .value-impact .value-parallax-stage .value-grid article {
    min-height: 138px;
    grid-template-rows: auto auto;
    align-content: center;
    padding: 18px 15px;
    border-radius: 15px;
  }
  .value-impact .value-parallax-stage .value-grid h3 {
    grid-row: 1;
    margin: 0 0 8px;
    font-size: clamp(1.05rem, 4.6vw, 1.25rem);
    overflow-wrap: normal;
  }
  .value-impact .value-parallax-stage .value-grid p {
    grid-row: 2;
    font-size: .65rem;
    line-height: 1.42;
  }
  .value-impact .value-parallax-bg img {
    top: 0;
    right: auto;
    left: 0;
    width: 100%;
    height: 590px;
    object-fit: cover;
    object-position: 50% 42%;
    opacity: .7;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 68%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 68%, transparent 100%);
  }
  .value-impact .value-parallax-bg::before {
    background:
      linear-gradient(180deg, rgba(1, 10, 25, .18) 0%, rgba(2, 17, 36, .3) 48%, #031326 620px),
      linear-gradient(90deg, rgba(1, 10, 25, .72), rgba(2, 20, 38, .16) 72%, rgba(2, 14, 29, .28));
  }
}
/* Mobile method: compact two-by-two step grid. */
@media (max-width: 600px) {
  .process-main .process-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .process-main .process-flow article,
  .process-main .process-flow article:not(:first-child) {
    min-height: 180px;
    padding: 22px 12px;
    border-right: 1px solid var(--line-dark);
    border-bottom: 1px solid var(--line-dark);
  }
  .process-main .process-flow article:nth-child(odd) {
    padding-left: 0;
  }
  .process-main .process-flow article:nth-child(even) {
    padding-right: 0;
    border-right: 0;
  }
  .process-main .process-flow article:nth-child(3),
  .process-main .process-flow article:nth-child(4) {
    border-top: 0;
    border-bottom: 0;
  }
  .process-main .process-flow article:nth-child(odd)::before {
    left: 0;
  }
  .process-main .process-flow article:nth-child(even)::before {
    left: 12px;
  }
  .process-main .process-flow article > span {
    margin-bottom: 22px;
    font-size: .61rem;
  }
  .process-main .process-flow h3 {
    margin-bottom: 8px;
    font-size: clamp(1.05rem, 4.7vw, 1.3rem);
    line-height: 1.08;
  }
  .process-main .process-flow p {
    font-size: .65rem;
    line-height: 1.48;
  }
}
/* Mobile knowledge links: compact two-column grid. */
@media (max-width: 600px) {
  .knowledge-hub {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .knowledge-hub a,
  .knowledge-hub a:nth-child(2n) {
    min-height: 130px;
    padding: 20px 14px;
    border-right: 1px solid rgba(85, 220, 255, .13);
    border-bottom: 1px solid rgba(85, 220, 255, .13);
  }
  .knowledge-hub a:nth-child(even) {
    border-right: 0;
  }
  .knowledge-hub a:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
  .knowledge-hub span {
    margin-bottom: 8px;
    font-size: .54rem;
  }
  .knowledge-hub strong {
    font-size: .78rem;
    line-height: 1.3;
  }
  .knowledge-hub b {
    top: 14px;
    right: 14px;
    font-size: .8rem;
  }
}
/* Mobile home CTA: lower content and reveal the team photo. */
@media (max-width: 600px) {
  #contato.final-cta {
    min-height: 680px;
    place-items: end start;
    padding: 160px 32px 40px;
    background:
      linear-gradient(180deg, rgba(1, 7, 15, .05) 0%, rgba(1, 8, 18, .24) 36%, rgba(1, 8, 18, .7) 72%, rgba(1, 8, 18, .9) 100%),
      linear-gradient(90deg, rgba(1, 7, 15, .46), rgba(1, 8, 18, .17) 64%, rgba(1, 8, 18, .04)),
      url("assets/equipe-clean-bee-controle-de-voadores.png") 60% center / cover no-repeat;
  }
  #contato .final-cta-shell {
    gap: 24px;
  }
  #contato .final-cta-copy > p:last-child {
    color: rgba(228, 242, 252, .82);
  }
  #contato .final-cta-actions {
    padding-top: 18px;
  }
}
/* Mobile footer contact: balance phone and media button widths. */
@media (max-width: 600px) {
  .footer-contact-whatsapp {
    width: min(100%, 190px);
    justify-self: start;
  }
  .footer-contact-whatsapp small {
    width: 100%;
    justify-content: space-between;
  }
}
/* Mobile hero: reduce the gap before the technical status panel. */
@media (max-width: 600px) {
  .hero-content {
    padding-bottom: 176px;
  }
}
/* Mobile section join: remove the white band before Method. */
@media (max-width: 600px) {
  .value-impact {
    padding-bottom: 0;
  }
}
/* Mobile bat hero: keep the bat clear above the copy. */
@media (max-width: 619px) {
  .content-hero.bat-hero {
    padding-top: clamp(310px, 68vw, 350px);
  }
}

/* Mobile bat footer: keep the dark overlay continuous below the photo. */
@media (max-width: 600px) {
  .bat-site-footer {
    background-color: #010711;
    background-position: center top, 48% top;
    background-size: 100% 100%, auto 620px;
    background-repeat: no-repeat, no-repeat;
  }
}

/* Mobile footer media button: text left, arrow at the opposite edge. */
@media (max-width: 600px) {
  .footer-contact-whatsapp {
    width: 100%;
  }

  .footer-contact-whatsapp small {
    width: 100%;
    justify-content: space-between;
  }

  .footer-contact-whatsapp small b {
    margin-left: auto;
  }
}

/* Mobile performance: same hero crop with a lighter source asset. */
@media (max-width: 780px) {
  .hero-media::before {
    background-image: url("assets/controle-de-pombos-curitiba-hero-mobile.jpg");
  }
}
