/*
Theme Name: Mestský pulz Humenné - občianske hlasovanie v96
Author: OpenAI
Version: 96.0
Description: Občianska WordPress téma pre Humenné s pásom problémov mesta, bodovanou anketou, rebríčkom, registráciou a kvízom.
*/

:root {
    --hm-ink: #07224d;
    --hm-ink-2: #123c73;
    --hm-muted: #536b8c;
    --hm-bg: #f4f8ff;
    --hm-card: #ffffff;
    --hm-line: rgba(18, 20, 38, 0.10);
    --hm-blue: #005bbb;
    --hm-blue-2: #087ee8;
    --hm-cyan: #65b9ff;
    --hm-lime: #ffd633;
    --hm-yellow: #ffd633;
    --hm-pink: #0b6fd8;
    --hm-orange: #ffca28;
    --hm-green: #1476d4;
    --hm-red: #153f73;
    --hm-navy: #031d44;
    --hm-white: #ffffff;
    --hm-wrap: 1220px;
    --hm-topbar: 82px;
    --hm-radius-sm: 16px;
    --hm-radius: 24px;
    --hm-radius-lg: 36px;
    --hm-shadow: 0 28px 80px rgba(31, 35, 77, 0.12);
    --hm-shadow-soft: 0 16px 44px rgba(31, 35, 77, 0.08);
    --hm-topic-hue: 235;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--hm-topbar) + 24px);
}

body {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    background: var(--hm-bg);
    color: var(--hm-ink);
    font-family: Inter, Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body::before {
    content: "";
    position: fixed;
    z-index: -2;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 12% 12%, rgba(0, 91, 187, 0.08), transparent 27%),
        radial-gradient(circle at 90% 40%, rgba(101, 185, 255, 0.08), transparent 28%),
        linear-gradient(180deg, #f7f8fc, #f0f2f8);
}

body.hm-modal-open {
    overflow: hidden;
}

button,
input,
textarea,
select {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

button {
    color: inherit;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

::selection {
    background: var(--hm-lime);
    color: var(--hm-ink);
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.hm-hidden {
    display: none !important;
}

.hm-site {
    min-height: 100vh;
    overflow: clip;
}

.hm-wrap {
    width: min(calc(100% - 44px), var(--hm-wrap));
    margin-inline: auto;
}

.hm-section {
    position: relative;
    padding: 120px 0;
}

.hm-eyebrow,
.hm-live-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hm-eyebrow {
    color: var(--hm-blue);
}

.hm-eyebrow::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 4px;
    background: linear-gradient(135deg, var(--hm-blue), var(--hm-cyan));
    box-shadow: 0 0 0 6px rgba(0, 91, 187, 0.08);
    transform: rotate(45deg);
}

.hm-eyebrow-light {
    color: rgba(255, 255, 255, 0.76);
}

.hm-section-head {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin-bottom: 48px;
}

.hm-section-head h2 {
    max-width: 850px;
    margin: 16px 0 16px;
    color: var(--hm-ink);
    font-size: clamp(40px, 5.2vw, 68px);
    line-height: 0.98;
    letter-spacing: -0.058em;
    text-wrap: balance;
}

.hm-section-head > p,
.hm-section-head-split > p {
    margin: 0;
    color: var(--hm-muted);
    font-size: clamp(16px, 1.6vw, 19px);
    line-height: 1.72;
}

.hm-section-head-split {
    max-width: none;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
    align-items: end;
    gap: 72px;
}

.hm-section-head-split > p {
    padding-bottom: 8px;
}

/* Topbar */
.hm-topbar {
    position: fixed;
    z-index: 1000;
    top: 14px;
    left: 0;
    right: 0;
    height: var(--hm-topbar);
    pointer-events: none;
    transition: top 0.25s ease;
}

.admin-bar .hm-topbar {
    top: 46px;
}

.hm-topbar-inner {
    height: 68px;
    padding: 0 12px 0 18px;
    display: flex;
    align-items: center;
    gap: 24px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 16px 50px rgba(13, 18, 44, 0.12);
    backdrop-filter: blur(22px) saturate(170%);
    pointer-events: auto;
    transition: height 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.hm-topbar.is-scrolled .hm-topbar-inner {
    height: 60px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 38px rgba(13, 18, 44, 0.16);
}

.hm-logo {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    min-width: max-content;
    color: var(--hm-ink);
}

.hm-logo > i {
    position: relative;
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 11px;
    background: linear-gradient(135deg, var(--hm-blue), var(--hm-blue-2));
    box-shadow: 0 8px 20px rgba(0, 91, 187, 0.30);
    transform: rotate(-4deg);
}

.hm-logo > i::before,
.hm-logo > i::after,
.hm-logo > i span {
    content: "";
    position: absolute;
    width: 7px;
    border-radius: 9px 9px 2px 2px;
    background: white;
    bottom: 8px;
}

.hm-logo > i::before {
    left: 8px;
    height: 10px;
}

.hm-logo > i span {
    left: 14px;
    height: 16px;
}

.hm-logo > i::after {
    left: 20px;
    height: 22px;
}

.hm-logo-words {
    display: grid;
    line-height: 1;
}

.hm-logo-words strong {
    font-size: 15px;
    font-weight: 950;
    letter-spacing: -0.035em;
}

.hm-logo-words small {
    margin-top: 3px;
    color: var(--hm-blue);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.01em;
}

.hm-navigation {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 3px;
}

.hm-navigation a {
    position: relative;
    padding: 10px 13px;
    border-radius: 12px;
    color: #555b72;
    font-size: 13px;
    font-weight: 800;
    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.hm-navigation a:hover,
.hm-navigation a.is-active {
    background: rgba(0, 91, 187, 0.09);
    color: var(--hm-blue);
    transform: translateY(-1px);
}

.hm-topbar-action {
    min-height: 44px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: var(--hm-ink);
    color: white;
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(18, 20, 38, 0.20);
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.hm-topbar-action:hover {
    transform: translateY(-2px);
    background: var(--hm-blue);
    box-shadow: 0 14px 30px rgba(0, 91, 187, 0.30);
}

.hm-menu-button {
    display: none;
    width: 44px;
    height: 44px;
    margin-left: auto;
    padding: 10px;
    border: 0;
    border-radius: 14px;
    background: rgba(18, 20, 38, 0.06);
    cursor: pointer;
}

.hm-menu-button > span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 5px auto;
    border-radius: 10px;
    background: var(--hm-ink);
    transition: transform 0.2s ease, opacity 0.2s ease;
}

/* Hero */
.hm-hero {
    position: relative;
    min-height: 900px;
    padding: 150px 0 105px;
    display: flex;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(circle at 18% 24%, rgba(8, 126, 232, 0.52), transparent 30%),
        radial-gradient(circle at 75% 20%, rgba(101, 185, 255, 0.25), transparent 25%),
        radial-gradient(circle at 78% 78%, rgba(11, 111, 216, 0.22), transparent 25%),
        linear-gradient(135deg, #031d44 0%, #05285b 48%, #073976 100%);
    color: white;
}

.hm-hero::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    pointer-events: none;
    opacity: 0.20;
    background-image: var(--hm-hero-image);
    background-size: cover;
    background-position: center;
    mix-blend-mode: luminosity;
    filter: contrast(1.1) saturate(0.25);
}

.hm-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(8, 11, 30, 0.02) 60%, rgba(8, 11, 30, 0.72));
}

.hm-hero-grid {
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: 0.16;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,0.9), transparent 88%);
}

.hm-hero-orb {
    position: absolute;
    z-index: -1;
    width: 410px;
    aspect-ratio: 1;
    border-radius: 50%;
    filter: blur(10px);
    opacity: 0.76;
    pointer-events: none;
    animation: hmFloat 9s ease-in-out infinite alternate;
}

.hm-hero-orb-a {
    top: 6%;
    left: -210px;
    background: radial-gradient(circle at 35% 35%, rgba(255, 214, 51, 0.72), rgba(0, 91, 187, 0.02) 66%);
}

.hm-hero-orb-b {
    right: -180px;
    bottom: 1%;
    background: radial-gradient(circle at 35% 35%, rgba(101, 185, 255, 0.58), rgba(11, 111, 216, 0.03) 65%);
    animation-delay: -3s;
}

@keyframes hmFloat {
    from { transform: translate3d(0, -12px, 0) scale(0.96); }
    to { transform: translate3d(24px, 26px, 0) scale(1.08); }
}

.hm-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(350px, 0.72fr);
    align-items: center;
    gap: clamp(60px, 8vw, 110px);
}

.hm-live-pill {
    padding: 10px 14px 10px 11px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.84);
    backdrop-filter: blur(14px);
}

.hm-live-pill i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--hm-lime);
    box-shadow: 0 0 0 6px rgba(255, 214, 51, 0.13), 0 0 22px var(--hm-lime);
    animation: hmPulse 1.8s ease-in-out infinite;
}

@keyframes hmPulse {
    0%, 100% { transform: scale(0.82); opacity: 0.76; }
    50% { transform: scale(1.08); opacity: 1; }
}

.hm-hero-copy h1 {
    max-width: 780px;
    margin: 24px 0 24px;
    font-size: clamp(66px, 8.4vw, 118px);
    line-height: 0.82;
    letter-spacing: -0.084em;
    text-wrap: balance;
}

.hm-hero-copy h1 em {
    display: block;
    margin-top: 24px;
    color: var(--hm-lime);
    font-size: 0.30em;
    font-style: normal;
    font-weight: 850;
    line-height: 1.1;
    letter-spacing: -0.025em;
}

.hm-hero-copy > p {
    max-width: 690px;
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: clamp(18px, 2vw, 23px);
    line-height: 1.58;
}

.hm-hero-actions {
    margin-top: 34px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}

.hm-button {
    min-height: 54px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    border: 1px solid transparent;
    border-radius: 17px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 900;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.hm-button b {
    font-size: 18px;
    transition: transform 0.22s ease;
}

.hm-button:hover:not(:disabled) {
    transform: translateY(-3px);
}

.hm-button:hover:not(:disabled) b {
    transform: translate(2px, -2px);
}

.hm-button:disabled {
    opacity: 0.42;
    cursor: not-allowed;
}

.hm-button-yellow {
    background: var(--hm-lime);
    color: var(--hm-ink);
    box-shadow: 0 16px 38px rgba(255, 214, 51, 0.20);
}

.hm-button-yellow:hover:not(:disabled) {
    background: #ffe36d;
    box-shadow: 0 22px 45px rgba(255, 214, 51, 0.30);
}

.hm-button-glass {
    border-color: rgba(255, 255, 255, 0.17);
    background: rgba(255, 255, 255, 0.08);
    color: white;
    backdrop-filter: blur(14px);
}

.hm-button-glass:hover:not(:disabled) {
    background: rgba(255, 255, 255, 0.14);
}

.hm-button-blue {
    background: linear-gradient(135deg, var(--hm-blue), var(--hm-blue-2));
    color: white;
    box-shadow: 0 14px 30px rgba(0, 91, 187, 0.24);
}

.hm-button-blue:hover:not(:disabled) {
    box-shadow: 0 18px 38px rgba(0, 91, 187, 0.34);
}

.hm-button-ghost {
    border-color: var(--hm-line);
    background: rgba(255, 255, 255, 0.76);
    color: var(--hm-ink);
}

.hm-button-ghost:hover:not(:disabled) {
    border-color: rgba(0, 91, 187, 0.24);
    background: white;
}

.hm-text-link {
    position: relative;
    padding-bottom: 4px;
    font-size: 14px;
    font-weight: 850;
}

.hm-text-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: currentColor;
    opacity: 0.42;
}

.hm-text-link-light {
    color: white;
}

.hm-hero-proof {
    margin-top: 26px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    font-weight: 750;
}

.hm-hero-proof span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.hm-hero-proof b {
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 214, 51, 0.13);
    color: var(--hm-lime);
    font-size: 10px;
}

.hm-hero-note {
    position: relative;
    min-height: 530px;
    padding: 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.09);
    box-shadow: 0 30px 80px rgba(2, 4, 18, 0.38);
    backdrop-filter: blur(24px) saturate(140%);
    transform: rotate(2deg);
    transition: transform 0.35s ease;
}

.hm-hero-note:hover {
    transform: rotate(0deg) translateY(-4px);
}

.hm-hero-photo {
    height: 220px;
    border-radius: 23px;
    background:
        linear-gradient(180deg, transparent 50%, rgba(10, 14, 40, 0.52)),
        var(--hm-hero-image, linear-gradient(135deg, #005bbb, #65b9ff));
    background-size: cover;
    background-position: center;
}

.hm-hero-note-top {
    padding: 20px 4px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.hm-hero-note-top span {
    color: rgba(255, 255, 255, 0.76);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hm-hero-note-top b {
    padding: 7px 10px;
    border-radius: 10px;
    background: var(--hm-lime);
    color: var(--hm-ink);
    font-size: 11px;
}

.hm-hero-stat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.hm-hero-stat-grid > div {
    min-height: 110px;
    padding: 16px 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.07);
}

.hm-hero-stat-grid strong {
    color: white;
    font-size: 31px;
    line-height: 1;
    letter-spacing: -0.05em;
}

.hm-hero-stat-grid small {
    color: rgba(255, 255, 255, 0.58);
    font-size: 11px;
    line-height: 1.3;
}

.hm-hero-note > a {
    min-height: 54px;
    margin-top: 12px;
    padding: 0 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 17px;
    background: white;
    color: var(--hm-ink);
    font-size: 13px;
    font-weight: 900;
}

.hm-hero-note > a span {
    font-size: 18px;
}

.hm-scroll-cue {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 22px;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.hm-scroll-cue b {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.19);
    border-radius: 50%;
    animation: hmBounce 1.8s ease-in-out infinite;
}

@keyframes hmBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(5px); }
}

/* Animated marquee and action dock */
.hm-marquee {
    position: relative;
    z-index: 5;
    overflow: hidden;
    background: var(--hm-lime);
    color: var(--hm-ink);
    transform: rotate(-1deg) scale(1.01);
    box-shadow: 0 12px 30px rgba(18, 20, 38, 0.10);
}

.hm-marquee > div {
    width: max-content;
    min-height: 58px;
    display: flex;
    align-items: center;
    gap: 26px;
    white-space: nowrap;
    animation: hmMarquee 28s linear infinite;
}

.hm-marquee span {
    font-size: 13px;
    font-weight: 950;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.hm-marquee i {
    color: var(--hm-blue);
    font-style: normal;
    font-size: 16px;
}

@keyframes hmMarquee {
    to { transform: translateX(-50%); }
}

/* Problems */
.hm-problems {
    padding-top: 100px;
}

.hm-problems::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    top: 60px;
    right: -240px;
    border-radius: 50%;
    background: rgba(101, 185, 255, 0.12);
    filter: blur(30px);
    pointer-events: none;
}

.hm-problem-view {
    position: relative;
    min-height: 610px;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(380px, 0.88fr);
    overflow: hidden;
    border-radius: 38px;
    background: var(--hm-navy);
    color: white;
    box-shadow: var(--hm-shadow);
}

.hm-problem-view::after {
    content: "";
    position: absolute;
    left: calc(56% - 52px);
    top: 50%;
    width: 104px;
    height: 104px;
    border-radius: 50%;
    background: var(--hm-lime);
    box-shadow: 0 14px 30px rgba(255, 214, 51, 0.24);
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.hm-problem-view::before {
    content: "→";
    position: absolute;
    z-index: 2;
    left: calc(56% - 52px);
    top: 50%;
    color: var(--hm-ink);
    font-size: 30px;
    font-weight: 700;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.hm-problem-image {
    min-height: 610px;
    background-size: cover;
    background-position: center;
    transition: filter 0.45s ease, transform 0.45s ease;
}

.hm-problem-view:hover .hm-problem-image {
    transform: scale(1.018);
}

.hm-problem-image.is-empty {
    background:
        radial-gradient(circle at 25% 20%, rgba(101,185,255,0.50), transparent 28%),
        linear-gradient(135deg, #005bbb, #063a78);
}

.hm-problem-copy {
    position: relative;
    z-index: 1;
    padding: clamp(44px, 5vw, 72px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:
        radial-gradient(circle at 100% 0%, hsla(var(--hm-topic-hue), 92%, 66%, 0.22), transparent 42%),
        var(--hm-navy);
}

.hm-problem-copy > span {
    width: max-content;
    padding: 7px 10px;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.09);
    color: var(--hm-cyan);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.hm-problem-copy h3 {
    margin: 18px 0 18px;
    font-size: clamp(36px, 4.2vw, 58px);
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.hm-problem-copy > p {
    margin: 0;
    color: rgba(255, 255, 255, 0.67);
    font-size: 16px;
    line-height: 1.75;
}

.hm-problem-points {
    margin-top: 27px;
    display: grid;
    gap: 10px;
}

.hm-problem-points span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 13px;
    font-weight: 700;
}

.hm-problem-points b {
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: rgba(255, 214, 51, 0.14);
    color: var(--hm-lime);
    font-size: 11px;
}

.hm-problem-controls {
    margin-top: 38px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.hm-problem-controls > button {
    width: 46px;
    height: 46px;
    flex: 0 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.07);
    color: white;
    cursor: pointer;
    font-size: 18px;
    transition: background 0.2s ease, transform 0.2s ease;
}

.hm-problem-controls > button:hover {
    background: var(--hm-lime);
    color: var(--hm-ink);
    transform: translateY(-2px);
}

.hm-problem-tabs {
    flex: 1;
    display: flex;
    gap: 6px;
}

.hm-problem-tabs button {
    width: 9px;
    height: 9px;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.22);
    color: transparent;
    cursor: pointer;
    transition: width 0.25s ease, background 0.25s ease;
}

.hm-problem-tabs button.is-active {
    width: 34px;
    background: var(--hm-lime);
}

/* Solutions / voting */
.hm-solutions {
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 10%, rgba(0, 91, 187, 0.08), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f5f6fb 100%);
}

.hm-solutions::after {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    right: -300px;
    top: 320px;
    border-radius: 50%;
    background: rgba(11, 111, 216, 0.10);
    filter: blur(25px);
}

.hm-vote-progress {
    position: relative;
    z-index: 2;
    min-height: 92px;
    margin-bottom: 18px;
    padding: 18px 20px;
    display: grid;
    grid-template-columns: minmax(230px, auto) minmax(260px, 1fr) auto;
    align-items: center;
    gap: 24px;
    border: 1px solid rgba(255, 255, 255, 0.94);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: var(--hm-shadow-soft);
    backdrop-filter: blur(16px);
}

.hm-vote-progress > div:first-child {
    display: grid;
    gap: 3px;
}

.hm-vote-progress strong {
    font-size: 14px;
    letter-spacing: -0.02em;
}

.hm-vote-progress span {
    color: var(--hm-muted);
    font-size: 11px;
}

.hm-progress {
    height: 10px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(18, 20, 38, 0.08);
}

.hm-progress > span {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--hm-blue), var(--hm-cyan), var(--hm-lime));
    box-shadow: 0 0 18px rgba(101, 185, 255, 0.45);
    transition: width 0.42s cubic-bezier(.2,.8,.2,1);
}

.hm-quiet-button {
    padding: 9px 12px;
    border: 0;
    border-radius: 11px;
    background: rgba(18, 20, 38, 0.05);
    color: var(--hm-muted);
    cursor: pointer;
    font-size: 11px;
    font-weight: 800;
    transition: color 0.2s ease, background 0.2s ease;
}

.hm-quiet-button:hover {
    background: rgba(21, 63, 115, 0.10);
    color: var(--hm-red);
}

.hm-topic-scroller {
    position: relative;
    z-index: 2;
    margin-bottom: 18px;
    padding: 8px;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    border: 1px solid rgba(255, 255, 255, 0.92);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.65);
    box-shadow: 0 10px 32px rgba(31, 35, 77, 0.06);
    backdrop-filter: blur(15px);
}

.hm-topic-scroller::-webkit-scrollbar {
    display: none;
}

.hm-topic-tab {
    position: relative;
    min-width: 185px;
    min-height: 64px;
    padding: 10px 14px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px;
    border: 0;
    border-radius: 16px;
    background: transparent;
    color: var(--hm-muted);
    text-align: left;
    cursor: pointer;
    transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.hm-topic-tab:hover {
    background: rgba(0, 91, 187, 0.06);
    color: var(--hm-ink);
}

.hm-topic-tab.is-active {
    background: var(--hm-ink);
    color: white;
    box-shadow: 0 12px 28px rgba(18, 20, 38, 0.20);
    transform: translateY(-1px);
}

.hm-topic-tab > span {
    width: 29px;
    height: 29px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: rgba(0, 91, 187, 0.10);
    color: var(--hm-blue);
    font-size: 10px;
    font-weight: 950;
}

.hm-topic-tab.is-active > span {
    background: var(--hm-lime);
    color: var(--hm-ink);
}

.hm-topic-tab strong {
    overflow: hidden;
    font-size: 12px;
    font-weight: 850;
    line-height: 1.3;
    text-overflow: ellipsis;
}

.hm-topic-tab > b {
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: rgba(20, 118, 212, 0.12);
    color: var(--hm-green);
    font-size: 10px;
}











































.hm-proposal {
    position: relative;
    padding: 16px 18px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 20px;
    border: 1px solid var(--hm-line);
    border-radius: 20px;
    background: white;
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.hm-proposal:hover {
    z-index: 2;
    border-color: rgba(0, 91, 187, 0.20);
    box-shadow: 0 14px 34px rgba(31, 35, 77, 0.09);
    transform: translateY(-2px);
}

.hm-proposal.is-answered {
    border-color: rgba(20, 118, 212, 0.20);
    background: linear-gradient(90deg, rgba(20, 118, 212, 0.035), white 24%);
}

.hm-proposal-main {
    min-width: 0;
}

.hm-proposal-title {
    width: 100%;
    padding: 0;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 13px;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
}

.hm-proposal-title > span {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: rgba(0, 91, 187, 0.08);
    color: var(--hm-blue);
    font-size: 10px;
    font-weight: 950;
}

.hm-proposal-title strong {
    overflow: hidden;
    font-size: 14px;
    font-weight: 850;
    line-height: 1.35;
    text-overflow: ellipsis;
}

.hm-proposal-title > b {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: rgba(18, 20, 38, 0.05);
    color: var(--hm-muted);
    font-size: 17px;
    transition: background 0.2s ease, transform 0.2s ease;
}

.hm-proposal-title:hover > b {
    background: var(--hm-blue);
    color: white;
    transform: rotate(90deg);
}

.hm-proposal-main > p {
    margin: 7px 0 0 47px;
    color: var(--hm-muted);
    font-size: 12px;
    line-height: 1.5;
}

.hm-vote-options {
    display: flex;
    gap: 7px;
}

.hm-vote-options button {
    min-height: 42px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid var(--hm-line);
    border-radius: 13px;
    background: white;
    color: var(--hm-muted);
    cursor: pointer;
    font-size: 11px;
    font-weight: 850;
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.hm-vote-options button:hover {
    transform: translateY(-1px);
}

.hm-vote-options button b {
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    border-radius: 7px;
    background: rgba(18, 20, 38, 0.05);
    font-size: 10px;
}

.hm-vote-agree:hover,
.hm-vote-agree.is-selected {
    border-color: rgba(20, 118, 212, 0.25) !important;
    background: rgba(20, 118, 212, 0.09) !important;
    color: #005bbb !important;
}

.hm-vote-disagree:hover,
.hm-vote-disagree.is-selected {
    border-color: rgba(21, 63, 115, 0.26) !important;
    background: rgba(21, 63, 115, 0.09) !important;
    color: #123c73 !important;
}

.hm-vote-neutral:hover,
.hm-vote-neutral.is-selected {
    border-color: rgba(0, 91, 187, 0.24) !important;
    background: rgba(0, 91, 187, 0.08) !important;
    color: var(--hm-blue) !important;
}

.hm-topic-footer {
    padding: 23px 38px 34px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.hm-results {
    position: relative;
    z-index: 2;
    margin-top: 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: var(--hm-shadow-soft);
    backdrop-filter: blur(16px);
}

.hm-results summary {
    min-height: 92px;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
    list-style: none;
}

.hm-results summary::-webkit-details-marker {
    display: none;
}

.hm-results summary > span {
    display: grid;
    gap: 3px;
}

.hm-results summary b {
    font-size: 15px;
}

.hm-results summary small {
    color: var(--hm-muted);
    font-size: 11px;
}

.hm-results summary > strong {
    padding: 9px 13px;
    border-radius: 11px;
    background: var(--hm-ink);
    color: white;
    font-size: 11px;
}

.hm-result-list {
    padding: 0 14px 14px;
    display: grid;
    gap: 7px;
}

.hm-result-item {
    min-height: 70px;
    padding: 11px 14px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 13px;
    border: 0;
    border-radius: 16px;
    background: rgba(18, 20, 38, 0.035);
    cursor: pointer;
    text-align: left;
    transition: background 0.2s ease, transform 0.2s ease;
}

.hm-result-item:hover {
    background: rgba(0, 91, 187, 0.07);
    transform: translateX(3px);
}

.hm-result-item > span {
    width: 33px;
    height: 33px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: white;
    color: var(--hm-blue);
    font-size: 11px;
    font-weight: 900;
}

.hm-result-item > div {
    min-width: 0;
    display: grid;
    gap: 2px;
}

.hm-result-item strong {
    overflow: hidden;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hm-result-item small {
    color: var(--hm-muted);
    font-size: 10px;
}

.hm-result-item > b {
    color: var(--hm-blue);
    font-size: 16px;
}

/* Quiz */
.hm-quiz {
    overflow: hidden;
    background:
        radial-gradient(circle at 13% 15%, rgba(255, 214, 51, 0.18), transparent 27%),
        radial-gradient(circle at 90% 80%, rgba(101, 185, 255, 0.18), transparent 28%),
        linear-gradient(135deg, #031d44, #0752a3 55%, #06356f);
    color: white;
}

.hm-quiz::before {
    content: "QUIZ";
    position: absolute;
    right: -2vw;
    top: 20px;
    color: rgba(255, 255, 255, 0.028);
    font-size: min(29vw, 390px);
    font-weight: 950;
    line-height: 1;
    letter-spacing: -0.09em;
    pointer-events: none;
}

.hm-quiz-shell {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(310px, 0.70fr) minmax(0, 1.3fr);
    align-items: stretch;
    gap: 30px;
}

.hm-quiz-intro {
    padding: 30px 20px 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hm-quiz-intro h2 {
    margin: 18px 0 18px;
    font-size: clamp(42px, 5vw, 66px);
    line-height: 0.98;
    letter-spacing: -0.06em;
}

.hm-quiz-intro > p {
    margin: 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 16px;
    line-height: 1.7;
}

.hm-quiz-facts {
    margin: 30px 0 18px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.hm-quiz-facts span {
    min-height: 88px;
    padding: 13px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.58);
    font-size: 10px;
    backdrop-filter: blur(12px);
}

.hm-quiz-facts strong {
    color: var(--hm-lime);
    font-size: 25px;
    line-height: 1;
}

.hm-rules {
    margin-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.hm-rules summary {
    padding: 14px 0;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    font-weight: 850;
}

.hm-rules div {
    padding: 0 0 16px;
    color: rgba(255, 255, 255, 0.60);
    font-size: 12px;
}

.hm-rules p,
.hm-rules ul {
    margin: 0 0 10px;
}

.hm-rules ul {
    padding-left: 18px;
}

.hm-form-note {
    min-height: 24px;
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 11px;
}

.hm-form-note[data-type="success"] {
    color: var(--hm-lime);
}

.hm-form-note[data-type="error"] {
    color: #ffd633;
}

.hm-quiz-card {
    min-height: 590px;
    padding: 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(24px) saturate(140%);
}

.hm-quiz-empty,
.hm-quiz-contact {
    height: 100%;
    min-height: 540px;
    padding: 38px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background: white;
    color: var(--hm-ink);
    text-align: center;
}

.hm-quiz-empty > span,
.hm-success-mark {
    width: 78px;
    height: 78px;
    display: grid;
    place-items: center;
    border-radius: 25px;
    background: linear-gradient(135deg, var(--hm-blue), var(--hm-blue-2));
    color: white;
    box-shadow: 0 16px 36px rgba(0, 91, 187, 0.26);
    font-size: 32px;
    font-weight: 950;
    transform: rotate(-5deg);
}

.hm-success-mark {
    background: linear-gradient(135deg, var(--hm-yellow), #ffe36d);
    color: var(--hm-navy);
}

.hm-quiz-empty h3,
.hm-quiz-contact h3 {
    margin: 24px 0 8px;
    font-size: 29px;
    letter-spacing: -0.04em;
}

.hm-quiz-empty p,
.hm-quiz-contact > p {
    max-width: 460px;
    margin: 0;
    color: var(--hm-muted);
    font-size: 14px;
}

.hm-quiz-running {
    height: 100%;
    min-height: 540px;
    padding: 30px;
    border-radius: 24px;
    background: white;
    color: var(--hm-ink);
}

.hm-quiz-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.hm-quiz-topbar > div {
    display: grid;
    gap: 3px;
}

.hm-quiz-topbar span {
    color: var(--hm-blue);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

.hm-quiz-topbar strong {
    font-size: 13px;
}

.hm-quiz-topbar time {
    min-width: 92px;
    padding: 11px 15px;
    border-radius: 14px;
    background: var(--hm-ink);
    color: var(--hm-lime);
    font-size: 22px;
    font-weight: 950;
    letter-spacing: -0.04em;
    text-align: center;
}

.hm-quiz-progress {
    margin: 20px 0 34px;
}

.hm-question h3 {
    margin: 0 0 24px;
    font-size: clamp(25px, 3.2vw, 38px);
    line-height: 1.14;
    letter-spacing: -0.04em;
}

.hm-answer-list {
    display: grid;
    gap: 10px;
}

.hm-answer-list button {
    min-height: 62px;
    padding: 13px 16px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 13px;
    border: 1px solid var(--hm-line);
    border-radius: 17px;
    background: white;
    color: var(--hm-ink);
    cursor: pointer;
    text-align: left;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.hm-answer-list button:hover {
    border-color: rgba(0, 91, 187, 0.30);
    background: rgba(0, 91, 187, 0.04);
    transform: translateX(3px);
}

.hm-answer-list button.is-selected {
    border-color: var(--hm-blue);
    background: rgba(0, 91, 187, 0.08);
}

.hm-answer-list button b {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: rgba(18, 20, 38, 0.05);
    color: var(--hm-blue);
    font-size: 11px;
}

.hm-answer-list button.is-selected b {
    background: var(--hm-blue);
    color: white;
}

.hm-quiz-navigation {
    margin-top: 30px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 15px;
}

.hm-quiz-dots {
    display: flex;
    justify-content: center;
    gap: 5px;
    overflow-x: auto;
    scrollbar-width: none;
}

.hm-quiz-dots::-webkit-scrollbar {
    display: none;
}

.hm-quiz-dots button {
    width: 9px;
    height: 9px;
    padding: 0;
    flex: 0 0 auto;
    overflow: hidden;
    border: 0;
    border-radius: 99px;
    background: rgba(18, 20, 38, 0.12);
    color: transparent;
    cursor: pointer;
    transition: width 0.2s ease, background 0.2s ease;
}

.hm-quiz-dots button.is-active {
    width: 28px;
    background: var(--hm-blue);
}

.hm-quiz-dots button.is-answered:not(.is-active) {
    background: var(--hm-green);
}

.hm-contact-grid {
    width: 100%;
    max-width: 520px;
    margin: 25px 0 18px;
    display: grid;
    gap: 11px;
}

.hm-contact-grid label,
.hm-note-field {
    display: grid;
    gap: 6px;
    text-align: left;
}

.hm-contact-grid label > span,
.hm-note-field > span {
    color: var(--hm-muted);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.hm-contact-grid input,
.hm-note-field textarea {
    width: 100%;
    min-height: 50px;
    padding: 12px 14px;
    border: 1px solid var(--hm-line);
    border-radius: 14px;
    outline: none;
    background: #f8f9fc;
    color: var(--hm-ink);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.hm-note-field textarea {
    min-height: 110px;
    resize: vertical;
}

.hm-contact-grid input:focus,
.hm-note-field textarea:focus {
    border-color: var(--hm-blue);
    background: white;
    box-shadow: 0 0 0 4px rgba(0, 91, 187, 0.10);
}

/* Media */
.hm-media {
    background: white;
}

.hm-media-head {
    align-items: end;
}

.hm-filters {
    width: max-content;
    padding: 6px;
    display: flex;
    gap: 4px;
    border: 1px solid var(--hm-line);
    border-radius: 16px;
    background: var(--hm-bg);
}

.hm-filters button {
    min-height: 38px;
    padding: 0 14px;
    border: 0;
    border-radius: 11px;
    background: transparent;
    color: var(--hm-muted);
    cursor: pointer;
    font-size: 11px;
    font-weight: 850;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.hm-filters button:hover {
    color: var(--hm-ink);
}

.hm-filters button.is-active {
    background: var(--hm-ink);
    color: white;
    box-shadow: 0 8px 18px rgba(18, 20, 38, 0.16);
}

.hm-media-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
}

.hm-media-card {
    grid-column: span 4;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--hm-line);
    border-radius: 26px;
    background: white;
    box-shadow: 0 10px 30px rgba(31, 35, 77, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hm-media-card:nth-child(1),
.hm-media-card:nth-child(5n/**/+1) {
    grid-column: span 6;
}

.hm-media-card:nth-child(2),
.hm-media-card:nth-child(5n/**/+2) {
    grid-column: span 6;
}

.hm-media-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 55px rgba(31, 35, 77, 0.12);
}

.hm-media-image {
    position: relative;
    width: 100%;
    height: 260px;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: var(--hm-ink);
    cursor: pointer;
}

.hm-media-card:nth-child(1) .hm-media-image,
.hm-media-card:nth-child(2) .hm-media-image,
.hm-media-card:nth-child(5n/**/+1) .hm-media-image,
.hm-media-card:nth-child(5n/**/+2) .hm-media-image {
    height: 330px;
}

.hm-media-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease, filter 0.45s ease;
}

.hm-media-card:hover .hm-media-image img {
    transform: scale(1.045);
}

.hm-media-image > span {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 7px 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.88);
    color: var(--hm-ink);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    backdrop-filter: blur(12px);
}

.hm-media-image > i {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--hm-lime);
    color: var(--hm-ink);
    font-style: normal;
    font-size: 20px;
    box-shadow: 0 15px 35px rgba(18, 20, 38, 0.22);
    transform: translate(-50%, -50%);
    transition: transform 0.22s ease;
}

.hm-media-card:hover .hm-media-image > i {
    transform: translate(-50%, -50%) scale(1.08);
}

.hm-media-card > div {
    padding: 22px;
}

.hm-media-card > div > span {
    color: var(--hm-blue);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

.hm-media-card h3 {
    margin: 7px 0 8px;
    font-size: 21px;
    line-height: 1.18;
    letter-spacing: -0.035em;
}

.hm-media-card p {
    margin: 0;
    color: var(--hm-muted);
    font-size: 12px;
    line-height: 1.6;
}

.hm-media-card > div > button {
    margin-top: 18px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--hm-ink);
    cursor: pointer;
    font-size: 11px;
    font-weight: 900;
}

.hm-media-card > div > button b {
    margin-left: 6px;
    color: var(--hm-blue);
    font-size: 15px;
}

/* Team */
.hm-team {
    overflow: hidden;
    background:
        radial-gradient(circle at 85% 10%, rgba(255, 214, 51, 0.13), transparent 25%),
        linear-gradient(180deg, #f2f3f8, #ffffff);
}

.hm-district-select {
    display: grid;
    gap: 7px;
}

.hm-district-select > span {
    color: var(--hm-muted);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hm-district-select select {
    min-width: 250px;
    min-height: 50px;
    padding: 0 45px 0 15px;
    border: 1px solid var(--hm-line);
    border-radius: 15px;
    outline: none;
    background: white;
    color: var(--hm-ink);
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 10px 26px rgba(31, 35, 77, 0.06);
}

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

.hm-candidate-card {
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--hm-line);
    border-radius: 26px;
    background: white;
    cursor: pointer;
    text-align: left;
    box-shadow: 0 10px 30px rgba(31, 35, 77, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hm-candidate-card:hover {
    transform: translateY(-8px) rotate(-0.4deg);
    box-shadow: 0 24px 55px rgba(31, 35, 77, 0.13);
}

.hm-candidate-photo {
    position: relative;
    height: 310px;
    overflow: hidden;
    background: linear-gradient(135deg, #daddec, #eef0f6);
}

.hm-candidate-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 65%, rgba(12, 14, 35, 0.18));
}

.hm-candidate-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.hm-candidate-card:hover .hm-candidate-photo img {
    transform: scale(1.04);
}

.hm-candidate-photo span {
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 15px;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    background: var(--hm-lime);
    color: var(--hm-ink);
    font-size: 16px;
    font-weight: 950;
    box-shadow: 0 12px 24px rgba(18, 20, 38, 0.15);
}

.hm-candidate-card > div:last-child {
    padding: 19px 20px 21px;
    display: grid;
    gap: 5px;
}

.hm-candidate-card small {
    color: var(--hm-blue);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hm-candidate-card strong {
    font-size: 18px;
    letter-spacing: -0.03em;
}

.hm-candidate-card em {
    margin-top: 8px;
    color: var(--hm-muted);
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
}

.hm-candidate-card em b {
    color: var(--hm-blue);
    font-size: 14px;
}

/* Footer */
.hm-footer {
    padding: 70px 0 34px;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 20%, rgba(0, 91, 187, 0.25), transparent 24%),
        radial-gradient(circle at 90% 70%, rgba(101, 185, 255, 0.16), transparent 22%),
        var(--hm-navy);
    color: white;
}

.hm-footer-inner {
    display: grid;
    grid-template-columns: auto minmax(220px, 1fr) auto;
    align-items: center;
    gap: 32px;
}

.hm-logo-footer {
    color: white;
}

.hm-logo-footer .hm-logo-words small {
    color: var(--hm-lime);
}

.hm-footer p {
    margin: 0;
    color: rgba(255, 255, 255, 0.55);
    font-size: 13px;
}

.hm-footer nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px 18px;
}

.hm-footer nav a {
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 800;
    transition: color 0.2s ease;
}

.hm-footer nav a:hover {
    color: var(--hm-lime);
}

.hm-footer small {
    grid-column: 1 / -1;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    color: rgba(255, 255, 255, 0.38);
    font-size: 10px;
}

/* Modal */
.hm-modal {
    position: fixed;
    z-index: 3000;
    inset: 0;
    padding: 28px;
    display: grid;
    place-items: center;
    overflow-y: auto;
    background: rgba(7, 9, 24, 0.68);
    opacity: 0;
    visibility: hidden;
    backdrop-filter: blur(14px);
    transition: opacity 0.22s ease, visibility 0.22s ease;
}

.hm-modal.is-open {
    opacity: 1;
    visibility: visible;
}

.hm-modal-dialog {
    position: relative;
    width: min(720px, 100%);
    max-height: calc(100vh - 56px);
    padding: clamp(28px, 5vw, 50px);
    overflow-y: auto;
    border: 1px solid rgba(255, 255, 255, 0.88);
    border-radius: 30px;
    background: white;
    box-shadow: 0 38px 100px rgba(0, 0, 0, 0.30);
    transform: translateY(20px) scale(0.98);
    transition: transform 0.25s ease;
}

.hm-modal.is-open .hm-modal-dialog {
    transform: translateY(0) scale(1);
}

.hm-modal-close {
    position: sticky;
    z-index: 2;
    float: right;
    top: 0;
    width: 42px;
    height: 42px;
    margin: -16px -16px 10px 15px;
    border: 0;
    border-radius: 14px;
    background: rgba(18, 20, 38, 0.06);
    color: var(--hm-ink);
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
}

.hm-modal-kicker {
    color: var(--hm-blue);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hm-modal h2 {
    margin: 11px 0 14px;
    font-size: clamp(34px, 5vw, 54px);
    line-height: 1;
    letter-spacing: -0.055em;
}

.hm-modal-lead {
    margin: 0 0 24px;
    color: var(--hm-ink-2);
    font-size: 17px;
    line-height: 1.65;
}

.hm-modal-text {
    color: var(--hm-muted);
    font-size: 14px;
    line-height: 1.8;
}

.hm-modal-text p:first-child {
    margin-top: 0;
}

.hm-modal-stats {
    margin: 26px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
}

.hm-modal-stats span {
    min-height: 90px;
    padding: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 16px;
    background: var(--hm-bg);
    color: var(--hm-muted);
    font-size: 10px;
}

.hm-modal-stats strong {
    color: var(--hm-blue);
    font-size: 24px;
    letter-spacing: -0.04em;
}

.hm-modal-choice {
    margin: 0 0 20px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    border-radius: 15px;
    background: rgba(0, 91, 187, 0.07);
    font-size: 12px;
}

.hm-modal-choice span {
    color: var(--hm-muted);
}

.hm-modal-choice strong {
    color: var(--hm-blue);
}

.hm-note-field {
    margin-bottom: 14px;
}

.hm-candidate-modal-head {
    margin-bottom: 25px;
    display: grid;
    grid-template-columns: 120px 1fr;
    align-items: center;
    gap: 22px;
}

.hm-candidate-modal-head img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 24px;
    background: var(--hm-bg);
}

.hm-candidate-modal-head h2 {
    margin-bottom: 6px;
}

.hm-candidate-modal-head p {
    margin: 0;
    color: var(--hm-muted);
    font-size: 12px;
}

.hm-bio {
    margin-bottom: 22px;
}

.hm-video-embed {
    position: relative;
    margin: 24px 0;
    overflow: hidden;
    border-radius: 20px;
    background: var(--hm-ink);
    aspect-ratio: 16 / 9;
}

.hm-video-embed iframe,
.hm-video-embed video {
    width: 100%;
    height: 100%;
    border: 0;
}

.hm-empty-state {
    grid-column: 1 / -1;
    padding: 50px 24px;
    border: 1px dashed rgba(18, 20, 38, 0.16);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.60);
    color: var(--hm-muted);
    font-size: 13px;
    text-align: center;
}

/* Scroll reveal */




.hm-reveal-zone.is-visible .hm-problem-view,
.hm-reveal-zone.is-visible .hm-topic-scroller,
.hm-reveal-zone.is-visible .hm-quiz-card,
.hm-reveal-zone.is-visible .hm-candidate-grid {
    transition-delay: 0.10s;
}



/* Responsive */
@media (max-width: 1120px) {
    :root {
        --hm-wrap: 1040px;
    }

    .hm-hero {
        min-height: 840px;
    }

    .hm-hero-inner {
        grid-template-columns: minmax(0, 1fr) 340px;
        gap: 52px;
    }

    .hm-hero-note {
        min-height: 500px;
    }

    .hm-problem-view::before,
    .hm-problem-view::after {
        display: none;
    }

    .hm-problem-view {
        grid-template-columns: 1.08fr 0.92fr;
    }

    .hm-candidate-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 920px) {
    :root {
        --hm-topbar: 74px;
    }

    .hm-section {
        padding: 92px 0;
    }

    .hm-topbar {
        top: 10px;
    }

    .admin-bar .hm-topbar {
        top: 42px;
    }

    .hm-menu-button {
        display: block;
    }

    .hm-navigation {
        position: absolute;
        top: 74px;
        left: 22px;
        right: 22px;
        padding: 10px;
        display: grid;
        gap: 4px;
        border: 1px solid rgba(255, 255, 255, 0.9);
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.96);
        box-shadow: var(--hm-shadow);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-8px);
        transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    }

    .hm-topbar.is-menu-open .hm-navigation {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .hm-navigation a {
        padding: 13px 14px;
    }

    .hm-topbar-action {
        margin-left: 0;
    }

    .hm-hero {
        min-height: auto;
        padding: 130px 0 92px;
    }

    .hm-hero-inner {
        grid-template-columns: 1fr;
        gap: 46px;
    }

    .hm-hero-copy h1 {
        max-width: 800px;
        font-size: clamp(64px, 12vw, 100px);
    }

    .hm-hero-note {
        max-width: 600px;
        min-height: auto;
        transform: none;
    }

    .hm-hero-photo {
        height: 270px;
    }

    .hm-scroll-cue {
        display: none;
    }

    .hm-section-head-split {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .hm-problem-view {
        grid-template-columns: 1fr;
    }

    .hm-problem-image {
        min-height: 420px;
    }

    .hm-vote-progress {
        grid-template-columns: 1fr;
        gap: 13px;
    }

    .hm-quiet-button {
        width: max-content;
    }

    .hm-proposal {
        grid-template-columns: 1fr;
    }

    .hm-vote-options {
        margin-left: 47px;
    }

    .hm-quiz-shell {
        grid-template-columns: 1fr;
    }

    .hm-quiz-intro {
        padding-right: 0;
    }

    .hm-media-card,
    .hm-media-card:nth-child(1),
    .hm-media-card:nth-child(2),
    .hm-media-card:nth-child(5n/**/+1),
    .hm-media-card:nth-child(5n/**/+2) {
        grid-column: span 6;
    }

    .hm-candidate-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hm-footer-inner {
        grid-template-columns: 1fr;
        justify-items: start;
    }

    .hm-footer nav {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    :root {
        --hm-radius-lg: 28px;
    }

    .hm-wrap {
        width: min(calc(100% - 26px), var(--hm-wrap));
    }

    .hm-section {
        padding: 74px 0;
    }

    .hm-topbar-inner {
        padding-left: 13px;
        gap: 10px;
        border-radius: 18px;
    }

    .hm-topbar-action {
        display: none;
    }

    .hm-logo > i {
        width: 32px;
        height: 32px;
    }

    .hm-hero {
        padding-top: 112px;
    }

    .hm-live-pill {
        font-size: 9px;
    }

    .hm-hero-copy h1 {
        margin-top: 20px;
        font-size: clamp(56px, 18vw, 78px);
        line-height: 0.84;
    }

    .hm-hero-copy h1 em {
        margin-top: 18px;
        font-size: 0.34em;
        line-height: 1.12;
    }

    .hm-hero-copy > p {
        font-size: 16px;
    }

    .hm-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hm-button {
        width: 100%;
        min-height: 55px;
    }

    .hm-hero-proof {
        display: grid;
        gap: 9px;
    }

    .hm-hero-note {
        padding: 12px;
        border-radius: 25px;
    }

    .hm-hero-photo {
        height: 200px;
        border-radius: 18px;
    }

    .hm-hero-stat-grid {
        grid-template-columns: 1fr;
    }

    .hm-hero-stat-grid > div {
        min-height: 70px;
        flex-direction: row;
        align-items: center;
    }

    .hm-marquee > div {
        min-height: 50px;
    }

    .hm-section-head {
        margin-bottom: 32px;
    }

    .hm-section-head h2 {
        font-size: clamp(36px, 12vw, 50px);
    }

    .hm-section-head > p,
    .hm-section-head-split > p {
        font-size: 15px;
    }

    .hm-problem-view {
        min-height: 0;
        border-radius: 28px;
    }

    .hm-problem-image {
        min-height: 280px;
    }

    .hm-problem-copy {
        padding: 30px 24px;
    }

    .hm-problem-copy h3 {
        font-size: 36px;
    }

    

    

    

    

    

    

    

    

    

    .hm-proposal {
        padding: 14px;
    }

    .hm-proposal-main > p {
        margin-left: 0;
    }

    .hm-vote-options {
        margin-left: 0;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .hm-vote-options button {
        min-width: 0;
        padding: 8px 5px;
        flex-direction: column;
        gap: 3px;
    }

    .hm-vote-options button span {
        font-size: 9px;
    }

    .hm-topic-footer {
        padding: 18px 18px 24px;
        display: grid;
        grid-template-columns: 1fr;
    }

    .hm-topic-footer .hm-button {
        width: 100%;
    }

    .hm-results summary {
        padding: 16px;
    }

    .hm-result-item {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .hm-result-item > b {
        grid-column: 2;
    }

    .hm-quiz-card {
        min-height: 0;
        padding: 10px;
        border-radius: 26px;
    }

    .hm-quiz-empty,
    .hm-quiz-running,
    .hm-quiz-contact {
        min-height: 500px;
        padding: 24px 18px;
        border-radius: 20px;
    }

    .hm-quiz-facts {
        grid-template-columns: 1fr;
    }

    .hm-quiz-facts span {
        min-height: 64px;
        flex-direction: row;
        align-items: center;
    }

    .hm-quiz-navigation {
        grid-template-columns: 1fr 1fr;
    }

    .hm-quiz-dots {
        grid-column: 1 / -1;
        grid-row: 1;
    }

    .hm-quiz-navigation .hm-button {
        width: 100%;
    }

    .hm-media-head {
        align-items: flex-start;
    }

    .hm-filters {
        width: 100%;
    }

    .hm-filters button {
        flex: 1;
    }

    .hm-media-card,
    .hm-media-card:nth-child(1),
    .hm-media-card:nth-child(2),
    .hm-media-card:nth-child(5n/**/+1),
    .hm-media-card:nth-child(5n/**/+2) {
        grid-column: 1 / -1;
    }

    .hm-media-image,
    .hm-media-card:nth-child(1) .hm-media-image,
    .hm-media-card:nth-child(2) .hm-media-image,
    .hm-media-card:nth-child(5n/**/+1) .hm-media-image,
    .hm-media-card:nth-child(5n/**/+2) .hm-media-image {
        height: 240px;
    }

    .hm-district-select,
    .hm-district-select select {
        width: 100%;
        min-width: 0;
    }

    .hm-candidate-grid {
        grid-template-columns: 1fr;
    }

    .hm-candidate-photo {
        height: 360px;
    }

    .hm-footer {
        padding-top: 54px;
    }

    .hm-modal {
        padding: 10px;
        align-items: end;
    }

    .hm-modal-dialog {
        width: 100%;
        max-height: calc(100vh - 20px);
        padding: 26px 20px 34px;
        border-radius: 26px 26px 20px 20px;
    }

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

    .hm-modal-stats span {
        min-height: 65px;
        flex-direction: row;
        align-items: center;
    }

    .hm-candidate-modal-head {
        grid-template-columns: 85px 1fr;
        gap: 15px;
    }

    .hm-candidate-modal-head img {
        width: 85px;
        height: 85px;
        border-radius: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }

    
}

.hm-button.is-pressed,
.hm-topbar-action.is-pressed {
    transform: scale(0.975) !important;
}


/* =========================================================
   v47 – bielo-modro-žlté rozhranie a dominantná anketa
   ========================================================= */
body::before {
    background:
        radial-gradient(circle at 10% 10%, rgba(0, 91, 187, 0.07), transparent 28%),
        radial-gradient(circle at 92% 34%, rgba(255, 214, 51, 0.12), transparent 24%),
        linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
}

::selection {
    background: var(--hm-yellow);
    color: var(--hm-navy);
}

.hm-topbar-inner {
    border-color: rgba(0, 91, 187, 0.12);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 16px 48px rgba(0, 61, 130, 0.13);
}

.hm-logo > i,
.hm-button-blue {
    background: linear-gradient(135deg, var(--hm-blue), var(--hm-blue-2));
}

.hm-topbar-action {
    background: var(--hm-blue);
    box-shadow: 0 10px 24px rgba(0, 91, 187, 0.24);
}

.hm-topbar-action:hover {
    background: var(--hm-navy);
}

.hm-hero {
    background:
        radial-gradient(circle at 17% 18%, rgba(101, 185, 255, 0.35), transparent 28%),
        radial-gradient(circle at 80% 22%, rgba(255, 214, 51, 0.22), transparent 24%),
        radial-gradient(circle at 78% 82%, rgba(0, 91, 187, 0.28), transparent 27%),
        linear-gradient(135deg, #031d44 0%, #005bbb 54%, #087ee8 100%);
}

.hm-hero::before {
    opacity: 0.16;
    mix-blend-mode: soft-light;
    filter: contrast(1.08) saturate(0.45);
}

.hm-hero::after {
    background: linear-gradient(180deg, rgba(3, 29, 68, 0.02) 52%, rgba(3, 29, 68, 0.74));
}

.hm-hero-orb-a {
    background: radial-gradient(circle at 35% 35%, rgba(255, 214, 51, 0.82), rgba(0, 91, 187, 0.02) 66%);
}

.hm-hero-orb-b {
    background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.55), rgba(101, 185, 255, 0.03) 65%);
}

.hm-live-pill i,
.hm-hero-copy h1 em,
.hm-hero-proof b {
    color: var(--hm-yellow);
}

.hm-live-pill i {
    background: var(--hm-yellow);
    box-shadow: 0 0 0 6px rgba(255, 214, 51, 0.16), 0 0 22px rgba(255, 214, 51, 0.8);
}

.hm-button-yellow {
    background: var(--hm-yellow);
    color: var(--hm-navy);
    box-shadow: 0 16px 38px rgba(255, 214, 51, 0.24);
}

.hm-button-yellow:hover:not(:disabled) {
    background: #ffe36d;
    box-shadow: 0 22px 45px rgba(255, 214, 51, 0.34);
}

.hm-hero-note {
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(0, 54, 122, 0.36);
    box-shadow: 0 30px 80px rgba(1, 22, 54, 0.42);
}



.hm-marquee {
    background: var(--hm-yellow);
    color: var(--hm-navy);
    box-shadow: 0 12px 30px rgba(0, 61, 130, 0.16);
}

.hm-marquee i {
    color: var(--hm-blue);
}

/* Karty problémov idú bezprostredne pod pohyblivý pás. */
.hm-problems.hm-section {
    padding: 38px 0 26px;
    background: #ffffff;
}

.hm-problems::before {
    width: 360px;
    height: 360px;
    top: -40px;
    right: -180px;
    background: rgba(255, 214, 51, 0.18);
}

.hm-problem-view {
    min-height: 570px;
    border: 3px solid rgba(0, 91, 187, 0.13);
    background: var(--hm-navy);
    box-shadow: 0 30px 80px rgba(0, 61, 130, 0.18);
}

.hm-problem-image {
    min-height: 570px;
}

.hm-problem-copy {
    background:
        radial-gradient(circle at 100% 0%, rgba(101, 185, 255, 0.22), transparent 42%),
        linear-gradient(145deg, #031d44, #064b98);
}

.hm-problem-copy > span {
    background: rgba(255, 214, 51, 0.13);
    color: var(--hm-yellow);
}

.hm-problem-points b {
    background: rgba(255, 214, 51, 0.15);
    color: var(--hm-yellow);
}

.hm-problem-controls > button:hover {
    background: var(--hm-yellow);
    color: var(--hm-navy);
}

/* Hlavný bod webu – anketa. Bez úvodných textov a pomocného panelu. */
.hm-solutions.hm-section {
    padding: 42px 0 118px;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 14%, rgba(255, 214, 51, 0.28), transparent 22%),
        radial-gradient(circle at 92% 32%, rgba(101, 185, 255, 0.24), transparent 24%),
        linear-gradient(145deg, #004a9f 0%, #0069cf 48%, #031d44 100%);
}

.hm-solutions::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.14;
    background-image:
        linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px);
    background-size: 58px 58px;
    mask-image: linear-gradient(to bottom, #000, transparent 92%);
}

.hm-solutions::after {
    width: 540px;
    height: 540px;
    right: -250px;
    top: 80px;
    background: rgba(255, 214, 51, 0.18);
    filter: blur(38px);
}

.hm-solutions .hm-wrap {
    position: relative;
    z-index: 2;
}

.hm-topic-scroller {
    margin-bottom: 16px;
    padding: 9px;
    border: 3px solid var(--hm-yellow);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 46px rgba(1, 28, 66, 0.28);
}

.hm-topic-tab {
    color: var(--hm-muted);
}

.hm-topic-tab:hover {
    background: rgba(0, 91, 187, 0.07);
}

.hm-topic-tab.is-active {
    background: var(--hm-yellow);
    color: var(--hm-navy);
    box-shadow: 0 12px 28px rgba(255, 214, 51, 0.24);
}

.hm-topic-tab > span {
    background: rgba(0, 91, 187, 0.09);
    color: var(--hm-blue);
}

.hm-topic-tab.is-active > span {
    background: var(--hm-blue);
    color: white;
}

.hm-topic-tab > b {
    background: rgba(0, 91, 187, 0.10);
    color: var(--hm-blue);
}



















.hm-proposal {
    border-color: rgba(0, 91, 187, 0.13);
}

.hm-proposal:hover {
    border-color: rgba(0, 91, 187, 0.34);
    box-shadow: 0 14px 34px rgba(0, 61, 130, 0.12);
}

.hm-proposal.is-answered {
    border-color: rgba(0, 91, 187, 0.26);
    background: linear-gradient(90deg, rgba(0, 91, 187, 0.055), #ffffff 28%);
}

.hm-vote-agree:hover,
.hm-vote-agree.is-selected {
    border-color: rgba(0, 91, 187, 0.34) !important;
    background: rgba(0, 91, 187, 0.10) !important;
    color: var(--hm-blue) !important;
}

.hm-vote-disagree:hover,
.hm-vote-disagree.is-selected {
    border-color: rgba(3, 29, 68, 0.28) !important;
    background: rgba(3, 29, 68, 0.08) !important;
    color: var(--hm-navy) !important;
}

.hm-vote-neutral:hover,
.hm-vote-neutral.is-selected {
    border-color: rgba(255, 214, 51, 0.75) !important;
    background: rgba(255, 214, 51, 0.20) !important;
    color: var(--hm-navy) !important;
}

.hm-topic-footer .hm-button-ghost {
    border-color: rgba(0, 91, 187, 0.16);
}

.hm-results {
    border: 2px solid rgba(255, 214, 51, 0.92);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 20px 55px rgba(1, 24, 58, 0.25);
}

.hm-quiz {
    background:
        radial-gradient(circle at 13% 15%, rgba(255, 214, 51, 0.22), transparent 27%),
        radial-gradient(circle at 90% 80%, rgba(101, 185, 255, 0.20), transparent 28%),
        linear-gradient(135deg, #031d44, #005bbb 58%, #087ee8);
}

.hm-footer,
.hm-modal-card {
    --hm-topic-hue: 210;
}

@media (max-width: 820px) {
    .hm-problems.hm-section {
        padding: 24px 0 18px;
    }

    .hm-solutions.hm-section {
        padding: 28px 0 82px;
    }

    .hm-problem-view,
    .hm-problem-image {
        min-height: 0;
    }

    

    
}

/* -------------------------------------------------------------------------
   v48: nastaviteľné moderné nadpisy sekcií a fotografie pozadia
   ---------------------------------------------------------------------- */
.hm-section-head-modern {
    position: relative;
    z-index: 3;
    max-width: 820px;
    margin: 0 0 34px;
    padding-left: 24px;
}
.hm-section-head-modern::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 4px;
    width: 5px;
    border-radius: 99px;
    background: linear-gradient(180deg, var(--hm-yellow), var(--hm-blue-2));
    box-shadow: 0 0 0 8px rgba(255, 214, 51, .10);
}
.hm-section-head-modern h2 {
    max-width: 780px;
    margin-top: 12px;
    font-size: clamp(34px, 5.4vw, 68px);
    line-height: .96;
    letter-spacing: -.055em;
}
.hm-section-head-modern > p {
    max-width: 690px;
    margin-top: 15px;
    font-size: clamp(16px, 1.8vw, 20px);
    line-height: 1.55;
}
.hm-section-head-anketa {
    max-width: 900px;
    margin-bottom: 26px;
}
.hm-section-head-anketa h2 {
    color: #fff;
    text-shadow: 0 14px 38px rgba(0, 25, 72, .22);
}
.hm-section-head-anketa > p {
    color: rgba(255,255,255,.82);
}
.hm-section[style*="--hm-section-image"] {
    background-position: center !important;
    background-size: cover !important;
    background-attachment: scroll !important;
}
.hm-problems[style*="--hm-section-image"],
.hm-media[style*="--hm-section-image"],
.hm-team[style*="--hm-section-image"] {
    background-image: linear-gradient(rgba(246,250,255,.93), rgba(246,250,255,.96)), var(--hm-section-image) !important;
}
.hm-solutions[style*="--hm-section-image"] {
    background-image: linear-gradient(rgba(0,62,142,.90), rgba(0,45,108,.96)), var(--hm-section-image) !important;
}
.hm-quiz[style*="--hm-section-image"] {
    background-image: linear-gradient(rgba(3,29,68,.90), rgba(3,29,68,.96)), var(--hm-section-image) !important;
}
.hm-media-head > div > p,
.hm-team .hm-section-head > div > p {
    max-width: 650px;
    margin: 12px 0 0;
    color: var(--hm-muted);
    font-size: 17px;
}
.hm-problems .hm-problem-view {
    margin-top: 0;
}
.hm-solutions .hm-topic-scroller {
    position: relative;
    z-index: 3;
}
@media (max-width: 720px) {
    .hm-section-head-modern {
        padding-left: 17px;
        margin-bottom: 24px;
    }
    .hm-section-head-modern::before {
        width: 4px;
    }
    .hm-section-head-modern h2 {
        font-size: clamp(32px, 10vw, 48px);
    }
}

/* -------------------------------------------------------------------------
   v49: kompaktnejšia, modernejšia a čitateľnejšia anketa
   ---------------------------------------------------------------------- */
.hm-solutions .hm-wrap {
    width: min(calc(100% - 44px), 1180px);
}

.hm-topic-scroller {
    margin-bottom: 14px;
    padding: 6px;
    gap: 5px;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 18px;
    background: rgba(255,255,255,.92);
    box-shadow: 0 14px 36px rgba(1, 25, 60, .18);
}

.hm-topic-tab {
    min-width: 164px;
    min-height: 52px;
    padding: 8px 11px;
    gap: 8px;
    border-radius: 13px;
}

.hm-topic-tab > span {
    width: 27px;
    height: 27px;
    border-radius: 9px;
}

.hm-topic-tab strong {
    font-size: 11px;
    line-height: 1.25;
}

.hm-topic-tab.is-active {
    background: linear-gradient(135deg, var(--hm-blue), #087ee8);
    box-shadow: 0 9px 22px rgba(0, 91, 187, .22);
}

.hm-topic-tab.is-active > span {
    background: var(--hm-yellow);
    color: var(--hm-navy);
}















































.hm-proposal {
    min-height: 62px;
    padding: 10px 12px;
    gap: 14px;
    border-radius: 15px;
}

.hm-proposal:hover {
    box-shadow: 0 10px 26px rgba(0,61,130,.09);
    transform: translateY(-1px);
}

.hm-proposal-title {
    gap: 10px;
}

.hm-proposal-title > span {
    width: 29px;
    height: 29px;
    border-radius: 9px;
    font-size: 8px;
}

.hm-proposal-title strong {
    font-size: 12px;
}

.hm-proposal-title > b {
    width: 24px;
    height: 24px;
    border-radius: 8px;
    font-size: 14px;
}

.hm-proposal-main > p {
    margin: 4px 0 0 39px;
    font-size: 9px;
    line-height: 1.4;
}

.hm-vote-options {
    padding: 3px;
    gap: 3px;
    border: 1px solid rgba(0,91,187,.10);
    border-radius: 12px;
    background: #f7faff;
}

.hm-vote-options button {
    min-height: 34px;
    padding: 0 9px;
    gap: 5px;
    border: 0;
    border-radius: 9px;
    background: transparent;
    font-size: 9px;
}

.hm-vote-options button b {
    width: 17px;
    height: 17px;
    border-radius: 6px;
    font-size: 8px;
}

.hm-topic-footer {
    padding: 16px 24px 22px;
}

.hm-topic-footer .hm-button {
    min-height: 42px;
    padding-inline: 17px;
    border-radius: 12px;
    font-size: 10px;
}

.hm-results {
    margin-top: 13px;
    border-radius: 19px;
}

.hm-results summary {
    min-height: 72px;
    padding: 15px 19px;
}



@media (max-width: 820px) {
    .hm-solutions .hm-wrap {
        width: min(calc(100% - 24px), 1180px);
    }
    
    
    
    
    
    
    .hm-proposal {
        grid-template-columns: 1fr;
        gap: 9px;
    }
    .hm-vote-options {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .hm-vote-options button {
        justify-content: center;
    }
    .hm-topic-footer {
        padding: 14px 16px 18px;
    }
}

@media (max-width: 600px) {
    .hm-topic-tab {
        min-width: 146px;
    }
    
    
    
    
    
    
    
    .hm-vote-options button span {
        font-size: 8px;
    }
    .hm-topic-footer {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .hm-topic-footer .hm-button {
        width: 100%;
        padding-inline: 10px;
    }
}






/* ================================================================
   v50: väčšie hlasovanie a automatický prechod na ďalšiu tému
   ================================================================ */
.hm-proposal {
    min-height: 76px;
    padding: 13px 15px;
    gap: 18px;
}

.hm-proposal-title {
    gap: 12px;
}

.hm-proposal-title > span {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    font-size: 10px;
}

.hm-proposal-title strong {
    font-size: 15px;
    line-height: 1.25;
}

.hm-proposal-title > b {
    width: 29px;
    height: 29px;
    font-size: 17px;
}

.hm-proposal-main > p {
    margin: 6px 0 0 46px;
    max-width: 690px;
    color: #587191;
    font-size: 12px;
    line-height: 1.55;
}

.hm-vote-options {
    padding: 5px;
    gap: 5px;
    border-radius: 14px;
}

.hm-vote-options button {
    min-height: 44px;
    padding: 0 14px;
    gap: 8px;
    border-radius: 11px;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: -.01em;
}

.hm-vote-options button b {
    width: 23px;
    height: 23px;
    border-radius: 7px;
    font-size: 11px;
}









@media (max-width: 820px) {
    .hm-proposal {
        padding: 14px;
    }

    .hm-proposal-title strong {
        font-size: 15px;
    }

    .hm-proposal-main > p {
        margin-left: 46px;
        font-size: 12px;
    }

    .hm-vote-options button {
        min-height: 46px;
        padding-inline: 10px;
        font-size: 12px;
    }
}

@media (max-width: 600px) {
    .hm-proposal-main > p {
        margin-left: 0;
        margin-top: 8px;
        font-size: 12px;
    }

    .hm-vote-options {
        gap: 4px;
    }

    .hm-vote-options button {
        min-height: 48px;
        padding: 6px 4px;
        flex-direction: column;
        gap: 3px;
        font-size: 11px;
        line-height: 1.1;
    }

    .hm-vote-options button span {
        font-size: 11px;
        font-weight: 850;
    }

    .hm-vote-options button b {
        width: 22px;
        height: 22px;
    }
}


/* ================================================================
   v51: stabilné hlasovanie, Nehlasujem = bez odpovede, väčšie texty
   ================================================================ */
.hm-proposal-title strong {
    font-size: 18px;
    line-height: 1.28;
    letter-spacing: -0.018em;
}

.hm-proposal-main > p {
    margin-top: 9px;
    max-width: 760px;
    color: #435f83;
    font-size: 15px;
    line-height: 1.58;
    font-weight: 560;
}

.hm-proposal-title > span {
    font-size: 11px;
}

.hm-vote-options button {
    font-size: 13px;
}

.hm-vote-neutral:not(.is-selected) {
    color: #607694;
}

@media (max-width: 820px) {
    .hm-proposal-title strong {
        font-size: 17px;
        line-height: 1.3;
    }

    .hm-proposal-main > p {
        font-size: 14px;
        line-height: 1.58;
    }

    .hm-vote-options button {
        font-size: 13px;
    }
}

@media (max-width: 600px) {
    .hm-proposal-title strong {
        font-size: 17px;
    }

    .hm-proposal-main > p {
        font-size: 14px;
        line-height: 1.55;
    }

    .hm-vote-options button,
    .hm-vote-options button span {
        font-size: 12px;
    }
}


/* ================================================================
   v52: približne o polovicu nižšia sekcia problémov mesta
   ================================================================ */
@media (min-width: 821px) {
    .hm-problems.hm-section {
        padding-top: 24px;
        padding-bottom: 22px;
    }

    .hm-problems .hm-section-head-modern {
        max-width: 760px;
        margin-bottom: 22px;
    }

    .hm-problems .hm-section-head-modern h2 {
        max-width: 690px;
        margin-top: 8px;
        font-size: clamp(38px, 4.1vw, 52px);
        line-height: .96;
    }

    .hm-problems .hm-section-head-modern > p {
        margin-top: 10px;
        font-size: clamp(15px, 1.35vw, 17px);
        line-height: 1.45;
    }

    .hm-problem-view {
        min-height: 330px;
        grid-template-columns: minmax(0, 1.18fr) minmax(350px, .82fr);
        border-radius: 30px;
    }

    .hm-problem-image {
        min-height: 330px;
    }

    .hm-problem-copy {
        min-width: 0;
        padding: 25px clamp(34px, 3.6vw, 50px);
    }

    .hm-problem-copy > span {
        padding: 6px 9px;
        font-size: 10px;
    }

    .hm-problem-copy h3 {
        margin: 12px 0 10px;
        font-size: clamp(31px, 3vw, 42px);
        line-height: .98;
    }

    .hm-problem-copy > p {
        font-size: 14px;
        line-height: 1.52;
    }

    .hm-problem-points {
        margin-top: 15px;
        gap: 6px;
    }

    .hm-problem-points span {
        gap: 8px;
        font-size: 12px;
        line-height: 1.25;
    }

    .hm-problem-points b {
        width: 20px;
        height: 20px;
        border-radius: 7px;
        font-size: 9px;
    }

    .hm-problem-controls {
        margin-top: 19px;
        gap: 9px;
    }

    .hm-problem-controls > button {
        width: 40px;
        height: 40px;
        border-radius: 13px;
        font-size: 16px;
    }

    .hm-problem-view::after {
        left: calc(59% - 35px);
        width: 70px;
        height: 70px;
    }

    .hm-problem-view::before {
        left: calc(59% - 35px);
        font-size: 22px;
    }
}

@media (max-width: 820px) {
    .hm-problems .hm-section-head-modern {
        margin-bottom: 18px;
    }

    .hm-problems .hm-section-head-modern h2 {
        font-size: clamp(30px, 9vw, 42px);
    }

    .hm-problems .hm-section-head-modern > p {
        margin-top: 9px;
        font-size: 15px;
    }

    .hm-problem-image {
        min-height: 180px;
    }

    .hm-problem-copy {
        padding: 23px 21px;
    }

    .hm-problem-copy h3 {
        margin: 12px 0 10px;
        font-size: clamp(29px, 8.5vw, 36px);
    }

    .hm-problem-copy > p {
        font-size: 14px;
        line-height: 1.5;
    }

    .hm-problem-points {
        margin-top: 16px;
        gap: 7px;
    }

    .hm-problem-controls {
        margin-top: 20px;
    }
}


/* ================================================================
   v53: predvolené súhlasy, menší nadpis a pás tém pod formulárom
   ================================================================ */
.hm-section-head-anketa {
    margin-bottom: 20px;
}

.hm-section-head-anketa h2 {
    font-size: clamp(24px, 3.78vw, 48px);
    line-height: 1;
}

.hm-topic-scroller-below {
    margin-top: 18px;
    margin-bottom: 0;
}

.hm-topic-scroller-below .hm-topic-tab {
    min-height: 58px;
}

@media (max-width: 720px) {
    .hm-section-head-anketa h2 {
        font-size: clamp(23px, 7vw, 34px);
    }

    .hm-topic-scroller-below {
        margin-top: 14px;
    }
}

/* ================================================================
   v54: úvod hlasovania, serverové odoslanie, odkaz a registrácia
   ================================================================ */
.hm-vote-intro {
    position: relative;
    z-index: 3;
    overflow: hidden;
    padding: clamp(30px, 5vw, 64px);
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(270px, .65fr);
    gap: clamp(28px, 5vw, 72px);
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 38px;
    background:
        radial-gradient(circle at 82% 18%, rgba(255, 214, 51, .30), transparent 24%),
        radial-gradient(circle at 10% 95%, rgba(101, 185, 255, .20), transparent 28%),
        linear-gradient(135deg, #031d44 0%, #0759ad 62%, #0b78dc 100%);
    color: #fff;
    box-shadow: 0 32px 90px rgba(3, 29, 68, .26);
}

.hm-vote-intro::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .38;
    background-image:
        linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(90deg, #000, transparent 78%);
}

.hm-vote-intro-copy,
.hm-vote-intro-side,
.hm-vote-account {
    position: relative;
    z-index: 1;
}

.hm-vote-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 31px;
    padding: 0 12px;
    border-radius: 999px;
    background: var(--hm-yellow);
    color: var(--hm-navy);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.hm-vote-intro h3,
.hm-vote-finish h3 {
    margin: 18px 0 14px;
    max-width: 800px;
    font-size: clamp(36px, 5.2vw, 68px);
    line-height: .96;
    letter-spacing: -.055em;
}

.hm-vote-intro-copy > p {
    max-width: 720px;
    margin: 0;
    color: rgba(255,255,255,.80);
    font-size: clamp(16px, 1.6vw, 20px);
    font-weight: 650;
    line-height: 1.62;
}

.hm-vote-intro-points {
    margin: 27px 0 30px;
    display: grid;
    gap: 11px;
}

.hm-vote-intro-points span {
    display: flex;
    align-items: center;
    gap: 11px;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
}

.hm-vote-intro-points b {
    flex: 0 0 auto;
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: rgba(255,214,51,.18);
    color: var(--hm-yellow);
    font-size: 12px;
}

.hm-vote-start-button {
    min-height: 64px;
    padding-inline: 25px 14px;
    font-size: 16px;
    box-shadow: 0 18px 42px rgba(0,0,0,.22);
}

.hm-vote-start-button > b {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    background: rgba(3,29,68,.12);
    font-size: 20px;
}

.hm-vote-gate-status {
    min-height: 22px;
    margin: 16px 0 0 !important;
    color: rgba(255,255,255,.70) !important;
    font-size: 13px !important;
    font-weight: 750 !important;
}

.hm-vote-gate-status.is-success { color: #dff5ff !important; }
.hm-vote-gate-status.is-warning { color: #ffe982 !important; }
.hm-vote-gate-status.is-error { color: #ffd7d7 !important; }

.hm-vote-intro-side {
    align-self: stretch;
    padding: 12px;
    display: grid;
    align-content: center;
    gap: 11px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 27px;
    background: rgba(255,255,255,.09);
    backdrop-filter: blur(16px);
}

.hm-vote-rule {
    min-height: 102px;
    padding: 17px 18px;
    display: grid;
    grid-template-columns: 52px 1fr;
    align-items: center;
    gap: 14px;
    border-radius: 20px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.10);
}

.hm-vote-rule strong {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 17px;
    background: var(--hm-yellow);
    color: var(--hm-navy);
    font-size: 22px;
    font-weight: 950;
}

.hm-vote-rule span {
    font-size: 14px;
    font-weight: 800;
    line-height: 1.45;
}

.hm-vote-account {
    grid-column: 1 / -1;
    margin-top: 4px;
    padding: clamp(22px, 3vw, 34px);
    border-radius: 27px;
    background: rgba(255,255,255,.97);
    color: var(--hm-ink);
    box-shadow: 0 24px 70px rgba(0,0,0,.18);
}

.hm-vote-account-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.hm-vote-account-head span {
    color: var(--hm-blue);
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .12em;
}

.hm-vote-account-head h4 {
    margin: 7px 0 7px;
    font-size: clamp(25px, 3vw, 36px);
    letter-spacing: -.04em;
}

.hm-vote-account-head p {
    max-width: 760px;
    margin: 0;
    color: var(--hm-muted);
    line-height: 1.55;
}

.hm-vote-account-close {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 14px;
    background: rgba(7,34,77,.07);
    color: var(--hm-ink);
    cursor: pointer;
    font-size: 23px;
}

.hm-account-tabs {
    width: max-content;
    margin: 24px 0 16px;
    padding: 5px;
    display: flex;
    gap: 4px;
    border-radius: 15px;
    background: #edf4fd;
}

.hm-account-tabs button {
    min-height: 40px;
    padding: 0 16px;
    border: 0;
    border-radius: 11px;
    background: transparent;
    color: var(--hm-muted);
    cursor: pointer;
    font-weight: 850;
}

.hm-account-tabs button.is-active {
    background: #fff;
    color: var(--hm-blue);
    box-shadow: 0 8px 22px rgba(7,34,77,.10);
}

.hm-account-form {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) minmax(180px, 1fr) auto;
    align-items: end;
    gap: 12px;
}

.hm-account-form label,
.hm-vote-message-fields label {
    display: grid;
    gap: 8px;
}

.hm-account-form label > span,
.hm-vote-message-fields label > span {
    font-size: 12px;
    font-weight: 900;
}

.hm-account-form input,
.hm-vote-message-fields input,
.hm-vote-message-fields textarea {
    width: 100%;
    border: 1px solid rgba(7,34,77,.14);
    border-radius: 15px;
    background: #fff;
    color: var(--hm-ink);
    font: inherit;
    outline: 0;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.hm-account-form input {
    min-height: 52px;
    padding: 0 15px;
}

.hm-account-form input:focus,
.hm-vote-message-fields input:focus,
.hm-vote-message-fields textarea:focus {
    border-color: var(--hm-blue);
    box-shadow: 0 0 0 4px rgba(0,91,187,.10);
}

.hm-account-form .hm-button { min-height: 52px; }

.hm-vote-finish {
    position: relative;
    z-index: 3;
    padding: clamp(28px, 5vw, 58px);
    overflow: hidden;
    border: 1px solid rgba(0,91,187,.12);
    border-radius: 36px;
    background:
        radial-gradient(circle at 94% 8%, rgba(255,214,51,.30), transparent 27%),
        linear-gradient(145deg, #ffffff, #eef6ff);
    box-shadow: var(--hm-shadow);
}

.hm-vote-finish .hm-vote-kicker { background: var(--hm-blue); color: #fff; }
.hm-vote-finish h3 { color: var(--hm-ink); font-size: clamp(34px, 4.5vw, 58px); }
.hm-vote-finish-head > p {
    max-width: 820px;
    margin: 0;
    color: var(--hm-muted);
    font-size: 17px;
    line-height: 1.6;
}

.hm-vote-message-fields {
    margin-top: 30px;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(260px, .45fr);
    gap: 15px;
    align-items: start;
}

.hm-vote-message-fields small {
    color: var(--hm-muted);
    font-weight: 650;
}

.hm-vote-message-fields textarea {
    min-height: 170px;
    padding: 16px;
    resize: vertical;
    line-height: 1.55;
}

.hm-vote-message-fields input {
    min-height: 56px;
    padding: 0 16px;
}

.hm-vote-finish-actions {
    margin-top: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.hm-vote-finish-actions .hm-button-yellow {
    min-height: 58px;
    padding-inline: 22px;
    font-size: 14px;
}

.hm-results {
    margin-top: 0;
    border-color: rgba(0,91,187,.16);
    box-shadow: 0 28px 80px rgba(3,29,68,.16);
}

.hm-results[open] summary {
    background: linear-gradient(100deg, #031d44, #0759ad);
    color: #fff;
}

.hm-results[open] summary small { color: rgba(255,255,255,.72); }
.hm-results[open] summary > strong { color: var(--hm-yellow); }

.hm-result-item small {
    display: block;
    margin-top: 4px;
    line-height: 1.35;
}

.hm-vote-again {
    margin: 6px 18px 20px;
    padding: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    border-radius: 20px;
    background: #eef6ff;
    border: 1px solid rgba(0,91,187,.12);
}

.hm-vote-again strong { font-size: 18px; }
.hm-vote-again p { margin: 5px 0 0; color: var(--hm-muted); line-height: 1.5; }
.hm-vote-again .hm-button { flex: 0 0 auto; }

.hm-proposal.is-reviewed::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--hm-yellow);
    box-shadow: 0 0 0 4px rgba(255,214,51,.16);
}

@media (max-width: 900px) {
    .hm-vote-intro { grid-template-columns: 1fr; }
    .hm-vote-intro-side { grid-template-columns: repeat(3, 1fr); }
    .hm-vote-rule { min-height: 120px; grid-template-columns: 1fr; align-content: center; text-align: center; }
    .hm-vote-rule strong { margin-inline: auto; }
    .hm-account-form { grid-template-columns: 1fr 1fr; }
    .hm-account-form .hm-button { grid-column: 1 / -1; }
    .hm-vote-message-fields { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
    .hm-vote-intro,
    .hm-vote-finish { padding: 24px 19px; border-radius: 27px; }
    .hm-vote-intro h3 { font-size: clamp(34px, 11vw, 48px); }
    .hm-vote-intro-side { grid-template-columns: 1fr; }
    .hm-vote-rule { min-height: auto; grid-template-columns: 45px 1fr; text-align: left; }
    .hm-vote-rule strong { width: 45px; height: 45px; margin: 0; border-radius: 14px; }
    .hm-vote-start-button { width: 100%; justify-content: space-between; }
    .hm-account-form { grid-template-columns: 1fr; }
    .hm-account-form .hm-button { grid-column: auto; width: 100%; }
    .hm-account-tabs { width: 100%; }
    .hm-account-tabs button { flex: 1; padding-inline: 9px; }
    .hm-vote-finish-actions { align-items: stretch; flex-direction: column-reverse; }
    .hm-vote-finish-actions .hm-button { width: 100%; justify-content: center; }
    .hm-vote-again { align-items: stretch; flex-direction: column; }
    .hm-vote-again .hm-button { width: 100%; justify-content: center; }
}
.hm-account-help {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: var(--hm-muted);
    font-size: 12px;
}
.hm-account-help a { color: var(--hm-blue); font-weight: 850; }
@media (max-width: 640px) {
    .hm-account-help { align-items: flex-start; flex-direction: column; }
}


/* -------------------------------------------------------------------------
   v55: kompaktnejší občiansky úvod, tmavočervený pás problémov a 5-bodová anketa
   ---------------------------------------------------------------------- */
:root {
    --hm-civic-red: #5a101b;
    --hm-civic-red-2: #721423;
    --hm-civic-red-dark: #3d0a12;
}

.hm-civic-intro {
    padding: calc(var(--hm-topbar) + 22px) 0 24px;
    background: #fff;
}

.hm-civic-intro-inner {
    max-width: 1000px;
}

.hm-civic-badge {
    display: inline-flex;
    margin-bottom: 10px;
    color: var(--hm-civic-red-2);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.hm-civic-intro h1 {
    max-width: 900px;
    margin: 0;
    color: #16161b;
    font-size: clamp(42px, 7vw, 82px);
    line-height: .95;
    letter-spacing: -.055em;
}

.hm-civic-intro h1 em {
    display: block;
    margin-top: 7px;
    color: var(--hm-civic-red-2);
    font-style: normal;
}

.hm-civic-intro p {
    max-width: 760px;
    margin: 16px 0 0;
    color: #66636a;
    font-size: clamp(15px, 1.7vw, 18px);
    line-height: 1.55;
}

.hm-problem-strip {
    padding: 24px 0 20px;
    color: #fff;
    background:
        radial-gradient(circle at 100% 0, rgba(255,255,255,.07), transparent 30%),
        linear-gradient(135deg, var(--hm-civic-red-dark), var(--hm-civic-red) 55%, var(--hm-civic-red-2));
    box-shadow: inset 0 1px rgba(255,255,255,.07), inset 0 -1px rgba(0,0,0,.18);
}

.hm-problem-strip-head {
    margin-bottom: 15px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
}

.hm-problem-strip-head span {
    display: block;
    margin-bottom: 4px;
    color: #f3bec6;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.hm-problem-strip-head h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(23px, 3vw, 34px);
    letter-spacing: -.035em;
}

.hm-problem-strip-head > p {
    max-width: 520px;
    margin: 0;
    color: rgba(255,255,255,.74);
    font-size: 13px;
    line-height: 1.45;
}

.hm-problem-rail {
    display: flex;
    gap: 13px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 14px;
    scroll-snap-type: x proximity;
    scrollbar-width: auto;
    scrollbar-color: rgba(255,255,255,.72) rgba(0,0,0,.22);
    overscroll-behavior-inline: contain;
}

.hm-problem-rail::-webkit-scrollbar { height: 11px; }
.hm-problem-rail::-webkit-scrollbar-track {
    border-radius: 99px;
    background: rgba(0,0,0,.22);
}
.hm-problem-rail::-webkit-scrollbar-thumb {
    border: 2px solid rgba(0,0,0,.14);
    border-radius: 99px;
    background: rgba(255,255,255,.76);
}

.hm-problem-tile {
    flex: 0 0 clamp(235px, 24vw, 305px);
    overflow: hidden;
    scroll-snap-align: start;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    background: rgba(52,4,11,.78);
    box-shadow: 0 12px 28px rgba(31,0,5,.18);
}

.hm-problem-tile-image {
    position: relative;
    height: 150px;
    background-position: center;
    background-size: cover;
}

.hm-problem-tile-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(38,3,9,.58));
}

.hm-problem-tile-image.is-empty {
    background:
        linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,.02)),
        var(--hm-civic-red-dark);
}

.hm-problem-tile-image > span {
    position: absolute;
    z-index: 2;
    left: 12px;
    bottom: 10px;
    min-width: 35px;
    padding: 5px 8px;
    border-radius: 9px;
    background: rgba(48,3,10,.82);
    color: #fff;
    font-size: 11px;
    font-weight: 950;
    text-align: center;
}

.hm-problem-tile-copy {
    min-height: 96px;
    padding: 13px 14px 15px;
    background: linear-gradient(180deg, var(--hm-civic-red), #4c0c16);
}

.hm-problem-tile-copy h3 {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.25;
}

.hm-problem-tile-copy p {
    margin: 6px 0 0;
    color: rgba(255,255,255,.68);
    font-size: 11px;
    line-height: 1.4;
}

.hm-problem-scroll-note {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    color: rgba(255,255,255,.58);
    font-size: 10px;
    font-weight: 800;
}

.hm-solutions.hm-section {
    padding-top: 42px;
    background:
        radial-gradient(circle at 95% 5%, rgba(90,16,27,.08), transparent 28%),
        linear-gradient(180deg, #fff, #f8f7f8) !important;
}
.hm-solutions::before,
.hm-solutions::after { display: none !important; }

.hm-civic-vote-intro {
    position: relative;
    z-index: 3;
    max-width: 980px;
    margin: 0 auto 30px;
    padding: clamp(28px, 5vw, 54px);
    border: 1px solid rgba(90,16,27,.13);
    border-radius: 32px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(50,20,25,.10);
    text-align: center;
}

.hm-civic-change-label {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(90,16,27,.08);
    color: var(--hm-civic-red-2);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .14em;
}

.hm-civic-vote-intro h2 {
    max-width: 800px;
    margin: 0 auto;
    color: #19171a;
    font-size: clamp(38px, 6vw, 68px);
    line-height: .98;
    letter-spacing: -.055em;
}

.hm-civic-vote-lead {
    max-width: 790px;
    margin: 17px auto 0;
    color: var(--hm-civic-red-2);
    font-size: clamp(18px, 2.3vw, 24px);
    font-weight: 850;
    line-height: 1.35;
}

.hm-civic-vote-description {
    max-width: 820px;
    margin: 13px auto 0;
    color: #66636a;
    font-size: 15px;
    line-height: 1.65;
}

.hm-civic-score-legend {
    margin: 24px auto 22px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px;
}

.hm-civic-score-legend span {
    padding: 8px 10px;
    border: 1px solid rgba(90,16,27,.10);
    border-radius: 11px;
    background: #faf7f8;
    color: #5f5960;
    font-size: 11px;
    font-weight: 800;
}
.hm-civic-score-legend b { color: var(--hm-civic-red-2); }

.hm-civic-vote-intro .hm-vote-start-button {
    margin: 0 auto;
    min-height: 58px;
    padding-inline: 25px;
    background: var(--hm-civic-red-2);
    color: #fff;
    box-shadow: 0 16px 30px rgba(90,16,27,.18);
}
.hm-civic-vote-intro .hm-vote-start-button:hover:not(:disabled) {
    background: var(--hm-civic-red-dark);
    color: #fff;
}
.hm-civic-vote-intro .hm-vote-gate-status { margin: 13px auto 0; }
.hm-civic-vote-intro .hm-vote-account { margin-top: 24px; text-align: left; }





.hm-vote-scale {
    display: grid;
    grid-template-columns: repeat(5, minmax(92px, 1fr));
    gap: 6px;
}

.hm-vote-scale button {
    min-width: 0;
    min-height: 58px;
    padding: 7px 8px;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    text-align: center;
}

.hm-vote-scale button b {
    width: auto;
    min-width: 30px;
    height: 24px;
    padding: 0 6px;
    border-radius: 8px;
}
.hm-vote-scale button span { line-height: 1.15; }

.hm-vote-definitely:hover,
.hm-vote-definitely.is-selected {
    border-color: rgba(26,111,62,.28) !important;
    background: rgba(26,111,62,.10) !important;
    color: #17633a !important;
}
.hm-vote-yes:hover,
.hm-vote-yes.is-selected {
    border-color: rgba(58,132,76,.26) !important;
    background: rgba(58,132,76,.09) !important;
    color: #2b7441 !important;
}
.hm-vote-rather:hover,
.hm-vote-rather.is-selected {
    border-color: rgba(122,142,60,.26) !important;
    background: rgba(122,142,60,.10) !important;
    color: #68772b !important;
}
.hm-vote-neutral:hover,
.hm-vote-neutral.is-selected {
    border-color: rgba(98,98,105,.25) !important;
    background: rgba(98,98,105,.09) !important;
    color: #59595f !important;
}
.hm-vote-no:hover,
.hm-vote-no.is-selected {
    border-color: rgba(126,23,39,.26) !important;
    background: rgba(126,23,39,.09) !important;
    color: var(--hm-civic-red-2) !important;
}

.hm-proposal {
    grid-template-columns: minmax(0, 1fr) minmax(500px, .95fr);
}
.hm-proposal.is-answered {
    border-color: rgba(90,16,27,.20);
    background: linear-gradient(90deg, rgba(90,16,27,.035), white 24%);
}

.hm-result-item > b {
    min-width: 118px;
    color: var(--hm-civic-red-2);
    text-align: right;
}
.hm-result-item > b small {
    display: block;
    margin-top: 3px;
    color: #777178;
    font-size: 9px;
    font-weight: 750;
}

@media (max-width: 980px) {
    .hm-problem-strip-head { align-items: flex-start; flex-direction: column; gap: 8px; }
    .hm-problem-strip-head > p { max-width: 700px; }
    .hm-proposal { grid-template-columns: 1fr; }
    .hm-vote-scale { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
    .hm-civic-intro { padding: calc(var(--hm-topbar) + 10px) 0 18px; }
    .hm-civic-intro h1 { font-size: clamp(39px, 13vw, 58px); }
    .hm-civic-intro p { margin-top: 11px; }
    .hm-problem-strip { padding: 18px 0 14px; }
    .hm-problem-tile { flex-basis: min(78vw, 275px); }
    .hm-problem-tile-image { height: 140px; }
    .hm-problem-scroll-note { justify-content: center; }
    .hm-solutions.hm-section { padding-top: 26px !important; }
    .hm-civic-vote-intro { margin-bottom: 20px; padding: 25px 18px; border-radius: 25px; }
    .hm-civic-score-legend { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 5px; }
    .hm-civic-score-legend span { flex: 0 0 auto; }
    .hm-civic-vote-intro .hm-vote-start-button { width: 100%; justify-content: center; }
    .hm-vote-scale { grid-template-columns: 1fr; }
    .hm-vote-scale button {
        min-height: 46px;
        padding: 7px 10px;
        flex-direction: row;
        justify-content: flex-start;
        text-align: left;
    }
    .hm-vote-scale button b { flex: 0 0 34px; }
}

/* -------------------------------------------------------------------------
   v58: návrat k modrej identite; čierny kompaktný pás problémov
   Texty a funkcionalita zostávajú bez zmeny.
   ---------------------------------------------------------------------- */
:root {
    --hm-civic-red: #005bbb;
    --hm-civic-red-2: #006bd6;
    --hm-civic-red-dark: #031d44;
}

/* Úvod – čistý modrý mestský portál */
.hm-civic-intro {
    background:
        radial-gradient(circle at 88% 0%, rgba(0,107,214,.08), transparent 32%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}
.hm-civic-badge { color: var(--hm-blue); }
.hm-civic-intro h1 { color: var(--hm-navy); }
.hm-civic-intro h1 em {
    color: var(--hm-blue);
    text-shadow: none;
}
.hm-civic-intro p { color: #61738a; }

/* Jediný tmavý prvok: problémy mesta */
.hm-problem-strip {
    padding: 16px 0 13px;
    background:
        radial-gradient(circle at 92% 0%, rgba(255,255,255,.06), transparent 28%),
        linear-gradient(135deg, #080b10 0%, #11161d 52%, #06080c 100%);
    box-shadow: inset 0 1px rgba(255,255,255,.055), inset 0 -1px rgba(255,255,255,.035);
}
.hm-problem-strip-head { margin-bottom: 10px; }
.hm-problem-strip-head span { color: rgba(255,255,255,.50); }
.hm-problem-strip-head h2 {
    color: #fff;
    font-size: clamp(21px, 2.5vw, 29px);
    letter-spacing: -.035em;
}
.hm-problem-strip-head > p {
    color: rgba(255,255,255,.58);
    font-size: 12px;
}
.hm-problem-rail {
    gap: 10px;
    padding-bottom: 10px;
    scrollbar-color: rgba(255,255,255,.48) rgba(255,255,255,.08);
}
.hm-problem-rail::-webkit-scrollbar { height: 8px; }
.hm-problem-rail::-webkit-scrollbar-track { background: rgba(255,255,255,.07); }
.hm-problem-rail::-webkit-scrollbar-thumb {
    border: 1px solid rgba(0,0,0,.22);
    background: rgba(255,255,255,.48);
}
.hm-problem-tile {
    flex-basis: clamp(210px, 21vw, 270px);
    border-color: rgba(255,255,255,.10);
    border-radius: 14px;
    background: #10151c;
    box-shadow: 0 10px 24px rgba(0,0,0,.28);
}
.hm-problem-tile-image { height: 116px; }
.hm-problem-tile-image::after {
    background: linear-gradient(180deg, transparent 42%, rgba(0,0,0,.72));
}
.hm-problem-tile-image.is-empty {
    background: linear-gradient(135deg, #171d26, #090c11);
}
.hm-problem-tile-image > span {
    background: rgba(0,0,0,.76);
    border: 1px solid rgba(255,255,255,.10);
}
.hm-problem-tile-copy {
    min-height: 78px;
    padding: 10px 12px 12px;
    background: linear-gradient(180deg, #121820, #0a0e13);
}
.hm-problem-tile-copy h3 { font-size: 14px; }
.hm-problem-tile-copy p {
    margin-top: 4px;
    color: rgba(255,255,255,.58);
    font-size: 10px;
}
.hm-problem-scroll-note { color: rgba(255,255,255,.42); }

/* Hlasovanie – späť do modrej identity */
.hm-solutions.hm-section {
    background:
        radial-gradient(circle at 7% 5%, rgba(0,91,187,.09), transparent 25%),
        radial-gradient(circle at 94% 23%, rgba(8,126,232,.10), transparent 25%),
        linear-gradient(180deg, #f7fbff 0%, #eef6ff 100%) !important;
}
.hm-civic-vote-intro {
    border-color: rgba(0,91,187,.13);
    box-shadow: 0 24px 70px rgba(0,61,130,.11);
}
.hm-civic-change-label {
    background: rgba(0,91,187,.08);
    color: var(--hm-blue);
}
.hm-civic-vote-intro h2 { color: var(--hm-navy); }
.hm-civic-vote-lead { color: var(--hm-blue); }
.hm-civic-vote-description { color: #61738a; }
.hm-civic-score-legend span {
    border-color: rgba(0,91,187,.11);
    background: #f4f9ff;
    color: #5d7087;
}
.hm-civic-score-legend b { color: var(--hm-blue); }
.hm-civic-vote-intro .hm-vote-start-button {
    background: linear-gradient(135deg, var(--hm-blue), var(--hm-blue-2));
    box-shadow: 0 16px 34px rgba(0,91,187,.24);
}
.hm-civic-vote-intro .hm-vote-start-button:hover:not(:disabled) {
    background: linear-gradient(135deg, #004f9f, var(--hm-blue));
}




.hm-proposal.is-answered {
    border-color: rgba(0,91,187,.20);
    background: linear-gradient(90deg, rgba(0,91,187,.045), #fff 25%);
}
.hm-result-item > b { color: var(--hm-blue); }

/* Moderné, ale nie prehnané nadpisy */
.hm-section-head h2,
.hm-section-head-modern h2,
.hm-civic-vote-intro h2 {
    letter-spacing: -.045em;
    text-wrap: balance;
}
.hm-section-head h2,
.hm-section-head-modern h2 {
    color: var(--hm-navy);
}
.hm-eyebrow,
.hm-section-head-modern > span { color: var(--hm-blue); }

/* Modrý kvíz zostáva výrazný */
.hm-quiz {
    background:
        radial-gradient(circle at 13% 15%, rgba(101,185,255,.22), transparent 27%),
        radial-gradient(circle at 90% 80%, rgba(255,255,255,.09), transparent 28%),
        linear-gradient(135deg, #031d44, #005bbb 58%, #087ee8);
}

@media (max-width: 720px) {
    .hm-problem-strip { padding: 12px 0 10px; }
    .hm-problem-strip-head { margin-bottom: 8px; }
    .hm-problem-strip-head h2 { font-size: 21px; }
    .hm-problem-strip-head > p { font-size: 10px; }
    .hm-problem-tile { flex-basis: min(70vw, 235px); }
    .hm-problem-tile-image { height: 100px; }
    .hm-problem-tile-copy { min-height: 68px; padding: 9px 10px 10px; }
    .hm-problem-tile-copy h3 { font-size: 13px; }
    .hm-problem-tile-copy p { font-size: 9px; }
    .hm-problem-scroll-note { display: none; }
}
/* -------------------------------------------------------------------------
   v60: celoplošný moderný modrý vizuál, väčší hero, rotujúce slogany
        a kompaktnejší automatický pás problémov
   ---------------------------------------------------------------------- */

:root {
    --hm-v60-blue: #0067d9;
    --hm-v60-blue-bright: #0d8cff;
    --hm-v60-blue-soft: #d9edff;
    --hm-v60-blue-pale: #edf7ff;
    --hm-v60-navy: #022a5d;
}

html { background: #d9edff; }
body {
    background:
        radial-gradient(circle at 12% 8%, rgba(25,145,255,.22), transparent 24%),
        radial-gradient(circle at 88% 21%, rgba(0,88,202,.16), transparent 28%),
        linear-gradient(180deg, #cfe9ff 0%, #e8f5ff 32%, #d5ecff 68%, #cbe5ff 100%);
    color: var(--hm-ink);
}
body::before {
    background:
        radial-gradient(circle at 8% 10%, rgba(0,103,217,.16), transparent 25%),
        radial-gradient(circle at 92% 38%, rgba(13,140,255,.13), transparent 29%),
        linear-gradient(180deg, rgba(222,241,255,.62), rgba(199,228,255,.38));
}

/* Horná časť približne o 20 % vyššia a vizuálne výraznejšia */
.hm-civic-intro {
    min-height: clamp(355px, 39vw, 505px);
    padding: calc(var(--hm-topbar) + 42px) 0 42px;
    display: flex;
    align-items: center;
    background:
        radial-gradient(circle at 88% 8%, rgba(255,255,255,.48), transparent 23%),
        radial-gradient(circle at 74% 76%, rgba(13,140,255,.22), transparent 28%),
        linear-gradient(132deg, #b9ddff 0%, #dff1ff 44%, #c4e5ff 100%);
    border-bottom: 1px solid rgba(0,74,164,.12);
}
.hm-civic-intro::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(110deg, rgba(255,255,255,.36), transparent 42%),
        repeating-linear-gradient(90deg, rgba(0,75,165,.025) 0 1px, transparent 1px 68px);
}
.hm-civic-intro::after {
    right: -58px;
    bottom: -210px;
    width: 520px;
    height: 520px;
    border-width: 80px;
    border-color: rgba(0,103,217,.055);
}
.hm-civic-intro-inner {
    width: 100%;
    max-width: 1120px;
}
.hm-civic-badge {
    margin-bottom: 15px;
    padding: 8px 13px;
    border-color: rgba(0,82,180,.15);
    background: rgba(255,255,255,.44);
    box-shadow: inset 0 1px rgba(255,255,255,.72);
    backdrop-filter: blur(10px);
}
.hm-civic-intro h1 {
    max-width: 1040px;
    font-size: clamp(58px, 8.3vw, 104px);
    line-height: .88;
    letter-spacing: -.072em;
    font-weight: 950;
}
.hm-civic-intro h1 span {
    display: inline-block;
    color: transparent;
    background: linear-gradient(104deg, #012d66 0%, #005dbc 48%, #0c88f5 100%);
    -webkit-background-clip: text;
    background-clip: text;
    filter: drop-shadow(0 10px 22px rgba(0,75,160,.10));
}

/* Rotujúce slogany pod hlavným názvom */
.hm-civic-slogan-rotator {
    position: relative;
    width: min(900px, 100%);
    height: 42px;
    margin-top: 18px;
    overflow: hidden;
}
.hm-civic-slogan {
    position: absolute;
    inset: 0 auto auto 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    max-width: 100%;
    color: #075daf;
    font-size: clamp(19px, 2.25vw, 28px);
    font-weight: 850;
    line-height: 1.2;
    letter-spacing: -.03em;
    opacity: 0;
    transform: translateY(15px);
    transition: opacity .42s ease, transform .42s cubic-bezier(.2,.8,.2,1);
}
.hm-civic-slogan::before {
    content: "";
    flex: 0 0 26px;
    width: 26px;
    height: 4px;
    border-radius: 99px;
    background: linear-gradient(90deg, #0067d9, #42adff);
    box-shadow: 0 4px 14px rgba(0,103,217,.20);
}
.hm-civic-slogan.is-active {
    opacity: 1;
    transform: translateY(0);
}
.hm-civic-slogan.is-leaving {
    opacity: 0;
    transform: translateY(-14px);
}
.hm-civic-intro .hm-civic-intro-text {
    max-width: 800px;
    margin-top: 15px;
    color: #446a92;
    font-size: clamp(15px, 1.55vw, 18px);
    font-weight: 590;
}

/* Celé hlavné časti dostávajú modré pozadie namiesto bieleho */
.hm-solutions.hm-section {
    background:
        radial-gradient(circle at 5% 5%, rgba(0,103,217,.14), transparent 24%),
        radial-gradient(circle at 96% 15%, rgba(73,174,255,.17), transparent 26%),
        linear-gradient(180deg, #d9edff 0%, #eef8ff 52%, #d5ebff 100%) !important;
}
.hm-media.hm-section {
    background:
        radial-gradient(circle at 90% 10%, rgba(13,140,255,.12), transparent 24%),
        linear-gradient(180deg, #d6ebff 0%, #eaf6ff 100%);
}
.hm-team.hm-section {
    background:
        radial-gradient(circle at 8% 18%, rgba(0,103,217,.12), transparent 25%),
        linear-gradient(180deg, #cfe7ff 0%, #e4f3ff 100%);
}



/* Menší čierny panel problémov */
.hm-problem-strip {
    padding: 12px 0 9px;
    background:
        radial-gradient(circle at 92% -40%, rgba(0,126,255,.15), transparent 32%),
        linear-gradient(112deg, #040608 0%, #0b1016 52%, #020305 100%);
}
.hm-problem-strip-head {
    margin-bottom: 8px;
    gap: 18px;
}
.hm-problem-strip-head span {
    margin-bottom: 2px;
    font-size: 9px;
}
.hm-problem-strip-head h2 {
    font-size: clamp(19px, 2.15vw, 27px);
    letter-spacing: -.043em;
}
.hm-problem-strip-head > p {
    max-width: 470px;
    font-size: 10px;
    line-height: 1.35;
}
.hm-problem-rail {
    gap: 11px;
    padding: 1px 5px 7px 1px;
    scroll-behavior: smooth;
    scrollbar-width: thin;
}
.hm-problem-rail::-webkit-scrollbar { height: 6px; }
.hm-problem-tile {
    flex: 0 0 clamp(235px, 22vw, 290px);
    display: grid;
    grid-template-columns: 32% 68%;
    min-height: 108px;
    clip-path: polygon(0 0, 92% 0, 100% 19%, 100% 100%, 8% 100%, 0 81%);
    transform: skewX(-2.6deg);
}
.hm-problem-tile:hover {
    transform: skewX(-2.6deg) translateY(-2px);
}
.hm-problem-tile-image,
.hm-problem-tile-copy {
    transform: skewX(2.6deg) scaleX(1.018);
}
.hm-problem-tile-image {
    height: 108px;
    min-height: 108px;
    margin: 0;
    background-size: cover;
    background-position: center;
}
.hm-problem-tile-image > span {
    left: 9px;
    bottom: 8px;
    min-width: 28px;
    padding: 3px 6px;
    font-size: 9px;
}
.hm-problem-tile-copy {
    min-height: 108px;
    padding: 14px 17px 13px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:
        linear-gradient(90deg, rgba(0,103,217,.12), transparent 34%),
        linear-gradient(180deg, #121923, #080d13);
}
.hm-problem-tile-copy h3 {
    font-size: 18px;
    line-height: 1.12;
}
.hm-problem-tile-copy p {
    margin-top: 6px;
    font-size: 12.5px;
    line-height: 1.35;
}
.hm-problem-scroll-note {
    margin-top: 1px;
    font-size: 9px;
    opacity: .72;
}

@media (max-width: 720px) {
    .hm-civic-intro {
        min-height: 390px;
        padding: calc(var(--hm-topbar) + 34px) 0 34px;
    }
    .hm-civic-intro h1 {
        font-size: clamp(52px, 16vw, 76px);
        line-height: .9;
    }
    .hm-civic-slogan-rotator {
        height: 38px;
        margin-top: 15px;
    }
    .hm-civic-slogan {
        font-size: clamp(17px, 5.3vw, 22px);
    }
    .hm-civic-intro .hm-civic-intro-text {
        margin-top: 10px;
        font-size: 14px;
    }
    .hm-problem-strip { padding: 10px 0 8px; }
    .hm-problem-strip-head { margin-bottom: 7px; }
    .hm-problem-strip-head h2 { font-size: 20px; }
    .hm-problem-strip-head > p { font-size: 9.5px; }
    .hm-problem-tile {
        flex-basis: min(82vw, 284px);
        grid-template-columns: 30% 70%;
        min-height: 104px;
        transform: skewX(-2deg);
    }
    .hm-problem-tile:hover { transform: skewX(-2deg); }
    .hm-problem-tile-image,
    .hm-problem-tile-copy { transform: skewX(2deg) scaleX(1.012); }
    .hm-problem-tile-image { height: 104px; min-height: 104px; }
    .hm-problem-tile-copy { min-height: 104px; padding: 12px 14px; }
    .hm-problem-tile-copy h3 { font-size: 17px; }
    .hm-problem-tile-copy p { font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
    .hm-civic-slogan { transition: none; }
    .hm-problem-rail { scroll-behavior: auto; }
}

/* -------------------------------------------------------------------------
   v61: moderný filmový pás problémov mesta
   ---------------------------------------------------------------------- */
.hm-problem-strip {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 19px 0 17px;
    border-top: 1px solid rgba(86,174,255,.18);
    border-bottom: 1px solid rgba(86,174,255,.14);
    background:
        radial-gradient(circle at 12% 42%, rgba(0,112,230,.13), transparent 24%),
        radial-gradient(circle at 88% 20%, rgba(80,178,255,.09), transparent 22%),
        linear-gradient(180deg, #06090d 0%, #090e15 48%, #04070a 100%);
    box-shadow:
        inset 0 1px rgba(255,255,255,.045),
        inset 0 -1px rgba(255,255,255,.035),
        0 16px 44px rgba(0,25,58,.13);
}

/* Filmové perforácie – horný a dolný okraj pásu */
.hm-problem-strip::before,
.hm-problem-strip::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    height: 8px;
    pointer-events: none;
    opacity: .92;
    background:
        radial-gradient(ellipse at center, #020305 0 48%, transparent 51%) 0 0 / 25px 8px repeat-x,
        linear-gradient(90deg, rgba(30,132,235,.14), rgba(255,255,255,.06), rgba(30,132,235,.14));
}
.hm-problem-strip::before { top: 4px; }
.hm-problem-strip::after { bottom: 4px; }

.hm-problem-strip .hm-container {
    position: relative;
    z-index: 2;
}

.hm-problem-strip-head {
    margin-bottom: 10px;
    padding: 0 4px;
}
.hm-problem-strip-head span {
    color: #6bb9ff;
    font-size: 9px;
    letter-spacing: .19em;
}
.hm-problem-strip-head h2 {
    position: relative;
    display: inline-block;
    font-size: clamp(20px, 2.1vw, 27px);
    font-weight: 950;
    letter-spacing: -.045em;
    text-shadow: 0 7px 24px rgba(0,112,230,.12);
}
.hm-problem-strip-head h2::after {
    content: "";
    display: inline-block;
    width: 34px;
    height: 3px;
    margin: 0 0 5px 10px;
    border-radius: 99px;
    background: linear-gradient(90deg, #087ee8, #67c2ff);
    box-shadow: 0 0 20px rgba(8,126,232,.48);
}
.hm-problem-strip-head > p {
    color: rgba(225,239,255,.55);
    font-size: 10px;
}

/* Samotný film – jeden súvislý tmavý pás s rámikmi */
.hm-problem-rail {
    position: relative;
    gap: 7px;
    margin-inline: -5px;
    padding: 14px 10px 15px;
    overflow-x: auto;
    scroll-snap-type: none;
    scroll-behavior: auto;
    scrollbar-width: none;
    cursor: grab;
    border-top: 1px solid rgba(255,255,255,.05);
    border-bottom: 1px solid rgba(255,255,255,.05);
    background:
        linear-gradient(180deg, rgba(255,255,255,.025), transparent 18%, transparent 82%, rgba(255,255,255,.02)),
        rgba(0,0,0,.16);
    box-shadow: inset 0 12px 28px rgba(0,0,0,.22), inset 0 -12px 28px rgba(0,0,0,.18);
    mask-image: linear-gradient(90deg, transparent 0, #000 2.8%, #000 97.2%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 2.8%, #000 97.2%, transparent 100%);
}
.hm-problem-rail:active { cursor: grabbing; }
.hm-problem-rail::-webkit-scrollbar { display: none; }

.hm-problem-tile {
    position: relative;
    flex: 0 0 clamp(248px, 22.5vw, 302px);
    display: grid;
    grid-template-columns: 29% 71%;
    min-height: 104px;
    overflow: hidden;
    border: 1px solid rgba(157,207,255,.16);
    border-radius: 4px;
    clip-path: polygon(0 0, 96% 0, 100% 11%, 100% 100%, 4% 100%, 0 89%);
    background: #080d13;
    box-shadow:
        0 8px 20px rgba(0,0,0,.30),
        inset 0 0 0 1px rgba(255,255,255,.018);
    transform: none;
    transition: transform .28s cubic-bezier(.2,.8,.2,1), border-color .28s ease, box-shadow .28s ease;
}
.hm-problem-tile::before {
    content: "";
    position: absolute;
    z-index: 4;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, #0a8cff, #72c8ff 48%, #055bb8);
    box-shadow: 0 0 16px rgba(10,140,255,.45);
}
.hm-problem-tile::after {
    content: "";
    position: absolute;
    z-index: 3;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(112deg, rgba(255,255,255,.055), transparent 22%, transparent 76%, rgba(9,126,235,.055));
}
.hm-problem-tile:hover {
    z-index: 5;
    transform: translateY(-4px) scale(1.012);
    border-color: rgba(83,174,255,.38);
    box-shadow: 0 14px 34px rgba(0,70,145,.22), 0 9px 24px rgba(0,0,0,.34);
}
.hm-problem-tile-image,
.hm-problem-tile-copy {
    transform: none;
}
.hm-problem-tile-image {
    height: 104px;
    min-height: 104px;
    border-right: 1px solid rgba(96,178,255,.14);
    filter: saturate(.9) contrast(1.06);
}
.hm-problem-tile-image::after {
    background:
        linear-gradient(90deg, transparent 46%, rgba(4,9,15,.38)),
        linear-gradient(180deg, transparent 54%, rgba(0,0,0,.46));
}
.hm-problem-tile-image > span {
    left: 8px;
    bottom: 7px;
    min-width: 29px;
    padding: 4px 6px;
    border: 1px solid rgba(112,195,255,.26);
    border-radius: 3px;
    background: rgba(2,8,14,.84);
    color: #9ed7ff;
    font-size: 9px;
    letter-spacing: .08em;
    box-shadow: 0 5px 14px rgba(0,0,0,.28);
}
.hm-problem-tile-copy {
    min-height: 104px;
    padding: 12px 15px 12px 14px;
    justify-content: center;
    background:
        radial-gradient(circle at 0 50%, rgba(8,126,232,.12), transparent 45%),
        linear-gradient(180deg, #111923, #080d13);
}
.hm-problem-tile-copy h3 {
    font-size: 18.5px;
    line-height: 1.08;
    letter-spacing: -.025em;
}
.hm-problem-tile-copy p {
    margin-top: 6px;
    color: rgba(224,238,251,.64);
    font-size: 12.5px;
    line-height: 1.32;
}
.hm-problem-scroll-note {
    margin-top: 3px;
    color: rgba(190,220,247,.48);
    font-size: 9px;
    letter-spacing: .035em;
}

/* Klony slúžia iba na plynulú nekonečnú slučku */
.hm-problem-tile.is-film-clone { pointer-events: none; }

@media (max-width: 720px) {
    .hm-problem-strip { padding: 18px 0 16px; }
    .hm-problem-strip::before,
    .hm-problem-strip::after { height: 7px; background-size: 22px 7px, auto; }
    .hm-problem-strip-head { margin-bottom: 8px; }
    .hm-problem-strip-head h2 { font-size: 20px; }
    .hm-problem-strip-head h2::after { width: 24px; margin-left: 7px; }
    .hm-problem-rail {
        margin-inline: -14px;
        padding: 12px 14px 13px;
        mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
        -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
    }
    .hm-problem-tile {
        flex-basis: min(83vw, 292px);
        grid-template-columns: 28% 72%;
        min-height: 100px;
    }
    .hm-problem-tile:hover { transform: none; }
    .hm-problem-tile-image,
    .hm-problem-tile-copy { min-height: 100px; height: 100px; }
    .hm-problem-tile-copy { height: auto; padding: 11px 13px; }
    .hm-problem-tile-copy h3 { font-size: 17.5px; }
    .hm-problem-tile-copy p { font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
    .hm-problem-tile { transition: none; }
}



/* -------------------------------------------------------------------------
   v62: moderný prémiový úvod ankety podľa schváleného vizuálu
   ---------------------------------------------------------------------- */
.hm-solutions.hm-section {
    padding-top: clamp(34px, 4vw, 58px);
    padding-bottom: clamp(44px, 6vw, 82px);
    background:
        radial-gradient(circle at 8% 7%, rgba(91, 180, 255, .28), transparent 28%),
        radial-gradient(circle at 94% 18%, rgba(14, 108, 224, .18), transparent 27%),
        linear-gradient(135deg, #cfeaff 0%, #eaf6ff 46%, #d5edff 100%) !important;
}

.hm-civic-vote-intro {
    position: relative;
    isolation: isolate;
    max-width: 1220px;
    margin: 0 auto 36px;
    padding: clamp(54px, 6vw, 82px) clamp(28px, 6vw, 76px) clamp(42px, 5vw, 64px);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.88) !important;
    border-radius: clamp(34px, 4vw, 50px);
    background:
        radial-gradient(circle at 92% 10%, rgba(39, 132, 239, .055), transparent 27%),
        radial-gradient(circle at 6% 92%, rgba(0, 91, 187, .04), transparent 28%),
        linear-gradient(180deg, rgba(255,255,255,.985), rgba(250,253,255,.985)) !important;
    box-shadow:
        0 34px 80px rgba(0, 68, 145, .17),
        0 8px 24px rgba(0, 65, 137, .07),
        inset 0 1px rgba(255,255,255,.95) !important;
    text-align: center;
}
.hm-civic-vote-intro::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 360px;
    height: 360px;
    top: -245px;
    right: -125px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(9,126,232,.11), transparent 67%);
}
.hm-civic-vote-intro::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 280px;
    height: 280px;
    left: -180px;
    bottom: -190px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(101,185,255,.13), transparent 68%);
}

.hm-civic-change-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: clamp(24px, 3vw, 34px);
    padding: 9px 17px 9px 10px;
    border: 1px solid rgba(0,91,187,.08);
    border-radius: 999px;
    background: linear-gradient(180deg, #eff7ff, #e4f1ff) !important;
    color: #0a5fc0 !important;
    box-shadow: 0 8px 22px rgba(0,91,187,.07);
    font-size: 13px;
    font-weight: 950;
    letter-spacing: .075em;
}
.hm-civic-change-icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(145deg, #0a70dc, #1855c9);
    box-shadow: 0 6px 14px rgba(0,91,187,.22), inset 0 1px rgba(255,255,255,.28);
}
.hm-civic-change-icon svg {
    width: 19px;
    height: 19px;
    fill: #fff;
}

.hm-civic-vote-intro h2 {
    max-width: 1080px;
    margin: 0 auto;
    color: #031d44 !important;
    font-size: clamp(54px, 7.2vw, 96px);
    font-weight: 950;
    line-height: .94;
    letter-spacing: -.073em;
    text-wrap: balance;
}
.hm-civic-vote-intro h2 > span {
    color: #031d44;
}
.hm-civic-vote-intro h2 > strong {
    font-weight: inherit;
    background: linear-gradient(120deg, #0b3c99 5%, #096bd9 58%, #1888f0 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hm-civic-vote-lead {
    max-width: 1020px;
    margin: clamp(22px, 3vw, 32px) auto 0;
    color: #0a5fc0 !important;
    font-size: clamp(22px, 2.65vw, 34px);
    font-weight: 900;
    line-height: 1.17;
    letter-spacing: -.035em;
    text-wrap: balance;
}

.hm-civic-vote-description {
    max-width: 890px;
    margin: clamp(19px, 2.2vw, 27px) auto 0;
    color: #49617f !important;
    font-size: clamp(16px, 1.55vw, 20px);
    font-weight: 500;
    line-height: 1.64;
    letter-spacing: -.012em;
    text-wrap: pretty;
}

/* V úvode už bodovacie štítky nezobrazujeme. Bodovanie ostáva v samotnej ankete. */
.hm-civic-score-legend {
    display: none !important;
}

.hm-civic-vote-intro .hm-vote-start-button {
    position: relative;
    width: min(100%, 660px);
    min-height: clamp(84px, 8vw, 106px);
    margin: clamp(34px, 4vw, 50px) auto 0;
    padding: 10px 14px 10px clamp(32px, 5vw, 62px);
    justify-content: space-between;
    gap: 24px;
    overflow: hidden;
    border: 4px solid rgba(116, 213, 255, .78) !important;
    border-radius: 999px !important;
    background:
        linear-gradient(180deg, rgba(255,255,255,.16), transparent 41%),
        linear-gradient(110deg, #064cb9 0%, #066ce3 48%, #1b70ea 100%) !important;
    color: #fff !important;
    box-shadow:
        0 21px 39px rgba(0,87,200,.30),
        0 0 0 1px rgba(0,73,183,.08),
        inset 0 2px rgba(255,255,255,.28),
        inset 0 -4px 10px rgba(0,41,133,.18) !important;
    font-size: clamp(25px, 2.5vw, 38px);
    font-weight: 950;
    letter-spacing: -.025em;
    text-shadow: 0 2px 4px rgba(0,42,110,.2);
    transform: translateZ(0);
}
.hm-civic-vote-intro .hm-vote-start-button::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(105deg, transparent 0 28%, rgba(255,255,255,.12) 46%, transparent 63%);
    transform: translateX(-120%);
    transition: transform .6s ease;
}
.hm-civic-vote-intro .hm-vote-start-button:hover:not(:disabled)::before {
    transform: translateX(120%);
}
.hm-civic-vote-intro .hm-vote-start-button:hover:not(:disabled) {
    background:
        linear-gradient(180deg, rgba(255,255,255,.19), transparent 41%),
        linear-gradient(110deg, #063e9f 0%, #0565d8 48%, #1475f5 100%) !important;
    box-shadow:
        0 25px 48px rgba(0,87,200,.38),
        0 0 0 1px rgba(0,73,183,.10),
        inset 0 2px rgba(255,255,255,.30),
        inset 0 -4px 10px rgba(0,41,133,.19) !important;
    transform: translateY(-3px);
}
.hm-civic-vote-intro .hm-vote-start-button > span {
    flex: 1 1 auto;
    text-align: center;
}
.hm-civic-vote-intro .hm-vote-start-button > b {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: clamp(58px, 6vw, 76px);
    height: clamp(58px, 6vw, 76px);
    border-radius: 50%;
    background: linear-gradient(145deg, rgba(89,168,255,.75), rgba(8,86,205,.74));
    box-shadow:
        inset 0 1px rgba(255,255,255,.25),
        0 10px 22px rgba(0,48,136,.20);
    font-size: clamp(31px, 3vw, 42px);
    line-height: 1;
    transition: transform .25s ease, background .25s ease;
}
.hm-civic-vote-intro .hm-vote-start-button:hover:not(:disabled) > b {
    transform: translateX(4px);
    background: linear-gradient(145deg, rgba(99,181,255,.88), rgba(6,76,192,.82));
}

.hm-civic-vote-helper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: 760px;
    margin: 25px auto 0;
    color: #4f86d6;
    font-size: clamp(13px, 1.3vw, 17px);
    font-weight: 600;
    line-height: 1.45;
}
.hm-civic-vote-helper > span {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
}
.hm-civic-vote-helper svg {
    width: 23px;
    height: 23px;
    fill: #1670da;
}

.hm-civic-vote-intro .hm-vote-gate-status {
    margin: 10px auto 0;
    min-height: 18px;
    color: #7694b9 !important;
    font-size: 12px;
    opacity: .88;
}
.hm-civic-vote-intro .hm-vote-gate-status:empty {
    display: none;
}
.hm-civic-vote-intro .hm-vote-account {
    max-width: 900px;
    margin: 28px auto 0;
    text-align: left;
}

@media (max-width: 760px) {
    .hm-solutions.hm-section {
        padding-top: 25px;
        padding-inline: 0;
    }
    .hm-civic-vote-intro {
        padding: 38px 18px 34px;
        border-radius: 30px;
    }
    .hm-civic-change-label {
        margin-bottom: 24px;
        font-size: 11px;
        padding-right: 14px;
    }
    .hm-civic-change-icon {
        width: 30px;
        height: 30px;
    }
    .hm-civic-vote-intro h2 {
        font-size: clamp(45px, 14vw, 66px);
        line-height: .96;
        letter-spacing: -.065em;
    }
    .hm-civic-vote-lead {
        margin-top: 20px;
        font-size: clamp(20px, 6.1vw, 28px);
        line-height: 1.18;
    }
    .hm-civic-vote-description {
        margin-top: 18px;
        font-size: 15px;
        line-height: 1.57;
    }
    .hm-civic-vote-intro .hm-vote-start-button {
        width: 100%;
        min-height: 78px;
        margin-top: 30px;
        padding: 8px 9px 8px 25px;
        gap: 10px;
        border-width: 3px !important;
        font-size: clamp(22px, 6vw, 28px);
    }
    .hm-civic-vote-intro .hm-vote-start-button > b {
        width: 58px;
        height: 58px;
        font-size: 32px;
    }
    .hm-civic-vote-helper {
        margin-top: 20px;
        padding-inline: 4px;
        align-items: flex-start;
        font-size: 12.5px;
    }
    .hm-civic-vote-helper svg {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 430px) {
    .hm-civic-vote-intro h2 {
        font-size: clamp(42px, 13.5vw, 58px);
    }
    .hm-civic-vote-intro .hm-vote-start-button {
        min-height: 72px;
        padding-left: 20px;
        font-size: 21px;
    }
    .hm-civic-vote-intro .hm-vote-start-button > b {
        width: 52px;
        height: 52px;
        font-size: 29px;
    }
}


/* Obe úvodné karty sú približne o 20 % kompaktnejšie než v62. */
.hm-civic-vote-intro {
    max-width: 980px;
    margin-bottom: 28px;
    padding: clamp(42px, 4.7vw, 62px) clamp(24px, 5vw, 58px) clamp(34px, 4vw, 48px);
    border-radius: clamp(28px, 3.5vw, 40px);
}
.hm-civic-change-label {
    margin-bottom: clamp(18px, 2.2vw, 26px);
}
.hm-civic-vote-intro h2 {
    max-width: 880px;
    font-size: clamp(46px, 6vw, 76px);
    line-height: .95;
}
.hm-civic-vote-lead {
    max-width: 850px;
    margin-top: clamp(17px, 2.2vw, 24px);
    font-size: clamp(19px, 2.1vw, 27px);
}
.hm-civic-vote-description {
    max-width: 760px;
    margin-top: clamp(14px, 1.8vw, 20px);
    font-size: clamp(14px, 1.35vw, 17px);
    line-height: 1.55;
}
.hm-civic-vote-intro .hm-vote-start-button {
    width: min(100%, 540px);
    min-height: clamp(70px, 6.5vw, 84px);
    margin-top: clamp(25px, 3vw, 34px);
    padding-left: clamp(26px, 4vw, 46px);
    font-size: clamp(22px, 2.1vw, 30px);
}
.hm-civic-vote-intro .hm-vote-start-button > b {
    width: clamp(52px, 5.1vw, 64px);
    height: clamp(52px, 5.1vw, 64px);
    font-size: clamp(27px, 2.6vw, 34px);
}
.hm-civic-vote-helper {
    margin-top: 18px;
    font-size: clamp(12px, 1.1vw, 14px);
}

/* Kvíz má teraz rovnaký prémiový modro-biely vstup ako anketa. */
.hm-quiz.hm-section {
    padding-top: clamp(34px, 4vw, 56px);
    padding-bottom: clamp(44px, 5vw, 70px);
    color: var(--hm-navy);
    background:
        radial-gradient(circle at 9% 8%, rgba(91,180,255,.28), transparent 27%),
        radial-gradient(circle at 93% 17%, rgba(14,108,224,.18), transparent 26%),
        linear-gradient(135deg, #cfeaff 0%, #eaf6ff 48%, #d5edff 100%) !important;
}
.hm-quiz::before { display: none !important; }
.hm-quiz-shell {
    display: block;
    max-width: 1180px;
}
.hm-quiz-intro {
    position: relative;
    isolation: isolate;
    max-width: 980px;
    margin: 0 auto;
    padding: clamp(42px, 4.7vw, 62px) clamp(24px, 5vw, 58px) clamp(34px, 4vw, 48px);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.88);
    border-radius: clamp(28px, 3.5vw, 40px);
    background:
        radial-gradient(circle at 92% 10%, rgba(39,132,239,.055), transparent 27%),
        radial-gradient(circle at 6% 92%, rgba(0,91,187,.04), transparent 28%),
        linear-gradient(180deg, rgba(255,255,255,.985), rgba(250,253,255,.985));
    box-shadow: 0 30px 70px rgba(0,68,145,.16), 0 8px 22px rgba(0,65,137,.07);
    text-align: center;
}
.hm-quiz-change-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: clamp(18px, 2.2vw, 26px);
    padding: 8px 16px 8px 9px;
    border: 1px solid rgba(0,91,187,.08);
    border-radius: 999px;
    background: linear-gradient(180deg, #eff7ff, #e4f1ff);
    color: #0a5fc0;
    box-shadow: 0 8px 22px rgba(0,91,187,.07);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .075em;
    text-transform: uppercase;
}
.hm-quiz-change-icon {
    display: grid;
    place-items: center;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background: linear-gradient(145deg, #0a70dc, #1855c9);
    color: #fff;
    box-shadow: 0 6px 14px rgba(0,91,187,.22), inset 0 1px rgba(255,255,255,.28);
    font-size: 17px;
    font-weight: 950;
}
.hm-quiz-intro h2 {
    max-width: 880px;
    margin: 0 auto;
    color: #031d44;
    font-size: clamp(46px, 6vw, 76px);
    font-weight: 950;
    line-height: .95;
    letter-spacing: -.066em;
    text-wrap: balance;
}
.hm-quiz-intro > p {
    max-width: 760px;
    margin: clamp(16px, 2vw, 22px) auto 0;
    color: #49617f;
    font-size: clamp(14px, 1.35vw, 17px);
    font-weight: 520;
    line-height: 1.55;
}
.hm-quiz-facts {
    width: min(100%, 520px);
    margin: 22px auto 14px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}
.hm-quiz-facts span {
    min-height: 58px;
    padding: 9px 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid rgba(0,91,187,.10);
    border-radius: 15px;
    background: #f4f9ff;
    color: #607795;
    font-size: 11px;
    font-weight: 800;
}
.hm-quiz-facts strong {
    color: var(--hm-blue);
    font-size: 20px;
    line-height: 1;
}
.hm-quiz .hm-rules {
    width: min(100%, 520px);
    margin: 0 auto;
    color: #49617f;
    text-align: left;
}
.hm-quiz .hm-rules summary {
    min-height: 42px;
    border: 1px solid rgba(0,91,187,.10);
    background: rgba(245,250,255,.94);
    color: #0a5fc0;
}
.hm-quiz .hm-rules > div {
    border-color: rgba(0,91,187,.10);
    background: #fff;
    color: #5f7591;
}
.hm-quiz-start-button {
    position: relative;
    width: min(100%, 540px);
    min-height: clamp(70px, 6.5vw, 84px);
    margin: 24px auto 0;
    padding: 8px 10px 8px clamp(26px, 4vw, 46px);
    justify-content: space-between;
    gap: 18px;
    overflow: hidden;
    border: 3px solid rgba(116,213,255,.76) !important;
    border-radius: 999px !important;
    background:
        linear-gradient(180deg, rgba(255,255,255,.16), transparent 41%),
        linear-gradient(110deg, #064cb9 0%, #066ce3 48%, #1b70ea 100%) !important;
    color: #fff !important;
    box-shadow: 0 18px 34px rgba(0,87,200,.28), inset 0 2px rgba(255,255,255,.28) !important;
    font-size: clamp(22px, 2.1vw, 30px);
    font-weight: 950;
    letter-spacing: -.025em;
}
.hm-quiz-start-button > span { flex: 1 1 auto; text-align: center; }
.hm-quiz-start-button > b {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: clamp(52px, 5.1vw, 64px);
    height: clamp(52px, 5.1vw, 64px);
    border-radius: 50%;
    background: linear-gradient(145deg, rgba(89,168,255,.76), rgba(8,86,205,.75));
    box-shadow: inset 0 1px rgba(255,255,255,.25), 0 8px 18px rgba(0,48,136,.20);
    font-size: clamp(27px, 2.6vw, 34px);
}
.hm-quiz-start-button:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 22px 42px rgba(0,87,200,.34), inset 0 2px rgba(255,255,255,.30) !important;
}
.hm-quiz-intro .hm-form-note {
    min-height: 18px;
    margin: 12px auto 0;
    color: #6b88aa;
}
#hmQuizCard:not(.is-live) { display: none !important; }

/* Spustená anketa a kvíz fungujú ako jedna samostatná obrazovka. */




/* ANKETA – celá jedna téma bez scrollovania. */


































/* Záverečný krok hlasovania ostáva v rovnakom bezscrollovom režime. */







/* KVÍZ – jedna otázka na jednej obrazovke, bez scrollovania stránky. */
body.hm-quiz-focus #hmQuizCard.is-live {
    position: fixed;
    z-index: 10020;
    top: 50%;
    left: 50%;
    width: min(900px, calc(100vw - 22px));
    height: min(760px, calc(100dvh - 22px));
    max-height: calc(100dvh - 22px);
    margin: 0;
    display: block !important;
    overflow: hidden;
    border: 1px solid rgba(0,91,187,.14);
    border-radius: clamp(22px, 2.6vw, 34px);
    background: rgba(255,255,255,.985);
    color: var(--hm-ink);
    box-shadow: 0 34px 90px rgba(0,55,125,.24);
    transform: translate(-50%, -50%);
}
body.hm-quiz-focus .hm-quiz-running {
    height: 100%;
    padding: clamp(14px, 2.2vw, 24px);
    display: grid;
    grid-template-rows: auto 6px minmax(0, 1fr) auto;
    gap: clamp(8px, 1.2vh, 12px);
}
body.hm-quiz-focus .hm-quiz-topbar {
    min-height: 0;
    margin: 0;
    padding: 0;
}
body.hm-quiz-focus .hm-quiz-topbar span { color: #607895; font-size: 10px; }
body.hm-quiz-focus .hm-quiz-topbar strong { color: var(--hm-blue); font-size: 12px; }
body.hm-quiz-focus .hm-quiz-topbar time {
    color: var(--hm-navy);
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 950;
}
body.hm-quiz-focus .hm-quiz-progress { margin: 0; height: 6px; }
body.hm-quiz-focus #hmQuizQuestion { min-height: 0; height: 100%; overflow: hidden; }
body.hm-quiz-focus .hm-question {
    height: 100%;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    gap: clamp(10px, 1.5vh, 16px);
}
body.hm-quiz-focus .hm-question h3 {
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: var(--hm-navy);
    font-size: clamp(20px, 2.8vw, 34px);
    line-height: 1.12;
    letter-spacing: -.035em;
}
body.hm-quiz-focus .hm-answer-list {
    min-height: 0;
    height: 100%;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(0, 1fr);
    gap: clamp(7px, 1vh, 10px);
    overflow: hidden;
}
body.hm-quiz-focus .hm-answer-list button {
    min-height: 0;
    height: 100%;
    padding: clamp(8px, 1.3vw, 13px);
    gap: 10px;
    border-radius: 14px;
    background: #f8fbff;
}
body.hm-quiz-focus .hm-answer-list button b {
    width: 31px;
    height: 31px;
    flex: 0 0 31px;
    border-radius: 9px;
    font-size: 11px;
}
body.hm-quiz-focus .hm-answer-list button span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #173c6b;
    font-size: clamp(11px, 1.25vw, 14px);
    line-height: 1.3;
}
body.hm-quiz-focus .hm-quiz-navigation {
    min-height: 0;
    margin: 0;
    padding: 0;
    gap: 10px;
}
body.hm-quiz-focus .hm-quiz-navigation .hm-button {
    min-height: 42px;
    padding: 0 15px;
    border-radius: 12px;
    font-size: 10px;
}
body.hm-quiz-focus .hm-quiz-dots button { width: 7px; height: 7px; }
body.hm-quiz-focus .hm-quiz-dots button.is-active { width: 22px; }
body.hm-quiz-focus .hm-quiz-contact:not(.hm-hidden) {
    height: 100%;
    padding: clamp(20px, 4vw, 40px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
body.hm-quiz-focus .hm-quiz-contact h3 {
    margin: 12px 0 5px;
    color: var(--hm-navy);
    font-size: clamp(28px, 4vw, 44px);
}
body.hm-quiz-focus .hm-quiz-contact > p {
    max-width: 560px;
    margin: 0;
    color: #607895;
    font-size: 13px;
    line-height: 1.45;
    text-align: center;
}
body.hm-quiz-focus .hm-contact-grid {
    width: min(100%, 620px);
    max-width: none;
    margin: 18px 0 14px;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}
body.hm-quiz-focus .hm-contact-grid input { min-height: 43px; }
body.hm-quiz-focus .hm-quiz-close-button { margin-top: 18px; min-width: 180px; justify-content: center; }

@media (max-width: 760px) {
    /* Kompaktnejšie štartovacie karty na mobile. */
    .hm-civic-vote-intro,
    .hm-quiz-intro {
        width: 100%;
        padding: 30px 16px 27px;
        border-radius: 25px;
    }
    .hm-civic-vote-intro h2,
    .hm-quiz-intro h2 {
        font-size: clamp(38px, 12vw, 54px);
    }
    .hm-civic-vote-lead { font-size: clamp(18px, 5.3vw, 23px); }
    .hm-civic-vote-description,
    .hm-quiz-intro > p { font-size: 13px; line-height: 1.48; }
    .hm-civic-vote-intro .hm-vote-start-button,
    .hm-quiz-start-button {
        min-height: 66px;
        margin-top: 23px;
        padding-left: 18px;
        border-width: 3px !important;
        font-size: clamp(19px, 5.5vw, 24px);
    }
    .hm-civic-vote-intro .hm-vote-start-button > b,
    .hm-quiz-start-button > b {
        width: 50px;
        height: 50px;
        font-size: 28px;
    }
    .hm-quiz-facts { margin-top: 18px; }
    .hm-quiz-facts span { min-height: 50px; padding: 7px 5px; font-size: 9px; }
    .hm-quiz-facts strong { font-size: 17px; }

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

    
    
    
    
    

    body.hm-quiz-focus #hmQuizCard.is-live {
        width: calc(100vw - 10px);
        height: calc(100dvh - 10px);
        max-height: calc(100dvh - 10px);
        border-radius: 19px;
    }
    body.hm-quiz-focus .hm-quiz-running {
        padding: 10px;
        grid-template-rows: auto 5px minmax(0, 1fr) auto;
        gap: 7px;
    }
    body.hm-quiz-focus .hm-quiz-topbar time { font-size: 22px; }
    body.hm-quiz-focus .hm-question { gap: 8px; }
    body.hm-quiz-focus .hm-question h3 {
        -webkit-line-clamp: 3;
        font-size: clamp(17px, 5.5vw, 25px);
        line-height: 1.08;
    }
    body.hm-quiz-focus .hm-answer-list {
        grid-template-columns: 1fr;
        gap: 5px;
    }
    body.hm-quiz-focus .hm-question[data-option-count="5"] .hm-answer-list,
    body.hm-quiz-focus .hm-question[data-option-count="6"] .hm-answer-list,
    body.hm-quiz-focus .hm-question[data-option-count="7"] .hm-answer-list,
    body.hm-quiz-focus .hm-question[data-option-count="8"] .hm-answer-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    body.hm-quiz-focus .hm-answer-list button {
        padding: 6px 8px;
        gap: 7px;
        border-radius: 10px;
    }
    body.hm-quiz-focus .hm-answer-list button b {
        width: 25px;
        height: 25px;
        flex-basis: 25px;
        border-radius: 7px;
        font-size: 9px;
    }
    body.hm-quiz-focus .hm-answer-list button span {
        -webkit-line-clamp: 2;
        font-size: clamp(9px, 2.8vw, 12px);
        line-height: 1.2;
    }
    body.hm-quiz-focus .hm-quiz-navigation { grid-template-columns: auto minmax(0, 1fr) auto; gap: 5px; }
    body.hm-quiz-focus .hm-quiz-navigation .hm-button {
        min-height: 36px;
        padding: 0 8px;
        font-size: 8px;
    }
    body.hm-quiz-focus .hm-contact-grid {
        width: 100%;
        margin: 12px 0 10px;
        grid-template-columns: 1fr;
        gap: 6px;
    }
    body.hm-quiz-focus .hm-contact-grid label > span { font-size: 9px; }
    body.hm-quiz-focus .hm-contact-grid input { min-height: 38px; padding: 7px 9px; }
    body.hm-quiz-focus .hm-quiz-contact:not(.hm-hidden) { padding: 14px 12px; }
    body.hm-quiz-focus .hm-quiz-contact h3 { font-size: clamp(26px, 9vw, 38px); }
    body.hm-quiz-focus .hm-quiz-contact > p { font-size: 11px; }
}

/* Veľmi nízke displeje: zachovať jednu obrazovku aj pri menšej výške. */
@media (max-height: 650px) {
    
    
    
    
    
    body.hm-quiz-focus .hm-question h3 { -webkit-line-clamp: 2; font-size: clamp(16px, 4vh, 24px); }
    body.hm-quiz-focus .hm-answer-list { gap: 4px; }
    body.hm-quiz-focus .hm-answer-list button { padding-block: 4px; }
}

/* -------------------------------------------------------------------------
   v64: o 20 % menšie vstupné karty + o 50 % kompaktnejšie medzery sekcií
   ---------------------------------------------------------------------- */

/* Hlavné bloky stránky sú bližšie pri sebe. */
.hm-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.hm-solutions.hm-section,
.hm-quiz.hm-section,
.hm-media.hm-section,
.hm-team.hm-section {
    padding-top: clamp(28px, 3.1vw, 46px) !important;
    padding-bottom: clamp(28px, 3.1vw, 46px) !important;
}
.hm-section-head {
    margin-bottom: 24px;
}
.hm-section-head-split {
    gap: 36px;
}
.hm-section-head h2 {
    margin-top: 8px;
    margin-bottom: 8px;
}

/* Úvodná karta ankety – ďalších približne -20 %. */
.hm-civic-vote-intro {
    max-width: 784px;
    margin-top: 0;
    margin-bottom: 14px;
    padding: clamp(34px, 3.75vw, 50px) clamp(20px, 4vw, 46px) clamp(27px, 3.2vw, 38px);
    border-radius: clamp(24px, 2.9vw, 32px);
}
.hm-civic-change-label {
    margin-bottom: clamp(14px, 1.75vw, 21px);
    transform: scale(.94);
    transform-origin: center;
}
.hm-civic-vote-intro h2 {
    max-width: 704px;
    font-size: clamp(37px, 4.8vw, 61px);
}
.hm-civic-vote-lead {
    max-width: 680px;
    margin-top: clamp(14px, 1.75vw, 19px);
    font-size: clamp(16px, 1.7vw, 22px);
}
.hm-civic-vote-description {
    max-width: 608px;
    margin-top: clamp(11px, 1.45vw, 16px);
    font-size: clamp(12px, 1.1vw, 14px);
    line-height: 1.48;
}
.hm-civic-vote-intro .hm-vote-start-button {
    width: min(100%, 432px);
    min-height: clamp(56px, 5.2vw, 67px);
    margin-top: clamp(20px, 2.4vw, 27px);
    padding-left: clamp(21px, 3.2vw, 37px);
    font-size: clamp(18px, 1.7vw, 24px);
}
.hm-civic-vote-intro .hm-vote-start-button > b {
    width: clamp(42px, 4.1vw, 51px);
    height: clamp(42px, 4.1vw, 51px);
    font-size: clamp(22px, 2.1vw, 27px);
}
.hm-civic-vote-helper {
    margin-top: 12px;
    font-size: clamp(10px, .9vw, 12px);
}

/* Úvodná karta kvízu – rovnaká mierka ako anketa. */
.hm-quiz-shell {
    max-width: 980px;
}
.hm-quiz-intro {
    max-width: 784px;
    padding: clamp(34px, 3.75vw, 50px) clamp(20px, 4vw, 46px) clamp(27px, 3.2vw, 38px);
    border-radius: clamp(24px, 2.9vw, 32px);
}
.hm-quiz-change-label {
    margin-bottom: clamp(14px, 1.75vw, 21px);
    transform: scale(.94);
    transform-origin: center;
}
.hm-quiz-intro h2 {
    max-width: 704px;
    font-size: clamp(37px, 4.8vw, 61px);
}
.hm-quiz-intro > p {
    max-width: 608px;
    margin-top: clamp(13px, 1.6vw, 18px);
    font-size: clamp(12px, 1.1vw, 14px);
    line-height: 1.48;
}
.hm-quiz-facts {
    width: min(100%, 416px);
    margin: 16px auto 10px;
    gap: 6px;
}
.hm-quiz-facts span {
    min-height: 47px;
    padding: 7px 8px;
    border-radius: 12px;
    font-size: 9px;
}
.hm-quiz-facts strong {
    font-size: 16px;
}
.hm-quiz .hm-rules {
    width: min(100%, 416px);
}
.hm-quiz .hm-rules summary {
    min-height: 36px;
}
.hm-quiz-start-button {
    width: min(100%, 432px);
    min-height: clamp(56px, 5.2vw, 67px);
    margin-top: 18px;
    padding-left: clamp(21px, 3.2vw, 37px);
    font-size: clamp(18px, 1.7vw, 24px);
}
.hm-quiz-start-button > b {
    width: clamp(42px, 4.1vw, 51px);
    height: clamp(42px, 4.1vw, 51px);
    font-size: clamp(22px, 2.1vw, 27px);
}
.hm-quiz-intro .hm-form-note {
    min-height: 14px;
    margin-top: 8px;
    font-size: 10px;
}

/* Menšie medzery aj v bežných obsahových blokoch. */
.hm-media-grid,
.hm-candidate-grid {
    row-gap: 16px;
}
.hm-results,
.hm-topic-scroller,
.hm-media-grid,
.hm-candidate-grid {
    margin-top: 16px;
}

@media (max-width: 760px) {
    .hm-section,
    .hm-solutions.hm-section,
    .hm-quiz.hm-section,
    .hm-media.hm-section,
    .hm-team.hm-section {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }
    .hm-section-head { margin-bottom: 16px; }
    .hm-section-head-split { gap: 16px; }

    .hm-civic-vote-intro,
    .hm-quiz-intro {
        width: min(100%, 94vw);
        max-width: 100%;
        padding: 24px 13px 22px;
        border-radius: 21px;
    }
    .hm-civic-change-label,
    .hm-quiz-change-label {
        margin-bottom: 12px;
        transform: scale(.90);
    }
    .hm-civic-vote-intro h2,
    .hm-quiz-intro h2 {
        font-size: clamp(31px, 9.6vw, 43px);
        line-height: .98;
    }
    .hm-civic-vote-lead {
        margin-top: 12px;
        font-size: clamp(15px, 4.25vw, 18px);
    }
    .hm-civic-vote-description,
    .hm-quiz-intro > p {
        margin-top: 10px;
        font-size: 11px;
        line-height: 1.42;
    }
    .hm-civic-vote-intro .hm-vote-start-button,
    .hm-quiz-start-button {
        width: min(100%, 360px);
        min-height: 53px;
        margin-top: 18px;
        padding-left: 15px;
        border-width: 2px !important;
        font-size: clamp(16px, 4.4vw, 19px);
    }
    .hm-civic-vote-intro .hm-vote-start-button > b,
    .hm-quiz-start-button > b {
        width: 40px;
        height: 40px;
        font-size: 22px;
    }
    .hm-civic-vote-helper { margin-top: 9px; font-size: 9px; }
    .hm-quiz-facts {
        width: min(100%, 350px);
        margin-top: 13px;
        gap: 5px;
    }
    .hm-quiz-facts span {
        min-height: 40px;
        padding: 5px 4px;
        font-size: 8px;
    }
    .hm-quiz-facts strong { font-size: 14px; }
    .hm-quiz .hm-rules { width: min(100%, 350px); }
    .hm-quiz .hm-rules summary { min-height: 32px; font-size: 9px; }
}

/* -------------------------------------------------------------------------
   Hlavný úvod: obsah bližšie k hornej lište, bez zbytočnej prázdnej medzery
   ---------------------------------------------------------------------- */
.hm-civic-intro {
    min-height: clamp(500px, 42vw, 610px);
    padding-top: calc(var(--hm-topbar) + 18px);
    padding-bottom: 28px;
    align-items: flex-start;
}
.hm-civic-intro-inner {
    max-width: 1320px;
}
.hm-civic-intro-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr);
    align-items: center;
    gap: clamp(34px, 4.2vw, 64px);
}
.hm-civic-intro-copy {
    min-width: 0;
}
.hm-civic-intro-copy h1 {
    max-width: 720px;
    font-size: clamp(54px, 6.1vw, 88px);
    line-height: .92;
}
.hm-civic-intro-copy .hm-civic-slogan-rotator {
    width: min(680px, 100%);
}
.hm-civic-intro-copy .hm-civic-intro-text {
    max-width: 650px;
}

.hm-pledge-panel {
    position: relative;
    min-width: 0;
    padding: 19px;
    border: 1px solid rgba(0, 88, 190, .14);
    border-radius: 30px;
    background:
        radial-gradient(circle at 92% 5%, rgba(40, 155, 255, .16), transparent 32%),
        linear-gradient(160deg, rgba(255,255,255,.86), rgba(238,248,255,.78));
    box-shadow: 0 28px 70px rgba(0, 68, 145, .16), inset 0 1px rgba(255,255,255,.92);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}
.hm-pledge-panel::before {
    content: "";
    position: absolute;
    inset: 9px;
    z-index: -1;
    border-radius: 23px;
    border: 1px solid rgba(255,255,255,.7);
    pointer-events: none;
}
.hm-pledge-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 14px;
    margin: 0 2px 14px;
}
.hm-pledge-head > span {
    flex: 0 0 auto;
    padding: 5px 8px;
    border-radius: 999px;
    background: #e5f2ff;
    color: #0869c9;
    font-size: 8px;
    font-weight: 950;
    letter-spacing: .12em;
}
.hm-pledge-head h2 {
    max-width: 330px;
    margin: 0;
    color: #032d64;
    font-size: clamp(18px, 1.55vw, 23px);
    font-weight: 950;
    line-height: 1.03;
    letter-spacing: -.045em;
    text-align: right;
}
.hm-pledge-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    min-height: 0;
}
.hm-pledge-person {
    position: relative;
    min-width: 0;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border: 1px solid rgba(0, 79, 172, .13);
    border-radius: 16px;
    background: #d9edff;
    box-shadow: 0 9px 22px rgba(0, 59, 130, .10);
    transition: opacity .26s ease, transform .26s ease, box-shadow .26s ease, border-color .26s ease;
}
.hm-pledge-person:not(.is-placeholder):hover {
    z-index: 2;
    transform: translateY(-3px) scale(1.015);
    border-color: rgba(0, 103, 217, .32);
    box-shadow: 0 15px 30px rgba(0, 68, 145, .18);
}
.hm-pledge-photo {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center top;
    transition: transform .42s cubic-bezier(.2,.8,.2,1), filter .28s ease;
}
.hm-pledge-person:not(.is-placeholder):hover .hm-pledge-photo {
    transform: scale(1.045);
}
.hm-pledge-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 52%, rgba(0, 25, 56, .42) 100%);
    pointer-events: none;
}
.hm-pledge-photo.is-empty {
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 50% 28%, rgba(255,255,255,.52), transparent 25%),
        linear-gradient(145deg, #d8ecff, #99ccfa);
}
.hm-pledge-photo.is-empty > span {
    position: relative;
    z-index: 1;
    color: #176fbe;
    font-size: 22px;
    font-weight: 950;
    letter-spacing: -.04em;
}
.hm-pledge-expand {
    position: absolute;
    right: 7px;
    bottom: 7px;
    z-index: 4;
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.66);
    border-radius: 50%;
    background: rgba(2, 78, 164, .88);
    color: #fff;
    font: inherit;
    font-size: 15px;
    cursor: pointer;
    box-shadow: 0 7px 17px rgba(0, 45, 101, .26);
    backdrop-filter: blur(10px);
    transition: transform .2s ease, background .2s ease;
}
.hm-pledge-expand:hover {
    transform: scale(1.08);
    background: #087ee8;
}
.hm-pledge-close { display: none; font-size: 21px; line-height: 1; }
.hm-pledge-detail {
    display: none;
}
.hm-pledge-grid.has-expanded .hm-pledge-person:not(.is-expanded) {
    opacity: .2;
    transform: scale(.96);
    filter: saturate(.65);
}
.hm-pledge-person.is-expanded {
    position: absolute;
    inset: 0;
    z-index: 20;
    aspect-ratio: auto;
    display: grid;
    grid-template-columns: minmax(0, 48%) minmax(0, 52%);
    border-radius: 22px;
    background: #fafdff;
    border-color: rgba(0, 103, 217, .23);
    box-shadow: 0 28px 60px rgba(0, 45, 102, .27);
    transform: none;
}
.hm-pledge-person.is-expanded:hover { transform: none; }
.hm-pledge-person.is-expanded .hm-pledge-photo {
    position: relative;
    inset: auto;
    min-height: 100%;
    transform: none;
    border-radius: 21px 0 0 21px;
}
.hm-pledge-person.is-expanded .hm-pledge-photo::after {
    background: linear-gradient(90deg, transparent 70%, rgba(0, 42, 91, .12));
}
.hm-pledge-person.is-expanded .hm-pledge-detail {
    display: flex;
    min-width: 0;
    padding: clamp(18px, 2vw, 28px);
    flex-direction: column;
    justify-content: center;
    background:
        radial-gradient(circle at 100% 0, rgba(64,170,255,.14), transparent 30%),
        linear-gradient(180deg, #ffffff, #eef7ff);
}
.hm-pledge-person.is-expanded .hm-pledge-number {
    width: fit-content;
    margin-bottom: 10px;
    padding: 6px 9px;
    border-radius: 999px;
    background: #e2f1ff;
    color: #1564ae;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.hm-pledge-person.is-expanded .hm-pledge-number strong {
    color: #005bbb;
    font-size: 13px;
}
.hm-pledge-person.is-expanded .hm-pledge-detail h3 {
    margin: 0;
    color: #032b5d;
    font-size: clamp(23px, 2.25vw, 34px);
    font-weight: 950;
    line-height: .98;
    letter-spacing: -.055em;
}
.hm-pledge-person.is-expanded .hm-pledge-detail p {
    margin: 12px 0 0;
    color: #4a6c90;
    font-size: clamp(12px, 1vw, 14px);
    font-weight: 590;
    line-height: 1.48;
}
.hm-pledge-person.is-expanded .hm-pledge-expand {
    top: 10px;
    right: 10px;
    bottom: auto;
    width: 34px;
    height: 34px;
    background: rgba(2, 43, 93, .88);
}
.hm-pledge-person.is-expanded .hm-pledge-arrow { display: none; }
.hm-pledge-person.is-expanded .hm-pledge-close { display: inline; }
.hm-pledge-person.is-placeholder {
    box-shadow: none;
    border-style: dashed;
    opacity: .48;
}
.hm-pledge-mobile-note {
    display: none;
}

@media (max-width: 1050px) {
    .hm-civic-intro-layout {
        grid-template-columns: minmax(0, .95fr) minmax(390px, 1.05fr);
        gap: 28px;
    }
    .hm-civic-intro-copy h1 {
        font-size: clamp(49px, 6.5vw, 70px);
    }
    .hm-pledge-panel { padding: 15px; }
    .hm-pledge-head h2 { font-size: 18px; }
    .hm-pledge-grid { gap: 6px; }
}

@media (max-width: 800px) {
    .hm-civic-intro {
        min-height: 0;
        padding-top: calc(var(--hm-topbar) + 12px);
        padding-bottom: 22px;
        align-items: flex-start;
    }
    .hm-civic-intro-layout {
        display: block;
    }
    .hm-civic-intro-copy h1 {
        max-width: 100%;
        font-size: clamp(44px, 13.2vw, 68px);
    }
    .hm-civic-intro-copy .hm-civic-intro-text {
        max-width: 100%;
    }
    .hm-pledge-panel {
        margin-top: 25px;
        padding: 14px 12px 12px;
        border-radius: 24px;
    }
    .hm-pledge-head {
        align-items: start;
        margin: 0 3px 11px;
    }
    .hm-pledge-head h2 {
        max-width: 245px;
        font-size: clamp(17px, 5vw, 21px);
        text-align: left;
    }
    .hm-pledge-head > span {
        order: 2;
        margin-top: 2px;
        font-size: 7px;
    }
    .hm-pledge-grid {
        display: flex;
        gap: 9px;
        overflow-x: auto;
        overflow-y: hidden;
        margin-inline: -2px;
        padding: 2px 2px 8px;
        scroll-snap-type: x mandatory;
        scrollbar-width: thin;
        overscroll-behavior-inline: contain;
    }
    .hm-pledge-grid::-webkit-scrollbar { height: 5px; }
    .hm-pledge-grid::-webkit-scrollbar-thumb { background: rgba(0,91,187,.26); border-radius: 999px; }
    .hm-pledge-person,
    .hm-pledge-person.is-expanded {
        position: relative;
        inset: auto;
        flex: 0 0 104px;
        width: 104px;
        height: 128px;
        aspect-ratio: auto;
        display: block;
        border-radius: 16px;
        scroll-snap-align: start;
        transition: flex-basis .35s cubic-bezier(.2,.8,.2,1), width .35s cubic-bezier(.2,.8,.2,1), box-shadow .25s ease;
    }
    .hm-pledge-grid.has-expanded .hm-pledge-person:not(.is-expanded) {
        opacity: .55;
        transform: none;
        filter: none;
    }
    .hm-pledge-person.is-expanded {
        flex-basis: min(86vw, 350px);
        width: min(86vw, 350px);
        display: grid;
        grid-template-columns: 116px minmax(0, 1fr);
        background: #fafdff;
        box-shadow: 0 16px 38px rgba(0, 51, 112, .2);
    }
    .hm-pledge-person .hm-pledge-photo,
    .hm-pledge-person.is-expanded .hm-pledge-photo {
        position: absolute;
        inset: 0;
        min-height: 0;
        border-radius: 15px;
    }
    .hm-pledge-person.is-expanded .hm-pledge-photo {
        position: relative;
        inset: auto;
        height: 100%;
        border-radius: 15px 0 0 15px;
    }
    .hm-pledge-person.is-expanded .hm-pledge-detail {
        display: flex;
        padding: 14px 36px 14px 13px;
        background: linear-gradient(180deg, #fff, #edf7ff);
    }
    .hm-pledge-person.is-expanded .hm-pledge-number {
        margin-bottom: 6px;
        padding: 4px 7px;
        font-size: 7px;
    }
    .hm-pledge-person.is-expanded .hm-pledge-number strong { font-size: 10px; }
    .hm-pledge-person.is-expanded .hm-pledge-detail h3 {
        font-size: 20px;
        line-height: 1;
    }
    .hm-pledge-person.is-expanded .hm-pledge-detail p {
        margin-top: 7px;
        font-size: 10px;
        line-height: 1.34;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }
    .hm-pledge-expand {
        right: 6px;
        bottom: 6px;
        width: 27px;
        height: 27px;
    }
    .hm-pledge-person.is-expanded .hm-pledge-expand {
        top: 7px;
        right: 7px;
        width: 29px;
        height: 29px;
    }
    .hm-pledge-mobile-note {
        display: block;
        margin: 3px 3px 0;
        color: #5c7a9b;
        font-size: 9px;
        font-weight: 650;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hm-pledge-person,
    .hm-pledge-photo,
    .hm-pledge-expand { transition: none !important; }
}

/* -------------------------------------------------------------------------
   v67: výrazne menšie profilové fotografie 4×4
   ---------------------------------------------------------------------- */
@media (min-width: 801px) {
    .hm-pledge-grid {
        grid-template-columns: repeat(4, 48px);
        justify-content: center;
        gap: 8px;
    }
    .hm-pledge-person:not(.is-expanded) {
        width: 48px;
        height: 48px;
        aspect-ratio: auto;
        border-radius: 10px;
        box-shadow: 0 5px 12px rgba(0, 59, 130, .10);
    }
    .hm-pledge-person:not(.is-expanded) .hm-pledge-photo {
        border-radius: 9px;
    }
    .hm-pledge-person:not(.is-expanded) .hm-pledge-photo.is-empty > span {
        font-size: 11px;
    }
    .hm-pledge-person:not(.is-expanded) .hm-pledge-expand {
        right: 3px;
        bottom: 3px;
        width: 16px;
        height: 16px;
        border-width: 1px;
        font-size: 9px;
        box-shadow: 0 3px 8px rgba(0,45,101,.22);
    }
    .hm-pledge-person.is-expanded {
        width: auto;
        height: auto;
    }
}

@media (max-width: 800px) {
    .hm-pledge-person:not(.is-expanded) {
        flex: 0 0 46px;
        width: 46px;
        height: 58px;
        border-radius: 10px;
    }
    .hm-pledge-person:not(.is-expanded) .hm-pledge-photo {
        border-radius: 9px;
    }
    .hm-pledge-person:not(.is-expanded) .hm-pledge-photo.is-empty > span {
        font-size: 10px;
    }
    .hm-pledge-person:not(.is-expanded) .hm-pledge-expand {
        right: 3px;
        bottom: 3px;
        width: 16px;
        height: 16px;
        font-size: 9px;
        box-shadow: 0 3px 8px rgba(0,45,101,.22);
    }
}


/* -------------------------------------------------------------------------
   v68: vzdušnejší záväzkový blok bez bieleho panelu + mriežka 5×3
   ---------------------------------------------------------------------- */
@media (min-width: 801px) {
    .hm-civic-intro-layout {
        grid-template-columns: minmax(0, 1.02fr) minmax(520px, .98fr);
        align-items: center;
    }
    .hm-pledge-panel {
        padding: 4px 0 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }
    .hm-pledge-panel::before {
        display: none;
    }
    .hm-pledge-layout {
        display: grid;
        grid-template-columns: 180px minmax(0, 1fr);
        align-items: start;
        gap: 18px;
    }
    .hm-pledge-head {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 10px;
        margin: 2px 0 0;
        position: sticky;
        top: 96px;
    }
    .hm-pledge-head > span {
        padding: 6px 10px;
        font-size: 8px;
        background: rgba(255,255,255,.56);
        border: 1px solid rgba(0,91,187,.12);
        box-shadow: 0 10px 24px rgba(0, 70, 150, .08);
    }
    .hm-pledge-head h2 {
        max-width: none;
        color: #08346f;
        font-size: 15px;
        line-height: 1.15;
        letter-spacing: -.03em;
        text-align: left;
        white-space: normal;
        text-wrap: balance;
    }
    .hm-pledge-grid {
        grid-template-columns: repeat(5, 48px);
        grid-auto-rows: 48px;
        justify-content: start;
        align-content: start;
        gap: 10px;
        width: max-content;
        min-height: 164px;
    }
    .hm-pledge-person:not(.is-expanded) {
        width: 48px;
        height: 48px;
        border-radius: 12px;
        background: rgba(222, 240, 255, .72);
        border-color: rgba(0, 79, 172, .10);
    }
    .hm-pledge-person:not(.is-placeholder):hover {
        transform: translateY(-2px) scale(1.03);
        box-shadow: 0 12px 24px rgba(0, 68, 145, .14);
    }
    .hm-pledge-person.is-expanded {
        inset: -10px 0 auto -190px;
        min-height: 214px;
        grid-template-columns: 170px minmax(0, 1fr);
    }
    .hm-pledge-person.is-expanded .hm-pledge-detail {
        padding: 16px 18px;
    }
    .hm-pledge-person.is-expanded .hm-pledge-detail h3 {
        font-size: clamp(20px, 1.7vw, 28px);
    }
    .hm-pledge-person.is-expanded .hm-pledge-detail p {
        font-size: 13px;
    }
}

@media (max-width: 800px) {
    .hm-pledge-panel {
        background: transparent;
        border: 0;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        padding: 10px 0 0;
    }
    .hm-pledge-panel::before {
        display: none;
    }
    .hm-pledge-head {
        margin: 0 0 10px;
    }
    .hm-pledge-head h2 {
        max-width: none;
        font-size: 16px;
        line-height: 1.2;
        text-align: left;
    }
    .hm-pledge-head > span {
        background: rgba(255,255,255,.58);
    }
}


.hm-quiz-loader {
    display: inline-grid !important;
    place-items: center;
    animation: hmQuizSpin .9s linear infinite;
}
@keyframes hmQuizSpin { to { transform: rotate(360deg); } }
.hm-quiz-load-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
}
.hm-quiz-load-actions .hm-button {
    min-height: 42px;
    padding: 9px 16px;
    font-size: 12px;
}
body.hm-quiz-focus #hmQuizCard.is-live .hm-quiz-empty:not(.hm-hidden) {
    position: absolute;
    inset: 0;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px;
    text-align: center;
    background: linear-gradient(180deg, #fff, #eef7ff);
}
body.hm-quiz-focus #hmQuizCard.is-live .hm-quiz-empty h3 {
    margin: 10px 0 6px;
    color: #032b5d;
    font-size: clamp(22px, 3vw, 34px);
}
body.hm-quiz-focus #hmQuizCard.is-live .hm-quiz-empty p {
    max-width: 520px;
    margin: 0;
    color: #5c7898;
    font-size: 13px;
    line-height: 1.45;
}


/* Funkčný obsah má vždy prednosť pred scroll-reveal animáciou. */


body.hm-quiz-focus #hmQuizCard.is-live {
    display: block !important;
    transform: translate(-50%, -50%) !important;
}
body.hm-quiz-focus #hmQuizCard.is-live .hm-quiz-empty:not(.hm-hidden),
body.hm-quiz-focus #hmQuizCard.is-live .hm-quiz-running:not(.hm-hidden),
body.hm-quiz-focus #hmQuizCard.is-live .hm-quiz-contact:not(.hm-hidden) {
    opacity: 1 !important;
    visibility: visible !important;
}
/* Ak sa reveal observer vôbec nespustí, kritické sekcie sú po aktivácii aj tak viditeľné. */


@media (min-width: 801px) {
    .hm-pledge-layout {
        grid-template-columns: 168px max-content;
        gap: 16px;
        justify-content: start;
    }
    .hm-pledge-grid {
        grid-template-columns: repeat(3, 40px) !important;
        grid-auto-rows: 54px !important;
        gap: 9px !important;
        min-height: 243px;
    }
    .hm-pledge-person:not(.is-expanded) {
        width: 40px !important;
        height: 54px !important;
        aspect-ratio: auto !important;
        border-radius: 10px !important;
    }
    .hm-pledge-person:not(.is-expanded) .hm-pledge-photo {
        border-radius: 9px !important;
        background-position: center top;
    }
    .hm-pledge-person:not(.is-expanded) .hm-pledge-expand {
        width: 15px !important;
        height: 15px !important;
        right: 2px !important;
        bottom: 2px !important;
        font-size: 8px !important;
    }
    .hm-pledge-head h2 {
        font-size: 14px !important;
        line-height: 1.18 !important;
    }
    .hm-pledge-person.is-expanded {
        inset: -8px auto auto -184px;
        width: 410px;
        min-height: 230px;
        grid-template-columns: 150px minmax(0, 1fr);
    }
}

@media (max-width: 800px) {
    .hm-pledge-person:not(.is-expanded) {
        flex: 0 0 40px !important;
        width: 40px !important;
        height: 54px !important;
    }
}


/* Portálované prvky sú priamo pod body, preto sú vždy nad modrým overlayom. */


/* Nadpis je samostatne nad fotografiami, bez počítadla profilov. */
.hm-pledge-panel {
    width: max-content;
    max-width: 100%;
}
.hm-pledge-head {
    display: block !important;
    margin: 0 0 12px !important;
    position: static !important;
}
.hm-pledge-head > span { display: none !important; }
.hm-pledge-head h2 {
    max-width: 300px !important;
    margin: 0 !important;
    color: #08346f !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 1.18 !important;
    letter-spacing: -.028em !important;
    text-align: left !important;
}

@media (min-width: 801px) {
    .hm-pledge-grid {
        grid-template-columns: repeat(3, 48px) !important;
        grid-auto-rows: 65px !important;
        gap: 10px !important;
        min-height: 290px !important;
        justify-content: start !important;
    }
    .hm-pledge-person:not(.is-expanded) {
        width: 48px !important;
        height: 65px !important;
        border-radius: 11px !important;
    }
    .hm-pledge-person:not(.is-expanded) .hm-pledge-photo {
        border-radius: 10px !important;
    }
    .hm-pledge-person:not(.is-expanded) .hm-pledge-expand {
        width: 17px !important;
        height: 17px !important;
        right: 3px !important;
        bottom: 3px !important;
        font-size: 9px !important;
    }
    .hm-pledge-person.is-expanded {
        inset: -8px auto auto -10px !important;
        width: 430px !important;
        min-height: 245px !important;
        grid-template-columns: 160px minmax(0, 1fr) !important;
    }
}

@media (max-width: 800px) {
    .hm-pledge-panel { width: 100%; }
    .hm-pledge-head { margin-bottom: 9px !important; }
    .hm-pledge-head h2 {
        max-width: 100% !important;
        font-size: 15px !important;
    }
    .hm-pledge-person:not(.is-expanded) {
        flex: 0 0 48px !important;
        width: 48px !important;
        height: 65px !important;
        border-radius: 11px !important;
    }
    .hm-pledge-person:not(.is-expanded) .hm-pledge-photo {
        border-radius: 10px !important;
    }
    .hm-pledge-person:not(.is-expanded) .hm-pledge-expand {
        width: 17px !important;
        height: 17px !important;
        font-size: 9px !important;
    }
}


:root {
    --hm-blue: #0057e7;
    --hm-blue-2: #087cff;
    --hm-cyan: #49a9ff;
    --hm-yellow: #ffd400;
    --hm-lime: #ffd400;
    --hm-orange: #ffbf00;
    --hm-navy: #001f52;
    --hm-ink: #00245e;
    --hm-bg: #e8f3ff;
}

body,
.hm-site {
    background:
        radial-gradient(circle at 8% 8%, rgba(0,87,231,.20), transparent 28%),
        radial-gradient(circle at 92% 24%, rgba(255,212,0,.15), transparent 24%),
        linear-gradient(180deg, #e5f2ff 0%, #f7fbff 48%, #e5f2ff 100%);
}

/* Silnejší modro-žltý hero bez zásahu do čierneho filmového pásu problémov. */
.hm-civic-intro {
    background:
        radial-gradient(circle at 12% 18%, rgba(255,212,0,.18), transparent 24%),
        radial-gradient(circle at 88% 72%, rgba(0,87,231,.20), transparent 30%),
        linear-gradient(135deg, #d9edff 0%, #f4faff 56%, #cfe7ff 100%) !important;
}
.hm-civic-badge,
.hm-civic-change-label,
.hm-quiz-change-label {
    background: var(--hm-yellow) !important;
    color: #00285f !important;
    border-color: rgba(0,45,105,.12) !important;
    box-shadow: 0 10px 22px rgba(255,196,0,.20) !important;
}
.hm-civic-intro-copy h1 span,
.hm-civic-vote-intro h2,
.hm-section-head h2,
.hm-section-head-modern h2 {
    color: #003f9e !important;
}
.hm-civic-slogan-rotator,
.hm-civic-vote-lead,
.hm-eyebrow,
.hm-section-head-modern > span {
    color: #0069f0 !important;
}
.hm-topbar-action,
.hm-button-yellow,
.hm-vote-start-button,
.hm-quiz-start-button {
    background: linear-gradient(135deg, #ffd900, #ffbd00) !important;
    color: #00255b !important;
    box-shadow: 0 16px 34px rgba(255,190,0,.30) !important;
}
.hm-topbar-action:hover,
.hm-button-yellow:hover:not(:disabled),
.hm-vote-start-button:hover:not(:disabled),
.hm-quiz-start-button:hover:not(:disabled) {
    background: linear-gradient(135deg, #ffe247, #ffc400) !important;
    color: #001c45 !important;
}
.hm-button-blue {
    background: linear-gradient(135deg, #004fda, #087cff) !important;
    color: #fff !important;
    box-shadow: 0 14px 28px rgba(0,78,215,.26) !important;
}

/* Profily: širšie fotografie, celý blok viac doprava. */
@media (min-width: 801px) {
    .hm-civic-intro-inner { max-width: 1400px !important; }
    .hm-civic-intro-layout {
        grid-template-columns: minmax(0, 1fr) minmax(360px, 470px) !important;
        gap: clamp(34px, 4vw, 74px) !important;
    }
    .hm-pledge-panel {
        justify-self: end !important;
        margin-right: -22px !important;
        width: max-content !important;
    }
    .hm-pledge-grid {
        grid-template-columns: repeat(3, 62px) !important;
        grid-auto-rows: 70px !important;
        gap: 12px !important;
        min-height: 316px !important;
    }
    .hm-pledge-person:not(.is-expanded) {
        width: 62px !important;
        height: 70px !important;
        border-radius: 13px !important;
        border: 2px solid rgba(255,212,0,.52) !important;
        box-shadow: 0 12px 25px rgba(0,67,165,.18) !important;
    }
    .hm-pledge-person:not(.is-expanded) .hm-pledge-photo { border-radius: 11px !important; }
    .hm-pledge-head h2 {
        max-width: 240px !important;
        color: #00377f !important;
        font-size: 16px !important;
    }
}
@media (max-width: 800px) {
    .hm-pledge-person:not(.is-expanded) {
        flex: 0 0 58px !important;
        width: 58px !important;
        height: 68px !important;
        border: 2px solid rgba(255,212,0,.48) !important;
    }
}

/* Úvod ankety výraznejšie modro-žltý. */
.hm-solutions.hm-section {
    background:
        radial-gradient(circle at 0 0, rgba(0,87,231,.24), transparent 30%),
        radial-gradient(circle at 100% 30%, rgba(255,212,0,.18), transparent 24%),
        linear-gradient(180deg, #ddecff 0%, #f7fbff 100%) !important;
}
.hm-civic-vote-intro {
    border: 2px solid rgba(0,87,231,.14) !important;
    box-shadow: 0 28px 70px rgba(0,64,160,.18) !important;
}
.hm-civic-vote-intro h2 strong { color: #087cff !important; }
.hm-civic-vote-intro .hm-vote-start-button {
    border: 3px solid #fff3a2 !important;
    background: linear-gradient(135deg, #ffd900, #ffbd00) !important;
    color: #00265d !important;
}
.hm-civic-vote-intro .hm-vote-start-button > b {
    background: #0057e7 !important;
    color: #fff !important;
}

/* Fullscreen anketa: jedna veľká moderná otázka na obrazovku. */






































/* Kratšie displeje: otázka zostáva bez scrollovania. */























.hm-issue-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #2680ff, #1d5ce5);
    color: #fff;
    font-size: 28px;
    font-weight: 800;
}



.hm-solution-copy {
    flex: 1 1 auto;
}
.hm-solution-copy h4 { margin-bottom: 14px; }
.hm-solution-tools {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.hm-solution-tool {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    border: 2px solid #f2c33a;
    background: #fff;
    color: #112c64;
    font-size: 34px;
    cursor: default;
    box-shadow: 0 8px 22px rgba(17,44,100,.12);
}
.hm-solution-tool:last-child {
    border-color: #d6e1f2;
    font-size: 28px;
}









.hm-vote-definitely i,
.hm-vote-yes i,
.hm-vote-rather i { color: #18a544; }
.hm-vote-no i { color: #e53a2f; background: rgba(229,58,47,.1); }
.hm-vote-neutral i { color: #6f7f9d; background: rgba(111,127,157,.12); font-weight: 900; }








.hm-topic-footer {
    margin-top: 22px;
}
@media (max-width: 1000px) {
    
    
    
    
    
    
    
    
    .hm-solution-tools { flex-direction: row; }
    
    
}












































/* ==========================================================================
   v76 — JEDINÝ FINÁLNY ŠTÝL ANKETY
   Staré konfliktné štýly hm-topic-card / hm-voting-focus boli odstránené.
   Cieľ: celá otázka na jednej obrazovke, kompaktná a čitateľná.
   ========================================================================== */
body.hm-voting-focus {
    overflow: hidden !important;
}
body.hm-voting-focus::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 9990;
    background:
        radial-gradient(circle at 8% 8%, rgba(255, 214, 0, .16), transparent 22%),
        radial-gradient(circle at 94% 90%, rgba(15, 130, 255, .26), transparent 26%),
        linear-gradient(135deg, #003aa0 0%, #0059e8 52%, #0b7eff 100%);
}

body.hm-voting-focus > #hmTopicCard:not(.hm-hidden) {
    position: fixed !important;
    z-index: 10020 !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    display: grid !important;
    grid-template-rows: auto auto auto auto auto !important;
    gap: 10px !important;
    width: min(980px, calc(100vw - 28px)) !important;
    height: min(760px, calc(100dvh - 20px)) !important;
    max-height: calc(100dvh - 20px) !important;
    padding: 16px 20px !important;
    overflow: hidden !important;
    border: 1px solid rgba(184, 207, 236, .9) !important;
    border-radius: 24px !important;
    background: #fff !important;
    box-shadow: 0 32px 90px rgba(0, 22, 70, .34) !important;
}
body.hm-voting-focus > #hmTopicCard::before { display: none !important; }

/* 1. Nadpis otázky */
body.hm-voting-focus .hm-topic-card-head-modern {
    min-height: 0 !important;
    padding: 10px 14px !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    border: 0 !important;
    border-radius: 14px !important;
    background: #f3f8fe !important;
}
body.hm-voting-focus .hm-topic-card-head-modern > div { min-width: 0; }
body.hm-voting-focus .hm-topic-card-head-modern span {
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    color: #075fe7 !important;
    font-size: 16px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    letter-spacing: .07em !important;
    text-transform: uppercase !important;
}
body.hm-voting-focus .hm-topic-card-head-modern span::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffd400;
    box-shadow: 0 0 0 4px rgba(255,212,0,.14);
}
body.hm-voting-focus .hm-topic-card-head-modern h3 {
    margin: 4px 0 0 !important;
    color: #0a2c68 !important;
    font-size: clamp(31px, 2.8vw, 47px) !important;
    font-weight: 950 !important;
    line-height: .96 !important;
    letter-spacing: -.05em !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
body.hm-voting-focus .hm-topic-card-head-modern > b {
    flex: 0 0 auto !important;
    min-width: 82px !important;
    min-height: 40px !important;
    padding: 8px 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    background: #ffd400 !important;
    color: #10295f !important;
    font-size: 16px !important;
    font-weight: 950 !important;
}

/* 2. Súčasný / budúci stav */
body.hm-voting-focus .hm-compare-modern {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
}
body.hm-voting-focus .hm-compare-panel {
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
}
body.hm-voting-focus .hm-compare-label {
    position: static !important;
    display: inline-flex !important;
    margin: 0 0 7px !important;
    padding: 5px 9px !important;
    border-radius: 9px !important;
    font-size: 14px !important;
    font-weight: 950 !important;
}
body.hm-voting-focus .hm-compare-label-now { background: #ffe6e3 !important; color: #d9362c !important; }
body.hm-voting-focus .hm-compare-label-goal { background: #e3f5e6 !important; color: #159442 !important; }
body.hm-voting-focus .hm-compare-row {
    display: grid !important;
    grid-template-columns: 128px minmax(0, 1fr) !important;
    gap: 12px !important;
    align-items: start !important;
}
body.hm-voting-focus .hm-compare-image {
    width: 128px !important;
    min-width: 128px !important;
    height: 102px !important;
    border-radius: 12px !important;
    background-size: cover !important;
    background-position: center !important;
    box-shadow: inset 0 0 0 1px rgba(170,193,220,.6) !important;
}
body.hm-voting-focus .hm-compare-copy h4 {
    margin: 2px 0 6px !important;
    color: #183773 !important;
    font-size: 19px !important;
    font-weight: 850 !important;
    line-height: 1.22 !important;
    letter-spacing: -.02em !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
}
body.hm-voting-focus .hm-compare-copy p {
    margin: 0 !important;
    color: #38557f !important;
    font-size: 16px !important;
    line-height: 1.38 !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    overflow: hidden !important;
}

/* 3. Navrhované riešenie */
body.hm-voting-focus .hm-solution-box {
    min-height: 0 !important;
    margin: 0 !important;
    padding: 9px 12px !important;
    display: grid !important;
    grid-template-columns: minmax(0,1fr) auto !important;
    align-items: center !important;
    gap: 10px !important;
    border: 1.5px solid #f0c53b !important;
    border-radius: 13px !important;
    background: linear-gradient(90deg,#fffdf8,#fff9ea) !important;
}
body.hm-voting-focus .hm-solution-copy {
    display: grid !important;
    grid-template-columns: 155px minmax(0, 1fr) !important;
    gap: 10px !important;
    align-items: center !important;
}
body.hm-voting-focus .hm-solution-box h4 {
    margin: 0 !important;
    color: #102d6a !important;
    font-size: 18px !important;
    font-weight: 950 !important;
    line-height: 1.1 !important;
}
body.hm-voting-focus .hm-solution-box p {
    margin: 0 !important;
    color: #324f7d !important;
    font-size: 15.5px !important;
    line-height: 1.32 !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
}
body.hm-voting-focus .hm-solution-tools {
    display: flex !important;
    flex-direction: row !important;
    gap: 7px !important;
}
body.hm-voting-focus .hm-solution-tool {
    width: 34px !important;
    height: 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    border: 1.5px solid #f0c53b !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #102d6a !important;
    font-size: 17px !important;
    line-height: 1 !important;
    cursor: pointer !important;
    box-shadow: 0 5px 12px rgba(17,44,100,.08) !important;
    transition: transform .16s ease, background .16s ease, box-shadow .16s ease !important;
}
body.hm-voting-focus .hm-solution-tool:hover {
    transform: translateY(-1px) !important;
    background: #fff6c8 !important;
    box-shadow: 0 8px 16px rgba(17,44,100,.12) !important;
}
body.hm-voting-focus #hmProposalDiscussion {
    border-color: #cad9ed !important;
}

/* 4. Hlasovanie */
body.hm-voting-focus .hm-proposal-heading-modern {
    margin: 0 !important;
    padding: 6px 11px 3px !important;
    border: 1px solid #d4e1f2 !important;
    border-bottom: 0 !important;
    border-radius: 14px 14px 0 0 !important;
    background: #fbfdff !important;
}
body.hm-voting-focus .hm-proposal-heading-modern h4 {
    margin: 0 !important;
    color: #102d6a !important;
    font-size: 18px !important;
    font-weight: 950 !important;
    line-height: 1.1 !important;
}
body.hm-voting-focus .hm-proposal-heading-modern p { display: none !important; }
body.hm-voting-focus .hm-proposal-heading-modern #hmCardHint { display: none !important; }
body.hm-voting-focus .hm-proposal-list {
    display: block !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
}
body.hm-voting-focus .hm-poll-question-modern {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 2px 11px 8px !important;
    border: 1px solid #d4e1f2 !important;
    border-top: 0 !important;
    border-radius: 0 0 14px 14px !important;
    background: #fbfdff !important;
    box-shadow: none !important;
}
body.hm-voting-focus .hm-vote-scale-modern {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 8px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}
body.hm-voting-focus .hm-vote-scale-modern button {
    min-height: 64px !important;
    padding: 7px 5px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    border: 1px solid #d7e2f1 !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: 0 5px 14px rgba(16,58,122,.05) !important;
}
body.hm-voting-focus .hm-vote-scale-modern button i {
    width: 28px !important;
    height: 28px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 20px !important;
    line-height: 1 !important;
}
body.hm-voting-focus .hm-vote-scale-modern button span {
    color: #17366f !important;
    font-size: 15px !important;
    font-weight: 850 !important;
    line-height: 1.1 !important;
    text-align: center !important;
}
body.hm-voting-focus .hm-vote-scale-modern button.is-selected {
    border-color: #f1c500 !important;
    background: #fff8d5 !important;
    box-shadow: 0 0 0 2px rgba(255,210,0,.16) !important;
}

/* 5. Návrat */
body.hm-voting-focus .hm-topic-footer {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}
body.hm-voting-focus .hm-topic-footer #hmNextCard { display: none !important; }
body.hm-voting-focus .hm-topic-footer #hmPreviousCard {
    min-height: 32px !important;
    padding: 0 10px !important;
    border: 1px solid #d8e3f2 !important;
    background: #fff !important;
    color: #77a2df !important;
    font-size: 14px !important;
}
body.hm-voting-focus #hmTopicTabs { display: none !important; }

/* Nízke notebookové displeje */
@media (max-height: 780px) and (min-width: 761px) {
    body.hm-voting-focus > #hmTopicCard:not(.hm-hidden) {
        gap: 7px !important;
        padding: 10px 14px !important;
        height: calc(100dvh - 10px) !important;
    }
    body.hm-voting-focus .hm-topic-card-head-modern { padding: 7px 10px !important; }
    body.hm-voting-focus .hm-topic-card-head-modern h3 { font-size: 30px !important; }
    body.hm-voting-focus .hm-topic-card-head-modern > b { min-height: 34px !important; }
    body.hm-voting-focus .hm-compare-image { width: 118px !important; min-width: 118px !important; height: 86px !important; }
    body.hm-voting-focus .hm-compare-row { grid-template-columns: 118px minmax(0,1fr) !important; }
    body.hm-voting-focus .hm-compare-copy p { -webkit-line-clamp: 2 !important; }
    body.hm-voting-focus .hm-solution-box { padding: 7px 10px !important; }
    body.hm-voting-focus .hm-vote-scale-modern button { min-height: 58px !important; }
    body.hm-voting-focus .hm-vote-scale-modern button i { width: 22px !important; height: 22px !important; font-size: 16px !important; }
}

/* Mobil — stále jedna obrazovka, preto veľmi kompaktný režim. */
@media (max-width: 760px) {
    body.hm-voting-focus > #hmTopicCard:not(.hm-hidden) {
        width: calc(100vw - 8px) !important;
        height: calc(100dvh - 8px) !important;
        max-height: calc(100dvh - 8px) !important;
        gap: 5px !important;
        padding: 7px !important;
        border-radius: 16px !important;
    }
    body.hm-voting-focus .hm-topic-card-head-modern { padding: 6px 8px !important; border-radius: 10px !important; }
    body.hm-voting-focus .hm-topic-card-head-modern span { font-size: 12px !important; }
    body.hm-voting-focus .hm-topic-card-head-modern h3 { font-size: clamp(23px, 6vw, 30px) !important; margin-top: 2px !important; }
    body.hm-voting-focus .hm-topic-card-head-modern > b { min-width: 58px !important; min-height: 28px !important; padding: 5px 7px !important; font-size: 12px !important; }
    body.hm-voting-focus .hm-compare-modern { grid-template-columns: 1fr 1fr !important; gap: 5px !important; }
    body.hm-voting-focus .hm-compare-label { margin-bottom: 3px !important; padding: 3px 5px !important; font-size: 11px !important; }
    body.hm-voting-focus .hm-compare-row { grid-template-columns: 46px minmax(0,1fr) !important; gap: 5px !important; }
    body.hm-voting-focus .hm-compare-image { width: 46px !important; min-width: 46px !important; height: 52px !important; border-radius: 7px !important; }
    body.hm-voting-focus .hm-compare-copy h4 { margin: 0 0 2px !important; font-size: 13px !important; -webkit-line-clamp: 2 !important; }
    body.hm-voting-focus .hm-compare-copy p { font-size: 11.5px !important; line-height: 1.2 !important; -webkit-line-clamp: 2 !important; }
    body.hm-voting-focus .hm-solution-box h4 { font-size: 13px !important; }
    body.hm-voting-focus .hm-solution-box p { font-size: 11.5px !important; line-height: 1.2 !important; -webkit-line-clamp: 1 !important; }
    body.hm-voting-focus .hm-solution-box { padding: 5px 7px !important; border-radius: 9px !important; }
    body.hm-voting-focus .hm-solution-copy { grid-template-columns: 88px minmax(0,1fr) !important; gap: 5px !important; }
    body.hm-voting-focus .hm-solution-tools { gap: 3px !important; }
    body.hm-voting-focus .hm-solution-tool { width: 22px !important; height: 22px !important; font-size: 11px !important; }
    body.hm-voting-focus .hm-proposal-heading-modern { padding: 5px 7px 3px !important; border-radius: 9px 9px 0 0 !important; }
    body.hm-voting-focus .hm-proposal-heading-modern h4 { font-size: 13px !important; }
    body.hm-voting-focus .hm-poll-question-modern { padding: 2px 7px 5px !important; border-radius: 0 0 9px 9px !important; }
    body.hm-voting-focus .hm-vote-scale-modern { gap: 3px !important; }
    body.hm-voting-focus .hm-vote-scale-modern button { min-height: 42px !important; padding: 3px 1px !important; border-radius: 7px !important; gap: 2px !important; }
    body.hm-voting-focus .hm-vote-scale-modern button i { width: 17px !important; height: 17px !important; font-size: 12px !important; }
    body.hm-voting-focus .hm-vote-scale-modern button span { font-size: 11px !important; }
    body.hm-voting-focus .hm-topic-footer #hmPreviousCard { min-height: 24px !important; font-size: 12px !important; }
}


/* v76 — detail a verejná diskusia k návrhu */
.hm-discussion-list {
    display: grid;
    gap: 10px;
    max-height: min(42vh, 390px);
    margin: 20px 0;
    padding-right: 4px;
    overflow-y: auto;
}
.hm-discussion-item {
    padding: 13px 15px;
    border: 1px solid rgba(0,91,187,.12);
    border-radius: 14px;
    background: #f8fbff;
}
.hm-discussion-item-head { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:6px; }
.hm-discussion-item-head strong { color:#0d316e; font-size:13px; }
.hm-discussion-item-head time { color:#7891ad; font-size:10px; }
.hm-discussion-item p { margin:0; color:#39577e; font-size:12px; line-height:1.45; }
.hm-discussion-empty { padding:18px; border-radius:14px; background:#f3f8fe; color:#647d9c; font-size:12px; text-align:center; }
.hm-discussion-empty.is-error { background:#fff1ef; color:#b13a32; }
.hm-discussion-form { display:grid; gap:10px; margin-top:14px; }
.hm-discussion-form label { display:grid; gap:5px; }
.hm-discussion-form label > span { color:#17386f; font-size:11px; font-weight:850; }
.hm-discussion-form label small { color:#8497ad; font-weight:600; }
.hm-discussion-form input, .hm-discussion-form textarea { width:100%; border:1px solid #cbd9eb; border-radius:12px; background:#fff; padding:10px 12px; color:#17345f; font:inherit; font-size:12px; }
.hm-discussion-form textarea { resize:vertical; min-height:90px; }
.hm-discussion-form-actions { display:flex; align-items:center; justify-content:space-between; gap:12px; }
.hm-discussion-form-actions .hm-form-note { margin:0; font-size:11px; }

.hm-modal { z-index: 11000 !important; }
body.hm-voting-focus.hm-modal-open::before { pointer-events: none; }

/* -------------------------------------------------------------------------
   v78: double opt-in e-mail formuláre ankety a kvízu
   ---------------------------------------------------------------------- */
.hm-double-optin-card {
    max-width: 760px;
    margin-inline: auto;
}
.hm-confirm-fields,
.hm-contact-grid-optin {
    display: grid;
    gap: 14px;
}
.hm-confirm-email,
.hm-contact-grid-optin > label {
    display: grid;
    gap: 7px;
}
.hm-confirm-email > span,
.hm-contact-grid-optin > label > span {
    color: #0b2f69;
    font-size: 13px;
    font-weight: 850;
}
.hm-confirm-email > span strong,
.hm-contact-grid-optin > label > span strong {
    color: #e14132;
}
.hm-confirm-email input,
.hm-contact-grid-optin input {
    width: 100%;
    min-height: 52px;
    padding: 0 15px;
    border: 1px solid rgba(0,91,187,.18);
    border-radius: 13px;
    background: #fff;
    color: #082956;
    font: inherit;
    font-size: 15px;
    outline: 0;
    box-shadow: 0 8px 22px rgba(0,68,145,.05);
}
.hm-confirm-email input:focus,
.hm-contact-grid-optin input:focus {
    border-color: #087ee8;
    box-shadow: 0 0 0 3px rgba(8,126,232,.11);
}
.hm-consent-row {
    display: grid;
    grid-template-columns: 20px minmax(0,1fr);
    gap: 11px;
    align-items: start;
    padding: 13px 14px;
    border: 1px solid rgba(0,91,187,.12);
    border-radius: 13px;
    background: #f7fbff;
    cursor: pointer;
}
.hm-consent-row input {
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
    accent-color: #075fcf;
}
.hm-consent-row span {
    color: #4a6586;
    font-size: 12px;
    line-height: 1.5;
}
.hm-consent-row a {
    color: #075fcf;
    font-weight: 750;
}
.hm-consent-newsletter {
    border-color: rgba(255,198,0,.3);
    background: #fffdf4;
}
.hm-vote-finish.hm-double-optin-card .hm-vote-finish-head p,
.hm-quiz-contact.hm-double-optin-card > p {
    max-width: 620px;
}
.hm-contact-grid-optin {
    grid-template-columns: repeat(2,minmax(0,1fr));
    margin-bottom: 14px;
}
.hm-contact-grid-optin > label:last-child {
    grid-column: 1 / -1;
}
.hm-confirm-hint {
    margin-top: 8px !important;
    font-size: 12px !important;
    color: #6b7f99 !important;
}
@media (max-width: 700px) {
    .hm-contact-grid-optin { grid-template-columns: 1fr; }
    .hm-contact-grid-optin > label:last-child { grid-column: auto; }
    .hm-consent-row { padding: 11px 12px; }
    .hm-consent-row span { font-size: 11px; }
}


/* -------------------------------------------------------------------------
   v79: pevný koniec ankety – e-mailový krok a následný rebríček
   ---------------------------------------------------------------------- */
#hmVoteFinish:not(.hm-hidden) {
    display: block !important;
    position: relative !important;
    z-index: 5 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    width: min(720px, 100%) !important;
    margin: 12px auto 18px !important;
    padding: 26px 28px !important;
    border-radius: 24px !important;
    background: #fff !important;
    border: 1px solid rgba(0,91,187,.14) !important;
    box-shadow: 0 22px 55px rgba(0,61,130,.15) !important;
}
#hmVoteFinish .hm-vote-finish-head h3 {
    margin: 8px 0 8px !important;
    color: #082f70 !important;
    font-size: clamp(28px, 3.2vw, 42px) !important;
    line-height: 1.02 !important;
    letter-spacing: -.04em !important;
}
#hmVoteFinish .hm-vote-finish-head p {
    color: #4d698d !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
}
.hm-results-notice {
    margin: 18px 20px 0;
    padding: 14px 16px;
    border: 1px solid rgba(0,91,187,.18);
    border-radius: 14px;
    background: #eef7ff;
    color: #174b86;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.5;
}
@media (max-width: 700px) {
    #hmVoteFinish:not(.hm-hidden) {
        width: 100% !important;
        padding: 20px 16px !important;
        border-radius: 18px !important;
    }
    #hmVoteFinish .hm-vote-finish-head h3 { font-size: 29px !important; }
    .hm-results-notice { margin: 12px 12px 0; font-size: 12px; }
}


/* -------------------------------------------------------------------------
   v81: zatváranie kariet + farebný rebríček priorít + komentáre
   ---------------------------------------------------------------------- */
.hm-topic-card,
.hm-quiz-card,
.hm-vote-finish {
    position: relative;
}
.hm-card-exit {
    position: absolute;
    z-index: 100;
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(14, 48, 103, .13);
    border-radius: 50%;
    background: rgba(255,255,255,.96);
    color: #12366f;
    font-size: 29px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 10px 28px rgba(7,45,105,.14);
    transition: transform .16s ease, background .16s ease, color .16s ease, box-shadow .16s ease;
}
.hm-card-exit:hover {
    transform: scale(1.08);
    background: #0b5fe8;
    color: #fff;
    box-shadow: 0 14px 30px rgba(11,95,232,.28);
}
.hm-card-exit-light { top: 12px; right: 12px; }
.hm-card-exit-quiz { top: 14px; right: 14px; }
body.hm-voting-focus .hm-topic-card-head-modern { padding-right: 76px !important; }
body.hm-quiz-focus #hmQuizCard.is-live { position: fixed !important; }

.hm-results {
    overflow: hidden;
    border: 1px solid rgba(13,49,107,.10) !important;
    border-radius: 26px !important;
    background: #fff !important;
    box-shadow: 0 24px 70px rgba(15,55,113,.12) !important;
}
.hm-results summary {
    padding: 22px 24px !important;
    background: linear-gradient(135deg, #082e6d, #0b62df) !important;
    color: #fff !important;
}
.hm-results summary b {
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 900 !important;
}
.hm-results summary small { color: rgba(255,255,255,.76) !important; font-size: 12px !important; }
.hm-results summary > strong {
    background: #ffd300 !important;
    color: #102d65 !important;
    border-radius: 999px !important;
    font-weight: 900 !important;
}
.hm-result-list {
    padding: 18px 20px 22px !important;
    gap: 10px !important;
    background: #f7faff;
}
.hm-result-item-modern {
    --hm-rank-color: hsl(var(--hm-rank-hue) 72% 43%);
    position: relative;
    min-height: 78px !important;
    padding: 12px 16px 12px 12px !important;
    grid-template-columns: 48px minmax(0,1fr) auto !important;
    gap: 14px !important;
    border: 1px solid hsl(var(--hm-rank-hue) 58% 45% / .25) !important;
    border-left: 7px solid var(--hm-rank-color) !important;
    border-radius: 18px !important;
    background: linear-gradient(90deg, hsl(var(--hm-rank-hue) 70% 48% / .16), #fff 36%) !important;
    box-shadow: 0 8px 22px rgba(13,52,111,.055) !important;
    color: #123568 !important;
}
.hm-result-item-modern:hover {
    transform: translateX(4px) !important;
    border-color: hsl(var(--hm-rank-hue) 64% 40% / .44) !important;
    box-shadow: 0 13px 30px hsl(var(--hm-rank-hue) 55% 38% / .13) !important;
}
.hm-result-item-modern .hm-result-rank {
    width: 46px !important;
    height: 46px !important;
    border-radius: 15px !important;
    background: var(--hm-rank-color) !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 950 !important;
    box-shadow: 0 8px 18px hsl(var(--hm-rank-hue) 60% 35% / .24);
}
.hm-result-copy { min-width: 0; display: grid !important; gap: 2px !important; }
.hm-result-copy em {
    color: var(--hm-rank-color);
    font-size: 9px;
    font-style: normal;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.hm-result-item-modern .hm-result-copy strong {
    color: #102f65 !important;
    font-size: 14px !important;
    font-weight: 850 !important;
    white-space: normal !important;
    line-height: 1.25 !important;
}
.hm-result-item-modern .hm-result-copy small {
    color: #70839e !important;
    font-size: 9px !important;
}
.hm-result-score {
    min-width: 100px;
    display: grid;
    justify-items: end;
    gap: 2px;
    color: var(--hm-rank-color) !important;
    font-size: 20px !important;
    font-weight: 950 !important;
}
.hm-result-score small {
    color: #7c8da5 !important;
    font-size: 9px !important;
    font-weight: 750 !important;
}
.hm-result-item-modern:first-child {
    border-left-width: 9px !important;
    background: linear-gradient(90deg, hsl(132 74% 44% / .24), #fff 42%) !important;
    box-shadow: 0 12px 30px rgba(16,153,73,.12) !important;
}
.hm-result-item-modern:last-child {
    border-left-width: 9px !important;
    background: linear-gradient(90deg, hsl(0 76% 50% / .18), #fff 42%) !important;
}
.hm-results-comments {
    padding: 24px 20px 26px;
    border-top: 1px solid #dfe8f4;
    background: #fff;
}
.hm-results-comments-head {
    margin-bottom: 15px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
}
.hm-results-comments-head span {
    color: #0b61df;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .11em;
}
.hm-results-comments-head h3 {
    margin: 3px 0 4px;
    color: #0e3067;
    font-size: 24px;
    letter-spacing: -.035em;
}
.hm-results-comments-head p { margin: 0; color: #71859f; font-size: 12px; }
.hm-results-comments-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 10px;
}
.hm-results-comment-item {
    padding: 14px 15px;
    border: 1px solid #dce6f2;
    border-radius: 16px;
    background: linear-gradient(180deg, #fff, #fafcff);
}
.hm-results-comment-meta {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.hm-results-comment-priority {
    max-width: 78%;
    padding: 5px 9px;
    border: 0;
    border-radius: 999px;
    background: #eaf3ff;
    color: #0b5fd9;
    font-size: 10px;
    font-weight: 900;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.hm-results-comment-priority:hover { background: #ffd300; color: #123169; }
.hm-results-comment-meta time { color: #91a1b5; font-size: 9px; white-space: nowrap; }
.hm-results-comment-item p {
    margin: 0 0 9px;
    color: #29486f;
    font-size: 12px;
    line-height: 1.5;
}
.hm-results-comment-item > strong { color: #0f326c; font-size: 10px; }
.hm-results-comments-empty {
    grid-column: 1 / -1;
    padding: 20px;
    border-radius: 15px;
    background: #f2f7fd;
    color: #70849f;
    font-size: 12px;
    text-align: center;
}
.hm-results-comments-empty.is-error { background: #fff1ef; color: #b33c33; }
@media (max-width: 720px) {
    .hm-card-exit { top: 8px; right: 8px; width: 36px; height: 36px; font-size: 25px; }
    body.hm-voting-focus .hm-topic-card-head-modern { padding-right: 55px !important; }
    .hm-result-list { padding: 12px 10px 14px !important; }
    .hm-result-item-modern {
        grid-template-columns: 40px minmax(0,1fr) !important;
        padding: 10px !important;
    }
    .hm-result-item-modern .hm-result-rank { width: 38px !important; height: 38px !important; border-radius: 12px !important; }
    .hm-result-score { grid-column: 2; justify-items: start; min-width: 0; font-size: 17px !important; }
    .hm-results-comments { padding: 18px 10px 20px; }
    .hm-results-comments-list { grid-template-columns: 1fr; }
    .hm-results-comments-head h3 { font-size: 21px; }
}


/* -------------------------------------------------------------------------
   v83: uzamknutý rebríček – účet alebo potvrdený e-mail
   ---------------------------------------------------------------------- */
.hm-results-access {
    margin: 22px 0 18px;
    padding: 22px 24px;
    display: grid;
    grid-template-columns: 58px minmax(0,1fr) minmax(330px, .78fr);
    gap: 20px;
    align-items: center;
    border: 1px solid rgba(0,87,231,.14);
    border-radius: 24px;
    background: linear-gradient(135deg,#fafdff,#edf6ff);
    box-shadow: 0 18px 42px rgba(0,61,145,.08);
}
.hm-results-access.hm-hidden { display:none !important; }
.hm-results-access-icon {
    width: 58px;
    height: 58px;
    display:grid;
    place-items:center;
    border-radius:18px;
    background:#075fe0;
    color:#fff;
    font-size:27px;
    font-weight:900;
    box-shadow:0 12px 24px rgba(7,95,224,.2);
}
.hm-results-access-copy > span {
    color:#075fe0;
    font-size:10px;
    font-weight:950;
    letter-spacing:.12em;
}
.hm-results-access-copy h3 {
    margin:5px 0 5px;
    color:#0a2d68;
    font-size:clamp(22px,2vw,30px);
    line-height:1.05;
    letter-spacing:-.04em;
}
.hm-results-access-copy p {
    margin:0;
    color:#647b99;
    font-size:12px;
    line-height:1.5;
}
.hm-results-access-form label {
    display:block;
    margin-bottom:6px;
    color:#183d77;
    font-size:10px;
    font-weight:850;
    text-transform:uppercase;
    letter-spacing:.08em;
}
.hm-results-access-form > div {
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:8px;
}
.hm-results-access-form input {
    width:100%;
    min-height:48px;
    padding:0 14px;
    border:1px solid #cfddf0;
    border-radius:13px;
    background:#fff;
    color:#12346c;
    font:inherit;
    outline:none;
}
.hm-results-access-form input:focus {
    border-color:#075fe0;
    box-shadow:0 0 0 3px rgba(7,95,224,.09);
}
.hm-results-access-form .hm-button {
    min-height:48px;
    padding-inline:17px;
    white-space:nowrap;
}
.hm-results-access-form .hm-form-note { margin:7px 0 0; min-height:16px; font-size:10px; }
@media (max-width:900px){
    .hm-results-access { grid-template-columns:48px minmax(0,1fr); padding:18px; }
    .hm-results-access-icon { width:48px;height:48px;border-radius:15px; }
    .hm-results-access-form { grid-column:1/-1; }
}
@media (max-width:560px){
    .hm-results-access { grid-template-columns:1fr; gap:12px; border-radius:20px; }
    .hm-results-access-icon { display:none; }
    .hm-results-access-form > div { grid-template-columns:1fr; }
    .hm-results-access-form .hm-button { width:100%; }
}


/* v86: celý blok profilov je viac v strede – nadpis aj fotky zostávajú zarovnané spolu. */
@media (min-width: 801px) {
    .hm-pledge-panel {
        transform: translateX(-2.6cm);
    }
    .hm-pledge-head h2 {
        transform: none !important;
        width: 100%;
        max-width: none;
        text-align: center;
    }
    .hm-pledge-grid {
        width: 100%;
        margin-inline: auto;
    }
}
@media (min-width: 801px) and (max-width: 1120px) {
    .hm-pledge-panel {
        transform: translateX(-1.2cm);
    }
}


/* -------------------------------------------------------------------------
   v87: nový asymetrický moderný vstup do ankety
   ---------------------------------------------------------------------- */
.hm-civic-vote-intro.hm-v87-vote-entry {
    position: relative !important;
    isolation: isolate !important;
    max-width: 1120px !important;
    margin: 0 auto 26px !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(255,255,255,.92) !important;
    border-radius: 34px !important;
    background: #fff !important;
    box-shadow: 0 30px 78px rgba(0,63,150,.17) !important;
    text-align: left !important;
}
.hm-civic-vote-intro.hm-v87-vote-entry::before {
    content: "" !important;
    position: absolute !important;
    z-index: 0 !important;
    inset: auto auto -150px -110px !important;
    width: 330px !important;
    height: 330px !important;
    border-radius: 50% !important;
    background: radial-gradient(circle, rgba(8,124,255,.10), transparent 68%) !important;
    pointer-events: none !important;
}
.hm-civic-vote-intro.hm-v87-vote-entry::after {
    content: "" !important;
    position: absolute !important;
    z-index: 0 !important;
    top: -100px !important;
    left: 47% !important;
    width: 260px !important;
    height: 260px !important;
    border-radius: 50% !important;
    background: radial-gradient(circle, rgba(255,212,0,.11), transparent 70%) !important;
    pointer-events: none !important;
}
.hm-v87-vote-main {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.48fr) minmax(320px, .82fr);
    min-height: 500px;
}
.hm-v87-vote-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 54px 58px 46px;
}
.hm-v87-vote-copy .hm-civic-change-label {
    align-self: flex-start !important;
    margin: 0 0 23px !important;
    padding: 8px 15px 8px 8px !important;
    border: 1px solid rgba(0,87,231,.08) !important;
    background: #f0f6ff !important;
    color: #075fcf !important;
    box-shadow: none !important;
    font-size: 12px !important;
    letter-spacing: .08em !important;
}
.hm-v87-vote-copy .hm-civic-change-icon {
    width: 32px !important;
    height: 32px !important;
    background: #086ce0 !important;
    box-shadow: 0 7px 18px rgba(0,87,231,.20) !important;
}
.hm-v87-vote-copy h2 {
    max-width: 660px !important;
    margin: 0 !important;
    font-size: clamp(52px, 5.3vw, 78px) !important;
    line-height: .91 !important;
    letter-spacing: -.072em !important;
    text-align: left !important;
    color: #06265c !important;
}
.hm-v87-vote-copy h2 > span { color: #06265c !important; }
.hm-v87-vote-copy h2 > strong {
    position: relative;
    display: inline-block;
    color: #087cff !important;
    background: none !important;
    -webkit-text-fill-color: currentColor !important;
}
.hm-v87-vote-copy h2 > strong::after {
    content: "";
    position: absolute;
    left: 2px;
    right: 0;
    bottom: -7px;
    height: 8px;
    border-radius: 999px;
    background: #ffd400;
    transform: rotate(-1.2deg);
    opacity: .92;
}
.hm-v87-vote-copy .hm-civic-vote-lead {
    max-width: 650px !important;
    margin: 28px 0 0 !important;
    color: #075fcf !important;
    font-size: clamp(21px, 2vw, 29px) !important;
    font-weight: 900 !important;
    line-height: 1.16 !important;
    letter-spacing: -.035em !important;
    text-align: left !important;
}
.hm-v87-vote-copy .hm-civic-vote-description {
    max-width: 660px !important;
    margin: 18px 0 0 !important;
    color: #526a87 !important;
    font-size: 15.5px !important;
    font-weight: 560 !important;
    line-height: 1.62 !important;
    text-align: left !important;
}
.hm-v87-vote-action {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 42px 36px 36px;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 18%, rgba(255,212,0,.20), transparent 25%),
        radial-gradient(circle at 12% 100%, rgba(73,167,255,.22), transparent 33%),
        linear-gradient(145deg, #043c99 0%, #075ed7 53%, #087cff 100%);
    color: #fff;
}
.hm-v87-vote-action::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .12;
    background-image:
        linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(to bottom, #000, transparent 90%);
    pointer-events: none;
}
.hm-v87-vote-action > * { position: relative; z-index: 1; }
.hm-v87-vote-count {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: end;
    gap: 0 10px;
    margin-bottom: 16px;
}
.hm-v87-vote-count > span {
    grid-column: 1 / -1;
    margin-bottom: 5px;
    color: #ffe56b;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .13em;
}
.hm-v87-vote-count > strong {
    color: #ffd400;
    font-size: 94px;
    font-weight: 950;
    line-height: .82;
    letter-spacing: -.08em;
}
.hm-v87-vote-count > b {
    padding-bottom: 8px;
    color: #fff;
    font-size: 25px;
    font-weight: 900;
    letter-spacing: -.035em;
}
.hm-v87-vote-flow {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 6px;
    margin: 13px 0 21px;
}
.hm-v87-vote-flow span {
    height: 5px;
    border-radius: 999px;
    background: rgba(255,255,255,.22);
}
.hm-v87-vote-flow span.is-active { background: #ffd400; }
.hm-v87-vote-action > p:not(.hm-vote-gate-status) {
    max-width: 320px;
    margin: 0 0 25px;
    color: rgba(255,255,255,.84);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
}
.hm-civic-vote-intro.hm-v87-vote-entry .hm-vote-start-button {
    width: 100% !important;
    min-height: 72px !important;
    margin: 0 !important;
    padding: 8px 9px 8px 25px !important;
    border: 2px solid rgba(255,255,255,.58) !important;
    border-radius: 22px !important;
    background: linear-gradient(135deg, #ffe000, #ffc000) !important;
    color: #06265c !important;
    box-shadow: 0 18px 36px rgba(0,25,80,.22), inset 0 1px rgba(255,255,255,.75) !important;
    font-size: 20px !important;
    font-weight: 950 !important;
    text-shadow: none !important;
}
.hm-civic-vote-intro.hm-v87-vote-entry .hm-vote-start-button > span {
    text-align: left !important;
}
.hm-civic-vote-intro.hm-v87-vote-entry .hm-vote-start-button > b {
    width: 52px !important;
    height: 52px !important;
    border-radius: 16px !important;
    background: #075bd0 !important;
    color: #fff !important;
    box-shadow: 0 9px 20px rgba(0,52,142,.24) !important;
    font-size: 27px !important;
}
.hm-civic-vote-intro.hm-v87-vote-entry .hm-vote-start-button:hover:not(:disabled) {
    transform: translateY(-2px) !important;
    background: linear-gradient(135deg, #ffe82e, #ffc400) !important;
    box-shadow: 0 22px 42px rgba(0,25,80,.28), inset 0 1px rgba(255,255,255,.78) !important;
}
.hm-v87-vote-action .hm-vote-gate-status {
    min-height: 0 !important;
    margin: 12px 2px 0 !important;
    color: rgba(255,255,255,.70) !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
    text-align: left !important;
}
.hm-v87-vote-trust {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    border-top: 1px solid #e5edf8;
    background: #f9fbfe;
}
.hm-v87-vote-trust > span {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px 18px;
    color: #466582;
    font-size: 12.5px;
    font-weight: 760;
    text-align: center;
}
.hm-v87-vote-trust > span + span { border-left: 1px solid #e5edf8; }
.hm-v87-vote-trust b {
    display: inline-grid;
    place-items: center;
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
    border-radius: 9px;
    background: #eaf3ff;
    color: #086ce0;
    font-size: 12px;
    font-weight: 950;
}
.hm-v87-vote-entry .hm-civic-vote-helper { display: none !important; }

@media (max-width: 880px) {
    .hm-civic-vote-intro.hm-v87-vote-entry {
        max-width: 680px !important;
        border-radius: 28px !important;
    }
    .hm-v87-vote-main { grid-template-columns: 1fr; min-height: 0; }
    .hm-v87-vote-copy { padding: 40px 30px 32px; }
    .hm-v87-vote-action { padding: 30px; }
    .hm-v87-vote-copy h2 { font-size: clamp(48px, 11vw, 70px) !important; }
    .hm-v87-vote-copy .hm-civic-vote-lead { font-size: clamp(20px, 5.4vw, 27px) !important; }
    .hm-v87-vote-count { grid-template-columns: auto auto; justify-content: start; }
    .hm-v87-vote-count > strong { font-size: 76px; }
    .hm-v87-vote-action > p:not(.hm-vote-gate-status) { max-width: none; }
}
@media (max-width: 620px) {
    .hm-civic-vote-intro.hm-v87-vote-entry { border-radius: 24px !important; }
    .hm-v87-vote-copy { padding: 32px 20px 26px; }
    .hm-v87-vote-copy .hm-civic-change-label { margin-bottom: 18px !important; font-size: 10px !important; }
    .hm-v87-vote-copy h2 { font-size: clamp(43px, 13.2vw, 60px) !important; }
    .hm-v87-vote-copy h2 > strong::after { height: 6px; bottom: -5px; }
    .hm-v87-vote-copy .hm-civic-vote-lead { margin-top: 24px !important; font-size: 20px !important; }
    .hm-v87-vote-copy .hm-civic-vote-description { font-size: 14px !important; line-height: 1.55 !important; }
    .hm-v87-vote-action { padding: 25px 20px 22px; }
    .hm-v87-vote-count > strong { font-size: 68px; }
    .hm-v87-vote-count > b { font-size: 21px; }
    .hm-civic-vote-intro.hm-v87-vote-entry .hm-vote-start-button { min-height: 66px !important; font-size: 18px !important; }
    .hm-civic-vote-intro.hm-v87-vote-entry .hm-vote-start-button > b { width: 48px !important; height: 48px !important; }
    .hm-v87-vote-trust { grid-template-columns: 1fr; }
    .hm-v87-vote-trust > span { min-height: 46px; justify-content: flex-start; padding: 10px 20px; text-align: left; }
    .hm-v87-vote-trust > span + span { border-left: 0; border-top: 1px solid #e5edf8; }
}


/* -------------------------------------------------------------------------
   v92: dotazníková karta +5 % celková mierka a +5 % všetky texty
   Súčasný stav -> Navrhované riešenie -> Ako to môže byť -> Hlasovanie -> Diskusia
   ---------------------------------------------------------------------- */
body.hm-voting-focus > #hmTopicCard.hm-v88-question-card:not(.hm-hidden) {
    width: min(832px, calc(100vw - 24px)) !important;
    max-height: calc(100dvh - 18px) !important;
    height: auto !important;
    padding: 12.6px 14.7px 11.55px !important;
    display: block !important;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
    border-radius: 21px !important;
    background: #fff !important;
}
body.hm-voting-focus .hm-v88-question-head {
    min-height: 0 !important;
    padding: 8.4px 11.55px 9.45px !important;
    margin: 0 0 6.3px !important;
    background: linear-gradient(180deg,#f8fbff,#f2f7fd) !important;
    border-radius: 12.6px !important;
}
body.hm-voting-focus .hm-v88-question-head > div > span {
    font-size: 9.97px !important;
    letter-spacing: .08em !important;
}
body.hm-voting-focus .hm-v88-question-head h3 {
    margin-top: 2.1px !important;
    font-size: clamp(24.15px, 2.1vw, 31.5px) !important;
    line-height: 1.02 !important;
}
body.hm-voting-focus .hm-v88-question-head > b {
    min-width: 73.5px !important;
    min-height: 31.5px !important;
    padding: 6.3px 9.45px !important;
    font-size: 9.45px !important;
}
body.hm-voting-focus .hm-v88-state-block {
    margin: 0 0 6.3px !important;
    padding: 8.4px 10.5px 9.45px !important;
    border: 1.05px solid #d7e3f2 !important;
    border-radius: 12.6px !important;
    background: #fbfdff !important;
}
body.hm-voting-focus .hm-v88-section-label {
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 0 5.25px !important;
    padding: 5.25px 8.4px !important;
    border-radius: 8.4px !important;
    font-size: 9.45px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    letter-spacing: .055em !important;
}
body.hm-voting-focus .hm-v88-label-current {
    background: #ffe9e6 !important;
    color: #d9362a !important;
}
body.hm-voting-focus .hm-v88-label-future {
    background: #e4f6e8 !important;
    color: #198b42 !important;
}
body.hm-voting-focus .hm-v88-media-row {
    display: grid !important;
    grid-template-columns: 163.8px minmax(0, 1fr) !important;
    gap: 10.5px !important;
    align-items: center !important;
}
body.hm-voting-focus .hm-v88-image {
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    border-radius: 8.4px !important;
    background-size: cover !important;
    background-position: center !important;
    box-shadow: inset 0 0 0 1.05px rgba(155,181,213,.58) !important;
}
body.hm-voting-focus .hm-v88-state-copy h4 {
    margin: 0 0 5.25px !important;
    color: #102f6b !important;
    font-size: 13.12px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
    letter-spacing: -.025em !important;
}
body.hm-voting-focus .hm-v88-state-copy p {
    margin: 0 !important;
    color: #456180 !important;
    font-size: 13.12px !important;
    line-height: 1.28 !important;
}
body.hm-voting-focus .hm-v88-solution-box {
    margin: 0 0 6.3px !important;
    padding: 9.45px 11.55px !important;
    border: 2.1px solid #ffd21a !important;
    border-radius: 12.6px !important;
    background: linear-gradient(110deg,#fffdf7,#fff7d9) !important;
}
body.hm-voting-focus .hm-v88-solution-box .hm-solution-copy {
    display: block !important;
}
body.hm-voting-focus .hm-v88-solution-box h4 {
    margin: 0 0 5.25px !important;
    color: #0a2f70 !important;
    font-size: 18.9px !important;
    line-height: 1.05 !important;
    font-weight: 950 !important;
    letter-spacing: -.035em !important;
}
body.hm-voting-focus .hm-v88-solution-box p {
    margin: 0 !important;
    color: #2c4c73 !important;
    font-size: 13.12px !important;
    line-height: 1.28 !important;
}
body.hm-voting-focus .hm-v88-vote-heading {
    margin: 0 !important;
    padding: 6.3px 9.45px 4.2px !important;
    border: 1.05px solid #d9e4f1 !important;
    border-bottom: 0 !important;
    border-radius: 10.5px 10.5px 0 0 !important;
    background: #f8fbff !important;
}
body.hm-voting-focus .hm-v88-vote-heading h4 {
    margin: 0 !important;
    color: #0b347c !important;
    font-size: 16.8px !important;
    line-height: 1.15 !important;
    font-weight: 950 !important;
}
body.hm-voting-focus .hm-v88-vote-heading #hmCardHint { display: none !important; }
body.hm-voting-focus .hm-v88-vote-list {
    height: auto !important;
    margin: 0 0 6.3px !important;
    padding: 0 !important;
    overflow: visible !important;
}
body.hm-voting-focus .hm-v88-vote-list .hm-proposal.hm-poll-question {
    height: auto !important;
    min-height: 0 !important;
    padding: 4.2px 8.4px 7.35px !important;
    border: 1.05px solid #d9e4f1 !important;
    border-top: 0 !important;
    border-radius: 0 0 10.5px 10.5px !important;
    background: #f8fbff !important;
    box-shadow: none !important;
}
body.hm-voting-focus .hm-v88-vote-list .hm-vote-options {
    display: grid !important;
    grid-template-columns: repeat(5,minmax(0,1fr)) !important;
    gap: 5.25px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}
body.hm-voting-focus .hm-v88-vote-list .hm-vote-options button {
    min-height: 54.6px !important;
    padding: 5.25px 4.2px !important;
    border-radius: 8.4px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 2.1px !important;
}
body.hm-voting-focus .hm-v88-vote-list .hm-vote-options button i {
    width: 25.2px !important;
    height: 25.2px !important;
    font-size: 16.8px !important;
}
body.hm-voting-focus .hm-v88-vote-list .hm-vote-options button span {
    font-size: 9.97px !important;
    line-height: 1.05 !important;
}
body.hm-voting-focus .hm-v88-discussion-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8.4px !important;
    margin: 0 0 5.25px !important;
    padding: 7.35px 9.45px !important;
    border: 1.05px solid #d9e4f1 !important;
    border-radius: 8.4px !important;
    background: #fbfdff !important;
}
body.hm-voting-focus .hm-v88-discussion-copy {
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 5.25px !important;
}
body.hm-voting-focus .hm-v88-discussion-icon {
    width: 31.5px !important;
    height: 31.5px !important;
    flex: 0 0 31.5px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    background: #0967ef !important;
    color: #fff !important;
    font-size: 16.8px !important;
}
body.hm-voting-focus .hm-v88-discussion-copy strong {
    display: block !important;
    color: #12356d !important;
    font-size: 9.45px !important;
    line-height: 1.1 !important;
}
body.hm-voting-focus .hm-v88-discussion-copy small {
    display: block !important;
    margin-top: 2.1px !important;
    color: #6d83a0 !important;
    font-size: 9.45px !important;
    line-height: 1.2 !important;
}
body.hm-voting-focus .hm-v88-discussion-buttons {
    flex: 0 0 auto !important;
    display: flex !important;
    align-items: center !important;
    gap: 5.25px !important;
}
body.hm-voting-focus .hm-v88-comment-button,
body.hm-voting-focus .hm-v88-comments-button {
    min-height: 31.5px !important;
    padding: 0 9.45px !important;
    border-radius: 8.4px !important;
    font-size: 9.97px !important;
    font-weight: 900 !important;
    cursor: pointer !important;
}
body.hm-voting-focus .hm-v88-comment-button {
    border: 0 !important;
    background: #0868ef !important;
    color: #fff !important;
}
body.hm-voting-focus .hm-v88-comments-button {
    border: 1.05px solid #bdd2ee !important;
    background: #fff !important;
    color: #0c5dd5 !important;
}
body.hm-voting-focus .hm-v88-comments-button b { font-size: 13.12px !important; }
body.hm-voting-focus .hm-v88-topic-footer {
    margin: 0 !important;
    padding: 0 !important;
}
body.hm-voting-focus .hm-v88-topic-footer #hmPreviousCard {
    min-height: 31.5px !important;
    padding: 0 9.45px !important;
    font-size: 9.45px !important;
}
body.hm-voting-focus .hm-v88-topic-footer #hmNextCard { display: none !important; }

@media (max-height: 798px) and (min-width: 799.05px) {
    body.hm-voting-focus > #hmTopicCard.hm-v88-question-card:not(.hm-hidden) {
        width: min(785px, calc(100vw - 24px)) !important;
        padding: 8.4px 10.5px 7.35px !important;
    }
    body.hm-voting-focus .hm-v88-question-head { padding: 5.25px 8.4px 6.3px !important; margin-bottom: 4.2px !important; }
    body.hm-voting-focus .hm-v88-question-head h3 { font-size: 22.05px !important; }
    body.hm-voting-focus .hm-v88-state-block { padding: 5.25px 7.35px 6.3px !important; margin-bottom: 4.2px !important; }
    body.hm-voting-focus .hm-v88-section-label { margin-bottom: 3.15px !important; padding: 3.15px 6.3px !important; font-size: 9.45px !important; }
    body.hm-voting-focus .hm-v88-media-row { grid-template-columns: 138.6px minmax(0,1fr) !important; gap: 8.4px !important; }
    body.hm-voting-focus .hm-v88-state-copy h4 { font-size: 16.8px !important; margin-bottom: 2.1px !important; }
    body.hm-voting-focus .hm-v88-state-copy p { font-size: 11.55px !important; line-height: 1.18 !important; display: -webkit-box !important; -webkit-box-orient: vertical !important; -webkit-line-clamp: 2 !important; overflow: hidden !important; }
    body.hm-voting-focus .hm-v88-solution-box { padding: 5.25px 8.4px !important; margin-bottom: 4.2px !important; }
    body.hm-voting-focus .hm-v88-solution-box h4 { font-size: 16.8px !important; margin-bottom: 2.1px !important; }
    body.hm-voting-focus .hm-v88-solution-box p { font-size: 11.55px !important; line-height: 1.18 !important; display: -webkit-box !important; -webkit-box-orient: vertical !important; -webkit-line-clamp: 2 !important; overflow: hidden !important; }
    body.hm-voting-focus .hm-v88-vote-heading { padding: 4.2px 7.35px 2.1px !important; }
    body.hm-voting-focus .hm-v88-vote-heading h4 { font-size: 13.12px !important; }
    body.hm-voting-focus .hm-v88-vote-list { margin-bottom: 4.2px !important; }
    body.hm-voting-focus .hm-v88-vote-list .hm-proposal.hm-poll-question { padding: 2.1px 6.3px 4.2px !important; }
    body.hm-voting-focus .hm-v88-vote-list .hm-vote-options button { min-height: 46.2px !important; }
    body.hm-voting-focus .hm-v88-vote-list .hm-vote-options button i { width: 18.9px !important; height: 18.9px !important; font-size: 13.12px !important; }
    body.hm-voting-focus .hm-v88-vote-list .hm-vote-options button span { font-size: 9.45px !important; }
    body.hm-voting-focus .hm-v88-discussion-actions { padding: 4.2px 6.3px !important; margin-bottom: 3.15px !important; }
    body.hm-voting-focus .hm-v88-discussion-copy small { display: none !important; }
    body.hm-voting-focus .hm-v88-comment-button,
    body.hm-voting-focus .hm-v88-comments-button { min-height: 25.2px !important; }
    body.hm-voting-focus .hm-v88-topic-footer #hmPreviousCard { min-height: 25.2px !important; }
}

@media (max-width: 798px) {
    body.hm-voting-focus > #hmTopicCard.hm-v88-question-card:not(.hm-hidden) {
        width: calc(100vw - 10px) !important;
        max-height: calc(100dvh - 10px) !important;
        padding: 11.55px 10.5px 10.5px !important;
        border-radius: 18.9px !important;
    }
    body.hm-voting-focus .hm-v88-media-row {
        grid-template-columns: 123.9px minmax(0,1fr) !important;
        gap: 8.4px !important;
    }
    body.hm-voting-focus .hm-v88-state-copy h4 { font-size: 16.8px !important; }
    body.hm-voting-focus .hm-v88-state-copy p { font-size: 9.97px !important; line-height: 1.25 !important; }
    body.hm-voting-focus .hm-v88-solution-box h4 { font-size: 13.12px !important; }
    body.hm-voting-focus .hm-v88-solution-box p { font-size: 9.45px !important; line-height: 1.28 !important; }
    body.hm-voting-focus .hm-v88-vote-list .hm-vote-options { grid-template-columns: repeat(5,minmax(0,1fr)) !important; gap: 2.1px !important; }
    body.hm-voting-focus .hm-v88-vote-list .hm-vote-options button { min-height: 58.8px !important; padding: 5.25px 2.1px !important; }
    body.hm-voting-focus .hm-v88-vote-list .hm-vote-options button i { width: 24.15px !important; height: 24.15px !important; font-size: 13.12px !important; }
    body.hm-voting-focus .hm-v88-vote-list .hm-vote-options button span { font-size: 9.45px !important; }
    body.hm-voting-focus .hm-v88-discussion-actions { align-items: stretch !important; flex-direction: column !important; gap: 5.25px !important; }
    body.hm-voting-focus .hm-v88-discussion-buttons { width: 100% !important; }
    body.hm-voting-focus .hm-v88-comment-button,
    body.hm-voting-focus .hm-v88-comments-button { flex: 1 1 50% !important; }
}

/* -------------------------------------------------------------------------
   v93: dotazníková karta +5 % a voliteľné písmo webu
   ---------------------------------------------------------------------- */
body.hm-voting-focus > #hmTopicCard.hm-v88-question-card:not(.hm-hidden) {
    width: min(874px, calc(100vw - 18px)) !important;
    max-height: calc(100dvh - 10px) !important;
    padding: 13.23px 15.44px 12.13px !important;
    border-radius: 22.05px !important;
}
body.hm-voting-focus .hm-v88-question-head {
    padding-inline: 12.13px !important;
}
body.hm-voting-focus .hm-v88-state-block {
    padding-inline: 11.03px !important;
}
body.hm-voting-focus .hm-v88-media-row {
    grid-template-columns: 172px minmax(0,1fr) !important;
    gap: 11.03px !important;
}
body.hm-voting-focus .hm-v88-solution-box {
    padding-inline: 12.13px !important;
}
body.hm-voting-focus .hm-v88-vote-list .hm-vote-options {
    gap: 5.51px !important;
}
@media (max-height:798px) and (min-width:799.05px) {
    body.hm-voting-focus > #hmTopicCard.hm-v88-question-card:not(.hm-hidden) {
        width: min(824px, calc(100vw - 18px)) !important;
        padding: 8.82px 11.03px 7.72px !important;
    }
    body.hm-voting-focus .hm-v88-media-row {
        grid-template-columns: 145.5px minmax(0,1fr) !important;
        gap: 8.82px !important;
    }
}
@media (max-width:798px) {
    body.hm-voting-focus > #hmTopicCard.hm-v88-question-card:not(.hm-hidden) {
        width: calc(100vw - 8px) !important;
        padding: 12.13px 11.03px 11.03px !important;
    }
}


/* -------------------------------------------------------------------------
   v94: farebné pozadia blokov v anketovej karte
   ---------------------------------------------------------------------- */
body.hm-voting-focus .hm-v88-state-block.hm-v88-current-block,
body.hm-voting-focus .hm-v88-state-block:first-of-type {
    background: linear-gradient(180deg, #fff1ef 0%, #ffe8e4 100%) !important;
    border-color: #efc6c1 !important;
}
body.hm-voting-focus .hm-v88-state-block.hm-v88-future-block,
body.hm-voting-focus .hm-v88-state-block:last-of-type {
    background: linear-gradient(180deg, #eef9f0 0%, #e3f5e6 100%) !important;
    border-color: #bfe0c8 !important;
}
body.hm-voting-focus .hm-v88-solution-box {
    background: linear-gradient(180deg, #fff9df 0%, #fff2b8 100%) !important;
    border-color: #f0cf5f !important;
}
body.hm-voting-focus .hm-v88-state-block:first-of-type .hm-v88-image {
    box-shadow: inset 0 0 0 1.05px rgba(217, 96, 84, .28) !important;
}
body.hm-voting-focus .hm-v88-state-block:last-of-type .hm-v88-image {
    box-shadow: inset 0 0 0 1.05px rgba(67, 151, 92, .28) !important;
}
body.hm-voting-focus .hm-v88-solution-box {
    box-shadow: inset 0 0 0 1px rgba(240, 207, 95, .16) !important;
}


/* -------------------------------------------------------------------------
   v95: výrazná modro-žltá identita, 5 profilov a živé ambientné pozadie
   ---------------------------------------------------------------------- */
:root {
    --hm-ink: #06245b;
    --hm-ink-2: #0a4196;
    --hm-muted: #526b91;
    --hm-bg: #f2f6ff;
    --hm-blue: #0057d9;
    --hm-blue-2: #003fba;
    --hm-cyan: #2f8fff;
    --hm-lime: #ffd400;
    --hm-yellow: #ffd400;
    --hm-orange: #ffd400;
    --hm-green: #0057d9;
    --hm-pink: #0057d9;
    --hm-red: #003f9d;
    --hm-navy: #002b74;
}

body {
    background: #f2f6ff;
}
body::before {
    background:
        radial-gradient(circle at 12% 12%, rgba(0,87,217,.13), transparent 30%),
        radial-gradient(circle at 88% 32%, rgba(255,212,0,.10), transparent 28%),
        linear-gradient(180deg, #f7f9ff 0%, #edf3ff 100%);
}

/* Jemné fotografie pod obsahom hlavnej stránky. */
.hm-ambient-background {
    position: fixed;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
    background: #f2f6ff;
}
.hm-ambient-background::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    background: linear-gradient(180deg, rgba(244,248,255,.90), rgba(239,245,255,.91));
}
.hm-ambient-layer {
    position: absolute;
    inset: -5%;
    z-index: 1;
    opacity: 0;
    background-position: center;
    background-size: cover;
    filter: saturate(.78) contrast(.94);
    transform: scale(1.03);
    transition: opacity 2.4s ease;
    animation: hmAmbientBreath 16s ease-in-out infinite alternate;
    will-change: transform, opacity;
}
.hm-ambient-layer:nth-child(even) {
    animation-direction: alternate-reverse;
    animation-duration: 19s;
}
.hm-ambient-layer.is-active { opacity: .22; }
.hm-site { position: relative; z-index: 1; background: transparent; }
.hm-site > section,
.hm-site > footer { position: relative; z-index: 2; }
.hm-site > .hm-topbar { z-index: 1000; }
@keyframes hmAmbientBreath {
    0% { transform: scale(1.02) translate3d(-.4%, -.25%, 0); }
    50% { transform: scale(1.09) translate3d(.45%, .35%, 0); }
    100% { transform: scale(1.04) translate3d(.2%, -.3%, 0); }
}

/* Silná modro-žltá hlavička a základné akcenty. */
.hm-topbar {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}
.hm-topbar-inner,
.hm-topbar.is-scrolled .hm-topbar-inner {
    border: 2px solid #ffd400 !important;
    background: rgba(0,43,116,.96) !important;
    box-shadow: 0 14px 38px rgba(0,43,116,.24) !important;
}
.hm-logo,
.hm-navigation a { color: #fff !important; }
.hm-logo small { color: #ffd400 !important; }
.hm-logo > i { background: #ffd400 !important; box-shadow: 0 8px 20px rgba(255,212,0,.22) !important; }
.hm-logo > i::before,
.hm-logo > i::after,
.hm-logo > i span { background: #002b74 !important; }
.hm-navigation a:hover,
.hm-navigation a.is-active { background: rgba(255,212,0,.15) !important; color: #ffd400 !important; }
.hm-menu-button span { background: #ffd400 !important; }
.hm-topbar-action,
.hm-button-yellow,
.hm-vote-start-button,
.hm-quiz-start-button {
    background: #ffd400 !important;
    color: #002b74 !important;
    border-color: #ffd400 !important;
    box-shadow: 0 12px 26px rgba(255,212,0,.25) !important;
}
.hm-topbar-action:hover,
.hm-button-yellow:hover,
.hm-vote-start-button:hover,
.hm-quiz-start-button:hover { background: #ffe34f !important; }
.hm-button-blue,
.hm-button-primary {
    background: #0057d9 !important;
    color: #fff !important;
    border-color: #0057d9 !important;
}
.hm-eyebrow,
.hm-civic-badge,
.hm-civic-change-label,
.hm-quiz-change-label {
    background: #ffd400 !important;
    color: #002b74 !important;
    border-color: rgba(0,43,116,.12) !important;
}
.hm-section-head h2,
.hm-civic-intro h1,
.hm-civic-intro-copy h1,
.hm-civic-vote-intro h2,
.hm-quiz-intro h2 { color: #002b74 !important; }

.hm-civic-intro {
    background: linear-gradient(180deg, rgba(247,250,255,.86), rgba(239,245,255,.80)) !important;
    min-height: 0 !important;
    padding-bottom: clamp(34px, 4vw, 58px) !important;
}
.hm-civic-intro-inner { max-width: 1320px; }
.hm-civic-intro-layout {
    grid-template-columns: minmax(0,1fr) !important;
    gap: clamp(24px, 3vw, 42px) !important;
}
.hm-civic-intro-copy {
    width: min(900px, 100%);
    margin-inline: auto;
    text-align: center;
}
.hm-civic-intro-copy h1,
.hm-civic-intro-copy .hm-civic-slogan-rotator,
.hm-civic-intro-copy .hm-civic-intro-text { margin-inline: auto; }
.hm-civic-intro-copy .hm-civic-intro-text { color: #38577f !important; }

/* Päť reprezentatívnych profilov – stred úvodnej stránky. */
.hm-pledge-panel {
    width: min(1180px, 100%);
    margin-inline: auto;
    padding: clamp(20px, 2.4vw, 30px) !important;
    border: 2px solid rgba(0,87,217,.14) !important;
    border-radius: 34px !important;
    background:
        radial-gradient(circle at 100% 0, rgba(255,212,0,.18), transparent 32%),
        linear-gradient(145deg, rgba(255,255,255,.94), rgba(235,243,255,.93)) !important;
    box-shadow: 0 28px 72px rgba(0,43,116,.17) !important;
}
.hm-pledge-panel::before { border-color: rgba(0,87,217,.08) !important; }
.hm-pledge-head {
    justify-content: center !important;
    margin: 0 0 22px !important;
}
.hm-pledge-head h2 {
    max-width: 760px !important;
    color: #002b74 !important;
    text-align: center !important;
    font-size: clamp(24px, 2.5vw, 38px) !important;
    line-height: 1.02 !important;
}
.hm-pledge-grid {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0,1fr)) !important;
    gap: clamp(10px, 1.3vw, 17px) !important;
    overflow: visible !important;
}
.hm-pledge-person,
.hm-pledge-person:not(.is-expanded) {
    position: relative !important;
    inset: auto !important;
    width: auto !important;
    height: auto !important;
    min-height: 250px;
    aspect-ratio: 4 / 5 !important;
    overflow: hidden !important;
    border: 2px solid rgba(0,87,217,.14) !important;
    border-radius: 24px !important;
    background: #dbe9ff !important;
    box-shadow: 0 16px 34px rgba(0,43,116,.13) !important;
    opacity: 1 !important;
    filter: none !important;
}
.hm-pledge-person:not(.is-placeholder):hover {
    transform: translateY(-7px) scale(1.012) !important;
    border-color: #ffd400 !important;
    box-shadow: 0 23px 44px rgba(0,43,116,.22) !important;
}
.hm-pledge-photo::after {
    background: linear-gradient(180deg, transparent 42%, rgba(0,28,78,.16) 58%, rgba(0,24,67,.88) 100%) !important;
}
.hm-pledge-summary {
    position: absolute;
    z-index: 4;
    left: 13px;
    right: 42px;
    bottom: 13px;
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
}
.hm-pledge-circle {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 3px solid rgba(255,255,255,.92);
    border-radius: 50%;
    background: #ffd400;
    color: #002b74;
    font-size: 17px;
    font-weight: 950;
    box-shadow: 0 8px 20px rgba(0,0,0,.18);
}
.hm-pledge-summary h3 {
    min-width: 0;
    margin: 0;
    color: #fff;
    font-size: clamp(14px, 1.18vw, 18px);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -.03em;
    text-shadow: 0 2px 10px rgba(0,0,0,.28);
}
.hm-pledge-expand {
    right: 12px !important;
    bottom: 14px !important;
    width: 34px !important;
    height: 34px !important;
    background: #0057d9 !important;
    border: 2px solid rgba(255,255,255,.85) !important;
}
.hm-pledge-expand:hover { background: #003fba !important; }
.hm-pledge-person.is-placeholder {
    opacity: .68 !important;
    border: 2px dashed rgba(0,87,217,.32) !important;
    box-shadow: none !important;
}
.hm-pledge-person.is-placeholder .hm-pledge-photo.is-empty {
    background: linear-gradient(145deg, #e9f1ff, #c9dcff) !important;
}
.hm-pledge-person.is-placeholder .hm-pledge-photo.is-empty > span {
    color: #0057d9 !important;
    font-size: 42px !important;
}
.hm-pledge-person.is-placeholder .hm-pledge-summary h3 { color: #24518b; text-shadow: none; }
.hm-pledge-person.is-placeholder .hm-pledge-circle { background: #fff; border-color: #ffd400; }

/* Otvorený profil zostáva elegantný, modro-žltý. */
.hm-pledge-person.is-expanded {
    position: absolute !important;
    inset: 0 !important;
    z-index: 20 !important;
    aspect-ratio: auto !important;
    min-height: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0,42%) minmax(0,58%) !important;
    border-color: #ffd400 !important;
    background: #fff !important;
}
.hm-pledge-person.is-expanded .hm-pledge-summary { display: none; }
.hm-pledge-person.is-expanded .hm-pledge-detail {
    background: linear-gradient(145deg, #fff, #edf4ff) !important;
}
.hm-pledge-person.is-expanded .hm-pledge-number {
    background: #ffd400 !important;
    color: #002b74 !important;
}
.hm-pledge-person.is-expanded .hm-pledge-number strong { color: #002b74 !important; }
.hm-pledge-person.is-expanded .hm-pledge-detail h3 { color: #002b74 !important; }

/* Ďalšie hlavné bloky držia novú paletu. */
.hm-problem-strip,
.hm-footer {
    background: linear-gradient(135deg, #002b74, #0049b8) !important;
    border-color: #ffd400 !important;
}
.hm-problem-strip-head h2,
.hm-footer,
.hm-footer a { color: #fff !important; }
.hm-footer::before { background: #ffd400 !important; }
.hm-solutions.hm-section,
.hm-quiz.hm-section,
.hm-media.hm-section,
.hm-team.hm-section {
    background-color: rgba(244,248,255,.86) !important;
}
.hm-media-card,
.hm-candidate-card,
.hm-quiz-intro,
.hm-civic-vote-intro {
    border-color: rgba(0,87,217,.13) !important;
}
.hm-filters button.is-active,
.hm-district-select select:focus {
    border-color: #ffd400 !important;
}

@media (max-width: 1050px) {
    .hm-pledge-grid { grid-template-columns: repeat(5, minmax(135px,1fr)) !important; }
    .hm-pledge-person, .hm-pledge-person:not(.is-expanded) { min-height: 215px; }
}
@media (max-width: 800px) {
    .hm-civic-intro-copy { text-align: left; }
    .hm-civic-intro-copy h1,
    .hm-civic-intro-copy .hm-civic-slogan-rotator,
    .hm-civic-intro-copy .hm-civic-intro-text { margin-inline: 0; }
    .hm-pledge-panel { margin-top: 20px !important; padding: 16px 12px 14px !important; }
    .hm-pledge-head h2 { text-align: center !important; max-width: 100% !important; }
    .hm-pledge-grid {
        display: flex !important;
        gap: 11px !important;
        overflow-x: auto !important;
        padding: 3px 2px 10px !important;
        scroll-snap-type: x mandatory;
    }
    .hm-pledge-person,
    .hm-pledge-person:not(.is-expanded) {
        flex: 0 0 min(66vw, 230px) !important;
        width: min(66vw, 230px) !important;
        height: auto !important;
        min-height: 285px !important;
        aspect-ratio: 4 / 5 !important;
        scroll-snap-align: center;
    }
    .hm-pledge-person.is-expanded {
        position: relative !important;
        inset: auto !important;
        flex-basis: min(86vw, 360px) !important;
        width: min(86vw, 360px) !important;
        min-height: 285px !important;
        grid-template-columns: 42% 58% !important;
    }
    .hm-pledge-summary { right: 48px; }
    .hm-pledge-mobile-note { display: block !important; text-align: center; color: #47678f; }
}
@media (max-width: 520px) {
    .hm-pledge-person,
    .hm-pledge-person:not(.is-expanded) {
        flex-basis: min(74vw, 220px) !important;
        width: min(74vw, 220px) !important;
        min-height: 275px !important;
    }
    .hm-pledge-circle { width: 39px; height: 39px; font-size: 15px; }
}
@media (prefers-reduced-motion: reduce) {
    .hm-ambient-layer { animation: none !important; transition: none !important; transform: scale(1.03) !important; }
}

/* v95: aj stavové bloky ankety zostávajú v modro-žltej identite. */
body.hm-voting-focus .hm-v88-state-block.hm-v88-current-block,
body.hm-voting-focus .hm-v88-state-block:first-of-type {
    background: linear-gradient(180deg, #eef5ff 0%, #dfeaff 100%) !important;
    border-color: #9abfff !important;
}
body.hm-voting-focus .hm-v88-state-block.hm-v88-future-block,
body.hm-voting-focus .hm-v88-state-block:last-of-type {
    background: linear-gradient(180deg, #fffbe8 0%, #fff3ad 100%) !important;
    border-color: #e6c500 !important;
}
body.hm-voting-focus .hm-v88-solution-box {
    background: linear-gradient(180deg, #fff8cf 0%, #ffe979 100%) !important;
    border-color: #dfbe00 !important;
}
body.hm-voting-focus .hm-v88-state-block:first-of-type .hm-v88-image {
    box-shadow: inset 0 0 0 1.05px rgba(0,87,217,.28) !important;
}
body.hm-voting-focus .hm-v88-state-block:last-of-type .hm-v88-image {
    box-shadow: inset 0 0 0 1.05px rgba(255,212,0,.40) !important;
}

@media (max-width: 980px) {
    .hm-navigation {
        border-color: #ffd400 !important;
        background: rgba(0,43,116,.98) !important;
        box-shadow: 0 18px 44px rgba(0,43,116,.28) !important;
    }
    .hm-navigation a { color: #fff !important; }
    .hm-navigation a:hover,
    .hm-navigation a.is-active { color: #ffd400 !important; background: rgba(255,212,0,.13) !important; }
}

/* -------------------------------------------------------------------------
   v96: úvod v dvoch stĺpcoch + nadpis ľudí vľavo, profily vpravo
   ---------------------------------------------------------------------- */
.hm-civic-intro-inner {
    max-width: 1420px !important;
}
.hm-civic-intro-layout {
    display: grid !important;
    grid-template-columns: minmax(330px, .78fr) minmax(650px, 1.42fr) !important;
    align-items: center !important;
    gap: clamp(34px, 4.2vw, 72px) !important;
}
.hm-civic-intro-copy {
    width: 100% !important;
    margin: 0 !important;
    text-align: left !important;
    align-self: center;
}
.hm-civic-intro-copy h1,
.hm-civic-intro-copy .hm-civic-slogan-rotator,
.hm-civic-intro-copy .hm-civic-intro-text {
    margin-inline: 0 !important;
}
.hm-civic-intro-copy h1 {
    max-width: 540px;
}
.hm-civic-intro-copy .hm-civic-intro-text {
    max-width: 590px;
}
.hm-pledge-head-left {
    display: block !important;
    margin: clamp(28px, 4vw, 46px) 0 0 !important;
    padding-top: clamp(22px, 3vw, 34px);
    border-top: 3px solid #ffd400;
}
.hm-pledge-head-left h2 {
    max-width: 520px !important;
    margin: 0 !important;
    text-align: left !important;
    color: #002b74 !important;
    font-size: clamp(24px, 2.45vw, 40px) !important;
    line-height: 1.02 !important;
    letter-spacing: -.045em !important;
}
.hm-pledge-panel {
    width: 100% !important;
    margin: 0 !important;
    padding: clamp(16px, 1.7vw, 23px) !important;
    align-self: center;
}
.hm-pledge-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: clamp(9px, 1vw, 14px) !important;
}
.hm-pledge-person,
.hm-pledge-person:not(.is-expanded) {
    min-height: 205px !important;
    aspect-ratio: 4 / 5.4 !important;
    border-radius: 21px !important;
}
.hm-pledge-summary {
    left: 9px !important;
    right: 37px !important;
    bottom: 10px !important;
    gap: 7px !important;
}
.hm-pledge-circle {
    width: 36px !important;
    height: 36px !important;
    font-size: 14px !important;
    border-width: 2px !important;
}
.hm-pledge-summary h3 {
    font-size: clamp(12px, .94vw, 16px) !important;
    line-height: 1.02 !important;
}
.hm-pledge-expand {
    width: 29px !important;
    height: 29px !important;
    right: 8px !important;
    bottom: 11px !important;
}
.hm-pledge-mobile-note {
    margin-bottom: 0 !important;
}

/* Administrácia TEXTY – dlhé texty nech sa editujú pohodlne. */
.hm-texts-admin .hm-admin-panel textarea {
    min-height: 76px;
    resize: vertical;
}
.hm-texts-admin .hm-texts-intro-panel {
    border: 2px solid rgba(0,87,217,.16);
    background: linear-gradient(135deg, #f5f8ff, #fff9d9);
}

@media (max-width: 1240px) and (min-width: 981px) {
    .hm-civic-intro-layout {
        grid-template-columns: minmax(300px, .72fr) minmax(560px, 1.28fr) !important;
        gap: 30px !important;
    }
    .hm-pledge-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
    .hm-pledge-person,
    .hm-pledge-person:not(.is-expanded) {
        min-height: 210px !important;
    }
}

@media (max-width: 980px) {
    .hm-civic-intro-layout {
        grid-template-columns: 1fr !important;
        gap: 22px !important;
    }
    .hm-civic-intro-copy {
        text-align: left !important;
    }
    .hm-pledge-head-left {
        margin-top: 26px !important;
    }
    .hm-pledge-panel {
        margin-top: 0 !important;
    }
    .hm-pledge-grid {
        display: flex !important;
        overflow-x: auto !important;
    }
    .hm-pledge-person,
    .hm-pledge-person:not(.is-expanded) {
        min-height: 285px !important;
        aspect-ratio: 4 / 5 !important;
    }
}


/* -------------------------------------------------------------------------
   v97: profily bez veľkého panelu, menšie o ~20 %, nadpis nad fotografiami
   ---------------------------------------------------------------------- */
.hm-civic-intro-layout {
    grid-template-columns: minmax(340px, .82fr) minmax(590px, 1.18fr) !important;
    align-items: center !important;
    gap: clamp(32px, 4vw, 68px) !important;
}

.hm-pledge-panel {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    overflow: visible !important;
}
.hm-pledge-panel::before {
    display: none !important;
    content: none !important;
}

.hm-pledge-head-above {
    display: block !important;
    margin: 0 0 clamp(16px, 1.8vw, 24px) !important;
    padding: 0 !important;
    border: 0 !important;
}
.hm-pledge-head-above h2 {
    max-width: 760px !important;
    margin: 0 !important;
    text-align: left !important;
    color: #002b74 !important;
    font-size: clamp(24px, 2.15vw, 36px) !important;
    line-height: 1.02 !important;
    letter-spacing: -.045em !important;
}

.hm-pledge-head-left {
    display: none !important;
}

.hm-pledge-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: clamp(10px, 1.05vw, 15px) !important;
    align-items: start !important;
}
.hm-pledge-person,
.hm-pledge-person:not(.is-expanded) {
    min-height: 0 !important;
    aspect-ratio: 4 / 5 !important;
    width: 80% !important;
    justify-self: center !important;
    border-radius: 18px !important;
}
.hm-pledge-summary {
    left: 8px !important;
    right: 31px !important;
    bottom: 8px !important;
    gap: 6px !important;
}
.hm-pledge-circle {
    width: 31px !important;
    height: 31px !important;
    min-width: 31px !important;
    font-size: 12px !important;
}
.hm-pledge-summary h3 {
    font-size: clamp(11px, .78vw, 14px) !important;
}
.hm-pledge-expand {
    width: 26px !important;
    height: 26px !important;
    right: 6px !important;
    bottom: 8px !important;
}

@media (max-width: 1240px) and (min-width: 981px) {
    .hm-civic-intro-layout {
        grid-template-columns: minmax(315px, .78fr) minmax(520px, 1.22fr) !important;
        gap: 28px !important;
    }
    .hm-pledge-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    }
    .hm-pledge-person,
    .hm-pledge-person:not(.is-expanded) {
        width: 82% !important;
        min-height: 0 !important;
    }
}

@media (max-width: 980px) {
    .hm-civic-intro-layout {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
    }
    .hm-pledge-panel {
        margin-top: 4px !important;
    }
    .hm-pledge-head-above {
        margin-bottom: 16px !important;
    }
    .hm-pledge-head-above h2 {
        text-align: left !important;
        font-size: clamp(23px, 6.2vw, 34px) !important;
    }
    .hm-pledge-grid {
        display: flex !important;
        gap: 12px !important;
        overflow-x: auto !important;
        padding: 2px 2px 10px !important;
        scroll-snap-type: x proximity;
    }
    .hm-pledge-person,
    .hm-pledge-person:not(.is-expanded) {
        flex: 0 0 clamp(142px, 40vw, 180px) !important;
        width: auto !important;
        min-height: 0 !important;
        aspect-ratio: 4 / 5 !important;
        scroll-snap-align: start;
    }
}
