@font-face { font-family: Montserrat; src: url('./assets/fonts/Montserrat-variable.ttf') format('truetype'); font-style: normal; font-weight: 100 900; font-display: swap; }
:root { font-family: Montserrat, ui-sans-serif, system-ui, sans-serif; color: #253965; background: #f7f9fd; --section-gap: clamp(36px, 4.5vw, 64px); --section-gap-sm: 36px; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
a { color: #d6474f; text-decoration: underline; text-underline-offset: 3px; }
a:hover { color: #b83239; }
[hidden] { display: none !important; }
.container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
main.container { display: flex; flex-direction: column; gap: var(--section-gap); }
.site-hero { min-height: clamp(420px, 46vw, 520px); display: flex; flex-direction: column; color: #fff; background: linear-gradient(90deg, #17233be8 0%, #253965b8 48%, #4e1f2a8f 100%), url('./assets/images/hero-handshake.png') center 50% / cover no-repeat; }
.hero-top { min-height: 84px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid #ffffff38; }
.mark { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 12px; color: #253965; background: #fff; font-size: 26px; line-height: 1; }
.brand { color: #fff; font-size: 19px; font-weight: 780; letter-spacing: -.04em; }
.header-note { margin-left: auto; border: 1px solid #ffffff99; border-radius: 100px; padding: 7px 12px; color: #fff; background: #18274647; font-size: 12px; font-weight: 650; }
.hero-copy { flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-block: clamp(64px, 10vw, 118px); }
.hero-copy h1 { max-width: 830px; margin-bottom: 22px; color: #fff; text-wrap: balance; text-shadow: 0 3px 24px #111a2c80; }
.hero-subtitle { max-width: 680px; margin-bottom: 0; color: #fff; font-size: clamp(18px, 2.1vw, 24px); font-weight: 520; line-height: 1.55; text-wrap: balance; text-shadow: 0 2px 18px #111a2cb3; }
.hero-cta { display: inline-flex; align-items: center; text-align: center; gap: 20px; min-height: 50px; margin-top: 28px; padding: 13px 18px; border: 2px solid #fff; border-radius: 10px; color: #253965; background: #fff; font-size: 13px; font-weight: 820; letter-spacing: .08em; text-decoration: none; box-shadow: 0 10px 28px #111a2c38; transition: color .15s, background-color .15s, transform .15s; }
.hero-cta:hover { color: #fff; background: #ffffff18; transform: translateY(-1px); }
.hero-cta span { font-size: 18px; line-height: 1; }
.form-section { scroll-margin-top: 24px; }
.intro-description { max-width: 900px; margin-inline: auto; padding-top: var(--section-gap); text-align: center; }
.intro-description p { margin-bottom: 0; color: #4e5e7d; font-size: 17px; line-height: 1.75; }
.section-header { margin-bottom: 26px; text-align: center; }
.section-header .eyebrow { margin-bottom: 12px; }
.accordion-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; gap: 14px; }
.accordion-item { overflow: hidden; border: 1px solid #c8d8ed; border-radius: 16px; background: #fff; box-shadow: 0 8px 24px #2539650d; }
.accordion-item[open] { border-color: #8fb9eb; box-shadow: 0 12px 30px #25396516; }
.accordion-item summary { position: relative; display: flex; align-items: flex-start; min-height: 104px; padding: 20px 56px 20px 20px; color: #253965; cursor: pointer; list-style: none; }
.accordion-item summary > span { display: flex; align-items: start; gap: 14px; width: 100%; }
.accordion-item summary::-webkit-details-marker { display: none; }
.accordion-item summary::after { content: '+'; position: absolute; right: 20px; top: 50%; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: #253965; background: #d2e7ff; font-size: 24px; font-weight: 420; line-height: 1; transform: translateY(-50%); transition: transform .2s, background-color .2s; }
.accordion-item[open] summary::after { color: #fff; background: #253965; transform: translateY(-50%) rotate(45deg); }
.accordion-icon { display: flex; flex: none; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 12px; background: #e4eefc; color: #253965; }
.accordion-icon img { width: 24px; height: 24px; }
.accordion-heading { display: flex; flex-direction: column; justify-content: center; min-width: 0; }
.accordion-title, .accordion-subtitle { display: block; }
.accordion-title { font-size: 16px; font-weight: 780; letter-spacing: -.025em; line-height: 1.3; }
.accordion-description a { color: #d6474f; }
.accordion-description a:hover { color: #b83239; }
.accordion-subtitle { margin-top: 5px; color: #d6474f; font-size: 12px; font-weight: 590; line-height: 1.45; }
.accordion-description { display: grid; grid-template-rows: 0fr; padding: 0; overflow: hidden; visibility: hidden; border-top: 1px solid transparent; opacity: 0; transition: grid-template-rows .28s ease, padding .28s ease, border-color .2s ease, opacity .2s ease, visibility 0s linear .28s; }
.accordion-item:not([open]) > .accordion-description { display: grid; }
.accordion-item[open] .accordion-description { grid-template-rows: 1fr; padding: 16px 20px 20px; visibility: visible; border-top-color: #e2ebf6; opacity: 1; transition-delay: 0s; }
.accordion-item[open].is-opening .accordion-description,
.accordion-item[open].is-closing .accordion-description { grid-template-rows: 0fr; padding: 0; visibility: visible; border-top-color: transparent; opacity: 0; }
.accordion-description p { min-height: 0; margin: 0; overflow: hidden; color: #4e5e7d; font-size: 14px; line-height: 1.65; }
.eyebrow { margin: 0 0 17px; color: #253965; font-size: 15px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, p { margin-top: 0; }
h1 { min-width: 0; margin-bottom: 18px; font-size: clamp(42px, 6vw, 69px); line-height: 1.08; letter-spacing: -.065em; font-weight: 760; }
h2 { margin-bottom: 0; font-size: clamp(28px, 3.6vw, 40px); line-height: 1.12; letter-spacing: -.05em; font-weight: 760; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(260px, 1fr); gap: 24px; align-items: start; container-type: inline-size; }
.form-card, .aside-card { border: 1px solid #d9e2f0; border-radius: 24px; }
.form-card { position: relative; z-index: 1; padding: clamp(24px, 4vw, 42px); background: #fff; box-shadow: 0 16px 48px #25396512; transition: margin-right .34s cubic-bezier(.4,0,.2,1), box-shadow .34s ease; }
.form-card.is-expanded { margin-right: calc(-1 * (((100cqw - 24px) / 2.65) + 24px)); box-shadow: 0 24px 60px #25396540; }
.step { display: inline-block; margin-bottom: 16px; color: #315a97; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.prototype-note { padding: 14px 17px; margin-bottom: 27px; border-radius: 12px; border: 1px solid #ebc5be; background: #fff5f3; color: #253965; font-size: 14px; line-height: 1.55; }
.name-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field, .place-field { margin-bottom: 24px; }
label, legend { display: block; margin-bottom: 9px; color: #253965; font-size: 14px; font-weight: 730; }
label span, legend span { color: #c54a36; }
input, textarea { display: block; width: 100%; border: 1px solid #8698b6; border-radius: 10px; background: #fff; color: #253965; padding: 13px 15px; outline: none; transition: border-color .15s, box-shadow .15s; }
input { min-height: 50px; }
textarea { min-height: 158px; resize: vertical; line-height: 1.5; }
input::placeholder { color: #657591; }
input:hover, textarea:hover { border-color: #4a90e2; }
:focus-visible { outline: 3px solid #4a90e2; outline-offset: 3px; }
input:focus, textarea:focus { border-color: #253965; box-shadow: 0 0 0 3px #4a90e244; }
[aria-invalid="true"] { border-color: #b8372a; }
.place-field { min-width: 0; padding: 0; border: 0; }
.place-field legend { padding: 0; }
.hint { margin: 8px 0 0; color: #53627f; font-size: 13px; line-height: 1.5; }
.place-field > .hint { margin: 0 0 10px; }
.combobox-wrap { position: relative; }
#place-options { position: absolute; z-index: 10; top: calc(100% + 6px); left: 0; right: 0; margin: 0; padding: 6px; max-height: 300px; overflow-y: auto; list-style: none; border: 1px solid #a9bee0; border-radius: 12px; background: #fff; box-shadow: 0 14px 34px #25396530; }
#place-options li { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 7px; cursor: pointer; font-size: 14px; }
#place-options li:hover, #place-options li[aria-selected="true"] { background: #d2e7ff; }
#place-options li small { color: #4e5e7d; text-align: right; }
#place-options li.manual-option { border-top: 1px solid #d9e2f0; margin-top: 4px; padding-block: 14px; }
#place-options li.manual-option small { color: #253965; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.selection { margin: 10px 0 0; color: #253965; font-size: 13px; font-weight: 700; }
.text-button { border: 0; padding: 0; margin-top: 10px; color: #253965; background: transparent; font-size: 14px; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; text-align: center; }
#manual-place .text-button { display: block; }
.error { min-height: 0; margin: 6px 0 0; color: #a82c22; font-size: 13px; font-weight: 650; line-height: 1.4; }
.error:empty { display: none; }
.comment-field { margin-bottom: 25px; }
.comment-field textarea { transition: height .34s cubic-bezier(.4,0,.2,1); }
.comment-field.is-expanded textarea { height: 210px; }
.submit-button { display: inline-flex; justify-content: center; align-items: center; text-align: center; gap: 48px; min-height: 54px; border: 0; border-radius: 10px; padding: 14px 20px; background: #253965; color: #fff; font-weight: 760; }
.submit-button:hover { background: #1b2b50; }
.submit-button span { font-size: 21px; font-weight: 400; }
.form-result { margin: 20px 0 0; padding: 14px 16px; border-radius: 10px; line-height: 1.5; font-size: 14px; }
#turnstile-widget { max-width: 100%; margin-top: 20px; }
.form-result.is-error { border: 1px solid #ebc5be; background: #fff5f3; color: #8e3025; }
.form-result.is-valid { border: 1px solid #a9bee0; background: #eaf4ff; color: #253965; }
.aside-card { position: relative; overflow: hidden; padding: 34px; background: #d2e7ff; }
.aside-symbol { display: block; color: #315a97; font-size: 84px; line-height: 1; margin: 0 0 70px; }
.aside-card h2 { max-width: 260px; margin-bottom: 16px; font-size: 31px; line-height: 1.12; letter-spacing: -.05em; }
.aside-card p { color: #40547b; font-size: 15px; line-height: 1.65; }
.aside-rule { height: 1px; margin: 27px 0 21px; background: #a9c8eb; }
.aside-card .small { margin-bottom: 0; font-size: 12px; }
.map-panel-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(30px, 5vw, 58px); background: #eaf4ff; }
.map-panel-copy .section-header { margin-bottom: 24px; text-align: left; }
.ai-icon { display: block; width: 64px; height: 64px; margin-bottom: 16px; }
.map-panel-copy .section-header .eyebrow { margin-bottom: 14px; }
.map-panel-copy .section-header h2 { margin-bottom: 0;  }
.map-panel-copy .section-content p:not(.map-status) { margin-bottom: 16px; color: #4e5e7d; font-size: 15px; line-height: 1.65; }
.map-panel-copy .map-status { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.map-visual { position: relative; min-width: 0; background: #fff; }
.map-lottie-icon { position: absolute; z-index: 3; top: 24px; right: 24px; width: clamp(50px, 5.6vw, 66px); aspect-ratio: 951 / 1080; pointer-events: none; filter: drop-shadow(0 8px 16px #1626474d); }
.map-lottie-icon svg { display: block; width: 100% !important; height: 100% !important; overflow: visible; }
.map-card { position: relative; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid #b9cde9; border-radius: 28px; background: linear-gradient(145deg, #eef6ff 0%, #d2e7ff 52%, #edf5ff 100%); box-shadow: 0 22px 60px #25396518; }
.map-frame { height: clamp(390px, 46vw, 520px); padding: 0; }
#serbia-map { display: block; width: 100%; height: 100%; overflow: hidden; }
.context-country { fill: #253965; stroke: #fff; stroke-width: 1.5; vector-effect: non-scaling-stroke; }
.country-shape { fill: #cfe8ff; stroke: none; stroke-linejoin: round; vector-effect: non-scaling-stroke; filter: drop-shadow(0 16px 20px #25396520); }
.map-place { color: #4a90e2; }
.map-place[data-tier="1"] { color: #253965; }
.place-halo { fill: currentColor; opacity: 0; transform-box: fill-box; transform-origin: center; }
.place-dot { fill: currentColor; stroke: #fff; stroke-width: 2; vector-effect: non-scaling-stroke; filter: drop-shadow(0 2px 3px #25396538); }
.place-label { display: none; fill: #253965; paint-order: stroke; stroke: #fff; stroke-width: 4px; stroke-linejoin: round; font-family: Montserrat, sans-serif; font-size: 11px; font-weight: 760; letter-spacing: -.02em; }
.map-place[data-tier="1"] .place-label { font-size: 15px; }
.map-place[data-tier="2"] .place-label { font-size: 12px; }
#serbia-map[data-visible-tier="1"] .map-place[data-tier="1"] .place-label,
#serbia-map[data-visible-tier="2"] .map-place[data-tier="1"] .place-label,
#serbia-map[data-visible-tier="2"] .map-place[data-tier="2"] .place-label,
#serbia-map[data-visible-tier="3"] .place-label { display: block; }
.map-place.is-active .place-dot { fill: #d6474f; }
.map-place.is-active .place-halo { animation: place-pulse 1.8s ease-out; }
.signal-path { fill: none; stroke: #4a90e2; stroke-width: 2.5; stroke-linecap: round; stroke-dasharray: .08 .12; stroke-dashoffset: 1; vector-effect: non-scaling-stroke; opacity: .72; animation: signal-travel 1.85s cubic-bezier(.2,.8,.25,1) forwards; }
.map-attribution { margin: 0; padding: 12px 20px 14px; border-top: 1px solid #bfd3ed; background: #ffffffa8; color: #53627f; font-size: 11px; text-align: right; }
.map-attribution a { color: #253965; font-weight: 680; }
.map-unavailable { display: grid; place-items: center; min-height: 300px; }
.map-unavailable #serbia-map { display: none; }
@keyframes place-pulse { 0% { opacity: .48; transform: scale(.5); } 55% { opacity: .22; } 100% { opacity: 0; transform: scale(2.7); } }
@keyframes signal-travel { 0% { stroke-dashoffset: 1; opacity: 0; } 20% { opacity: .72; } 72% { stroke-dashoffset: 0; opacity: .72; } 100% { stroke-dashoffset: 0; opacity: .08; } }
.ballot-card { display: flex; flex-direction: column; align-items: center; gap: 22px; max-width: 900px; margin-inline: auto; text-align: center; }
.ballot-card .section-header { margin-bottom: 0; }
.ballot-card .section-content p { margin-bottom: 0; color: #4e5e7d; font-size: 17px; line-height: 1.75; }
.ballot-visual { display: flex; align-items: center; justify-content: center; width: 100%; }
.ballot-visual img { display: block; max-width: 900px; width: 100%; height: auto; }
.news-section { padding-bottom: var(--section-gap); }
.news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.news-status { grid-column: 1 / -1; margin: 0; color: #4e5e7d; font-size: 15px; text-align: center; }
.news-card { display: flex; flex-direction: column; gap: 10px; padding: 22px; border: 1px solid #c8d8ed; border-radius: 16px; background: #fff; box-shadow: 0 8px 24px #2539650d; color: inherit; text-decoration: none; transition: transform .15s, box-shadow .15s; }
.news-card:hover, .news-card:focus-visible { transform: translateY(-2px); box-shadow: 0 14px 30px #25396518; }
.news-card-date { color: #4a90e2; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.news-card-text { margin: 0; color: #253965; font-size: 15px; line-height: 1.6; }
.news-profile-link { margin: 20px 0 0; text-align: center; }
.news-profile-link a { color: #253965; font-weight: 680; text-decoration: underline; text-underline-offset: 3px; }
.anon-section { display: flex; flex-direction: column; align-items: center; gap: 28px; padding-bottom: var(--section-gap); }
.anon-block { display: flex; align-items: center; gap: 40px; max-width: 900px; }
.anon-emblem { flex: 0 0 auto; width: 160px; height: 160px; }
.anon-text { margin: 0; color: #000; font-size: clamp(20px, 2.4vw, 27px); font-weight: 700; line-height: 1.35; letter-spacing: -.02em; }
.disclaimer { display: block; max-width: 720px; border-radius: 16px; padding: 14px 20px; background: #fdeceb; border: 1px solid #f3b6b0; color: #7a2620; font-size: 13px; font-weight: 560; line-height: 1.6; text-align: left; }
.disclaimer strong { font-weight: 800; }
.disclaimer a { color: #b83239; font-weight: 750; }
.disclaimer a:hover { color: #8e3025; }
.disclaimer--info { background: #eaf4ff; border-color: #a9bee0; color: #253965; }
.disclaimer--info a { color: #253965; }
.disclaimer--info a:hover { color: #1b2b50; }
.top-disclaimer { max-width: 760px; margin: 0 auto; }
.disclaimer--form { max-width: none; margin-bottom: 22px; }
.disclaimer--consent { max-width: none; margin: 18px 0; font-size: 12.5px; }
.consent-field { margin: 4px 0 18px; }
.consent-label { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; color: #000; font-weight: 400; font-size: 13px; line-height: 1.55; }
.consent-label input[type="checkbox"] { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 2px; accent-color: #253965; }
.consent-label input[aria-invalid="true"] { outline: 2px solid #b83239; outline-offset: 2px; }
.disclaimer--map { max-width: none; margin-top: 14px; }
.disclaimer--footer { max-width: 760px; margin: 0 auto; text-align: center; }
.disclaimer--top { max-width: none; margin: 0 auto; font-size: 12px; text-align: center; }
.site-footer { border-top: 1px solid #d9e2f0; padding: 26px 0; color: #53627f; font-size: 13px; text-align: center; }
@media (max-width: 780px) { .content-grid { grid-template-columns: 1fr; } .map-card { grid-template-columns: 1fr; } .news-grid { grid-template-columns: 1fr; } .accordion-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .aside-card { min-height: 0; } .aside-symbol { margin-bottom: 28px; } .site-hero { min-height: 440px; background-position: 52% 50%; } .map-frame { height: clamp(400px, 68vw, 500px); } .form-card.is-expanded { margin-right: 0; } .anon-block { flex-direction: column; text-align: center; gap: 20px; } }
@media (max-width: 540px) { .container { width: min(100% - 32px, 1160px); } main.container { gap: var(--section-gap-sm); } .hero-top { min-height: 70px; } .header-note { font-size: 11px; padding: 6px 9px; } .site-hero { min-height: 400px; background-position: 55% 50%; } .hero-copy { padding-block: 34px; } .hero-copy h1 { font-size: clamp(38px, 12vw, 54px); } .hero-subtitle { font-size: 17px; line-height: 1.55; } .hero-cta { min-height: 46px; margin-top: 20px; padding: 11px 15px; } .intro-description { padding-top: var(--section-gap-sm); } .intro-description p { font-size: 15px; } .section-header { margin-bottom: 20px; } .accordion-grid { grid-template-columns: 1fr; gap: 10px; } .accordion-item summary { min-height: 88px; padding: 17px 52px 17px 17px; } .accordion-item summary::after { right: 16px; } .accordion-item[open] .accordion-description { padding-inline: 17px; } .content-grid { gap: 16px; } .form-card, .aside-card { border-radius: 18px; } .form-card { padding: 22px 18px; } .name-grid { grid-template-columns: 1fr; gap: 0; } .submit-button { width: 100%; } #place-options li { align-items: flex-start; flex-direction: column; gap: 3px; } #place-options li small { text-align: left; } .anon-section { padding-bottom: var(--section-gap-sm); } .map-card { border-radius: 19px; } .map-frame { height: 410px; padding: 0; } .map-lottie-icon { top: 16px; right: 16px; width: 48px; } .map-attribution { text-align: left; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }

/* Pravne stranice (politika privatnosti). Zamenjuje ranije inline stilove u privacy.html. */
.site-hero--legal { min-height: 220px; }
.site-hero--legal .hero-copy { padding-block: 48px; }
.site-hero--legal h1 { font-size: clamp(32px, 5vw, 48px); }
.legal-page { max-width: 820px; padding-block: var(--section-gap); }
.legal-body { max-width: none; padding-top: 0; text-align: left; }
.legal-body .section-content { text-align: left; }
.legal-body code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.95em; }
