*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { background: #060B1A; color: #ffffff; font-family: 'DM Sans', sans-serif; scroll-behavior: smooth; }
body { min-height: 100vh; font-size: 16px; line-height: 1.7; }
a { color: #93C5FD; text-decoration: none; }
a:hover { text-decoration: underline; }
.site-header {
display: flex; align-items: center; justify-content: space-between;
padding: 14px 24px; background: rgba(255,255,255,0.03);
border-bottom: 1px solid rgba(255,255,255,0.07);
position: sticky; top: 0; z-index: 100; backdrop-filter: blur(12px);
}
.logo { font-family: 'Outfit', sans-serif; font-size: 18px; font-weight: 800; color: #fff; text-decoration: none; }
nav { display: flex; align-items: center; gap: 20px; }
nav a { font-size: 13px; color: rgba(255,255,255,0.6); text-decoration: none; }
.btn-app {
background: linear-gradient(135deg,#7C3AED,#4F46E5,#2563EB);
color: #fff !important; padding: 8px 16px; border-radius: 10px;
font-size: 13px; font-weight: 600; font-family: 'Outfit', sans-serif; text-decoration: none !important;
}
.article-wrap { max-width: 700px; margin: 0 auto; padding: 48px 24px 80px; }
.article-meta { font-size: 12px; color: rgba(255,255,255,0.4); font-family: 'Outfit', sans-serif; margin-bottom: 10px; }
h1 { font-family: 'Outfit', sans-serif; font-size: clamp(26px,5vw,38px); font-weight: 800; line-height: 1.25; color: #fff; margin-bottom: 16px; }
.article-lead { font-size: 18px; color: rgba(255,255,255,0.65); border-right: 3px solid #C084FC; padding-right: 16px; margin-bottom: 36px; line-height: 1.6; }
h2 { font-family: 'Outfit', sans-serif; font-size: 22px; font-weight: 700; color: #fff; margin: 36px 0 14px; }
h3 { font-family: 'Outfit', sans-serif; font-size: 18px; font-weight: 600; color: rgba(255,255,255,0.85); margin: 24px 0 10px; }
p { color: rgba(255,255,255,0.75); margin-bottom: 18px; }
strong { color: #fff; font-weight: 600; }
ul, ol { color: rgba(255,255,255,0.75); padding-right: 24px; margin-bottom: 18px; }
li { margin-bottom: 6px; }
.highlight-box {
background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.10);
border-radius: 14px; padding: 18px 20px; margin: 24px 0;
}
.highlight-box.amber { border-color: rgba(251,191,36,0.25); background: rgba(251,191,36,0.07); }
.highlight-box.teal  { border-color: rgba(52,211,153,0.25); background: rgba(52,211,153,0.07); }
.stat-row { display: grid; grid-template-columns: repeat(auto-fit,minmax(140px,1fr)); gap: 12px; margin: 24px 0; }
.stat-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.09); border-radius: 12px; padding: 14px; text-align: center; }
.stat-number { font-family: 'Outfit', sans-serif; font-size: 28px; font-weight: 900; color: #FCD34D; }
.stat-label { font-size: 12px; color: rgba(255,255,255,0.5); margin-top: 4px; }
table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 14px; }
th, td { padding: 10px 14px; text-align: right; border-bottom: 0.5px solid rgba(255,255,255,0.08); }
th { font-family: 'Outfit', sans-serif; font-weight: 600; color: rgba(255,255,255,0.5); font-size: 12px; text-transform: uppercase; letter-spacing: .05em; }
.cta-card {
display: flex; align-items: center; justify-content: space-between;
gap: 16px; flex-wrap: wrap;
background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.12);
border-radius: 16px; padding: 20px 22px; margin: 48px 0 24px;
}
.cta-text { display: flex; flex-direction: column; gap: 4px; }
.cta-text strong { font-size: 16px; font-family: 'Outfit', sans-serif; color: #fff; }
.cta-text span   { font-size: 13px; color: rgba(255,255,255,0.5); }
.cta-btn {
background: linear-gradient(135deg,#7C3AED,#4F46E5,#2563EB);
color: #fff; padding: 12px 22px; border-radius: 12px;
font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 14px;
text-decoration: none; white-space: nowrap; flex-shrink: 0;
}
.site-footer { text-align: center; padding: 32px 24px; border-top: 0.5px solid rgba(255,255,255,0.07); }
.site-footer p { font-size: 13px; color: rgba(255,255,255,0.35); margin-bottom: 6px; }
.site-footer a { color: rgba(255,255,255,0.45); }
.disclaimer { font-size: 11px; color: rgba(255,255,255,0.25) !important; margin-top: 8px; }
@media (max-width:640px) {
.article-wrap { padding: 28px 16px 60px; }
.cta-card { flex-direction: column; }
.cta-btn { width: 100%; text-align: center; }
.site-header { padding: 12px 16px; }
nav a:not(.btn-app) { display: none; }
}
