:root {
  --rr-navy: #041d38;
  --rr-deep: #02182f;
  --rr-blue: #0b355d;
  --rr-red: #db202c;
  --rr-ink: #0b2038;
  --rr-muted: #647486;
  --rr-line: #dce1e6;
  --rr-cream: #faf9f5;
  --rr-green: #16a878;
  --rr-orange: #f4a01e;
}

.references-showcase { margin: 0; color: var(--rr-ink); background: #fff; }
.rr-page, .rr-header, .rr-footer, .rr-modal { font-family: 'Inter', Arial, sans-serif; }
.rr-page *, .rr-header *, .rr-footer *, .rr-modal * { box-sizing: border-box; }
.rr-page { overflow: clip; background: #fff; }
.rr-page img { max-width: 100%; }
.rr-shell { width: min(1440px, calc(100% - 64px)); margin-inline: auto; }
.rr-section { position: relative; }
.rr-sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

.rr-header { position: sticky; top: 0; z-index: 9000; height: 92px; display: flex; align-items: center; background: rgba(255,255,255,.98); border-bottom: 1px solid #e7eaed; box-shadow: 0 2px 12px rgba(4,29,56,.035); }
.rr-header-inner { position: relative; height: 100%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.rr-header-nav { display: flex; align-items: center; gap: clamp(26px, 3vw, 56px); }
.rr-header-nav-left { justify-content: flex-start; }
.rr-header-nav-right { justify-content: flex-end; }
.rr-header-nav a { position: relative; padding-block: 37px 31px; color: #24354a; font-size: 12px; font-weight: 750; letter-spacing: .03em; text-transform: uppercase; white-space: nowrap; }
.rr-header-nav a::after { content: ''; position: absolute; right: 0; bottom: 24px; left: 0; height: 3px; background: var(--rr-red); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.rr-header-nav a:hover::after, .rr-header-nav a.active::after { transform: scaleX(1); }
.rr-header-logo { display: flex; align-items: center; justify-content: center; padding-inline: clamp(25px, 4vw, 64px); }
.rr-header-logo img { width: auto; height: 60px; display: block; }
.rr-language { display: flex; align-items: center; gap: 11px; color: #627083; font-size: 11px; font-weight: 800; }
.rr-language b { color: var(--rr-red); }
.rr-language i { width: 1px; height: 13px; background: #b8c0c8; }
.rr-menu-button, .rr-mobile-nav { display: none; }

.rr-hero { position: relative; min-height: 640px; display: flex; align-items: stretch; isolation: isolate; overflow: hidden; color: #fff; background: var(--rr-deep); }
.rr-hero-image, .rr-hero-shade { position: absolute; inset: 0; }
.rr-hero-image { z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center 56%; }
.rr-hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(2,22,43,.97) 0%, rgba(3,28,52,.79) 34%, rgba(3,28,52,.26) 66%, rgba(3,28,52,.48) 100%); }
.rr-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: center; padding-block: 60px; }
.rr-hero-copy { max-width: 640px; }
.rr-eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 20px; color: rgba(255,255,255,.8); font-size: 12px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.rr-eyebrow b { color: var(--rr-red); }
.rr-eyebrow i { width: 4px; height: 4px; background: var(--rr-red); border-radius: 50%; }
.rr-hero h1 { margin: 0 0 18px; color: #fff; font-size: clamp(55px, 5.1vw, 82px); font-weight: 850; letter-spacing: -.055em; line-height: .99; }
.rr-hero-copy > p { max-width: 570px; margin: 0; color: rgba(255,255,255,.79); font-size: 14px; line-height: 1.7; }
.rr-hero-stats { width: min(100%, 500px); justify-self: end; display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.rr-hero-stats article {
  min-height: 184px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
  background: rgba(4, 23, 44, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 7px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: background .3s ease, border-color .3s ease, transform .3s ease, box-shadow .3s ease;
}
.rr-hero-stats article:hover {
  background: rgba(4, 23, 44, 0.44);
  border-color: rgba(255, 255, 255, 0.65);
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.rr-hero-stats article > span { min-height: 39px; color: #fff; font-size: 35px; line-height: 1; }
.rr-hero-stats strong, .rr-hero-stats small { display: block; }
.rr-hero-stats strong { margin-top: 5px; color: #fff; font-size: 37px; font-weight: 800; line-height: 1; text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4); }
.rr-hero-stats small { margin-top: 10px; color: rgba(255,255,255,.88); font-size: 11px; font-weight: 650; text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4); }

.rr-featured { padding: 44px 0 55px; background: #fff; }
.rr-featured-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; }
.rr-feature-card { overflow: hidden; background: #fff; border: 1px solid var(--rr-line); border-radius: 5px; box-shadow: 0 7px 22px rgba(4,29,56,.10); cursor: pointer; transition: transform .3s ease, box-shadow .3s ease; }
.rr-feature-card:hover { transform: translateY(-5px); box-shadow: 0 16px 34px rgba(4,29,56,.14); }
.rr-feature-media { position: relative; height: 315px; overflow: hidden; background: #d8dee4; }
.rr-feature-media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .65s cubic-bezier(.16,1,.3,1); }
.rr-feature-card:hover .rr-feature-media img { transform: scale(1.035); }
.rr-feature-number { position: absolute; top: 0; left: 0; min-width: 52px; min-height: 42px; display: flex; align-items: center; justify-content: center; color: #fff; background: var(--rr-red); font-size: 14px; font-weight: 850; }
.rr-feature-body { position: relative; padding: 18px 17px 0; }
.rr-feature-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 6px; }
.rr-feature-category { display: block; margin-bottom: 0; padding-right: 0; color: var(--rr-red); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .02em; }
.rr-feature-status { position: static; flex-shrink: 0; padding: 4px 8px; color: #fff; border-radius: 3px; font-size: 8.5px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; line-height: 1.2; }
.rr-feature-status.complete { background: var(--rr-green); }
.rr-feature-status.ongoing { background: var(--rr-orange); }
.rr-feature-body h3 { max-width: 100%; min-height: 38px; margin: 0 0 13px; color: var(--rr-ink); font-size: 13px; font-weight: 800; line-height: 1.4; text-transform: uppercase; }
.rr-feature-body dl, .rr-project-body dl { display: grid; gap: 8px; margin: 0 0 13px; }
.rr-feature-body dl > div, .rr-project-body dl > div { display: grid; grid-template-columns: 105px minmax(0,1fr); gap: 9px; align-items: center; font-size: 10px; }
.rr-feature-body dt, .rr-project-body dt { color: #667589; }
.rr-feature-body dd, .rr-project-body dd { min-width: 0; margin: 0; color: #8c98a6; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rr-details-link { min-height: 46px; display: flex; align-items: center; justify-content: center; gap: 10px; margin-inline: -17px; color: var(--rr-red); border-top: 1px solid var(--rr-line); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.rr-details-link b { font-size: 16px; transition: transform .25s ease; }
.rr-feature-card:hover .rr-details-link b, .rr-project-card:hover .rr-details-link b { transform: translateX(5px); }

.rr-map-section {
  padding: 42px 0 52px;
  background: #011731;
  border-block: 1px solid #0a2748;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.rr-map-grid {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr) 270px;
  gap: 32px;
  align-items: center;
}
.rr-section-kicker {
  display: block;
  margin-bottom: 7px;
  color: #ff4d5a;
  font-size: 10.5px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.rr-map-copy h2 {
  margin: 0;
  color: #ffffff;
  font-size: 28px;
  font-weight: 850;
  letter-spacing: -.03em;
  line-height: 1.1;
  text-transform: uppercase;
}
.rr-map-copy > i {
  width: 36px;
  height: 3px;
  display: block;
  margin: 18px 0 22px;
  background: #ff3344;
  border-radius: 2px;
}
.rr-map-copy p {
  max-width: 240px;
  margin: 0;
  color: #9cb8d0;
  font-size: 12px;
  line-height: 1.7;
}

.rr-map-visual {
  position: relative;
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: transparent;
  border: none;
  box-shadow: none;
}
.rr-map-visual::before {
  display: none;
}
.rr-map-stage {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  line-height: 0;
}
.rr-map-stage > img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 1 !important;
  filter: drop-shadow(0 0 2px rgba(80, 170, 255, 0.4)) !important;
  mix-blend-mode: normal !important;
  mask-image: radial-gradient(ellipse 96% 92% at 50% 50%, #000 78%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 96% 92% at 50% 50%, #000 78%, transparent 100%);
}

/* Radar Pulse Pins */
.rr-map-pin {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
  line-height: 1;
  transform: translate(-7px, -7px);
  transform-origin: 7px 7px;
  cursor: pointer;
  transition: transform .22s ease, z-index .22s ease;
}
.rr-map-pin:hover {
  z-index: 15;
  transform: translate(-7px, -7px) scale(1.12);
}
.rr-map-pin b {
  position: relative;
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  display: block;
  background: #ff3344;
  border: 2px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(255, 51, 68, 0.85), 0 0 0 3px rgba(255, 51, 68, 0.3);
  animation: rrPulse 2.2s infinite ease-in-out;
}
@keyframes rrPulse {
  0% { box-shadow: 0 0 8px rgba(255, 51, 68, 0.8), 0 0 0 2px rgba(255, 51, 68, 0.4); }
  50% { box-shadow: 0 0 18px rgba(255, 51, 68, 1), 0 0 0 8px rgba(255, 51, 68, 0.15); }
  100% { box-shadow: 0 0 8px rgba(255, 51, 68, 0.8), 0 0 0 2px rgba(255, 51, 68, 0.4); }
}
.rr-map-pin:hover b {
  animation: none;
  box-shadow: 0 0 22px rgba(255, 51, 68, 1), 0 0 0 6px rgba(255, 51, 68, 0.5);
  background: #ffffff;
  border-color: #ff3344;
}

/* Glassmorphism Pin Labels */
.rr-pin-label {
  padding: 3px 8px 3px 7px;
  background: rgba(1, 26, 48, 0.88);
  border: 1px solid rgba(80, 160, 230, 0.4);
  border-radius: 4px;
  box-shadow: 0 4px 14px rgba(0, 10, 20, 0.5);
  font-size: 9.5px;
  font-weight: 800;
  color: #f0f6fc;
  letter-spacing: .02em;
  backdrop-filter: blur(8px);
  line-height: 1.25;
  transition: all .2s ease;
}
.rr-map-pin:hover .rr-pin-label {
  background: #ff3344;
  color: #ffffff;
  border-color: #ff3344;
  box-shadow: 0 4px 18px rgba(255, 51, 68, 0.5);
}
.rr-pin-label small {
  color: #ff6b74;
  font-size: 9px;
  font-weight: 850;
  margin-left: 3px;
  background: rgba(255, 51, 68, 0.18);
  padding: 1px 4px;
  border-radius: 3px;
}
.rr-map-pin:hover .rr-pin-label small {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.25);
}

.rr-map-pin.pin-dir-left {
  flex-direction: row-reverse;
  transform: translate(calc(-100% + 7px), -7px);
  transform-origin: calc(100% - 7px) 7px;
}
.rr-map-pin.pin-dir-left:hover {
  transform: translate(calc(-100% + 7px), -7px) scale(1.12);
}

.rr-map-stat {
  min-height: 315px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 30px;
  color: #fff;
  background: linear-gradient(145deg, #052646, #011425);
  border: 1px solid #14406a;
  border-radius: 10px;
  box-shadow: 0 16px 40px rgba(0, 12, 24, 0.4);
}
.rr-map-stat article { display: flex; align-items: center; gap: 20px; }
.rr-map-stat article > span { width: 37px; color: #ff3344; font-size: 35px; text-align: center; }
.rr-map-stat strong, .rr-map-stat small { display: block; }
.rr-map-stat strong { color: #fff; font-size: 38px; font-weight: 800; line-height: 1; }
.rr-map-stat small { margin-top: 5px; color: #8da9be; font-size: 10.5px; }
.rr-map-stat > i { height: 1px; display: block; margin: 20px 0; background: rgba(255, 255, 255, .12); }
.rr-map-stat > p { margin: 22px 0 0; color: #8da9be; font-size: 11.5px; line-height: 1.65; }

.rr-catalog { padding: 22px 0 54px; background: #fff; }
.rr-controls { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 14px; }
.rr-search { position: relative; width: min(480px, 100%); }
.rr-search svg { position: absolute; top: 50%; left: 15px; width: 18px; height: 18px; fill: none; stroke: #6d7a89; stroke-width: 2; transform: translateY(-50%); pointer-events: none; }
.rr-search input { width: 100%; height: 48px; padding: 0 15px 0 46px; color: var(--rr-ink); background: #fff; border: 1px solid #cfd6dd; border-radius: 4px; outline: 0; font-size: 11px; }
.rr-search input:focus { border-color: var(--rr-navy); box-shadow: 0 0 0 3px rgba(4,29,56,.07); }
.rr-view-switch { display: flex; gap: 10px; }
.rr-view-switch button { min-height: 48px; display: inline-flex; align-items: center; gap: 9px; padding: 0 20px; color: #667589; background: #fff; border: 1px solid #cfd6dd; border-radius: 4px; font-size: 10px; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.rr-view-switch button.active { color: #fff; background: var(--rr-navy); border-color: var(--rr-navy); }
.rr-view-switch button span { font-size: 16px; }
.rr-tabs { display: flex; gap: 9px; margin-bottom: 15px; padding-block: 8px; overflow-x: auto; scrollbar-width: thin; }
.rr-tabs button { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; padding: 0 18px; color: #3e4e61; background: #fff; border: 1px solid #dce1e6; border-radius: 4px; box-shadow: 0 2px 7px rgba(4,29,56,.04); font-size: 9.5px; font-weight: 800; text-transform: uppercase; white-space: nowrap; cursor: pointer; }
.rr-tabs button span { min-width: 20px; min-height: 20px; display: inline-flex; align-items: center; justify-content: center; color: #657386; background: #f1f3f5; border-radius: 50%; font-size: 8px; }
.rr-tabs button.active { color: #fff; background: var(--rr-red); border-color: var(--rr-red); }
.rr-tabs button.active span { color: var(--rr-red); background: #fff; }
.rr-result-meta { min-height: 27px; display: flex; align-items: center; justify-content: space-between; color: #7a8795; font-size: 10px; }
.rr-result-meta b { color: var(--rr-ink); }
.rr-result-meta #rrEmptyMessage { color: var(--rr-red); font-weight: 700; }
.rr-project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.rr-project-card { overflow: hidden; background: #fff; border: 1px solid var(--rr-line); border-radius: 5px; box-shadow: 0 6px 18px rgba(4,29,56,.09); cursor: pointer; transition: transform .3s ease, box-shadow .3s ease; }
.rr-project-card[hidden] { display: none !important; }
.rr-project-card:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(4,29,56,.14); }
.rr-project-media { position: relative; height: 230px; overflow: hidden; background: #d9dfe5; }
.rr-project-media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .65s cubic-bezier(.16,1,.3,1); }
.rr-project-card:hover .rr-project-media img { transform: scale(1.04); }
.rr-code, .rr-card-status { position: absolute; top: 10px; z-index: 2; min-height: 25px; display: inline-flex; align-items: center; padding: 0 9px; color: #fff; border-radius: 3px; font-size: 9px; font-weight: 850; text-transform: uppercase; }
.rr-code { left: 10px; background: rgba(3,29,56,.93); }
.rr-card-status { right: 10px; }
.rr-card-status.complete { background: var(--rr-green); }
.rr-card-status.ongoing { background: var(--rr-orange); }
.rr-card-status.report { background: var(--rr-red); }
.rr-project-body { padding: 16px 16px 0; }
.rr-project-category { display: block; margin-bottom: 5px; color: var(--rr-red); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.rr-project-body h3 { min-height: 38px; margin: 0 0 5px; color: var(--rr-ink); font-size: 13px; font-weight: 850; line-height: 1.35; text-transform: uppercase; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.rr-project-meta { display: flex; align-items: center; gap: 9px; margin-bottom: 14px; color: #617184; font-size: 9px; }
.rr-project-meta i { width: 3px; height: 3px; background: #9aa5af; border-radius: 50%; }
.rr-project-body dl { padding-top: 12px; border-top: 1px solid #e2e6ea; }
.rr-project-body dl > div { grid-template-columns: 88px minmax(0,1fr); }
.rr-project-body .rr-details-link { margin-inline: -16px; }
.rr-table-wrap { width: 100%; overflow-x: auto; border: 1px solid var(--rr-line); border-radius: 5px; box-shadow: 0 6px 18px rgba(4,29,56,.07); }
.rr-table-wrap[hidden] { display: none !important; }
.rr-table-wrap table { width: 100%; min-width: 1120px; border-collapse: collapse; font-size: 11px; }
.rr-table-wrap th { padding: 14px; color: #fff; background: var(--rr-navy); border-bottom: 3px solid var(--rr-red); font-size: 9px; letter-spacing: .06em; text-align: left; text-transform: uppercase; }
.rr-table-wrap td { max-width: 280px; padding: 13px 14px; color: #536375; border-bottom: 1px solid #e6e9ed; vertical-align: top; }
.rr-table-row { cursor: pointer; }
.rr-table-row:hover td { background: #f6f8fa; }
.rr-table-row[hidden] { display: none; }
.rr-load-more { min-width: 240px; min-height: 46px; display: flex; align-items: center; justify-content: center; gap: 11px; margin: 25px auto 0; color: var(--rr-navy); background: #fff; border: 1px solid #bdc7d0; border-radius: 4px; font-size: 10px; font-weight: 850; text-transform: uppercase; cursor: pointer; }
.rr-load-more:hover { color: #fff; background: var(--rr-navy); border-color: var(--rr-navy); }
.rr-load-more[hidden] { display: none !important; }

.rr-reports { padding: 28px 0 42px; color: #fff; background: radial-gradient(circle at 88% 0%, #0b3b69 0%, var(--rr-navy) 52%, var(--rr-deep) 100%); }
.rr-reports-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.rr-reports-heading h2 { margin: 0; padding-left: 13px; color: #fff; border-left: 4px solid var(--rr-red); font-size: 17px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.rr-reports-heading a { color: rgba(255,255,255,.75); font-size: 10px; font-weight: 750; text-transform: uppercase; }
.rr-reports-heading a span { margin-left: 8px; color: var(--rr-red); font-size: 16px; }
.rr-reports-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 46px; }
.rr-report-card { position: relative; min-height: 300px; padding: 25px 22px 16px; color: var(--rr-ink); background: #fff; border-radius: 5px; box-shadow: 0 10px 30px rgba(0,0,0,.17); cursor: pointer; }
.rr-report-code { display: inline-flex; min-height: 22px; align-items: center; padding: 0 8px; color: #fff; background: var(--rr-red); border-radius: 3px; font-size: 8px; font-weight: 850; }
.rr-report-card h3 { margin: 9px 0 4px; color: var(--rr-ink); font-size: 13px; font-weight: 850; text-transform: uppercase; }
.rr-report-card > p { height: 32px; margin: 0; color: #6c7988; font-size: 9px; line-height: 1.45; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.rr-report-graphic { position: relative; height: 74px; margin: 6px 0 11px; overflow: hidden; border-bottom: 1px solid #e3e6e9; }
.rr-report-graphic::before, .rr-report-graphic::after, .rr-report-graphic span, .rr-report-graphic i, .rr-report-graphic b { content: ''; position: absolute; display: block; }
.rr-report-graphic::before { top: 36px; right: 0; left: 0; height: 1px; background: #b8c0c8; }
.rr-report-graphic::after { top: 27px; left: 4%; width: 92%; height: 19px; border-top: 2px solid #98a3ae; border-bottom: 2px solid #d2d7dc; transform: skewX(-18deg); opacity: .75; }
.rr-report-graphic span { right: 12%; bottom: 0; width: 15px; height: 36px; background: #9aa5af; box-shadow: -25px 9px #b5bdc6, -50px 21px #c4cad0, -75px 14px #aab4be; }
.graphic-0 span { display: none; }
.graphic-0::after { height: 27px; transform: skewX(-28deg); }
.graphic-1 span { right: 45%; bottom: 28px; width: 4px; height: 4px; border-radius: 50%; background: var(--rr-red); box-shadow: -80px -5px #9aa5af, -42px 8px #9aa5af, 43px -9px #9aa5af, 83px 6px #9aa5af; }
.rr-report-card dl { display: grid; grid-template-columns: 1fr 1fr; margin: 0; border: 1px solid #d9dee3; }
.rr-report-card dl div { display: flex; align-items: center; justify-content: space-between; padding: 5px 8px; border-right: 1px solid #d9dee3; font-size: 8px; }
.rr-report-card dl div:last-child { border-right: 0; }
.rr-report-card dl dt { color: #7c8792; }
.rr-report-card dl dd { margin: 0; color: var(--rr-ink); font-weight: 750; }
.rr-report-card footer { display: flex; justify-content: space-between; margin-top: 12px; color: #7b8793; font-size: 7.5px; text-transform: uppercase; }
.rr-report-card footer span b { display: block; margin-top: 3px; color: var(--rr-ink); font-size: 8.5px; text-transform: none; }

.rr-totals { padding: 0 0 26px; background: #fbfaf7; }
.rr-totals-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #d7dde2; border-bottom: 1px solid #d7dde2; }
.rr-totals-grid article { min-height: 120px; display: flex; align-items: center; justify-content: center; gap: 16px; padding: 18px 24px; border-right: 1px solid #d7dde2; transition: background-color .25s ease; }
.rr-totals-grid article:last-child { border-right: 0; }
.rr-totals-grid article:hover { background: rgba(255, 255, 255, 0.6); }

.rr-total-icon {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--rr-red);
  background: rgba(223, 36, 47, 0.08);
  border: 1px solid rgba(223, 36, 47, 0.16);
  border-radius: 12px;
  transition: transform .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.rr-total-icon svg {
  display: block;
}

.rr-totals-grid article:hover .rr-total-icon {
  transform: translateY(-2px) scale(1.04);
  background: rgba(223, 36, 47, 0.13);
  border-color: rgba(223, 36, 47, 0.32);
  box-shadow: 0 6px 16px rgba(223, 36, 47, 0.14);
}

.rr-totals-grid small, .rr-totals-grid strong, .rr-totals-grid em { display: block; }
.rr-totals-grid small { color: #435367; font-size: 11.5px; font-weight: 750; letter-spacing: .02em; }
.rr-totals-grid strong { margin: 3px 0 2px; color: var(--rr-ink); font-size: 24px; font-weight: 850; letter-spacing: -.02em; line-height: 1.15; }
.rr-totals-grid em { color: #7f8c9b; font-size: 10.5px; font-style: normal; }
.rr-totals > .rr-shell > h2 { margin: 15px 0 8px; color: #435367; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.rr-partners { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; margin-bottom: 12px; }
.rr-partners span { min-height: 64px; display: flex; align-items: center; justify-content: center; gap: 12px; color: #8b949e; background: #fff; border: 1px solid #d8dde2; border-radius: 3px; font-size: 10px; font-weight: 800; }
.rr-partners b { color: #a6adb5; font-size: 31px; }
.rr-cta { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 20px clamp(28px, 8vw, 150px); color: #fff; background: radial-gradient(circle at 75% 0%, #0b3b69 0%, var(--rr-navy) 52%, var(--rr-deep) 100%); border-radius: 5px; }
.rr-cta h3 { margin: 0; color: #fff; font-size: 25px; font-weight: 800; line-height: 1.05; }
.rr-cta p { max-width: 450px; margin: 5px 0 0; color: rgba(255,255,255,.63); font-size: 9px; line-height: 1.5; }
.rr-cta > a { min-width: 285px; min-height: 53px; display: flex; align-items: center; justify-content: center; gap: 15px; color: #fff; background: var(--rr-red); border-radius: 3px; font-size: 11px; font-weight: 850; text-transform: uppercase; }
.rr-cta > a:hover { color: #fff; background: #bd1823; transform: translateY(-2px); }
.rr-cta > a span { font-size: 16px; }

.rr-footer { padding: 15px 0 12px; color: #7d8792; background: #fff; border-top: 1px solid #e0e4e7; }
.rr-footer-top { display: flex; gap: 9px; }
.rr-footer-top a { width: 27px; height: 27px; display: inline-flex; align-items: center; justify-content: center; color: #6a7683; border: 1px solid #d4dae0; border-radius: 50%; font-size: 9px; font-weight: 800; }
.rr-footer-main { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; margin-top: -18px; }
.rr-footer-main nav { display: flex; gap: 42px; }
.rr-footer-main nav:first-child { justify-content: flex-end; }
.rr-footer-main nav:last-child { justify-content: flex-start; }
.rr-footer-main nav a { color: #8a939d; font-size: 8px; font-weight: 700; text-transform: uppercase; }
.rr-footer-main > a { padding: 0 42px; }
.rr-footer-main img { width: auto; height: 45px; display: block; }
.rr-footer-bottom { display: grid; grid-template-columns: 1fr auto auto; gap: 38px; align-items: center; margin-top: 4px; padding-top: 9px; border-top: 1px solid #e5e8eb; font-size: 7.5px; }
.rr-footer-bottom a { color: #7d8792; }

.rr-modal[hidden] { display: none !important; }
.rr-modal { position: fixed; inset: 0; z-index: 10000; display: grid; place-items: center; padding: 24px; }
.rr-modal-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; background: rgba(1,15,29,.76); border: 0; backdrop-filter: blur(8px); }
.rr-modal-card { position: relative; z-index: 1; width: min(690px, 100%); max-height: 88vh; overflow-y: auto; padding: 36px; background: #fff; border-radius: 7px; box-shadow: 0 24px 70px rgba(0,0,0,.32); }
.rr-modal-close { position: absolute; top: 14px; right: 14px; width: 35px; height: 35px; display: grid; place-items: center; color: #4f5d6d; background: #eef1f3; border: 0; border-radius: 50%; font-size: 22px; cursor: pointer; }
.rr-modal-card h2 { margin: 0 45px 6px 0; color: var(--rr-ink); font-size: 25px; font-weight: 850; line-height: 1.2; }
.rr-modal-client { margin: 0 0 20px; color: var(--rr-red); font-size: 11px; font-weight: 800; }
.rr-modal-meta { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 20px; border: 1px solid var(--rr-line); }
.rr-modal-meta span { min-height: 46px; display: flex; align-items: center; justify-content: center; padding: 8px; color: #5f6f80; border-right: 1px solid var(--rr-line); font-size: 10px; text-align: center; }
.rr-modal-meta span:last-child { border-right: 0; }
.rr-modal-scope { padding: 18px; background: #f5f7f8; border-left: 4px solid var(--rr-red); }
.rr-modal-scope strong { display: block; margin-bottom: 7px; color: var(--rr-ink); font-size: 10px; text-transform: uppercase; }
.rr-modal-scope p, .rr-modal-description { color: #627183; font-size: 12px; line-height: 1.65; }
.rr-modal-scope p { margin: 0; }
.rr-modal-media {
  position: relative;
  width: 100%;
  height: 280px;
  margin-top: 10px;
  margin-bottom: 22px;
  border-radius: 6px;
  overflow: hidden;
  background: #071e35;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.rr-modal-media[hidden] { display: none !important; }
.rr-modal-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rr-modal-media .rr-modal-status-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 5px 12px;
  color: #fff;
  background: rgba(5, 31, 58, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .04em;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
}
.rr-modal-gallery { display: flex; gap: 10px; margin-top: -12px; margin-bottom: 20px; overflow-x: auto; padding-bottom: 4px; }
.rr-modal-gallery[hidden] { display: none !important; }
.rr-modal-gallery button { width: 64px; height: 64px; padding: 0; border: 2px solid #e1e5e9; border-radius: 5px; overflow: hidden; cursor: pointer; background: #eef1f3; flex-shrink: 0; transition: border-color .2s ease, transform .2s ease; }
.rr-modal-gallery button:hover { transform: translateY(-2px); border-color: #9aa8b7; }
.rr-modal-gallery button.active { border-color: var(--rr-red); }
.rr-modal-gallery button img { width: 100%; height: 100%; object-fit: cover; display: block; }

.rr-modal-card > a { min-height: 45px; display: flex; align-items: center; justify-content: center; gap: 11px; color: #fff; background: var(--rr-navy); border-radius: 3px; font-size: 10px; font-weight: 800; text-transform: uppercase; text-decoration: none; transition: background .2s ease; }
.rr-modal-card > a:hover { color: #fff; background: var(--rr-red); }

.rr-reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .85s cubic-bezier(.16,1,.3,1); }
.rr-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  .rr-header-nav { gap: 22px; }
  .rr-header-nav a { font-size: 10px; }
  .rr-header-logo { padding-inline: 28px; }
  .rr-hero-grid { gap: 45px; }
  .rr-map-grid { grid-template-columns: 210px minmax(0,1fr) 235px; gap: 18px; }
  .rr-project-grid { gap: 20px; }
  .rr-reports-grid { gap: 24px; }
}

@media (max-width: 960px) {
  .rr-header { height: 74px; }
  .rr-header-inner { display: flex; justify-content: center; }
  .rr-header-nav { display: none; }
  .rr-header-logo img { height: 48px; }
  .rr-menu-button { position: absolute; top: 50%; right: 0; width: 44px; height: 44px; display: grid; place-content: center; gap: 5px; padding: 0; background: transparent; border: 0; transform: translateY(-50%); cursor: pointer; }
  .rr-menu-button span { width: 24px; height: 2px; display: block; background: var(--rr-ink); }
  .rr-mobile-nav { position: absolute; top: 74px; right: -32px; left: -32px; display: none; flex-direction: column; padding: 15px 32px 23px; background: #fff; border-top: 1px solid #e5e8eb; box-shadow: 0 20px 36px rgba(4,29,56,.14); }
  .rr-mobile-nav.is-open { display: flex; }
  .rr-mobile-nav a { padding: 11px 0; color: #33465a; border-bottom: 1px solid #eef1f3; font-size: 12px; font-weight: 750; text-transform: uppercase; }
  .rr-mobile-nav a.active { color: var(--rr-red); }
  .rr-hero-grid { grid-template-columns: 1fr; padding-block: 65px; }
  .rr-hero-copy { max-width: 700px; }
  .rr-hero-stats { justify-self: start; width: 100%; max-width: 700px; }
  .rr-hero-stats article { min-height: 145px; }
  .rr-featured-grid { gap: 18px; }
  .rr-feature-media { height: 250px; }
  .rr-map-grid { grid-template-columns: 1fr 270px; }
  .rr-map-copy { grid-column: 1 / -1; }
  .rr-map-copy p { max-width: 560px; }
  .rr-project-grid { grid-template-columns: repeat(2, 1fr); }
  .rr-reports-grid { grid-template-columns: 1fr; }
  .rr-report-card { min-height: 280px; }
  .rr-totals-grid { grid-template-columns: repeat(2, 1fr); }
  .rr-totals-grid article:nth-child(2) { border-right: 0; }
  .rr-totals-grid article:nth-child(-n+2) { border-bottom: 1px solid #d7dde2; }
  .rr-partners { grid-template-columns: repeat(3, 1fr); }
  .rr-cta { padding-inline: 45px; }
  .rr-footer-main { margin-top: 10px; }
  .rr-footer-main nav { gap: 18px; }
  .rr-footer-main > a { padding-inline: 25px; }
}

@media (max-width: 720px) {
  .rr-shell { width: min(100% - 30px, 1440px); }
  .rr-mobile-nav { right: -15px; left: -15px; padding-inline: 20px; }
  .rr-hero { min-height: auto; }
  .rr-hero-image { object-position: 44% center; }
  .rr-hero-shade { background: rgba(2,22,43,.82); }
  .rr-hero h1 { font-size: clamp(48px, 14vw, 68px); }
  .rr-hero-copy > p { font-size: 13px; }
  .rr-hero-stats { grid-template-columns: 1fr 1fr; gap: 8px; }
  .rr-hero-stats article { min-height: 130px; padding: 14px; }
  .rr-hero-stats strong { font-size: 29px; }
  .rr-featured { padding-block: 28px; }
  .rr-featured-grid { grid-template-columns: 1fr; }
  .rr-feature-media { height: 310px; }
  .rr-map-grid { grid-template-columns: 1fr; }
  .rr-map-visual { min-height: 280px; }
  .rr-map-stat { min-height: 245px; }
  .rr-controls { align-items: stretch; flex-direction: column; }
  .rr-search { width: 100%; }
  .rr-view-switch { display: grid; grid-template-columns: 1fr 1fr; }
  .rr-view-switch button { justify-content: center; padding-inline: 9px; }
  .rr-project-grid { grid-template-columns: 1fr; }
  .rr-project-media { height: 280px; }
  .rr-reports-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
  .rr-totals-grid { grid-template-columns: 1fr; }
  .rr-totals-grid article { border-right: 0; border-bottom: 1px solid #d7dde2; }
  .rr-partners { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .rr-cta { align-items: flex-start; flex-direction: column; padding: 28px 24px; }
  .rr-cta > a { width: 100%; min-width: 0; }
  .rr-footer-main { grid-template-columns: 1fr; gap: 17px; }
  .rr-footer-main nav, .rr-footer-main nav:first-child, .rr-footer-main nav:last-child { justify-content: center; flex-wrap: wrap; }
  .rr-footer-main > a { grid-row: 1; justify-self: center; }
  .rr-footer-top { justify-content: center; }
  .rr-footer-bottom { grid-template-columns: 1fr; justify-items: center; gap: 6px; text-align: center; }
  .rr-modal-card { padding: 30px 20px 22px; }
  .rr-modal-media { height: 210px; margin-top: 6px; }
  .rr-modal-meta { grid-template-columns: 1fr; }
  .rr-modal-meta span { border-right: 0; border-bottom: 1px solid var(--rr-line); }
  .rr-modal-meta span:last-child { border-bottom: 0; }
}

@media (max-width: 460px) {
  .rr-hero-stats { grid-template-columns: 1fr; }
  .rr-hero-stats article { min-height: 115px; }
  .rr-feature-media, .rr-project-media { height: 240px; }
  .rr-map-pin { font-size: 8px; }
  .rr-view-switch { grid-template-columns: 1fr; }
  .rr-partners { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .rr-reveal { opacity: 1; transform: none; transition: none; }
  .rr-feature-media img, .rr-project-media img { transition: none; }
}
