/* ============================================================
   THE COMMITMENT — PAGE SPECIFIC STYLES
   ============================================================ */

/* ── Header override: commitment page hero is dark ── */
body.page-commitment .header.is-scrolled {
  background: rgba(8, 24, 12, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom-color: var(--border-soft-dark);
  padding: var(--space-3) 0;
}

/* ============================================================
   SECTION 1: THE HERO — Full-Bleed Cinematic
   ============================================================ */
.commitment-hero {
  position: relative;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  color: var(--text-on-dark);
}

/* Vertical stripe texture over the image */
.commitment-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image: repeating-linear-gradient(
    90deg,
    rgba(244, 232, 204, 0.018) 0,
    rgba(244, 232, 204, 0.018) 1px,
    transparent 1px,
    transparent 80px
  );
  pointer-events: none;
}

/* Orange radial atmospheric — bottom-left corner */
.commitment-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: radial-gradient(ellipse at 16% 88%, rgba(254, 97, 0, 0.13) 0%, transparent 48%);
  pointer-events: none;
}

/* ── Background image ── */
.commitment-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.commitment-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  filter: saturate(0.88) brightness(0.80);
  transform: scale(1.05);
  transition: transform 22s var(--motion-hover);
  will-change: transform;
  display: block;
}

.commitment-hero:hover .commitment-hero-img {
  transform: scale(1.0);
}

/* ── Layered veil: dark-left → lighter right, top & bottom edge darkening ── */
.commitment-hero-veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg,
      rgba(6, 22, 10, 0.94) 0%,
      rgba(6, 22, 10, 0.74) 30%,
      rgba(6, 22, 10, 0.30) 58%,
      rgba(6, 22, 10, 0.42) 100%
    ),
    linear-gradient(180deg,
      rgba(0, 0, 0, 0.48) 0%,
      transparent 16%,
      transparent 62%,
      rgba(0, 0, 0, 0.70) 100%
    );
  pointer-events: none;
}

/* ── Center meridian — the boundary between two worlds ── */
.commitment-meridian {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: 0;
  display: none;
  transform: translateX(-50%);
}

@media (min-width: 1200px) {
  .commitment-meridian {
    display: block;
  }
}

.commitment-meridian-line {
  display: block;
  position: absolute;
  left: 0;
  top: 14%;
  height: 72%;
  width: 1px;
  background: linear-gradient(180deg,
    transparent 0%,
    rgba(244, 232, 204, 0.14) 10%,
    rgba(244, 232, 204, 0.26) 50%,
    rgba(244, 232, 204, 0.14) 90%,
    transparent 100%
  );
}

.commitment-meridian-badge {
  position: absolute;
  background: rgba(4, 12, 7, 0.70);
  border: 1px solid rgba(244, 232, 204, 0.1);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  padding: 12px 18px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  white-space: nowrap;
  box-shadow: 0 8px 36px rgba(0, 0, 0, 0.35);
}

.commitment-meridian-badge--left {
  right: 20px;
  top: 30%;
  border-left: 2px solid var(--boi-verde);
}

.commitment-meridian-badge--right {
  left: 20px;
  top: 52%;
  border-left: 2px solid var(--detalhes);
}

.commitment-meridian-badge .badge-value {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 22px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  display: block;
}

.commitment-meridian-badge .badge-label {
  font-family: var(--font-mono);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: rgba(244, 232, 204, 0.42);
  display: block;
}

/* ── Vertical classification tag — top-right corner ── */
.commitment-hero-classification {
  position: absolute;
  top: 110px;
  right: var(--space-6);
  z-index: 4;
  font-family: var(--font-mono);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(244, 232, 204, 0.20);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: none;
}

@media (min-width: 1024px) {
  .commitment-hero-classification {
    display: block;
  }
}

/* ── Main content — anchored to bottom of hero ── */
.commitment-hero-content {
  position: relative;
  z-index: 4;
  padding-top: 120px;
  padding-bottom: var(--space-10);
}

.commitment-hero-title {
  font-family: var(--font-display);
  font-size: clamp(50px, 8vw, 104px);
  font-weight: 900;
  line-height: 0.90;
  letter-spacing: -0.038em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: var(--space-5);
}

.commitment-hero-sub {
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.55;
  color: rgba(244, 232, 204, 0.68);
  max-width: 48ch;
  margin-bottom: var(--space-7);
}

/* ── Stats bar — three key numbers ── */
.commitment-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-6);
  padding-top: var(--space-5);
  border-top: 1px solid rgba(244, 232, 204, 0.1);
}

.commitment-hero-meta > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(244, 232, 204, 0.36);
}

.commitment-hero-meta > div b {
  font-family: var(--font-display);
  font-size: clamp(18px, 1.9vw, 24px);
  font-weight: 900;
  color: #FFFFFF;
  letter-spacing: -0.025em;
  line-height: 1.1;
  font-style: normal;
}

/* Ensure hero-scroll sits above all overlays */
.commitment-hero .hero-scroll {
  z-index: 4;
}


/* ============================================================
   SECTION 2: THE LAND-SAVING EFFECT
   ============================================================ */
.land-saving-section {
  background-color: var(--bg);
  color: var(--boi-verde);
  padding: var(--space-10) 0;
  position: relative;
  overflow: hidden;
}

/* Subtle diagonal texture */
.land-saving-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    135deg,
    rgba(21, 81, 37, 0.025) 0,
    rgba(21, 81, 37, 0.025) 1px,
    transparent 1px,
    transparent 60px
  );
  pointer-events: none;
}

.land-saving-section .eyebrow {
  font-family: var(--font-mono);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--ponto-carne);
  display: flex;
  align-items: center;
  gap: var(--space-3);
  margin-bottom: var(--space-3);
}

.land-saving-section .eyebrow::before {
  content: "";
  width: 32px;
  height: 1px;
  background: var(--ponto-carne);
  flex-shrink: 0;
}

.land-saving-section h2 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(28px, 4vw, 52px);
  line-height: 0.95;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  margin-bottom: var(--space-5);
  color: var(--boi-verde);
}

.land-saving-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-7);
  align-items: center;
  position: relative;
  z-index: 1;
}

@media (min-width: 1024px) {
  .land-saving-grid {
    grid-template-columns: 1.4fr 1fr;
    gap: var(--space-9);
  }
}

.land-saving-text {
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
}

.land-data-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-5);
}

.land-data-block {
  border-left: 2px solid var(--boi-verde);
  padding-left: var(--space-4);
}

.land-data-value {
  font-family: var(--font-display);
  font-size: clamp(24px, 3.5vw, 40px);
  font-weight: 900;
  line-height: 1.05;
  display: block;
  color: var(--boi-verde);
}

.land-data-label {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  color: var(--ponto-carne);
  opacity: 0.7;
  margin-top: 4px;
  display: block;
  letter-spacing: 0.08em;
}

.land-saving-big-num {
  padding: var(--space-5) 0;
  border-top: 1px solid var(--border-soft-light);
  border-bottom: 1px solid var(--border-soft-light);
}

.land-saving-big-num .value {
  font-family: var(--font-display);
  font-size: clamp(52px, 9vw, 104px);
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: -0.04em;
  color: var(--detalhes);
  display: block;
}

.land-saving-big-num .label {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--boi-verde);
  font-weight: 600;
  margin-top: var(--space-2);
  display: block;
}

.land-saving-body {
  font-size: 16px;
  line-height: 1.6;
  color: var(--ponto-carne);
  opacity: 0.85;
  max-width: 52ch;
}

/* Stagger reveal delays for this section */
.land-saving-text .eyebrow    { transition-delay: 0.05s; }
.land-saving-text h2           { transition-delay: 0.12s; }
.land-saving-text .land-saving-body { transition-delay: 0.2s; }


/* ============================================================
   SECTION 3: UNCOMPROMISING INTEGRITY
   ============================================================ */
.integrity-section {
  background-color: var(--boi-verde-deep);
  color: #FFFFFF;
  padding: var(--space-10) 0;
  position: relative;
  overflow: hidden;
}

/* Grid texture — the telemetry aesthetic */
.integrity-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(244, 232, 204, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 232, 204, 0.025) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}

/* Radial accent from top-right */
.integrity-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 75% 25%, rgba(26, 107, 92, 0.18) 0%, transparent 65%);
  pointer-events: none;
}

.integrity-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-7);
  align-items: center;
  position: relative;
  z-index: 1;
}

@media (min-width: 1024px) {
  .integrity-grid {
    grid-template-columns: 1fr 1.4fr;
    gap: var(--space-9);
  }
}

.integrity-section h2 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(28px, 4vw, 52px);
  line-height: 0.95;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: var(--space-5);
}

.integrity-section .eyebrow {
  font-family: var(--font-mono);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--detalhes);
  display: flex;
  align-items: center;
  gap: var(--space-3);
  margin-bottom: var(--space-3);
}

.integrity-section .eyebrow::before {
  content: "";
  width: 32px;
  height: 1px;
  background: var(--detalhes);
  flex-shrink: 0;
}

.integrity-body {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: var(--space-6);
  max-width: 50ch;
}

.integrity-bullets {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.integrity-bullets li {
  position: relative;
  padding: var(--space-4) 0 var(--space-4) var(--space-6);
  line-height: 1.5;
  border-top: 1px solid var(--border-soft-dark);
  font-size: 15px;
  color: rgba(255, 255, 255, 0.82);
}

.integrity-bullets li:last-child {
  border-bottom: 1px solid var(--border-soft-dark);
}

.integrity-bullets li::before {
  content: "⌖";
  position: absolute;
  left: 0;
  top: var(--space-4);
  color: var(--detalhes);
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5;
}

.integrity-bullets strong {
  color: #FFFFFF;
  font-weight: 600;
}

/* ── painel-recuo: ver bloco global em style.css ── */

/* ── Satellite Map (now shows real aerial photo) ── */
.satellite-map-wrap {
  width: 100%;
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
}

.satellite-photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.75) brightness(0.70);
}

.sat-grid-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 30px 30px;
  pointer-events: none;
  z-index: 1;
}

.sat-scanner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--detalhes), transparent);
  animation: satScan 5s infinite linear;
  pointer-events: none;
  opacity: 0.6;
  z-index: 2;
}

@keyframes satScan {
  0%   { top: 0%; }
  50%  { top: 100%; }
  100% { top: 0%; }
}

.sat-coordinates-overlay {
  position: absolute;
  bottom: var(--space-3);
  left: var(--space-4);
  right: var(--space-4);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-family: var(--font-mono);
  font-size: 9px;
  color: rgba(255, 255, 255, 0.50);
  pointer-events: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  z-index: 3;
}


/* ============================================================
   COMMITMENT TRANSITION SECTION
   ============================================================ */
.commitment-transition {
  position: relative;
  width: 100%;
  height: 56vh;
  min-height: 340px;
  max-height: 520px;
  overflow: hidden;
  background: #0A1F0E;
}

.commitment-transition img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.85) brightness(0.75);
  transition: transform 20s linear;
}

.commitment-transition:hover img {
  transform: scale(1.03);
}

.commitment-transition::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.05) 40%, rgba(0,0,0,0.45) 100%);
}

.commitment-transition .container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: var(--space-8);
  padding-top: var(--space-8);
  color: var(--text-on-dark);
}

.commitment-transition .quote {
  font-family: var(--font-display);
  font-size: clamp(26px, 4vw, 52px);
  line-height: 1.0;
  letter-spacing: -0.025em;
  max-width: 24ch;
  text-wrap: balance;
  text-transform: uppercase;
}

.commitment-transition .quote .accent {
  color: var(--detalhes);
}

.commitment-transition .credit {
  margin-top: var(--space-4);
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--cream);
  opacity: 0.65;
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

.commitment-transition .credit::before {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--detalhes);
}


/* ============================================================
   SECTION 4: THE LOW-CARBON HORIZON
   ============================================================ */
.low-carbon-section {
  background-color: var(--absolute-black, #050505);
  color: #FFFFFF;
  padding: var(--space-10) 0;
  position: relative;
  overflow: hidden;
}

/* Subtle horizontal line texture */
.low-carbon-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.02) 0,
    rgba(255, 255, 255, 0.02) 1px,
    transparent 1px,
    transparent 56px
  );
  pointer-events: none;
}

/* Orange glow from right */
.low-carbon-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 90% 50%, rgba(254, 97, 0, 0.1) 0%, transparent 55%);
  pointer-events: none;
}

.low-carbon-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-7);
  align-items: center;
  position: relative;
  z-index: 1;
}

@media (min-width: 1024px) {
  .low-carbon-grid {
    grid-template-columns: 1.1fr 1fr;
    gap: var(--space-9);
  }
}

.low-carbon-section h2 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(28px, 4.5vw, 56px);
  line-height: 0.93;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: var(--space-6);
}

.low-carbon-data-block {
  border-left: 2px solid var(--detalhes);
  padding-left: var(--space-5);
  margin-bottom: var(--space-6);
}

.low-carbon-data-value {
  font-family: var(--font-display);
  font-size: clamp(52px, 7vw, 88px);
  font-weight: 900;
  color: var(--detalhes);
  line-height: 0.9;
  display: block;
  letter-spacing: -0.03em;
}

.low-carbon-data-label {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.1em;
  margin-top: var(--space-2);
  display: block;
}

.low-carbon-body {
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: var(--space-6);
  max-width: 50ch;
}

.low-carbon-microcopy {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.35);
  padding-top: var(--space-5);
  border-top: 1px solid rgba(255,255,255,0.08);
}

/* Cinematic image container */
.low-carbon-media {
  width: 100%;
  aspect-ratio: 4/5;
  background-color: #111111;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

@media (min-width: 1024px) {
  .low-carbon-media {
    aspect-ratio: 3/4;
  }
}

.low-carbon-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.88;
  transition: transform 15s linear;
  transform: scale(1.08);
  filter: saturate(0.9);
}

.low-carbon-media:hover .low-carbon-img {
  transform: scale(1.02);
}

.low-carbon-media-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, transparent 55%);
  pointer-events: none;
}

.low-carbon-media-tag {
  position: absolute;
  bottom: var(--space-4);
  right: var(--space-4);
  background-color: rgba(0, 0, 0, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 5px 12px;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

/* Frame corners — viewfinder effect matching origin's craft section */
.low-carbon-media::before,
.low-carbon-media::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-color: rgba(254, 97, 0, 0.6);
  border-style: solid;
  z-index: 3;
  pointer-events: none;
}

.low-carbon-media::before {
  top: 12px;
  left: 12px;
  border-width: 1.5px 0 0 1.5px;
}

.low-carbon-media::after {
  bottom: 12px;
  right: 12px;
  border-width: 0 1.5px 1.5px 0;
}


/* ============================================================
   SECTION 5: THE NEXT STEP — Parallax Full Image
   ============================================================ */
.next-step-section {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--boi-verde-deep);
}

/* Background image parallax container */
.next-step-bg-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.next-step-bg-wrap img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 120%;
  top: -10%;
  object-fit: cover;
  filter: saturate(0.8) brightness(0.55);
  transform: scale(1.08);
  transition: transform 20s linear;
}

.next-step-section:hover .next-step-bg-wrap img {
  transform: scale(1.02);
}

/* Layered dark overlays */
.next-step-bg-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 50, 21, 0.3) 0%, rgba(10, 50, 21, 0.65) 100%),
    radial-gradient(ellipse at 30% 60%, rgba(254, 97, 0, 0.15), transparent 55%);
}

.next-step-content {
  position: relative;
  z-index: 2;
  padding: var(--space-10) 0;
  width: 100%;
}

.next-step-inner {
  max-width: 680px;
}

.next-step-section .eyebrow {
  font-family: var(--font-mono);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--detalhes);
  display: flex;
  align-items: center;
  gap: var(--space-3);
  margin-bottom: var(--space-5);
}

.next-step-section .eyebrow::before {
  content: "";
  width: 32px;
  height: 1px;
  background: var(--detalhes);
  flex-shrink: 0;
}

.next-step-section h2 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(34px, 5.5vw, 72px);
  line-height: 0.93;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: var(--space-6);
  text-wrap: balance;
}

.next-step-body {
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 1.6;
  color: var(--text-on-dark);
  opacity: 0.8;
  margin-bottom: var(--space-7);
  max-width: 52ch;
}

/* ============================================================
   CCTV CAMERA SIMULATION STYLES (CFTV EFFECT)
   ============================================================ */
.cctv-scanlines {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background: repeating-linear-gradient(
    rgba(0, 0, 0, 0) 0px,
    rgba(0, 0, 0, 0) 2px,
    rgba(0, 0, 0, 0.12) 2px,
    rgba(0, 0, 0, 0.12) 4px
  );
  opacity: 0.85;
}

.cctv-noise-overlay {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  background: 
    radial-gradient(circle, transparent 40%, rgba(0,0,0,0.5) 100%),
    rgba(255, 255, 255, 0.015);
  animation: cctvStaticEffect 0.2s infinite;
}

@keyframes cctvStaticEffect {
  0%, 100% { opacity: 0.95; }
  50% { opacity: 1.05; }
}

.cctv-ui {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  padding: 16px;
  font-family: var(--font-mono);
  font-size: clamp(8px, 1vw, 10px);
  color: rgba(255, 255, 255, 0.85);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr auto;
  text-shadow: 0 1px 2px rgba(0,0,0,0.85);
}

.cctv-rec-badge {
  grid-column: 1;
  grid-row: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #FF453A;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.cctv-rec-dot {
  width: 6px;
  height: 6px;
  background-color: #FF453A;
  border-radius: 50%;
  animation: recPulseEffect 1s infinite alternate;
}

@keyframes recPulseEffect {
  from { opacity: 0.2; }
  to { opacity: 1.0; }
}

.cctv-cam-label {
  grid-column: 2;
  grid-row: 1;
  text-align: right;
  opacity: 0.75;
  letter-spacing: 0.05em;
}

.cctv-timestamp {
  grid-column: 1;
  grid-row: 3;
  opacity: 0.75;
  letter-spacing: 0.05em;
}

.cctv-bitrate {
  grid-column: 2;
  grid-row: 3;
  text-align: right;
  opacity: 0.55;
  letter-spacing: 0.05em;
}

