:root{
  --stats-bg-1:#071019;
  --stats-bg-2:#0d1824;
  --stats-card:#101b28;
  --stats-card-2:#132131;
  --stats-border:rgba(255,255,255,.08);
  --stats-text:#ffffff;
  --stats-muted:#9db0c3;
  --stats-accent:#4dd2ff;
  --stats-accent-2:#1f9dff;
  --stats-danger:#ff5b72;
  --stats-danger-2:#ff3554;
  --stats-shadow:0 20px 50px rgba(0,0,0,.28);
}

*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  font-family:'Inter',sans-serif;
}

.stats-page-main{
  position:relative;
  z-index:2;
}

.stats-hero{
  padding:52px 0 26px;
}

.stats-hero-grid{
  display:grid;
  grid-template-columns:1.45fr .85fr;
  gap:28px;
  align-items:stretch;
}

.stats-hero-copy,
.stats-hero-note,
.stats-kpi-card,
.stats-chart-card,
.stats-info-card,
.stats-warning-box,
.stats-sources-card,
.stats-bottom-cta-box{
  backdrop-filter:blur(10px);
}

.stats-hero-copy{
  padding:38px;
  border-radius:28px;
  border:1px solid var(--stats-border);
  background:linear-gradient(180deg,rgba(18,28,42,.82),rgba(12,19,29,.92));
  box-shadow:var(--stats-shadow);
}

.stats-eyebrow,
.stats-section-kicker,
.stats-bottom-kicker,
.stats-warning-label{
  display:inline-block;
  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--stats-accent);
}

.stats-eyebrow{
  margin-bottom:14px;
}

.stats-hero-copy h1{
  margin:0 0 16px;
  font-size:48px;
  line-height:1.05;
  color:var(--stats-text);
}

.stats-hero-copy p{
  margin:0;
  font-size:18px;
  line-height:1.8;
  color:var(--stats-muted);
  max-width:760px;
}

.stats-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:26px;
}

.stats-hero-note{
  padding:28px;
  border-radius:28px;
  border:1px solid rgba(77,210,255,.14);
  background:linear-gradient(180deg,rgba(17,30,45,.9),rgba(12,20,30,.95));
  box-shadow:var(--stats-shadow);
}

.stats-hero-note-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(77,210,255,.18);
  background:rgba(77,210,255,.09);
  color:#d9f7ff;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:14px;
}

.stats-hero-note h2{
  margin:0 0 12px;
  font-size:28px;
  color:#fff;
}

.stats-hero-note ul{
  margin:0;
  padding-left:18px;
  color:#d4e0ea;
  line-height:1.8;
}

.stats-kpis{
  padding:4px 0 12px;
}

.stats-kpis-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.stats-kpi-card{
  padding:22px;
  border-radius:22px;
  border:1px solid var(--stats-border);
  background:linear-gradient(180deg,rgba(17,28,42,.84),rgba(11,18,27,.96));
  box-shadow:var(--stats-shadow);
}

.stats-kpi-label{
  display:block;
  margin-bottom:8px;
  font-size:13px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--stats-accent);
}

.stats-kpi-card strong{
  display:block;
  font-size:42px;
  line-height:1;
  color:#fff;
  margin-bottom:10px;
}

.stats-kpi-card p{
  margin:0;
  color:var(--stats-muted);
  line-height:1.7;
}

.stats-section{
  padding:28px 0 10px;
}

.stats-section-head{
  margin-bottom:20px;
  padding:26px 28px;
  border-radius:24px;
  border:1px solid var(--stats-border);
  background:linear-gradient(180deg,rgba(18,28,42,.72),rgba(11,18,27,.86));
}

.stats-section-kicker{
  margin-bottom:10px;
}

.stats-section-head h2{
  margin:0 0 12px;
  font-size:34px;
  color:#fff;
}

.stats-section-head p{
  margin:0;
  color:var(--stats-muted);
  font-size:17px;
  line-height:1.8;
  max-width:940px;
}

.stats-chart-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.stats-chart-card,
.stats-info-card,
.stats-sources-card{
  padding:24px;
  border-radius:24px;
  border:1px solid var(--stats-border);
  background:linear-gradient(180deg,rgba(16,26,39,.9),rgba(11,18,27,.96));
  box-shadow:var(--stats-shadow);
}

.stats-chart-head,
.stats-info-card-head{
  margin-bottom:14px;
}

.stats-chart-head h3,
.stats-info-card-head h3{
  margin:0 0 6px;
  font-size:24px;
  color:#fff;
}

.stats-chart-head p,
.stats-info-card-head p{
  margin:0;
  color:var(--stats-muted);
  line-height:1.7;
}

.stats-chart-wrap{
  position:relative;
  width:100%;
  height:360px;
}

.stats-chart-wrap.medium{
  height:300px;
}

.stats-chart-wrap.small{
  height:260px;
}

.stats-detail-grid{
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr;
  gap:18px;
}

.stats-info-card-large{
  grid-column:span 1;
}

.stats-card-note{
  margin-top:16px;
  padding:14px 16px;
  border-radius:16px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.05);
  color:#d7e2ec;
  line-height:1.75;
}

.stats-card-note.danger{
  background:rgba(255,91,114,.08);
  border-color:rgba(255,91,114,.18);
  color:#ffe3e7;
}

.stats-facts-list{
  display:grid;
  gap:12px;
}

.stats-fact-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:58px;
  padding:14px 16px;
  border-radius:16px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.05);
}

.stats-fact-row span{
  color:#d5e1eb;
}

.stats-fact-row strong{
  color:#fff;
  font-size:26px;
}

.stats-highlight-number{
  font-size:56px;
  line-height:1;
  font-weight:900;
  color:#fff;
  margin:10px 0 14px;
}

.stats-highlight-copy,
.stats-plain-text{
  margin:0;
  color:var(--stats-muted);
  line-height:1.8;
  font-size:16px;
}

.stats-warning-box{
  padding:28px;
  border-radius:24px;
  border:1px solid rgba(255,91,114,.2);
  background:linear-gradient(180deg,rgba(255,91,114,.1),rgba(18,28,42,.88));
  box-shadow:var(--stats-shadow);
}

.stats-warning-label{
  color:#ffdfe4;
  margin-bottom:10px;
}

.stats-warning-box h2{
  margin:0 0 12px;
  font-size:32px;
  color:#fff;
}

.stats-warning-box p{
  margin:0;
  color:#ffe3e7;
  line-height:1.8;
  max-width:920px;
}

.stats-sources-list{
  margin:0 0 18px;
  padding-left:18px;
  color:#d6e3ed;
  line-height:1.8;
}

.stats-source-links{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.stats-source-links a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:10px 16px;
  border-radius:999px;
  text-decoration:none;
  color:#fff;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.04);
}

.stats-source-links a:hover{
  background:rgba(255,255,255,.08);
}

.stats-bottom-cta{
  padding:18px 0 70px;
}

.stats-bottom-cta-box{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:34px;
  border-radius:28px;
  border:1px solid var(--stats-border);
  background:linear-gradient(180deg,rgba(17,28,42,.84),rgba(11,18,27,.96));
  box-shadow:var(--stats-shadow);
}

.stats-bottom-kicker{
  margin-bottom:10px;
}

.stats-bottom-cta-box h2{
  margin:0 0 12px;
  font-size:34px;
  color:#fff;
}

.stats-bottom-cta-box p{
  margin:0;
  color:var(--stats-muted);
  line-height:1.8;
  font-size:17px;
  max-width:760px;
}

.stats-bottom-actions{
  display:flex;
  flex-direction:column;
  gap:12px;
  min-width:260px;
}

.stats-site-footer{
  position:relative;
  z-index:2;
  padding:0 0 46px;
}

.stats-site-footer-inner{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  border-top:1px solid rgba(255,255,255,.06);
  padding-top:24px;
}

.stats-site-footer strong{
  display:block;
  color:#fff;
  margin-bottom:8px;
}

.stats-site-footer p{
  margin:0;
  color:var(--stats-muted);
  line-height:1.7;
  max-width:620px;
}

.stats-site-footer-nav{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
}

.stats-site-footer-nav a{
  color:#c7d3df;
  text-decoration:none;
}

.stats-site-footer-nav a:hover{
  color:#fff;
}

@media (max-width: 1180px){
  .stats-kpis-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .stats-detail-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width: 1024px){
  .stats-hero-grid,
  .stats-chart-grid,
  .stats-bottom-cta-box{
    grid-template-columns:1fr;
    flex-direction:column;
    align-items:flex-start;
  }

  .stats-bottom-actions{
    width:100%;
    min-width:0;
    flex-direction:row;
    flex-wrap:wrap;
  }
}

@media (max-width: 768px){
  .stats-hero{
    padding:34px 0 18px;
  }

  .stats-hero-copy,
  .stats-hero-note,
  .stats-kpi-card,
  .stats-chart-card,
  .stats-info-card,
  .stats-warning-box,
  .stats-sources-card,
  .stats-bottom-cta-box,
  .stats-section-head{
    padding:20px;
    border-radius:22px;
  }

  .stats-hero-copy h1{
    font-size:34px;
  }

  .stats-hero-copy p,
  .stats-section-head p,
  .stats-bottom-cta-box p,
  .stats-warning-box p{
    font-size:16px;
  }

  .stats-section-head h2,
  .stats-bottom-cta-box h2,
  .stats-warning-box h2{
    font-size:28px;
  }

  .stats-kpis-grid,
  .stats-detail-grid{
    grid-template-columns:1fr;
  }

  .stats-chart-wrap{
    height:300px;
  }

  .stats-chart-wrap.medium,
  .stats-chart-wrap.small{
    height:260px;
  }

  .stats-highlight-number{
    font-size:44px;
  }

  .stats-hero-actions,
  .stats-bottom-actions{
    flex-direction:column;
    width:100%;
  }

  .stats-hero-actions .btn,
  .stats-bottom-actions .btn{
    width:100%;
    justify-content:center;
  }

  .stats-site-footer-inner{
    flex-direction:column;
  }
}