.data-page {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 7.6rem 1.5rem 5rem;
    color: #173752;
}

/* globals.css turns links inside .screen into display: contents; keep data cards intact. */
.data-page a.data-source-card { display: flex; }
.data-page a.data-button,
.data-page .data-feed-card a { display: inline-flex; }

.data-kicker { display: inline-block; margin-bottom: .7rem; color: #178d9a; font-size: .67rem; font-weight: 800; letter-spacing: .18em; }
.data-hero { display: grid; grid-template-columns: 1.15fr .85fr; gap: 3rem; align-items: center; padding: 2rem 0 5.2rem; }
.data-hero h1 { max-width: 700px; margin: 0; color: #173752; font-size: clamp(2.5rem, 5.2vw, 4.6rem); font-weight: 800; letter-spacing: -.065em; line-height: 1.02; }
.data-hero p { max-width: 620px; margin: 1.2rem 0 0; color: #6b8193; font-size: 1rem; line-height: 1.75; }
.data-hero-actions { display: flex; gap: .75rem; align-items: center; margin-top: 1.7rem; }
.data-button { display: inline-flex; align-items: center; gap: .45rem; padding: .8rem 1rem; border-radius: 10px; font-size: .76rem; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.data-button:hover { transform: translateY(-2px); }
.data-button-primary { color: #fff; background: #18506d; box-shadow: 0 10px 20px rgba(24,80,109,.18); }
.data-button-quiet { color: #178d9a; background: #e3f8f6; }
.data-hero-panel { position: relative; min-height: 310px; padding: 2rem; overflow: hidden; background: linear-gradient(145deg,#18506d,#178d9a); border-radius: 24px; box-shadow: 0 24px 50px rgba(24,80,109,.2); }
.data-orbit { position: absolute; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.data-orbit-one { width: 330px; height: 330px; right: -100px; top: -110px; }
.data-orbit-two { width: 220px; height: 220px; left: -90px; bottom: -100px; }
.data-hero-stat { position: relative; display: flex; flex-direction: column; gap: .3rem; width: fit-content; margin: 1.3rem 0 0; padding: 1rem 1.15rem; color: #fff; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.18); border-radius: 14px; backdrop-filter: blur(10px); }
.data-hero-stat i { color: #a6f0ee; font-size: 1.3rem; }
.data-hero-stat strong { font-size: 1rem; }
.data-hero-stat span { color: rgba(255,255,255,.7); font-size: .7rem; }
.data-hero-stat-accent { margin: 1.1rem 0 0 auto; background: rgba(11,45,65,.26); }
.data-intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; padding: 2.2rem 0 3.8rem; border-top: 1px solid rgba(121,158,178,.2); }
.data-intro-grid h2, .data-section-heading h2 { margin: 0; color: #173752; font-size: 1.8rem; font-weight: 800; letter-spacing: -.045em; line-height: 1.15; }
.data-intro-grid p { margin: 2.15rem 0 0; color: #6b8193; font-size: .86rem; line-height: 1.8; }
.data-source-section, .data-feed-section { padding-bottom: 4rem; }
.data-section-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; margin-bottom: 1.35rem; }
.data-section-heading > div { min-width: 0; }
.data-source-note { display: inline-flex; align-items: center; gap: .4rem; margin-top: 1.45rem; padding: .45rem .7rem; color: #178d9a; background: #e3f8f6; border-radius: 999px; font-size: .68rem; font-weight: 700; white-space: nowrap; }
.data-source-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1rem; }
.data-source-card { display: flex; height: 100%; min-height: 310px; flex-direction: column; padding: 1.25rem; background: rgba(255,255,255,.82); border: 1px solid rgba(121,158,178,.25); border-radius: 17px; box-shadow: 0 12px 30px rgba(42,89,113,.07), inset 0 1px 0 #fff; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.data-source-card:hover { transform: translateY(-3px); border-color: rgba(23,141,154,.42); box-shadow: 0 18px 38px rgba(42,89,113,.13); }
.data-source-icon { display: grid; width: 2.7rem; height: 2.7rem; place-items: center; margin-bottom: 1.5rem; color: #178d9a; background: #e3f8f6; border-radius: 11px; font-size: 1.3rem; }
.data-source-type { color: #178d9a; font-size: .6rem; font-weight: 800; letter-spacing: .12em; }
.data-source-card h3, .data-feed-card h3 { min-height: 2.7em; margin: .55rem 0 .6rem; color: #173752; font-size: 1.06rem; font-weight: 800; line-height: 1.3; }
.data-source-card p { min-height: 5.1em; margin: 0; color: #6b8193; font-size: .76rem; line-height: 1.7; }
.data-source-link { display: flex; align-items: center; gap: .3rem; margin-top: auto; padding-top: 1rem; color: #178d9a; font-size: .7rem; font-weight: 800; }
.data-source-link i { margin-left: auto; }
.data-feed-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; }
.data-feed-card { display: flex; height: 100%; min-height: 200px; flex-direction: column; padding: 1.25rem; background: rgba(255,255,255,.82); border: 1px solid rgba(121,158,178,.25); border-radius: 17px; box-shadow: 0 12px 30px rgba(42,89,113,.07); }
.data-feed-card h3 { min-height: 3.9em; font-size: 1rem; }
.data-feed-card h3 a { color: inherit; text-decoration: none; }
.data-feed-card h3 a:hover { color: #178d9a; }
.data-feed-card-footer { display: flex; align-items: center; justify-content: space-between; gap: .5rem; margin-top: auto; padding-top: 1rem; border-top: 1px solid rgba(121,158,178,.16); color: #8aa0af; font-size: .63rem; }
.data-feed-card-footer span, .data-feed-card-footer a { display: inline-flex; align-items: center; gap: .25rem; }
.data-feed-card-footer a { color: #178d9a; font-weight: 800; text-decoration: none; }
.data-feed-loading, .data-feed-empty { display: flex; min-height: 180px; grid-column: 1/-1; flex-direction: column; align-items: center; justify-content: center; gap: .5rem; color: #7890a0; background: rgba(255,255,255,.55); border: 1px dashed rgba(121,158,178,.3); border-radius: 17px; font-size: .78rem; }
.data-feed-loading i, .data-feed-empty i { color: #178d9a; font-size: 1.6rem; }
.data-feed-empty strong { color: #244862; font-size: .88rem; }
.data-disclaimer { display: flex; gap: .4rem; margin: 1rem 0 0; color: #8aa0af; font-size: .66rem; line-height: 1.6; }
.data-disclaimer i { color: #178d9a; font-size: 1rem; }

@media (max-width: 900px) {
    .data-hero { grid-template-columns: 1fr; }
    .data-hero-panel { min-height: 240px; }
    .data-source-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 650px) {
    .data-page { padding: 6rem 1rem 3rem; }
    .data-intro-grid { grid-template-columns: 1fr; gap: 0; }
    .data-intro-grid p { margin-top: .4rem; }
    .data-section-heading { align-items: flex-start; flex-direction: column; }
    .data-section-heading .data-source-note { margin-top: .25rem; }
    .data-source-grid, .data-feed-grid { grid-template-columns: 1fr; }
    .data-hero-actions { flex-wrap: wrap; }
    .data-hero-stat-accent { margin-left: 0; }
    .data-source-card { min-height: 260px; }
    .data-source-card h3, .data-source-card p, .data-feed-card h3 { min-height: 0; }
}
