:root {
    --bg: #061a2d;
    --bg-deep: #03111e;
    --surface: #0a2942;
    --surface-soft: rgba(9, 39, 64, .74);
    --line: rgba(172, 220, 247, .18);
    --line-strong: rgba(172, 220, 247, .34);
    --text: #f5fbff;
    --muted: #9fbed1;
    --green: #20d96b;
    --green-bright: #18f49a;
    --blue: #397df7;
    --cyan: #27d8ff;
    --violet: #a55cff;
    --orange: #ff9e4a;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }

@font-face {
    font-family: "ALS_Sirius";
    src: url("/assets/fonts/ALS_Sirius_Regular_0.95.otf") format("opentype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "ALS_Sirius";
    src: url("/assets/fonts/ALS_Sirius_Bold_0.95.otf") format("opentype");
    font-style: normal;
    font-weight: 700 900;
    font-display: swap;
}

body {
    min-height: 100vh;
    overflow-x: hidden;
    color: var(--text);
    font-family: "ALS_Sirius", Arial, sans-serif;
    line-height: 1.42;
    background:
        radial-gradient(circle at 82% 5%, rgba(24, 244, 154, .11), transparent 30%),
        radial-gradient(circle at 10% 25%, rgba(57, 125, 247, .14), transparent 32%),
        linear-gradient(145deg, #071f35 0%, #061a2d 48%, #03111e 100%);
}
body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: .18;
    background-image:
        linear-gradient(rgba(255,255,255,.024) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.024) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(to bottom, #000, transparent 85%);
}

button { font: inherit; }
._overflow { overflow: hidden; }
._overflow .pageWrapper { opacity: 0; }

#particles-js {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: radial-gradient(circle, rgba(34,81,122,1) 0%, rgba(13,37,58,1) 52%);
}
#particles-js canvas { width: 100% !important; height: 100% !important; }
.preloader {
    position: fixed;
    z-index: 100;
    inset: 0;
    width: 100%;
    height: 100vh;
    text-align: center;
    background: #0d253a;
}
.preloader .wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 36px;
    padding: 24px;
}
.logos { display: flex; justify-content: center; }
.logos img { width: min(320px, 70vw); height: auto; }
.preloader h3 { font-size: clamp(18px, 1.6vw, 28px); font-weight: 400; }
.title { font-size: clamp(30px, 4vw, 58px); line-height: 1.15; text-transform: uppercase; font-weight: 900; }
.loading { width: min(480px, 82vw); }
.loadingWrapper { height: 36px; border: 2px solid #fff; overflow: hidden; }
.loadingLine { width: 0; height: 100%; background: #28be46; }

.pageWrapper {
    width: min(1540px, 100%);
    margin: 0 auto;
    padding: 28px clamp(18px, 3.5vw, 56px) 70px;
    transition: opacity .5s ease;
}
.header {
    min-height: 66px;
    display: flex;
    align-items: center;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--line);
}
.headerLogo { width: auto; max-width: min(310px, 66vw); max-height: 56px; }
main { display: flex; flex-direction: column; gap: clamp(72px, 8vw, 118px); }

.gradientText,
.gradientNumber {
    display: inline-block;
    max-width: 100%;
    padding: .03em .08em .07em .02em;
    color: transparent;
    overflow: visible;
    background: linear-gradient(105deg, #18f49a 0%, #8effce 20%, #21d4fd 45%, #9a62ff 67%, #18f49a 100%);
    background-size: 250% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    animation: gradientShimmer 5.2s linear infinite;
}

.heroSection {
    position: relative;
    isolation: isolate;
    min-height: 590px;
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(540px, 1.08fr);
    gap: clamp(34px, 5vw, 76px);
    align-items: center;
    padding: clamp(54px, 7vw, 110px) 0 clamp(46px, 6vw, 88px);
    border-bottom: 1px solid var(--line-strong);
}
.heroSection::before {
    content: "";
    position: absolute;
    inset: 8% 0 6% 46%;
    z-index: -2;
    background:
        linear-gradient(120deg, rgba(57, 125, 247, .18), transparent 44%),
        radial-gradient(circle at 60% 38%, rgba(24,244,154,.18), transparent 40%);
    clip-path: polygon(10% 0, 100% 0, 100% 86%, 74% 100%, 0 74%);
}
.heroSection::after {
    content: "2026";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -3;
    color: rgba(255,255,255,.032);
    font-size: clamp(170px, 23vw, 360px);
    font-weight: 900;
    line-height: .8;
    letter-spacing: -.08em;
}
.heroCopy h1 {
    max-width: 720px;
    font-size: clamp(40px, 5vw, 78px);
    line-height: .98;
    letter-spacing: -.048em;
    text-wrap: balance;
}

.kcpVisual {
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}
.checkMetric {
    position: relative;
    min-width: 0;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.checkSvg {
    width: min(100%, 460px);
    height: auto;
    overflow: visible;
    filter: drop-shadow(0 18px 40px rgba(24,244,154,.13));
}
.checkGhost,
.checkPath {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 36;
}
.checkGhost { stroke: rgba(255,255,255,.08); }
.checkPath {
    stroke: url(#checkGradient);
    stroke-dasharray: 430;
    stroke-dashoffset: 430;
    filter: url(#checkGlow);
    transition: stroke-dashoffset 1.65s cubic-bezier(.18,.85,.18,1);
}
.checkMetric.is-visible .checkPath { stroke-dashoffset: 0; }

.heroMetricCards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: var(--line);
}
.heroMetricCard {
    min-width: 0;
    padding: clamp(22px, 2.5vw, 30px);
    background: linear-gradient(145deg, rgba(11, 46, 73, .82), rgba(5, 24, 41, .8));
}
.heroMetricCard span {
    display: block;
    color: #d5e5ef;
    font-size: clamp(17px, 1.4vw, 23px);
    line-height: 1.15;
}
.heroMetricCard strong {
    display: block;
    margin-top: 14px;
    font-size: clamp(60px, 6vw, 108px);
    font-weight: 900;
    line-height: .82;
    letter-spacing: -.075em;
    white-space: nowrap;
}
.heroMetricCardAccent strong { font-size: clamp(72px, 7vw, 124px); }

.reportSection { min-width: 0; }
.sectionTitle {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: clamp(28px, 3vw, 44px);
    padding: 0 16px 18px 0;
    font-size: clamp(29px, 3vw, 48px);
    line-height: 1.04;
    letter-spacing: -.035em;
}
.sectionTitle::before {
    content: attr(data-year);
    position: absolute;
    left: 0;
    bottom: 2px;
    z-index: -1;
    color: rgba(255,255,255,.055);
    font-size: clamp(72px, 7.5vw, 120px);
    font-weight: 900;
    line-height: .85;
    letter-spacing: -.08em;
    transform: translateY(18%);
}
.sectionTitle::after {
    content: "";
    position: absolute;
    left: 0;
    right: -16px;
    bottom: 0;
    height: 2px;
    background: rgba(255,255,255,.22);
}

.qualityGrid {
    display: grid;
    grid-template-columns: minmax(310px, .72fr) minmax(0, 1.28fr);
    gap: 1px;
    background: var(--line);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.competitionPanel,
.chartPanel,
.metricPanel,
.mapPanel,
.listPanel,
.localStat,
.resultPanel {
    min-width: 0;
    background: linear-gradient(145deg, rgba(11, 46, 73, .82), rgba(5, 24, 41, .8));
}
.competitionPanel,
.chartPanel { padding: clamp(24px, 3vw, 42px); }
.competitionValue {
    display: flex;
    align-items: flex-end;
    gap: 18px;
    margin-bottom: 44px;
}
.competitionValue strong {
    font-size: clamp(66px, 6vw, 104px);
    font-weight: 900;
    line-height: .8;
    letter-spacing: -.07em;
}
.competitionValue span {
    max-width: 155px;
    padding-bottom: 7px;
    color: #c2d7e5;
    font-size: 17px;
}
.competitionBars { display: flex; flex-direction: column; gap: 18px; }
.competitionRow {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) 54px;
    gap: 13px;
    align-items: center;
    color: var(--muted);
    font-size: 14px;
}
.competitionRow.current { color: #fff; font-weight: 800; }
.competitionTrack { height: 8px; overflow: hidden; background: rgba(255,255,255,.08); }
.competitionFill {
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #397df7, #21d4fd);
    transition: width 1.35s cubic-bezier(.18,.85,.18,1);
}
.competitionRow.current .competitionTrack { height: 13px; }
.competitionRow.current .competitionFill { background: linear-gradient(90deg, var(--green), #a4ff6c); }

.panelHeader {
    min-width: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 12px;
}
.panelHeader h3 {
    min-width: 0;
    max-width: 820px;
    font-size: clamp(20px, 1.7vw, 28px);
    line-height: 1.12;
}
.panelHeader strong {
    flex: 0 0 auto;
    font-size: clamp(40px, 3.6vw, 62px);
    font-weight: 900;
    line-height: .9;
    letter-spacing: -.055em;
}
.chartLegend {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 26px;
    margin-bottom: 10px;
}
.chartLegendItem {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #e4eef5;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
}
.chartLegendSwatch {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.16);
}
.chartStage {
    position: relative;
    min-width: 0;
    width: 100%;
    height: 250px;
    overflow: visible;
}
.chartStageLarge { height: 392px; }
.chartStageWide { height: 360px; }
.chartStage canvas {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: 100%;
}

.metricGrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--line);
    background: var(--line);
}
.metricGrid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.metricPanel {
    min-height: 390px;
    display: flex;
    flex-direction: column;
    padding: clamp(22px, 2.3vw, 34px);
}
.metricPanel h3 {
    min-height: 56px;
    font-size: clamp(18px, 1.4vw, 24px);
    line-height: 1.16;
}
.metricCurrent {
    margin: 20px 0 10px;
    font-size: clamp(48px, 4.4vw, 72px);
    font-weight: 900;
    line-height: .85;
    letter-spacing: -.06em;
}
.metricPanel .chartStage { height: 235px; margin-top: auto; }

.geographyGrid {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(290px, .65fr);
    gap: 28px;
}
.mapPanel { padding: clamp(20px, 2.5vw, 36px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.mapTopline { display: flex; align-items: flex-end; gap: 16px; margin-bottom: 12px; }
.mapTopline strong {
    font-size: clamp(54px, 5vw, 82px);
    font-weight: 900;
    line-height: .82;
    letter-spacing: -.06em;
}
.mapTopline span { max-width: 130px; padding-bottom: 5px; color: #c1d5e3; font-size: 16px; }
.interactiveMap {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    background:
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
        radial-gradient(circle at 52% 46%, rgba(57,125,247,.15), transparent 60%);
    background-size: 46px 46px, 46px 46px, auto;
    border: 1px solid rgba(255,255,255,.1);
    cursor: grab;
    touch-action: none;
}
.interactiveMap.is-dragging { cursor: grabbing; }
#regionsMapSvg { display: block; width: 100%; height: 560px; overflow: hidden; }
.regionShape {
    vector-effect: non-scaling-stroke;
    fill: rgba(57, 125, 247, .34);
    stroke: rgba(195, 228, 247, .5);
    stroke-width: 1;
    outline: none;
    transition: fill .18s ease, stroke .18s ease, opacity .18s ease, filter .18s ease;
}
.regionShape.is-key { fill: rgba(24, 244, 154, calc(.32 + var(--region-strength, .2))); stroke: rgba(169,255,211,.8); }
.regionShape.is-new { fill: rgba(165, 92, 255, .46); stroke: rgba(224,199,255,.72); }
.regionShape:hover,
.regionShape:focus-visible,
.regionShape.is-active {
    fill: #21d4fd;
    stroke: #fff;
    stroke-width: 2;
    filter: drop-shadow(0 0 9px rgba(33,212,253,.55));
}
.tpuMapMarker {
    pointer-events: none;
    filter: drop-shadow(0 3px 8px rgba(0,0,0,.45));
}
.tpuMapMarkerHalo {
    fill: rgba(255,255,255,.96);
    stroke: var(--green-bright);
    stroke-width: 2;
    vector-effect: non-scaling-stroke;
}
.tpuMapMarkerIcon { image-rendering: auto; }
.mapTooltip {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    min-width: 180px;
    max-width: min(280px, calc(100% - 30px));
    padding: 11px 13px;
    pointer-events: none;
    opacity: 0;
    transform: translate(12px, 12px);
    color: #fff;
    background: rgba(3,17,30,.96);
    border-left: 3px solid var(--green-bright);
    box-shadow: 0 12px 30px rgba(0,0,0,.28);
    transition: opacity .15s ease;
}
.mapTooltip.is-visible { opacity: 1; }
.mapTooltip strong { display: block; font-size: 14px; line-height: 1.25; }
.mapTooltip span { display: block; margin-top: 4px; color: #a8ffd0; font-size: 13px; }

.geographyLists { display: grid; gap: 28px; align-content: start; }
.listPanel { padding: 26px 0 0; border-top: 1px solid var(--line-strong); background: transparent; }
.listPanel h3 { margin-bottom: 18px; font-size: clamp(21px, 2vw, 30px); line-height: 1.14; }
.rankList,
.newRegionsList,
.programList,
.conclusionList { list-style: none; }
.rankList { counter-reset: rank; }
.rankList li {
    counter-increment: rank;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    min-height: 61px;
    border-bottom: 1px solid var(--line);
}
.rankList li::before {
    content: counter(rank, decimal-leading-zero);
    color: var(--green-bright);
    font-weight: 900;
}
.rankList strong { font-size: 14px; line-height: 1.2; }
.rankList span { padding-right: 4px; color: #d9e8f2; font-size: 13px; white-space: nowrap; }
.newRegionsList li {
    padding: 13px 0;
    border-bottom: 1px solid var(--line);
    color: #d8e7f1;
    font-size: 14px;
}
.newRegionsList li::before { content: "—"; margin-right: 10px; color: var(--violet); }

.localStats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    margin-bottom: 28px;
    overflow: hidden;
    border: 1px solid var(--line);
    background: var(--line);
}
.localStat { min-height: 205px; padding: 27px; }
.localStat span { display: block; min-height: 52px; color: #c8dbe8; font-size: 15px; line-height: 1.25; }
.localStat strong {
    display: block;
    margin-top: 22px;
    font-size: clamp(46px, 4vw, 68px);
    font-weight: 900;
    line-height: .86;
    letter-spacing: -.055em;
}
.localCharts { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

.resultsGrid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px, 5vw, 76px); }
.resultPanel { background: transparent; }
.programList,
.conclusionList { counter-reset: result; }
.programList li,
.conclusionList li {
    counter-increment: result;
    position: relative;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
    min-height: 84px;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid var(--line);
    transition: padding-left .2s ease, border-color .2s ease;
}
.programList li::before,
.conclusionList li::before {
    content: counter(result, decimal-leading-zero);
    color: var(--green-bright);
    font-size: 18px;
    font-weight: 900;
}
.programList li:hover,
.conclusionList li:hover { padding-left: 10px; border-color: rgba(24,244,154,.45); }
.programList strong { display: block; font-size: 17px; line-height: 1.2; }
.programList span { display: block; margin-top: 5px; color: var(--muted); font-size: 13px; }
.conclusionList li { align-items: start; }
.conclusionList p { padding-top: 2px; color: #d9e7f0; font-size: 16px; line-height: 1.4; }

.finalSlogan {
    min-height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 54px 0;
    border-top: 1px solid var(--line-strong);
    border-bottom: 1px solid var(--line-strong);
    text-align: center;
}
.finalSlogan p { font-size: clamp(28px, 3.5vw, 56px); font-weight: 800; }
.finalSlogan strong {
    margin-top: 9px;
    font-size: clamp(46px, 6vw, 96px);
    font-weight: 900;
    line-height: .94;
    letter-spacing: -.055em;
}

@keyframes gradientShimmer {
    0% { background-position: 0 50%; }
    100% { background-position: 250% 50%; }
}

@media (max-width: 1340px) {
    .heroSection { grid-template-columns: minmax(0, .86fr) minmax(500px, 1.14fr); }
    .metricGrid--four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1240px) {
    .metricGrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .geographyGrid { grid-template-columns: 1fr; }
    .geographyLists { grid-template-columns: 1fr 1fr; }
    .localStats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1080px) {
    .pageWrapper { padding-inline: 20px; }
    main { gap: 76px; }
    .heroSection {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 22px;
        padding-top: 52px;
    }
    .heroSection::before { inset: 36% 0 3% 12%; }
    .heroCopy h1 { max-width: 850px; }
    .checkMetric { min-height: 245px; }
    .checkSvg { width: min(100%, 410px); }
    .qualityGrid,
    .localCharts,
    .resultsGrid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
    .pageWrapper { padding: 16px 12px 42px; }
    .header { min-height: 54px; padding-bottom: 16px; }
    .headerLogo { max-width: 74vw; max-height: 42px; }
    main { gap: 56px; }

    .heroSection {
        gap: 14px;
        padding: 34px 0 46px;
    }
    .heroSection::before { inset: 30% -10% 2% 5%; }
    .heroSection::after { font-size: 45vw; bottom: 2%; }
    .heroCopy h1 {
        font-size: clamp(31px, 9.2vw, 42px);
        line-height: 1.02;
        letter-spacing: -.04em;
    }
    .checkMetric { min-height: 190px; }
    .checkSvg { width: min(100%, 310px); }
    .checkGhost,
    .checkPath { stroke-width: 30; }
    .heroMetricCards { grid-template-columns: 1fr; }
    .heroMetricCard { padding: 18px 18px 20px; }
    .heroMetricCard span { font-size: 16px; }
    .heroMetricCard strong {
        margin-top: 10px;
        font-size: clamp(58px, 18vw, 82px);
        letter-spacing: -.055em;
    }
    .heroMetricCardAccent strong { font-size: clamp(68px, 22vw, 94px); }

    .sectionTitle {
        margin-bottom: 24px;
        padding-bottom: 14px;
        font-size: clamp(28px, 8.2vw, 36px);
        line-height: 1.07;
    }
    .sectionTitle::before {
        bottom: 4px;
        font-size: clamp(58px, 18vw, 82px);
        transform: translateY(16%);
    }

    .competitionPanel,
    .chartPanel,
    .metricPanel,
    .mapPanel,
    .localStat { padding: 18px; }
    .competitionValue {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 30px;
    }
    .competitionValue strong { font-size: clamp(58px, 18vw, 78px); }
    .competitionValue span { max-width: none; padding-bottom: 0; font-size: 15px; }
    .competitionRow { grid-template-columns: 44px minmax(0, 1fr) 44px; gap: 9px; }

    .panelHeader { flex-direction: column; gap: 8px; margin-bottom: 8px; }
    .panelHeader h3 { font-size: clamp(20px, 6vw, 25px); }
    .panelHeader strong { font-size: clamp(40px, 13vw, 56px); }
    .chartLegend { gap: 10px 16px; margin: 8px 0 12px; }
    .chartLegendItem { font-size: 13px; }
    .chartLegendSwatch { width: 14px; height: 14px; }

    .chartStageLarge,
    .chartStageWide { height: 315px; }
    .metricGrid,
    .metricGrid--four,
    .geographyLists,
    .localStats { grid-template-columns: 1fr; }
    .metricPanel {
        min-height: 390px;
        padding: 18px;
    }
    .metricPanel h3 {
        min-height: 0;
        font-size: clamp(20px, 5.8vw, 24px);
    }
    .metricCurrent {
        margin: 15px 0 8px;
        font-size: clamp(48px, 15vw, 66px);
    }
    .metricPanel .chartStage { height: 255px; }

    .mapTopline { gap: 12px; }
    .mapTopline strong { font-size: 58px; }
    .mapTopline span { font-size: 14px; }
    .interactiveMap,
    #regionsMapSvg {
        min-height: 360px;
        height: 360px;
    }
    .mapTooltip { min-width: 150px; max-width: calc(100% - 20px); }

    .rankList li {
        grid-template-columns: 28px minmax(0, 1fr);
        gap: 10px;
        padding: 9px 0;
    }
    .rankList span {
        grid-column: 2;
        padding: 0 0 8px;
        white-space: normal;
    }
    .listPanel h3 { font-size: 22px; }

    .localStat { min-height: 150px; }
    .localStat span { min-height: 0; font-size: 14px; }
    .localStat strong { margin-top: 16px; font-size: 52px; }

    .programList li,
    .conclusionList li {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 10px;
        min-height: 72px;
    }
    .finalSlogan { min-height: 290px; padding: 42px 0; }
    .finalSlogan p { font-size: 27px; }
    .finalSlogan strong { font-size: clamp(42px, 12vw, 62px); }
}

@media (max-width: 430px) {
    .pageWrapper { padding-inline: 10px; }
    .chartStageLarge,
    .chartStageWide { height: 285px; }
    .metricPanel { min-height: 365px; }
    .metricPanel .chartStage { height: 235px; }
    .interactiveMap,
    #regionsMapSvg {
        min-height: 315px;
        height: 315px;
    }
    .chartLegend { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

.heroStatsBoard {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    border: 1px solid var(--line);
    background: var(--line);
}
.heroStatCard {
    min-width: 0;
    min-height: 175px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px 24px 22px;
    background: linear-gradient(145deg, rgba(11, 46, 73, .82), rgba(5, 24, 41, .8));
}
.heroStatCard span {
    display: block;
    color: #d5e5ef;
    font-size: clamp(15px, 1.2vw, 20px);
    line-height: 1.18;
}
.heroStatCard strong {
    display: block;
    margin-top: 14px;
    font-size: clamp(48px, 4.4vw, 82px);
    font-weight: 900;
    line-height: .86;
    letter-spacing: -.06em;
}
.heroStatCardAccent strong { font-size: clamp(60px, 5.7vw, 94px); }
.heroStatCardCheck {
    flex-direction: row;
    align-items: center;
    gap: 16px;
}
.heroStatCardBody { min-width: 0; }
.heroStatCardCompact { min-height: 146px; }
.miniCheck {
    flex: 0 0 86px;
    width: 86px;
    height: 72px;
}
.miniCheckSvg { width: 100%; height: 100%; overflow: visible; }
.miniCheckGhost,
.miniCheckPath {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 13;
}
.miniCheckGhost { stroke: rgba(255,255,255,.08); }
.miniCheckPath {
    stroke: url(#miniCheckGradient);
    stroke-dasharray: 150;
    stroke-dashoffset: 150;
    transition: stroke-dashoffset 1.5s cubic-bezier(.18,.85,.18,1);
}
.miniCheck.is-visible .miniCheckPath { stroke-dashoffset: 0; }

.metricSub {
    margin-top: 6px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.2;
}
.metricDelta {
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: 10px;
    padding: 6px 10px;
    border: 1px solid rgba(24,244,154,.24);
    color: #baffdd;
    background: rgba(24,244,154,.08);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}
.metricDelta.is-negative {
    border-color: rgba(255,158,74,.22);
    color: #ffd5aa;
    background: rgba(255,158,74,.1);
}
.metricFootnote {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    margin-top: 12px;
    padding-top: 14px;
    border-top: 1px solid var(--line);
}
.metricFootnote span { color: #d0e0ea; font-size: 15px; }
.metricFootnote strong { font-size: 28px; font-weight: 900; line-height: 1; }

.structureGrid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
    gap: 1px;
    border: 1px solid var(--line);
    background: var(--line);
}
.structureSide {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1px;
    background: var(--line);
}
.chartPanelQuota { min-width: 0; }
.quotaSummary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}
.quotaBadge {
    padding: 12px 14px;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.03);
}
.quotaBadge span { display: block; color: #cbdeea; font-size: 13px; line-height: 1.2; }
.quotaBadge strong { display: block; margin-top: 8px; font-size: 30px; font-weight: 900; line-height: 1; }

.checkList {
    display: grid;
    gap: 14px;
    list-style: none;
}
.checkList li {
    position: relative;
    min-height: 52px;
    padding: 0 0 0 42px;
    color: #d9e7f0;
    font-size: 17px;
    line-height: 1.45;
}
.checkList li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 22px;
    height: 12px;
    border-left: 4px solid var(--green-bright);
    border-bottom: 4px solid var(--green-bright);
    transform: rotate(-45deg);
}
.checkList a { color: #9de7ff; text-decoration: none; border-bottom: 1px solid rgba(157,231,255,.35); }
.checkList a:hover { color: #d4f6ff; border-bottom-color: rgba(212,246,255,.7); }
.surveySource {
    margin: -10px 0 24px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.4;
}
.campaignPanel {
    padding-top: 4px;
    border-top: 1px solid var(--line);
}

@media (max-width: 1340px) {
    .heroSection { grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr); }
    .heroStatsBoard { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1240px) {
    .structureGrid { grid-template-columns: 1fr; }
}

@media (max-width: 1080px) {
    .heroStatsBoard { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
    .heroStatsBoard { grid-template-columns: 1fr; }
    .heroStatCard { min-height: 0; padding: 18px; }
    .heroStatCard strong { font-size: clamp(42px, 13vw, 68px); }
    .heroStatCardAccent strong { font-size: clamp(50px, 16vw, 76px); }
    .heroStatCardCheck { align-items: flex-start; }
    .miniCheck { flex-basis: 64px; width: 64px; height: 54px; }
    .metricFootnote { flex-direction: column; align-items: flex-start; gap: 6px; }
    .quotaSummary { grid-template-columns: 1fr; }
    .structureGrid { gap: 1px; }
    .checkList li { font-size: 15px; padding-left: 34px; }
    .checkList li::before { width: 18px; height: 10px; border-left-width: 3px; border-bottom-width: 3px; }
    .surveySource { margin-bottom: 18px; font-size: 14px; }
}

@media (max-width: 430px) {
    .heroStatCard strong { font-size: 40px; }
    .heroStatCard span { font-size: 14px; }
    .metricFootnote strong { font-size: 24px; }
    .quotaBadge strong { font-size: 26px; }
}

/* Hero and average-EGE refinements */
.heroSection {
    grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr);
    gap: clamp(28px, 4vw, 64px);
}
.heroStatsBoard { min-width: 0; }
.heroStatCard { overflow: hidden; }
.heroStatCardCheck {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
}
.heroStatValueRow {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: clamp(10px, 1.4vw, 18px);
    margin-top: auto;
}
.heroStatValueRow strong {
    min-width: 0;
    max-width: calc(100% - 74px);
    margin-top: 0;
    font-size: clamp(46px, 4.1vw, 76px);
    line-height: .88;
    letter-spacing: -.055em;
}
.heroStatCardCheck > span {
    max-width: 100%;
    margin-bottom: 12px;
}
.miniCheck {
    flex: 0 0 clamp(52px, 5vw, 72px);
    width: clamp(52px, 5vw, 72px);
    height: clamp(42px, 4vw, 58px);
}

.metricFootnote {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 112px;
    margin-top: 16px;
    padding: 18px 12px 10px;
    text-align: center;
}
.metricFootnote span {
    color: #d7e8f2;
    font-size: clamp(16px, 1.4vw, 21px);
    font-weight: 700;
    line-height: 1.2;
}
.metricFootnote strong {
    display: block;
    font-size: clamp(46px, 4.8vw, 76px);
    font-weight: 900;
    line-height: .9;
    letter-spacing: -.05em;
}

@media (max-width: 1080px) {
    .heroSection {
        grid-template-columns: minmax(0, 1fr);
        gap: 28px;
        align-items: start;
    }
    .heroCopy,
    .heroStatsBoard {
        position: relative;
        z-index: 1;
        width: 100%;
    }
    .heroStatsBoard { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
    .heroSection {
        display: block;
        padding-top: 34px;
    }
    .heroCopy { margin-bottom: 28px; }
    .heroCopy h1 {
        max-width: 100%;
        overflow-wrap: anywhere;
    }
    .heroStatsBoard {
        grid-template-columns: minmax(0, 1fr);
        width: 100%;
    }
    .heroStatCard {
        width: 100%;
        min-width: 0;
        overflow: hidden;
    }
    .heroStatCard strong {
        max-width: 100%;
        white-space: normal;
        overflow-wrap: anywhere;
    }
    .heroStatValueRow {
        width: 100%;
        gap: 10px;
    }
    .heroStatValueRow strong {
        flex: 1 1 auto;
        max-width: none;
        min-width: 0;
        white-space: nowrap;
        font-size: clamp(42px, 14vw, 64px);
    }
    .miniCheck {
        flex-basis: 52px;
        width: 52px;
        height: 44px;
    }
    .metricFootnote {
        min-height: 100px;
        padding-inline: 8px;
    }
    .metricFootnote span { font-size: 16px; }
    .metricFootnote strong { font-size: clamp(44px, 15vw, 64px); }
}

@media (max-width: 390px) {
    .heroCopy h1 { font-size: 29px; }
    .heroStatCard { padding: 16px 14px 18px; }
    .heroStatCard strong { font-size: 38px; }
    .heroStatCardAccent strong { font-size: 48px; }
    .heroStatValueRow strong { font-size: 44px; }
    .miniCheck { flex-basis: 46px; width: 46px; height: 39px; }
}

/* v8 refinements */
.metricGrid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.structureGrid {
    grid-template-columns: 1fr;
    gap: 26px;
    border: 0;
    background: transparent;
}
.chartPanelQuota {
    padding: 28px 28px 24px;
    border: 1px solid var(--line);
    background: linear-gradient(145deg, rgba(10, 41, 66, .74), rgba(4, 21, 36, .62));
}
.structureSide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    border: 1px solid var(--line);
    background: var(--line);
}
.metricPanel {
    min-width: 0;
}
.quotaSummary {
    gap: 10px;
    margin-bottom: 12px;
}
.quotaBadge {
    padding: 12px 12px 10px;
    background: rgba(255,255,255,.035);
}
.quotaBadge strong {
    font-size: 27px;
}

#reasons .resultsGrid {
    align-items: start;
}
#reasons .resultPanel .sectionTitle {
    display: block;
    min-height: 96px;
    margin-bottom: 18px;
}
#reasons .surveySource {
    min-height: 44px;
    margin-top: 0;
}

.staggerList li {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .45s ease, transform .45s ease;
    transition-delay: var(--item-delay, 0ms);
}
.staggerList.is-visible li {
    opacity: 1;
    transform: translateY(0);
}

.thesisList {
    display: grid;
    gap: 14px;
    list-style: none;
}
.thesisList li {
    position: relative;
    min-height: 44px;
    padding-left: 24px;
    color: #d9e7f0;
    font-size: 17px;
    line-height: 1.45;
}
.thesisList li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 12px;
    height: 2px;
    background: linear-gradient(90deg, var(--green-bright), #7be8ff);
}
.thesisList a {
    color: #9de7ff;
    text-decoration: none;
    border-bottom: 1px solid rgba(157,231,255,.35);
}
.thesisList a:hover {
    color: #d4f6ff;
    border-bottom-color: rgba(212,246,255,.7);
}

.programList {
    counter-reset: none;
}
.programList li {
    grid-template-columns: 82px minmax(0, 1fr);
    align-items: start;
}
.programList li::before {
    content: none;
}
.programScore {
    display: inline-block;
    padding-top: 2px;
    color: var(--green-bright);
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
}
.programCode {
    display: inline-block;
    margin-right: 6px;
    color: transparent;
    background: linear-gradient(105deg, #18f49a 0%, #21d4fd 48%, #9a62ff 100%);
    background-size: 100% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    animation: none;
}
.programList strong {
    font-size: 16px;
    line-height: 1.3;
}
.programList span { margin-top: 0; }

@media (max-width: 900px) {
    .structureSide,
    .metricGrid--four {
        grid-template-columns: 1fr;
    }
    #reasons .resultPanel .sectionTitle {
        min-height: 0;
    }
    #reasons .surveySource {
        min-height: 0;
    }
}

@media (max-width: 760px) {
    .chartPanelQuota {
        padding: 20px 18px 18px;
    }
    .thesisList li,
    .checkList li {
        font-size: 15px;
    }
    .programList li {
        grid-template-columns: 70px minmax(0, 1fr);
        gap: 12px;
    }
    .programScore {
        font-size: 16px;
    }
}

/* v9 fixes */
.panelHeaderMetric {
    align-items: flex-start;
    margin-bottom: 18px;
}
.panelTitleGroup {
    min-width: 0;
    flex: 1 1 auto;
}
.panelHeaderMetric h3 {
    max-width: none;
}
.metricSub {
    margin-top: 4px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.2;
}
.metricValueRow {
    flex: 0 0 auto;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    gap: 8px;
    margin-left: auto;
    white-space: nowrap;
}
.metricCurrent {
    margin: 0;
    font-size: clamp(40px, 3.6vw, 60px);
}
.metricMeta {
    color: #9fb4c1;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    transform: translateY(-2px);
}
.metricPanel .chartStage {
    height: 245px;
    margin-top: auto;
}
.chartPanelQuota .panelHeader { margin-bottom: 10px; }
.quotaSummary { display: none !important; }
#quotaLegend { margin-bottom: 18px; }

#reasons .resultsGrid {
    align-items: stretch;
}
#reasons .resultPanel .sectionTitle {
    display: block;
    width: 100%;
    min-height: 112px;
    padding-right: 0;
    margin-bottom: 12px;
}
#reasons .resultPanel .sectionTitle::after {
    right: 0;
}
#notesList {
    padding-top: 56px;
}
.checkList li::before {
    top: 7px;
}
.thesisList li::before {
    top: 10px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--green-bright);
    box-shadow: 0 0 0 4px rgba(24,244,154,.12);
}

.programList li {
    grid-template-columns: 78px minmax(0, 1fr);
}
.programScore {
    color: var(--green-bright);
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
}
.programCode {
    color: transparent;
    background: linear-gradient(105deg, #18f49a 0%, #21d4fd 48%, #9a62ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
}
.programList strong {
    font-size: 16px;
    line-height: 1.3;
    word-break: normal;
    overflow-wrap: anywhere;
}

@media (max-width: 1340px) {
    .metricGrid--four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
    #notesList { padding-top: 0; }
    #reasons .resultPanel .sectionTitle { min-height: 0; }
}
@media (max-width: 760px) {
    .panelHeaderMetric {
        gap: 12px;
        flex-direction: column;
    }
    .metricValueRow {
        justify-content: flex-start;
        margin-left: 0;
    }
    .metricCurrent { font-size: clamp(34px, 10vw, 46px); }
    .metricMeta { font-size: 14px; }
    .programList li { grid-template-columns: 72px minmax(0, 1fr); }
}

/* v10 layout/program refinements */
.resultsGrid--stacked {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
    align-items: start;
}
.resultColumn {
    display: grid;
    gap: 40px;
}
.resultsGrid--compact {
    grid-template-columns: 1fr 1fr;
    align-items: start;
}
.resultPanelPrograms .sectionTitle,
.resultColumn .sectionTitle,
.resultsGrid--compact .sectionTitle {
    display: block;
    width: 100%;
    padding-right: 0;
}
.resultPanelPrograms .sectionTitle::after,
.resultColumn .sectionTitle::after,
.resultsGrid--compact .sectionTitle::after {
    right: 0;
}
.surveySource {
    margin-top: -2px;
    margin-bottom: 18px;
}

.programList {
    counter-reset: none;
}
.programList li {
    grid-template-columns: 94px minmax(0, 1fr);
    gap: 18px;
    min-height: 84px;
    align-items: center;
}
.programList li::before {
    content: none;
}
.programScoreWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
}
.programScore {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    padding: 8px 12px;
    border: 1px solid rgba(24,244,154,.18);
    border-radius: 999px;
    background: rgba(24,244,154,.06);
    color: var(--green-bright);
    font-size: 19px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
}
.programContent {
    min-width: 0;
}
.programContent strong {
    display: block;
    color: #eef7fb;
    font-size: 18px;
    line-height: 1.28;
    word-break: normal;
    overflow-wrap: break-word;
}
.programCode {
    display: inline;
    color: transparent;
    background: linear-gradient(105deg, #18f49a 0%, #21d4fd 48%, #9a62ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 900;
}
.programName {
    display: inline;
    color: #eef7fb;
}

@media (max-width: 1180px) {
    .resultsGrid--stacked {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 900px) {
    .resultsGrid--compact {
        grid-template-columns: 1fr;
    }
    .resultColumn {
        gap: 28px;
    }
}
@media (max-width: 760px) {
    .programList li {
        grid-template-columns: 1fr;
        gap: 10px;
        align-items: start;
    }
    .programScoreWrap {
        justify-content: flex-start;
        min-height: 0;
    }
    .programScore {
        min-width: 64px;
        font-size: 17px;
    }
    .programContent strong {
        font-size: 16px;
    }
}

#notesList { padding-top: 0; }
.resultsGrid--compact .campaignPanel {
    padding-top: 0;
    border-top: 0;
}
.resultsGrid--compact .resultPanel .sectionTitle {
    min-height: 112px;
}
@media (max-width: 900px) {
    .resultsGrid--compact .resultPanel .sectionTitle {
        min-height: 0;
    }
}

/* v11 final slogan with Dima */
.finalSlogan {
    position: relative;
    isolation: isolate;
    min-height: 500px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(250px, 340px);
    align-items: center;
    gap: clamp(28px, 5vw, 76px);
    padding: 48px clamp(10px, 3vw, 40px) 0;
    overflow: hidden;
    text-align: left;
}
.finalSlogan::before {
    content: "";
    position: absolute;
    right: 3%;
    bottom: -32%;
    z-index: -1;
    width: min(430px, 38vw);
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(24,244,154,.15) 0%, rgba(39,216,255,.07) 48%, transparent 72%);
    filter: blur(2px);
}
.finalSloganContent {
    min-width: 0;
    align-self: center;
    padding: 24px 0 64px;
}
.finalSloganContent p {
    max-width: 760px;
    font-size: clamp(24px, 2.8vw, 44px);
    font-weight: 800;
    line-height: 1.12;
}
.finalSloganContent strong {
    display: block;
    max-width: 920px;
    margin-top: 16px;
    padding-right: .08em;
    font-size: clamp(45px, 5.4vw, 88px);
    font-weight: 900;
    line-height: .96;
    letter-spacing: -.05em;
}
.finalSloganVisual {
    align-self: end;
    justify-self: center;
    width: min(100%, 330px);
    line-height: 0;
}
.finalSloganVisual img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 455px;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 20px 30px rgba(0,0,0,.28));
}

@media (max-width: 1050px) {
    .finalSlogan {
        min-height: 450px;
        grid-template-columns: minmax(0, 1fr) minmax(210px, 270px);
        gap: 28px;
    }
    .finalSloganContent {
        padding-bottom: 52px;
    }
    .finalSloganVisual {
        width: min(100%, 260px);
    }
    .finalSloganVisual img {
        max-height: 405px;
    }
}

@media (max-width: 700px) {
    .finalSlogan {
        min-height: 0;
        grid-template-columns: minmax(0, 1fr);
        gap: 8px;
        padding: 42px 16px 0;
        text-align: center;
    }
    .finalSlogan::before {
        right: 50%;
        bottom: -18%;
        width: 330px;
        transform: translateX(50%);
    }
    .finalSloganContent {
        padding: 0;
    }
    .finalSloganContent p {
        margin-inline: auto;
        font-size: clamp(21px, 6vw, 28px);
    }
    .finalSloganContent strong {
        margin: 12px auto 0;
        font-size: clamp(38px, 11vw, 58px);
        line-height: .98;
    }
    .finalSloganVisual {
        width: min(70vw, 245px);
        margin-top: 8px;
    }
    .finalSloganVisual img {
        max-height: 365px;
    }
}

@media (max-width: 390px) {
    .finalSlogan {
        padding-inline: 8px;
    }
    .finalSloganVisual {
        width: min(74vw, 220px);
    }
    .finalSloganVisual img {
        max-height: 338px;
    }
}

/* v12 — adaptive layout and visual polish */
:root {
    --section-space: clamp(68px, 7vw, 108px);
    --card-padding: clamp(22px, 2.5vw, 36px);
}

main {
    gap: var(--section-space);
}

.heroCopy h1,
.sectionTitle,
.panelHeader h3,
.finalSloganContent p,
.finalSloganContent strong {
    text-wrap: balance;
}

.heroStatCard {
    min-height: 164px;
    padding: var(--card-padding);
}
.heroStatCard span {
    min-height: 2.35em;
    display: flex;
    align-items: center;
    font-size: clamp(16px, 1.15vw, 19px);
    line-height: 1.18;
}
.heroStatCard strong,
.heroStatCardAccent strong {
    font-size: clamp(56px, 4.6vw, 76px);
    line-height: .88;
}
.heroStatCardCompact {
    min-height: 164px;
}
.heroStatCardCheck > span {
    margin-bottom: 16px;
}
.heroStatValueRow {
    margin-top: 0;
}

.competitionPanel {
    position: relative;
    overflow: hidden;
}
.competitionBalloon {
    display: none;
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 22px;
    width: clamp(104px, 9vw, 142px);
    transform: translateX(-50%);
    pointer-events: none;
    filter: drop-shadow(0 18px 25px rgba(0, 0, 0, .3));
}
.competitionBalloon img {
    display: block;
    width: 100%;
    height: auto;
    animation: balloonFloat 4.4s ease-in-out infinite;
}

.checkList li {
    display: flex;
    align-items: center;
    min-height: 54px;
}
.checkList li::before {
    top: 50%;
    transform: translateY(-62%) rotate(-45deg);
}

.finalSloganContent {
    text-align: center;
}
.finalSloganContent p,
.finalSloganContent strong {
    margin-inline: auto;
}

.programList li {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 18px;
}
.programScoreWrap {
    justify-content: flex-start;
}
.programScore {
    white-space: nowrap;
}
.programContent strong {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    column-gap: .42em;
    row-gap: .12em;
}
.programCode {
    flex: 0 0 auto;
    display: inline-block;
    white-space: nowrap;
    color: transparent !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(105deg, #18f49a 0%, #21d4fd 48%, #9a62ff 100%);
    background-size: 100% 100%;
    -webkit-background-clip: text;
    background-clip: text;
}
.programName {
    min-width: 0;
    flex: 1 1 260px;
}

@media (min-width: 1181px) {
    .competitionPanel {
        min-height: 590px;
        padding-bottom: 194px;
    }
    .competitionBalloon {
        display: block;
    }
}

@media (max-width: 1180px) {
    .competitionBalloon {
        display: none !important;
    }
}

@media (max-width: 900px) {
    :root {
        --section-space: 64px;
    }
    .metricGrid,
    .metricGrid--four,
    .structureSide,
    .qualityGrid,
    .localCharts,
    .geographyLists {
        grid-template-columns: minmax(0, 1fr);
    }
    .metricPanel,
    .chartPanel,
    .competitionPanel,
    .mapPanel,
    .listPanel,
    .resultPanel {
        width: 100%;
    }
    .resultsGrid,
    .resultsGrid--stacked,
    .resultsGrid--compact {
        gap: 30px;
    }
}

@media (max-width: 820px) {
    .heroStatsBoard {
        grid-template-columns: minmax(0, 1fr);
    }
    .heroStatCard,
    .heroStatCardCompact {
        min-height: 0;
    }
}

@media (max-width: 760px) {
    :root {
        --section-space: 54px;
        --card-padding: 18px;
    }
    .pageWrapper {
        padding: 14px 12px 40px;
    }
    .header {
        min-height: 52px;
        padding-bottom: 14px;
    }
    .heroSection {
        padding: 32px 0 42px;
    }
    .heroCopy {
        margin-bottom: 22px;
    }
    .heroCopy h1 {
        font-size: clamp(30px, 8.7vw, 39px);
        line-height: 1.03;
        overflow-wrap: normal;
        word-break: normal;
    }
    .heroStatCard {
        padding: 18px;
    }
    .heroStatCard span {
        min-height: 0;
        font-size: 15px;
    }
    .heroStatCard strong,
    .heroStatCardAccent strong {
        margin-top: 12px;
        font-size: clamp(48px, 14vw, 62px);
        white-space: nowrap;
        overflow-wrap: normal;
    }
    .heroStatValueRow strong {
        font-size: clamp(48px, 14vw, 62px);
    }
    .sectionTitle {
        display: block;
        width: 100%;
        margin-bottom: 22px;
        padding-right: 0;
        font-size: clamp(27px, 7.4vw, 34px);
        line-height: 1.08;
    }
    .sectionTitle::after {
        right: 0;
    }
    .competitionPanel,
    .chartPanel,
    .metricPanel,
    .mapPanel,
    .listPanel {
        padding: 18px;
    }
    .competitionValue {
        flex-direction: row;
        align-items: flex-end;
        gap: 12px;
        margin-bottom: 28px;
    }
    .competitionValue strong {
        flex: 0 0 auto;
        font-size: clamp(56px, 17vw, 72px);
    }
    .competitionValue span {
        max-width: 130px;
        padding-bottom: 5px;
        font-size: 14px;
        line-height: 1.2;
    }
    .metricPanel {
        min-height: 0;
    }
    .metricPanel .chartStage {
        height: 250px;
    }
    .chartStageLarge,
    .chartStageWide {
        height: 290px;
    }
    .panelHeaderMetric {
        margin-bottom: 12px;
    }
    .metricValueRow {
        width: 100%;
        justify-content: flex-start;
    }
    .checkList {
        gap: 10px;
    }
    .checkList li {
        min-height: 46px;
        padding-left: 32px;
        font-size: 15px;
        line-height: 1.42;
    }
    .checkList li::before {
        width: 17px;
        height: 9px;
    }
    .programList li {
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 12px;
        min-height: 74px;
        align-items: center;
        padding: 13px 0;
    }
    .programScoreWrap {
        min-height: 0;
    }
    .programScore {
        min-width: 0;
        width: 100%;
        padding: 8px 7px;
        font-size: 15px;
    }
    .programContent strong {
        display: block;
        font-size: 15px;
        line-height: 1.32;
    }
    .programCode {
        display: inline-block;
        margin-right: .32em;
    }
    .programName {
        display: inline;
    }
    .finalSlogan {
        padding-inline: 12px;
    }
    .finalSloganContent p {
        font-size: clamp(21px, 5.8vw, 27px);
    }
    .finalSloganContent strong {
        font-size: clamp(36px, 10.5vw, 54px);
    }
}

@media (max-width: 430px) {
    .pageWrapper {
        padding-inline: 10px;
    }
    .heroCopy h1 {
        font-size: clamp(29px, 8.2vw, 34px);
    }
    .heroStatCard strong,
    .heroStatCardAccent strong,
    .heroStatValueRow strong {
        font-size: clamp(44px, 13vw, 54px);
    }
    .competitionRow {
        grid-template-columns: 42px minmax(0, 1fr) 42px;
        gap: 8px;
    }
    .programList li {
        grid-template-columns: 68px minmax(0, 1fr);
        gap: 10px;
    }
    .programScore {
        font-size: 14px;
        padding-inline: 5px;
    }
}

@keyframes balloonFloat {
    0%, 100% { transform: translateY(0) rotate(-1deg); }
    50% { transform: translateY(-12px) rotate(1.2deg); }
}

/* v13: animation first-frame, list alignment and balloon refinements */
@media (min-width: 1181px) {
    .competitionPanel {
        min-height: 610px;
        padding-bottom: 220px;
    }
    .competitionBalloon {
        bottom: 52px;
        width: clamp(132px, 10.5vw, 176px);
    }
    .competitionBalloon img {
        animation-duration: 4.1s;
    }
}

.checkList li,
.thesisList li {
    position: relative;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    align-items: center;
    column-gap: 16px;
    min-height: 54px;
    padding-left: 0;
}
.checkList li::before,
.thesisList li::before {
    position: static;
    left: auto;
    top: auto;
    justify-self: center;
    align-self: center;
}
.checkList li::before {
    width: 20px;
    height: 11px;
    transform: translateY(-2px) rotate(-45deg);
    transform-origin: center;
}
.thesisList li::before {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--green-bright);
    box-shadow: 0 0 0 4px rgba(24,244,154,.12);
}
.listItemText {
    display: block;
    min-width: 0;
}

.newRegionsList li {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    align-items: center;
    column-gap: 8px;
}
.newRegionsList li::before {
    margin-right: 0;
    justify-self: center;
}

@media (max-width: 760px) {
    .checkList,
    .thesisList {
        gap: 8px;
    }
    .checkList li,
    .thesisList li {
        grid-template-columns: 20px minmax(0, 1fr);
        column-gap: 12px;
        min-height: 44px;
        padding-left: 0;
        font-size: 15px;
        line-height: 1.42;
    }
    .checkList li::before {
        width: 17px;
        height: 9px;
        border-left-width: 3px;
        border-bottom-width: 3px;
        transform: translateY(-2px) rotate(-45deg);
    }
    .thesisList li::before {
        width: 8px;
        height: 8px;
        box-shadow: 0 0 0 3px rgba(24,244,154,.12);
    }
    .rankList li {
        grid-template-columns: 30px minmax(0, 1fr);
        gap: 10px;
        align-items: center;
        padding: 12px 0;
    }
    .rankList span {
        grid-column: 2;
        padding-right: 0;
        white-space: normal;
        line-height: 1.35;
    }
    .newRegionsList li {
        grid-template-columns: 16px minmax(0, 1fr);
        column-gap: 8px;
        line-height: 1.4;
    }
}

@keyframes balloonFloat {
    0%, 100% { transform: translateY(0) rotate(-1deg); }
    50% { transform: translateY(-18px) rotate(1.2deg); }
}


/* v14: quality header refinement, larger balloon, plan footnote */
.panelHeaderInlineCenter {
    justify-content: center;
    align-items: center;
    margin-bottom: 14px;
}
.panelHeaderInlineContent {
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    width: 100%;
    text-align: center;
}
.panelHeaderInlineCenter h3 {
    max-width: none;
    margin: 0;
    text-align: center;
}
.panelHeaderInlineCenter strong {
    font-size: clamp(52px, 4.4vw, 76px);
    line-height: .9;
}
.metricFootnoteInlineCenter {
    justify-content: center;
    align-items: baseline;
    gap: 10px;
    text-align: center;
}
.metricFootnoteInlineCenter strong {
    font-size: 32px;
}
.metricFootnotePlan {
    color: #97aab7;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}
@media (min-width: 1181px) {
    .competitionBalloon {
        bottom: 72px;
        width: clamp(172px, 13.5vw, 228px);
    }
    .competitionBalloon img {
        animation-duration: 4s;
    }
}
@media (max-width: 760px) {
    .panelHeaderInlineContent {
        gap: 10px;
    }
    .panelHeaderInlineCenter strong {
        font-size: clamp(44px, 14vw, 62px);
    }
    .metricFootnoteInlineCenter {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }
    .metricFootnoteInlineCenter strong {
        font-size: clamp(32px, 11vw, 48px);
    }
    .metricFootnotePlan {
        font-size: 14px;
    }
}

/* v15: corrections after review */
.sectionTitle--nowrap {
    white-space: nowrap;
}
.metricFootnoteInlineCenter {
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 10px;
}
.metricFootnoteInlineCenter > span:first-child {
    color: #d0e0ea;
    font-size: 15px;
    font-weight: 700;
}
.programScore {
    min-width: 86px;
    padding: 10px 16px;
    border-color: rgba(24,244,154,.26);
    background: linear-gradient(135deg, rgba(24,244,154,.16), rgba(33,212,253,.12));
    color: #d7ff6b;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.04), 0 10px 22px rgba(24,244,154,.08);
}
@media (max-width: 900px) {
    .sectionTitle--nowrap {
        white-space: normal;
    }
    .programScore {
        min-width: 78px;
        font-size: 20px;
        padding: 8px 12px;
    }
}

/* v16: bottom layout fix, priority footnote layout, stronger score accents */
.metricFootnoteStacked {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
}
.metricFootnoteLabel {
    color: #d0e0ea;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
}
.metricFootnoteValueLine {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
.metricFootnoteValueLine strong {
    font-size: 32px;
}
.resultsGrid--single {
    grid-template-columns: 1fr;
}
#results .sectionTitle,
#reasons .sectionTitle,
#campaign .sectionTitle {
    min-height: 0;
}
#campaign .campaignPanel {
    padding-top: 0;
    border-top: 0;
}
.programScore {
    min-width: 104px;
    padding: 12px 18px;
    border-color: rgba(57,255,104,.42);
    background: linear-gradient(135deg, rgba(57,255,104,.24), rgba(33,212,253,.18));
    color: #f0ff77;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.03em;
    box-shadow: 0 14px 28px rgba(57,255,104,.12), inset 0 0 0 1px rgba(255,255,255,.05);
}
@media (max-width: 1180px) {
    .resultsGrid--stacked,
    .resultsGrid--compact,
    .resultsGrid--single {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 900px) {
    .programScore {
        min-width: 88px;
        font-size: 22px;
        padding: 10px 14px;
    }
    .metricFootnoteValueLine strong {
        font-size: 28px;
    }
}

/* v16.1 specificity override for bottom headings */
#results .resultPanel .sectionTitle,
#reasons .resultPanel .sectionTitle,
#campaign .resultPanel .sectionTitle {
    min-height: 0;
}

/* v17: geography readability, score emphasis, heading collision fixes, quota spacing */
#geography .rankList li {
    grid-template-columns: 40px minmax(180px, 240px) minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: 14px 0;
    min-height: 72px;
}
#geography .rankList li::before {
    align-self: center;
    font-size: 18px;
    line-height: 1;
}
#geography .rankList strong {
    font-size: 18px;
    line-height: 1.18;
    color: #eef7fb;
    padding-top: 1px;
}
#geography .rankList span {
    padding-right: 0;
    white-space: normal;
    font-size: 16px;
    line-height: 1.35;
    color: #d5e5ee;
}

#results .programList li {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
}
#results .programScoreWrap {
    justify-content: flex-start;
    min-height: 0;
}
#results .programScore {
    min-width: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    color: #f4ff72;
    font-size: 33px;
    font-weight: 900;
    line-height: .95;
    letter-spacing: -.04em;
    text-shadow: 0 0 16px rgba(191,255,101,.18);
}
#results .programContent strong {
    font-size: 16px;
    line-height: 1.28;
}
#results .programCode {
    font-size: 18px;
    font-weight: 900;
}

#reasons .resultsGrid--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(30px, 3vw, 52px);
    align-items: start;
}
#reasons .resultPanel .sectionTitle {
    white-space: normal;
    min-height: 0 !important;
    font-size: clamp(30px, 2.7vw, 44px);
    line-height: 1.04;
    padding-right: 0;
    margin-bottom: 16px;
}
#reasons .surveySource {
    min-height: 0;
    margin-top: -2px;
    margin-bottom: 22px;
    line-height: 1.35;
}
#reasons .checkList,
#reasons .thesisList {
    gap: 18px;
}
#reasons .checkList li,
#reasons .thesisList li {
    align-items: start;
}

.chartPanelQuota .chartStageWide {
    height: 420px;
}
#structure .chartPanelQuota {
    overflow: visible;
}

@media (max-width: 1280px) {
    #geography .rankList li {
        grid-template-columns: 36px minmax(150px, 190px) minmax(0, 1fr);
        gap: 12px;
    }
    #results .programScore {
        font-size: 28px;
    }
    #reasons .resultPanel .sectionTitle {
        font-size: clamp(28px, 3vw, 40px);
    }
}

@media (max-width: 900px) {
    #reasons .resultsGrid--compact {
        grid-template-columns: 1fr;
    }
    #results .programList li {
        grid-template-columns: 84px minmax(0, 1fr);
        gap: 12px;
    }
    #results .programScore {
        font-size: 24px;
    }
    #geography .rankList li {
        grid-template-columns: 30px minmax(0, 1fr);
        gap: 10px;
        padding: 12px 0;
    }
    #geography .rankList strong {
        font-size: 17px;
    }
    #geography .rankList span {
        grid-column: 2;
        font-size: 15px;
        line-height: 1.35;
    }
    .chartPanelQuota .chartStageWide {
        height: 360px;
    }
}

/* v18: quota label collision protection, cleaner region rows, program typography, centered list markers */
#geography .rankList li {
    grid-template-columns: 40px minmax(220px, 1fr) auto;
    gap: 16px;
    align-items: center;
    min-height: 76px;
    padding: 13px 0;
}
#geography .rankList li::before {
    align-self: center;
}
#geography .regionNameBlock {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
}
#geography .regionNameBlock strong {
    padding-top: 0;
    font-size: 18px;
    line-height: 1.18;
}
#geography .regionCityNote {
    display: block;
    color: var(--green-bright);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
}
#geography .regionStats {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    gap: 14px;
    padding-right: 0;
    white-space: nowrap;
    color: #d5e5ee;
    font-size: 15px;
    line-height: 1.3;
}
#geography .regionStats b {
    color: #f4fbff;
    font-size: 16px;
    font-weight: 900;
}
#geography .regionStats em {
    color: #c6dae6;
    font-style: normal;
}

#results .programList li {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 16px;
}
#results .programScore {
    color: var(--green-bright);
    font-size: 24px;
    line-height: 1;
    letter-spacing: -.025em;
    text-shadow: 0 0 15px rgba(24,244,154,.2);
}
#results .programContent strong {
    align-items: baseline;
    font-size: 18px;
    line-height: 1.3;
}
#results .programCode,
#results .programName {
    font-size: 18px;
    line-height: 1.3;
}

#reasons .checkList li,
#reasons .thesisList li {
    align-items: center;
}
#reasons .checkList li::before,
#reasons .thesisList li::before {
    align-self: center;
}
#reasons .listItemText {
    align-self: center;
    line-height: 1.38;
}

.chartPanelQuota .chartStageWide {
    height: 440px;
}

@media (max-width: 1280px) {
    #geography .rankList li {
        grid-template-columns: 36px minmax(180px, 1fr) auto;
        gap: 12px;
    }
    #geography .regionStats {
        gap: 10px;
        font-size: 14px;
    }
    #results .programScore {
        font-size: 22px;
    }
}

@media (max-width: 900px) {
    #geography .rankList li {
        grid-template-columns: 30px minmax(0, 1fr);
        gap: 8px 10px;
        min-height: 0;
        padding: 13px 0;
    }
    #geography .regionNameBlock {
        grid-column: 2;
    }
    #geography .regionNameBlock strong {
        font-size: 17px;
    }
    #geography .regionCityNote {
        font-size: 13px;
    }
    #geography .regionStats {
        grid-column: 2;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 3px 12px;
        white-space: normal;
        font-size: 14px;
    }
    #results .programList li {
        grid-template-columns: 74px minmax(0, 1fr);
        gap: 12px;
    }
    #results .programScore {
        font-size: 20px;
    }
    #results .programContent strong,
    #results .programCode,
    #results .programName {
        font-size: 17px;
    }
    .chartPanelQuota .chartStageWide {
        height: 400px;
    }
}
