* {
  box-sizing: border-box;
}

:root {
  --site-red: #b91c1c;
  --site-red-dark: #7f1d1d;
  --site-red-mid: #dc2626;
  --site-red-soft: #fee2e2;
  --site-shell-width: 1400px;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at 16% 10%, rgba(248, 113, 113, 0.18), transparent 27%),
    radial-gradient(circle at 84% 14%, rgba(185, 28, 28, 0.16), transparent 30%),
    linear-gradient(180deg, #fff7f7 0%, #fee2e2 47%, #fecaca 100%);
  color: #111827;
  display: block;
  width: 100%;
  text-align: center;
}

main {
  width: 100%;
}

/* ---------- TOP BAR ---------- */

.topbar {
  padding: 30px 28px 26px;
  background: #ffffff;
  border-bottom: 1px solid rgba(185, 28, 28, 0.12);
  box-shadow:
    0 18px 42px rgba(127, 29, 29, 0.08),
    0 0 46px rgba(220, 38, 38, 0.08);
}

.topbar-inner {
  width: min(var(--site-shell-width), calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
}

.topbar h1 {
  margin: 0 0 8px;
  font-size: clamp(38px, 4.4vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.055em;
  font-weight: 950;
  color: var(--site-red-dark);
  background: linear-gradient(90deg, #7f1d1d 0%, #dc2626 48%, #991b1b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.topbar p {
  margin: 0;
  max-width: 760px;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
}

.data-box {
  min-width: 215px;
  padding: 16px 18px;
  border: 1px solid rgba(248, 113, 113, 0.65);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow:
    0 18px 45px rgba(185, 28, 28, 0.14),
    0 0 35px rgba(248, 113, 113, 0.14);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  backdrop-filter: blur(12px);
}

.data-box span {
  font-size: 11px;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 900;
}

.data-box strong {
  margin-top: 6px;
  font-size: 32px;
  letter-spacing: -1px;
  color: #111827;
}

/* ---------- INTRO ECONOMY SECTION ---------- */

.intro-section {
  padding: 0;
}

.economy-section {
  width: min(var(--site-shell-width), calc(100% - 40px));
  margin: 30px auto 8px;
  padding: 38px;
  min-height: 292px;
  border-radius: 32px;
  background:
    radial-gradient(circle at top left, rgba(248, 113, 113, 0.12), transparent 36%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(255, 247, 247, 0.94));
  border: 1px solid rgba(248, 113, 113, 0.58);
  box-shadow:
    0 28px 70px rgba(127, 29, 29, 0.13),
    0 0 72px rgba(220, 38, 38, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  display: grid;
  grid-template-columns: minmax(300px, 0.92fr) minmax(0, 2.3fr);
  gap: 32px;
  align-items: center;
}

.economy-heading {
  max-width: 760px;
}

.economy-eyebrow {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 6px 13px;
  border-radius: 999px;
  background: rgba(220, 38, 38, 0.11);
  color: var(--site-red);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.economy-heading h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -1.7px;
  font-weight: 950;
}

.economy-heading p {
  margin: 12px 0 0;
  color: #475569;
  line-height: 1.55;
  font-size: 16px;
  max-width: 340px;
}

.economy-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.economy-card {
  min-height: 198px;
  padding: 21px;
  border-radius: 24px;
  border: 1px solid rgba(248, 113, 113, 0.55);
  background:
    radial-gradient(circle at top left, rgba(220, 38, 38, 0.12), transparent 35%),
    linear-gradient(145deg, #ffffff, #fff7f7);
  box-shadow:
    0 18px 38px rgba(15, 23, 42, 0.08),
    0 0 28px rgba(220, 38, 38, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.stat-label {
  display: block;
  color: #7f1d1d;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.economy-card strong {
  display: block;
  margin-top: 18px;
  color: #111827;
  font-size: 28px;
  line-height: 1.02;
  letter-spacing: -1px;
  font-weight: 950;
  word-break: break-word;
}

.economy-card p {
  margin: 10px 0 0;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}

/* ---------- LAYOUT ---------- */

.layout {
  width: min(var(--site-shell-width), calc(100% - 40px));
  max-width: var(--site-shell-width);
  margin: 0 auto 52px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 44px;
  align-items: start;
}

.map-area {
  padding-top: 32px;
  min-width: 0;
}

#map-wrapper {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(248, 113, 113, 0.60);
  border-radius: 24px;
  overflow: hidden;
  box-shadow:
    0 28px 70px rgba(127, 29, 29, 0.14),
    0 0 55px rgba(220, 38, 38, 0.10),
    0 0 80px rgba(248, 113, 113, 0.08);
}

.map-toolbar {
  min-height: 74px;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 241, 242, 0.95));
  border-bottom: 1px solid rgba(248, 113, 113, 0.42);
}

.toggle-group {
  display: inline-flex;
  padding: 6px;
  border-radius: 999px;
  background: #fff1f2;
  border: 1px solid rgba(248, 113, 113, 0.55);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.toggle-button {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 11px 16px;
  background: transparent;
  color: #7f1d1d;
  font-weight: 950;
  cursor: pointer;
  transition: transform 0.16s ease, background 0.16s ease, color 0.16s ease, box-shadow 0.16s ease;
}

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

.toggle-button.active {
  background: linear-gradient(135deg, #991b1b, #dc2626);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(185, 28, 28, 0.26);
}

.source-chip {
  max-width: 420px;
  padding: 10px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(254, 202, 202, 0.95);
  color: #475569;
  font-size: 13px;
  font-weight: 800;
  text-align: right;
}

#map {
  width: 100%;
  height: 640px;
  background-color: #cdb8b8;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.22) 1px, transparent 1px),
    linear-gradient(rgba(127, 29, 29, 0.08) 2px, transparent 2px),
    linear-gradient(90deg, rgba(127, 29, 29, 0.08) 2px, transparent 2px);
  background-size: 42px 42px, 42px 42px, 168px 168px, 168px 168px;
  touch-action: pan-x pan-y pinch-zoom;
}

.leaflet-container {
  font-family: Inter, Arial, Helvetica, sans-serif;
  background-color: #cdb8b8;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.22) 1px, transparent 1px),
    linear-gradient(rgba(127, 29, 29, 0.08) 2px, transparent 2px),
    linear-gradient(90deg, rgba(127, 29, 29, 0.08) 2px, transparent 2px);
  background-size: 42px 42px, 42px 42px, 168px 168px, 168px 168px;
}

.legend {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 76px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid rgba(248, 113, 113, 0.42);
}

.legend strong {
  display: block;
  color: #111827;
  font-size: 15px;
  font-weight: 950;
}

.legend span {
  display: block;
  margin-top: 4px;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
}

.legend-items {
  display: flex;
  align-items: stretch;
  min-width: 420px;
  height: 38px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(185, 28, 28, 0.15);
}

.legend-item {
  flex: 1;
  display: grid;
  place-items: center;
  padding: 4px;
  color: white;
  font-size: 10px;
  font-weight: 950;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

/* ---------- INFO PANEL ---------- */

.info-panel {
  margin-top: 32px;
  min-height: 640px;
  max-height: calc(100vh - 90px);
  position: sticky;
  top: 24px;
  padding: 34px;
  border: 1px solid rgba(248, 113, 113, 0.55);
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 247, 0.96));
  box-shadow:
    -24px 0 64px rgba(127, 29, 29, 0.08),
    0 0 48px rgba(220, 38, 38, 0.08);
  overflow-y: auto;
  backdrop-filter: blur(18px);
}

.info-panel h2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: clamp(30px, 2.45vw, 38px);
  font-weight: 950;
  letter-spacing: -1.7px;
  line-height: 1.02;
  color: #0f172a;
}

.panel-divider {
  border: none;
  border-top: 1px solid #e5d0d0;
  margin: 28px 0 34px;
}

.info-label {
  margin-top: 18px;
  margin-bottom: 7px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  color: #7f1d1d;
  font-weight: 950;
}

.info-value {
  margin: 0;
  font-size: clamp(22px, 1.85vw, 30px);
  line-height: 1.08;
  color: #111827;
  word-break: break-word;
  font-weight: 950;
  letter-spacing: -0.7px;
}

.big-money {
  font-size: clamp(34px, 2.8vw, 44px);
  letter-spacing: -1.2px;
  line-height: 1;
  color: #991b1b;
}

#gdp-info > p:not(.info-label):not(.info-value),
#comparison-info > p:not(.info-label):not(.info-value) {
  color: #334155;
  font-size: 15.5px;
  line-height: 1.45;
  max-width: 315px;
}

.country-gdp-card {
  border: 1px solid rgba(248, 113, 113, 0.62);
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
  box-shadow:
    0 24px 60px rgba(15, 23, 42, 0.10),
    0 0 38px rgba(220, 38, 38, 0.10);
}

.country-gdp-header {
  padding: 16px;
  background:
    radial-gradient(circle at top left, rgba(248, 113, 113, 0.18), transparent 34%),
    radial-gradient(circle at bottom right, rgba(185, 28, 28, 0.12), transparent 34%),
    linear-gradient(135deg, #fff7f7, #fee2e2);
}

.country-gdp-header h3 {
  margin: 0 0 6px;
  font-size: clamp(26px, 2.6vw, 34px);
  line-height: 0.98;
  letter-spacing: -1.3px;
  color: #0f172a;
}

.country-gdp-header p {
  margin: 0;
  color: #475569;
  font-size: 13.5px;
  line-height: 1.35;
  font-weight: 700;
}

.country-gdp-body {
  padding: 16px;
}

.fact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 14px 0;
}

.fact-box {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 11px;
  background: linear-gradient(135deg, #ffffff, #f8fafc);
}

.fact-label {
  font-size: 9.5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #64748b;
  margin-bottom: 5px;
  font-weight: 850;
}

.fact-value {
  font-size: 13.5px;
  font-weight: 900;
  color: #0f172a;
  line-height: 1.28;
}

.analysis-box {
  margin-top: 12px;
  padding: 13px;
  border-radius: 16px;
  background: linear-gradient(135deg, #fff1f2, #fff7f7);
  border: 1px solid rgba(248, 113, 113, 0.48);
}

.analysis-box strong {
  display: block;
  margin-bottom: 6px;
  color: #991b1b;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.analysis-box p {
  margin: 0;
  color: #7f1d1d;
  line-height: 1.5;
  font-size: 13px;
  font-weight: 650;
}

.hidden {
  display: none;
}

/* ---------- SEO ---------- */

.layout .seo-content.compact-seo {
  grid-column: 1 / -1;
}

.seo-content,
.noscript-warning {
  width: 100%;
  margin: 24px 0 0;
  padding: 20px 24px;
  border: 1px solid rgba(248, 113, 113, 0.48);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 247, 247, 0.88));
  box-shadow:
    0 18px 45px rgba(15, 23, 42, 0.08),
    0 0 35px rgba(220, 38, 38, 0.08);
}

.seo-content h2,
.noscript-warning h2 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #0f172a;
  font-size: 24px;
  line-height: 1.15;
}

.seo-content p,
.noscript-warning p {
  color: #4b5563;
  font-size: 15px;
  line-height: 1.55;
}

.seo-content details {
  margin-top: 10px;
  padding: 12px 14px;
  border: 1px solid #f1d0d0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
}

.seo-content summary {
  cursor: pointer;
  font-weight: 850;
  color: #0f172a;
}

.seo-content ul {
  margin-bottom: 0;
  padding-left: 20px;
}

.seo-content li {
  margin-bottom: 6px;
  color: #374151;
  line-height: 1.45;
}

/* ---------- LEAFLET ---------- */

.leaflet-control-zoom a,
.leaflet-control-home {
  border-radius: 10px !important;
  margin-bottom: 4px;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
}

.leaflet-control-home {
  width: 34px;
  height: 34px;
  border: 2px solid rgba(0, 0, 0, 0.18);
  background: white;
  cursor: pointer;
  font-size: 20px;
  font-weight: 900;
  color: #0f172a;
}

.leaflet-tooltip {
  background: rgba(255, 255, 255, 0.96);
  color: #111827;
  border: 1px solid #fecaca;
  border-radius: 12px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.18);
  padding: 10px 12px;
  font-weight: 650;
}

.leaflet-control-attribution {
  display: none !important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 1100px) {
  .topbar-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .topbar p {
    margin-left: auto;
    margin-right: auto;
  }

  .data-box {
    justify-self: center;
    align-items: center;
  }

  .economy-section,
  .layout {
    width: calc(100% - 32px);
  }

  .economy-section {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 30px;
  }

  .economy-heading {
    text-align: center;
    margin: 0 auto;
  }

  .economy-heading p {
    margin-left: auto;
    margin-right: auto;
    max-width: 620px;
  }

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

  .info-panel {
    position: static;
    max-height: none;
    margin-top: 0;
    min-height: auto;
    border-radius: 24px;
  }

  #map {
    height: 540px;
  }
}

@media (max-width: 900px) {
  .topbar {
    padding: 26px 14px 24px;
  }

  .topbar-inner {
    width: 100%;
    gap: 12px;
  }

  .topbar h1 {
    font-size: 24px;
    line-height: 1.08;
    letter-spacing: -0.8px;
  }

  .topbar p,
  .data-box {
    display: none;
  }

  .economy-section,
  .layout {
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
  }

  .economy-section {
    display: block;
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 14px;
    border-radius: 20px;
  }

  .economy-heading {
    text-align: center;
    margin-bottom: 12px;
  }

  .economy-eyebrow {
    font-size: 7px;
    padding: 4px 8px;
    margin-bottom: 6px;
  }

  .economy-heading h2 {
    font-size: 28px;
    line-height: 1.05;
    letter-spacing: -0.8px;
    text-align: center;
  }

  .economy-heading p {
    max-width: 96%;
    margin: 6px auto 0;
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
  }

  .economy-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
  }

  .economy-card {
    min-height: 86px;
    padding: 7px 3px;
    border-radius: 13px;
    text-align: center;
    overflow: hidden;
  }

  .stat-label {
    font-size: 6.5px;
    line-height: 1.1;
    letter-spacing: 0.5px;
  }

  .economy-card strong {
    margin-top: 7px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: -0.2px;
  }

  .economy-card p {
    font-size: 6.5px;
    line-height: 1.1;
    margin-top: 5px;
  }

  .layout {
    display: block;
    margin-bottom: 28px;
  }

  .map-area {
    width: 100%;
    padding: 0;
  }

  #map-wrapper {
    width: 100%;
    border-radius: 20px;
  }

  .map-toolbar {
    display: block;
    min-height: auto;
    padding: 10px;
  }

  .toggle-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .toggle-button {
    padding: 9px 8px;
    font-size: 11px;
  }

  .source-chip {
    display: none;
  }

  #map {
    width: 100%;
    height: 300px;
  }

  .legend {
    display: block;
    padding: 10px;
    min-height: auto;
  }

  .legend strong {
    font-size: 12px;
  }

  .legend span {
    font-size: 9px;
  }

  .legend-items {
    margin-top: 8px;
    min-width: 0;
    width: 100%;
    height: 30px;
  }

  .legend-item {
    font-size: 7px;
  }

  .info-panel {
    width: 100%;
    margin-top: 12px;
    min-height: auto;
    max-height: none;
    position: static;
    padding: 16px;
    border-radius: 20px;
    display: block;
    box-shadow:
      0 18px 42px rgba(15, 23, 42, 0.08),
      0 0 36px rgba(220, 38, 38, 0.09);
  }

  .info-panel h2 {
    font-size: 20px;
    line-height: 1.05;
    letter-spacing: -0.8px;
    margin-bottom: 10px;
  }

  .panel-divider {
    margin: 14px 0;
  }

  .info-label {
    font-size: 8px;
    letter-spacing: 1.5px;
    margin-top: 10px;
    margin-bottom: 3px;
  }

  .info-value {
    font-size: 14px;
  }

  .big-money {
    font-size: 26px;
  }

  #gdp-info > p:not(.info-label):not(.info-value),
  #comparison-info > p:not(.info-label):not(.info-value) {
    max-width: none;
    font-size: 12px;
  }

  .country-gdp-card {
    border-radius: 20px;
  }

  .country-gdp-header,
  .country-gdp-body {
    padding: 12px;
  }

  .country-gdp-header h3 {
    font-size: 20px;
    letter-spacing: -0.8px;
  }

  .country-gdp-header p {
    font-size: 11px;
  }

  .fact-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .fact-box {
    padding: 9px;
  }

  .fact-label {
    font-size: 8px;
  }

  .fact-value,
  .analysis-box p {
    font-size: 11px;
  }

  .seo-content.compact-seo {
    margin-top: 12px;
    padding: 14px;
    border-radius: 18px;
  }
}

@media (max-width: 430px) {
  .topbar h1 {
    font-size: 21px;
  }

  .economy-heading h2 {
    font-size: 24px;
  }

  .economy-heading p {
    font-size: 10px;
  }

  .economy-card-grid {
    gap: 4px;
  }

  .economy-card {
    min-height: 76px;
  }

  .economy-card strong {
    font-size: 10px;
  }

  .economy-card p,
  .stat-label {
    font-size: 6px;
  }

  #map {
    height: 280px;
  }

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

/* ---------- REQUESTED CENTERING + CAPITAL LABELS ---------- */
.topbar-inner {
  grid-template-columns: 1fr auto;
}

.topbar h1,
.topbar p,
.economy-heading,
.economy-heading h2,
.economy-heading p,
.info-panel h2,
.seo-content h2,
.noscript-warning h2,
.country-gdp-header h3,
.country-gdp-header p {
  text-align: center;
}

.topbar-inner > div:first-child {
  justify-self: center;
  text-align: center;
}

.topbar p,
.economy-heading p {
  margin-left: auto;
  margin-right: auto;
}

.economy-heading {
  margin-left: auto;
  margin-right: auto;
}

.capital-marker {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #7f1d1d;
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.45), 0 6px 18px rgba(127, 29, 29, 0.32);
}

.capital-label {
  background: rgba(255, 255, 255, 0.94);
  color: #7f1d1d;
  border: 1px solid rgba(220, 38, 38, 0.35);
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 900;
  box-shadow: 0 8px 22px rgba(127, 29, 29, 0.18);
}

/* Capital labels appear only after the third zoom step, controlled by script.js at zoom level 5. */
.capital-marker {
  width: 120px !important;
  height: 22px !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.capital-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #7f1d1d;
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.45), 0 6px 18px rgba(127, 29, 29, 0.32);
  flex: 0 0 auto;
}

.capital-marker .capital-label {
  display: inline-block;
  line-height: 1;
}


/* ---------- FULLY CENTER WEBSITE TITLE ---------- */
.topbar-inner {
  position: relative;
  grid-template-columns: 1fr;
}

.topbar-inner > div:first-child {
  width: 100%;
  justify-self: center;
  text-align: center;
}

.data-box {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.topbar h1,
.topbar p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1100px) {
  .data-box {
    position: static;
    transform: none;
  }
}


/* ---------- FINAL FIX: CENTER RIGHT DATA BUBBLE ---------- */
.data-box {
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.data-box span,
.data-box strong {
  width: 100%;
  display: block;
  text-align: center !important;
}
