@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');

:root {
    --bg: #f8f5ef;
    --paper: #ffffff;
    --text: #20221f;
    --muted: #696d66;
    --green: #1f5a45;
    --green-dark: #143c2f;
    --lime: #d8ef8c;
    --red: #c93e46;
    --blue: #1877f2;
    --border: #dedfd9;
    --shadow: 0 24px 70px rgba(29, 44, 36, .12);
    --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: "DM Sans", Arial, sans-serif;
    line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }

.container {
    width: min(1160px, calc(100% - 40px));
    margin-inline: auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(248, 245, 239, .9);
    border-bottom: 1px solid rgba(222, 223, 217, .8);
    backdrop-filter: blur(16px);
}
.nav-wrap {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    letter-spacing: -.03em;
}
.brand-mark {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: var(--green);
    color: white;
}
nav { display: flex; gap: 28px; font-weight: 600; color: #51554f; }
nav a:hover { color: var(--green); }

.button {
    border: 0;
    cursor: pointer;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 16px; font-size: 14px; }
.button-primary { background: var(--green); color: white; box-shadow: 0 12px 28px rgba(31,90,69,.22); }
.button-primary:hover { background: var(--green-dark); }
.button-outline { border: 1px solid var(--green); color: var(--green); background: transparent; }
.button-ghost { background: rgba(255,255,255,.65); border: 1px solid var(--border); }
.button-facebook { background: var(--blue); color: white; }
.button-dark { background: #222824; color: white; }
.button-full { width: 100%; }

.hero {
    position: relative;
    overflow: hidden;
    padding: 90px 0 75px;
}
.hero-shape {
    position: absolute;
    border-radius: 999px;
    filter: blur(2px);
    pointer-events: none;
}
.hero-shape-one {
    width: 500px; height: 500px;
    background: rgba(216,239,140,.35);
    top: -240px; left: -180px;
}
.hero-shape-two {
    width: 360px; height: 360px;
    background: rgba(201,62,70,.08);
    bottom: -220px; right: -60px;
}
.hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.12fr .88fr;
    gap: 70px;
    align-items: center;
}
.eyebrow {
    margin-bottom: 14px;
    color: var(--green);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .16em;
}
.eyebrow-light { color: var(--lime); }
h1, h2, h3 {
    margin-top: 0;
    font-family: "Manrope", sans-serif;
    line-height: 1.08;
    letter-spacing: -.045em;
}
h1 { font-size: clamp(48px, 7vw, 82px); margin-bottom: 24px; }
h2 { font-size: clamp(36px, 5vw, 56px); margin-bottom: 20px; }
h3 { font-size: 21px; letter-spacing: -.025em; }
.hero-lead {
    max-width: 680px;
    margin: 0 0 32px;
    font-size: 19px;
    color: var(--muted);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 44px;
    padding-top: 28px;
    border-top: 1px solid var(--border);
}
.trust-row strong { display: block; font-size: 20px; }
.trust-row span { display: block; color: var(--muted); font-size: 13px; }

.hero-card {
    position: relative;
    padding: 34px;
    border-radius: 36px;
    background: var(--paper);
    box-shadow: var(--shadow);
    transform: rotate(2deg);
}
.dog-illustration { transform: rotate(-2deg); }
.hero-card-note {
    position: absolute;
    left: 32px;
    right: 32px;
    bottom: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,.9);
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}
.pulse-dot { width: 9px; height: 9px; background: #27a75a; border-radius: 50%; box-shadow: 0 0 0 6px rgba(39,167,90,.12); }

.support-first { padding: 0 0 40px; }
.support-panel {
    padding: 42px 46px;
    display: grid;
    grid-template-columns: 1.4fr .6fr;
    gap: 50px;
    align-items: center;
    background: var(--green);
    color: white;
    border-radius: 28px;
}
.support-panel h2 { font-size: clamp(28px, 4vw, 44px); margin-bottom: 14px; }
.support-panel p { color: rgba(255,255,255,.78); margin: 0; }
.support-actions { display: flex; flex-direction: column; align-items: stretch; gap: 14px; }
.text-link-light { text-align: center; color: rgba(255,255,255,.8); font-size: 14px; text-decoration: underline; }

.section { padding: 105px 0; }
.section-heading { max-width: 740px; margin: 0 auto 46px; text-align: center; }
.section-heading p { color: var(--muted); font-size: 18px; }
.section-heading-left { margin-left: 0; text-align: left; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.info-card {
    padding: 34px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: rgba(255,255,255,.65);
}
.info-card .icon { font-size: 34px; display: block; margin-bottom: 22px; }
.info-card p { margin-bottom: 0; color: var(--muted); }

.petition-section { padding: 110px 0; background: #ece8df; }
.petition-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.petition-copy > p { font-size: 18px; color: var(--muted); }
.counter-card {
    margin: 32px 0;
    padding: 24px;
    border-radius: 18px;
    background: white;
    border: 1px solid var(--border);
}
.counter-top { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.counter-top span { color: var(--muted); font-size: 14px; }
.progress { height: 12px; background: #e5e8e2; border-radius: 999px; overflow: hidden; }
.progress span { display: block; height: 100%; background: var(--red); border-radius: inherit; }
.counter-card small { display: block; margin-top: 12px; color: var(--muted); }
.check-list { list-style: none; padding: 0; margin: 30px 0 0; }
.check-list li { position: relative; padding-left: 34px; margin: 14px 0; }
.check-list li::before {
    content: "✓";
    position: absolute; left: 0; top: 1px;
    width: 23px; height: 23px;
    display: grid; place-items: center;
    border-radius: 50%;
    background: var(--lime);
    color: var(--green-dark);
    font-weight: 800;
}

.form-card {
    padding: 38px;
    background: white;
    border-radius: 28px;
    box-shadow: var(--shadow);
}
.field { margin-bottom: 18px; position: relative; }
.field label { display: block; margin-bottom: 7px; font-weight: 700; font-size: 14px; }
.field label span { color: var(--muted); font-weight: 400; }
input, textarea {
    width: 100%;
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 13px 14px;
    background: #fbfbf9;
    color: var(--text);
    outline: none;
}
input:focus, textarea:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(31,90,69,.09); }
textarea { resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.checkbox { display: flex; align-items: flex-start; gap: 10px; margin: 16px 0; color: #4f544e; font-size: 14px; }
.checkbox input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--green); flex: 0 0 auto; }
.privacy-note { text-align: center; color: var(--muted); font-size: 12px; margin: 14px 0 0; }
.char-count { position: absolute; right: 10px; bottom: 7px; color: var(--muted); }
.hp-field { position: absolute !important; left: -9999px !important; opacity: 0 !important; }
.alert { padding: 13px 15px; border-radius: 12px; margin-bottom: 20px; font-weight: 600; }
.alert-success { background: #e4f5e8; color: #176332; }
.alert-error { background: #fde8e8; color: #9d292f; }

.signatures-section { background: white; }
.signature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.signature-card {
    display: flex;
    gap: 16px;
    padding: 24px;
    border-radius: 18px;
    border: 1px solid var(--border);
    background: #fcfcfa;
}
.avatar {
    width: 46px; height: 46px;
    flex: 0 0 auto;
    display: grid; place-items: center;
    border-radius: 14px;
    background: #f0ece2;
}
.signature-card h3 { margin: 0 0 3px; font-size: 17px; }
.location, .signature-card time { color: var(--muted); font-size: 13px; }
.signature-card blockquote { margin: 12px 0; font-size: 15px; color: #4c504b; }
.empty-state { padding: 40px; text-align: center; border: 1px dashed var(--border); border-radius: 20px; color: var(--muted); }

.share-section { padding: 50px 0 100px; background: white; }
.share-panel {
    padding: 44px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    border-radius: 28px;
    background: var(--lime);
}
.share-panel h2 { margin-bottom: 0; font-size: clamp(30px, 4vw, 46px); }
.share-buttons { display: flex; gap: 12px; flex-wrap: wrap; }

footer { padding: 65px 0 26px; background: #17251f; color: white; }
.footer-grid { display: flex; justify-content: space-between; gap: 40px; }
.footer-grid p { max-width: 500px; color: rgba(255,255,255,.65); }
.footer-brand .brand-mark { background: var(--lime); color: var(--green-dark); }
.footer-links { display: flex; flex-wrap: wrap; gap: 22px; align-items: center; }
.copyright { margin-top: 36px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.5); font-size: 13px; }

.legal-page { padding: 80px 0; }
.legal-card { max-width: 860px; background: white; padding: 50px; border-radius: 28px; box-shadow: var(--shadow); }
.legal-card h1 { font-size: 54px; }
.legal-card h2 { margin-top: 38px; font-size: 28px; }
.legal-card p { color: var(--muted); }

.admin-body { min-height: 100vh; padding: 50px 20px; background: #ece8df; }
.admin-login { max-width: 430px; margin: 8vh auto 0; padding: 36px; border-radius: 24px; background: white; box-shadow: var(--shadow); }
.admin-login h1 { font-size: 36px; margin: 24px 0; }
.admin-panel { width: min(1400px, 100%); margin: 0 auto; }
.admin-top { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 28px; }
.admin-top h1 { font-size: 54px; margin-bottom: 0; }
.admin-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.table-wrap { overflow: auto; background: white; border-radius: 18px; box-shadow: var(--shadow); }
table { width: 100%; border-collapse: collapse; min-width: 900px; }
th, td { text-align: left; padding: 15px 18px; border-bottom: 1px solid var(--border); vertical-align: top; }
th { background: #f5f5f1; font-size: 13px; text-transform: uppercase; letter-spacing: .04em; }

@media (max-width: 900px) {
    nav { display: none; }
    .hero { padding-top: 60px; }
    .hero-grid, .petition-grid, .support-panel { grid-template-columns: 1fr; }
    .hero-grid { gap: 40px; }
    .hero-card { max-width: 560px; margin-inline: auto; }
    .support-actions { max-width: 420px; }
    .cards { grid-template-columns: 1fr; }
    .petition-grid { gap: 45px; }
    .share-panel { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 640px) {
    .container { width: min(100% - 24px, 1160px); }
    .nav-wrap .button { display: none; }
    .hero { padding: 48px 0 56px; }
    h1 { font-size: 48px; }
    h2 { font-size: 38px; }
    .trust-row { grid-template-columns: 1fr; gap: 12px; }
    .hero-card { padding: 18px; border-radius: 26px; }
    .hero-card-note { left: 16px; right: 16px; bottom: 14px; font-size: 11px; }
    .support-panel, .form-card, .share-panel, .legal-card { padding: 26px 20px; }
    .section, .petition-section { padding: 74px 0; }
    .form-row, .signature-grid { grid-template-columns: 1fr; }
    .counter-top { flex-direction: column; }
    .footer-grid { flex-direction: column; }
    .admin-top { align-items: flex-start; flex-direction: column; }
}


/* Facebook priority additions */
.hero-actions-priority { align-items: stretch; }
.button-facebook-main {
    min-width: 310px;
    font-size: 16px;
    box-shadow: 0 14px 32px rgba(24,119,242,.26);
}
.hero-fb-note {
    margin: 14px 0 0;
    color: var(--muted);
    font-size: 14px;
    font-weight: 600;
}
.button-facebook-large {
    min-height: 58px;
    font-size: 16px;
}
.button-light-share {
    min-height: 52px;
    color: var(--green-dark);
    background: white;
    border: 1px solid rgba(255,255,255,.55);
}
.after-sign-card {
    margin-bottom: 24px;
    padding: 22px;
    border: 2px solid rgba(24,119,242,.18);
    border-radius: 18px;
    background: #f2f7ff;
}
.after-sign-card strong {
    display: block;
    margin-bottom: 6px;
    font-family: "Manrope", sans-serif;
    font-size: 20px;
}
.after-sign-card p { margin: 0 0 16px; color: #4f5968; }
.after-sign-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.share-copy { margin: 12px 0 0; color: #4c534d; max-width: 680px; }

.sticky-fb-bar {
    position: fixed;
    z-index: 80;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    width: min(920px, calc(100% - 28px));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 14px 16px 14px 20px;
    border: 1px solid rgba(24,119,242,.18);
    border-radius: 18px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 18px 55px rgba(17,35,27,.22);
    backdrop-filter: blur(14px);
}
.sticky-fb-text { display: flex; flex-direction: column; line-height: 1.25; }
.sticky-fb-text strong { font-family: "Manrope", sans-serif; }
.sticky-fb-text span { color: var(--muted); font-size: 13px; }
.sticky-fb-actions { display: flex; gap: 8px; flex: 0 0 auto; }

@media (max-width: 700px) {
    body { padding-bottom: 112px; }
    .button-facebook-main { min-width: 0; width: 100%; }
    .hero-actions-priority { flex-direction: column; }
    .after-sign-actions { flex-direction: column; }
    .after-sign-actions .button { width: 100%; }
    .sticky-fb-bar {
        bottom: 8px;
        padding: 12px;
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
    }
    .sticky-fb-text { text-align: center; }
    .sticky-fb-actions { width: 100%; }
    .sticky-fb-actions .button { flex: 1; }
}


/* FINAL MOBILE-SAFE FACEBOOK LAYOUT */
.sticky-fb-bar { display: none !important; }

.fb-priority-strip {
    position: relative;
    z-index: 40;
    background: #17251f;
    color: white;
    border-bottom: 1px solid rgba(255,255,255,.08);
}
.fb-priority-inner {
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding-top: 14px;
    padding-bottom: 14px;
}
.fb-priority-copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-width: 690px;
    line-height: 1.35;
}
.fb-priority-copy strong {
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    letter-spacing: -.02em;
}
.fb-priority-kicker {
    color: var(--lime);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .16em;
}
.fb-priority-actions {
    display: flex;
    gap: 10px;
    flex: 0 0 auto;
}
.fb-priority-actions .button {
    min-height: 46px;
    padding-inline: 18px;
    white-space: nowrap;
}

.hero-actions-priority {
    display: flex;
    align-items: stretch;
}
.button-facebook-main {
    min-width: 280px;
}
.hero-fb-note {
    max-width: 520px;
}

.success-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    padding: 20px;
    background: rgba(16, 26, 21, .72);
    backdrop-filter: blur(8px);
}
.success-modal-card {
    position: relative;
    width: min(520px, 100%);
    padding: 34px;
    border-radius: 28px;
    background: white;
    box-shadow: 0 30px 90px rgba(0,0,0,.28);
    text-align: center;
}
.success-modal-card h2 {
    margin: 12px 0 12px;
    font-size: 38px;
}
.success-modal-card p {
    margin: 0 0 22px;
    color: var(--muted);
    font-size: 17px;
}
.success-modal-icon {
    width: 66px;
    height: 66px;
    margin: 0 auto;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #e4f5e8;
    color: #176332;
    font-size: 32px;
    font-weight: 900;
}
.success-modal-close {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: #f1f2ef;
    color: #444;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}
.success-modal-actions {
    display: grid;
    gap: 10px;
}
.success-modal-later {
    border: 0;
    background: transparent;
    color: var(--muted);
    text-decoration: underline;
    cursor: pointer;
    padding: 8px;
}

@media (max-width: 900px) {
    .fb-priority-inner {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
    }
    .fb-priority-actions {
        width: 100%;
    }
    .fb-priority-actions .button {
        flex: 1;
    }
}

@media (max-width: 640px) {
    body {
        padding-bottom: 0 !important;
    }
    .site-header {
        position: relative;
    }
    .fb-priority-inner {
        min-height: 0;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .fb-priority-copy {
        text-align: center;
    }
    .fb-priority-copy strong {
        font-size: 16px;
    }
    .fb-priority-actions {
        flex-direction: column;
    }
    .fb-priority-actions .button {
        width: 100%;
    }
    .hero-actions-priority {
        flex-direction: column;
        width: 100%;
    }
    .hero-actions-priority .button {
        width: 100%;
        min-width: 0;
    }
    .hero-fb-note {
        text-align: center;
    }
    .support-panel {
        overflow: hidden;
    }
    .support-actions .button,
    .support-actions .button-light-share {
        width: 100%;
        text-align: center;
    }
    .success-modal {
        align-items: end;
        padding: 10px;
    }
    .success-modal-card {
        padding: 30px 20px 22px;
        border-radius: 24px 24px 18px 18px;
    }
    .success-modal-card h2 {
        font-size: 31px;
    }
}


/* MOBILE HERO FIX - uklanja prazni prostor i plutajuću napomenu */
@media (max-width: 640px) {
    .hero {
        padding-top: 34px !important;
        padding-bottom: 38px !important;
    }

    .hero-grid {
        display: block !important;
    }

    .hero-copy {
        width: 100% !important;
    }

    .hero-card {
        display: none !important;
    }

    .hero-card-note,
    .dog-illustration {
        display: none !important;
    }

    .trust-row {
        margin-top: 34px !important;
        padding-top: 24px !important;
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    .support-first {
        padding-top: 0 !important;
        padding-bottom: 26px !important;
    }

    .support-panel {
        margin-top: 0 !important;
    }

    .hero-shape-two {
        display: none !important;
    }
}


/* FACEBOOK SHARE FEEDBACK */
.share-toast {
    position: fixed;
    z-index: 10000;
    left: 50%;
    bottom: 24px;
    width: min(560px, calc(100% - 28px));
    padding: 15px 18px;
    transform: translate(-50%, 140%);
    border-radius: 14px;
    background: #17251f;
    color: white;
    box-shadow: 0 18px 55px rgba(0,0,0,.24);
    text-align: center;
    font-weight: 700;
    opacity: 0;
    transition: transform .28s ease, opacity .28s ease;
}
.share-toast.is-visible {
    transform: translate(-50%, 0);
    opacity: 1;
}

.facebook-share-trigger {
    cursor: pointer;
}

@media (max-width: 640px) {
    .share-toast {
        bottom: 12px;
        font-size: 14px;
    }
}


/* CHANGE-STYLE PETITION REDESIGN */
.change-body {
    background: #f7f7f5;
    color: #20221f;
}
.change-container {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}
.change-header {
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid #e4e5e1;
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(14px);
}
.change-nav {
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.change-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    font-size: 20px;
}
.change-brand-icon {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: #1f5a45;
}
.change-nav-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 700;
}
.change-nav-button {
    padding: 10px 16px;
    border-radius: 10px;
    background: #1f5a45;
    color: white;
}
.change-hero {
    padding: 46px 0 72px;
}
.change-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 430px;
    gap: 58px;
    align-items: start;
}
.change-story {
    min-width: 0;
}
.change-breadcrumb {
    margin-bottom: 15px;
    color: #6a706b;
    font-size: 14px;
    font-weight: 700;
}
.change-story h1 {
    max-width: 720px;
    margin-bottom: 20px;
    font-size: clamp(44px, 7vw, 72px);
    line-height: 1.02;
}
.change-intro {
    max-width: 740px;
    margin-bottom: 30px;
    color: #585d58;
    font-size: 20px;
}
.change-visual {
    min-height: 190px;
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 34px;
    border-radius: 22px;
    background: #eaf1ed;
}
.change-dog {
    width: 112px;
    height: 112px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: white;
    font-size: 62px;
}
.change-visual strong {
    display: block;
    margin-bottom: 10px;
    font-family: "Manrope", sans-serif;
    font-size: 25px;
    line-height: 1.2;
}
.change-visual span {
    color: #59605b;
}
.change-mobile-progress {
    display: none;
}
.change-content {
    padding-top: 42px;
}
.change-content h2 {
    font-size: 34px;
}
.change-content p {
    color: #535954;
    font-size: 18px;
}
.change-demands {
    margin-top: 30px;
    padding: 26px;
    border-left: 5px solid #1f5a45;
    background: white;
}
.change-demands h3 {
    margin-bottom: 14px;
}
.change-demands ul {
    margin: 0;
    padding-left: 22px;
}
.change-demands li {
    margin: 10px 0;
}
.change-sign-card {
    position: sticky;
    top: 92px;
    padding: 28px;
    border: 1px solid #dedfd9;
    border-radius: 20px;
    background: white;
    box-shadow: 0 16px 50px rgba(32,34,31,.10);
}
.change-card-progress {
    margin-bottom: 22px;
}
.change-count-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}
.change-count-row strong {
    font-size: 20px;
}
.change-count-row span,
.change-card-progress small {
    color: #6a706b;
}
.change-progress {
    height: 11px;
    overflow: hidden;
    border-radius: 999px;
    background: #e7e9e5;
}
.change-progress span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: #d54b51;
}
.change-card-progress small {
    display: block;
    margin-top: 9px;
}
.change-steps {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 5px;
    margin-bottom: 24px;
}
.change-steps span {
    padding: 8px 4px;
    border-radius: 8px;
    background: #f1f2ef;
    color: #7a807a;
    text-align: center;
    font-size: 12px;
    font-weight: 800;
}
.change-steps .is-active {
    background: #e1eee7;
    color: #1f5a45;
}
.change-sign-card > h2 {
    margin-bottom: 6px;
    font-size: 31px;
}
.change-form-lead {
    margin: 0 0 22px;
    color: #6a706b;
}
.change-two-cols {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 12px;
}
.change-form select {
    width: 100%;
    border: 1px solid #dedfd9;
    border-radius: 12px;
    padding: 13px 40px 13px 14px;
    background: #fbfbf9;
    color: #20221f;
    font: inherit;
}
.change-sign-button {
    width: 100%;
    min-height: 56px;
    margin-top: 8px;
    border: 0;
    border-radius: 12px;
    background: #d9484f;
    color: white;
    font-weight: 800;
    font-size: 17px;
    cursor: pointer;
}
.change-sign-button:hover {
    background: #bf363d;
}
.change-security {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin-top: 13px;
    color: #777d77;
    text-align: center;
}
.change-fb-box {
    margin-top: 24px;
    padding: 18px;
    border-radius: 14px;
    background: #eef5ff;
}
.change-fb-box strong {
    display: block;
    margin-bottom: 5px;
}
.change-fb-box p {
    margin: 0 0 12px;
    color: #59616d;
    font-size: 14px;
}
.change-fb-box a {
    display: block;
    padding: 11px;
    border-radius: 9px;
    background: #1877f2;
    color: white;
    text-align: center;
    font-weight: 800;
}
.change-supporters {
    padding: 72px 0 95px;
    background: white;
}
.change-section-head {
    display: flex;
    justify-content: space-between;
    gap: 28px;
    align-items: end;
    margin-bottom: 30px;
}
.change-section-head span {
    color: #1f5a45;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 12px;
}
.change-section-head h2 {
    max-width: 700px;
    margin: 8px 0 0;
    font-size: 38px;
}
.change-share-secondary {
    padding: 12px 17px;
    border: 1px solid #1f5a45;
    border-radius: 10px;
    background: white;
    color: #1f5a45;
    font-weight: 800;
    cursor: pointer;
}
.change-supporter-list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 14px;
}
.change-supporter {
    display: flex;
    gap: 14px;
    padding: 20px;
    border: 1px solid #e0e2de;
    border-radius: 14px;
}
.change-avatar {
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #edf1ed;
}
.change-supporter strong,
.change-supporter span {
    display: block;
}
.change-supporter span {
    margin-top: 2px;
    color: #777d77;
    font-size: 13px;
}
.change-supporter p {
    margin: 9px 0 0;
    color: #555b56;
}
.change-mobile-sticky {
    display: none;
}
.change-footer {
    padding: 45px 0;
    background: #17251f;
    color: white;
}
.change-footer-inner {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.change-footer p {
    color: rgba(255,255,255,.65);
}
.change-footer-inner > div:last-child {
    display: flex;
    gap: 22px;
    align-items: center;
}
.success-modal-step {
    display: inline-block;
    padding: 7px 10px;
    border-radius: 999px;
    background: #e5f3e9;
    color: #176332;
    font-weight: 800;
    font-size: 13px;
}

@media (max-width: 960px) {
    .change-hero-grid {
        grid-template-columns: minmax(0,1fr) 390px;
        gap: 32px;
    }
    .change-sign-card {
        padding: 22px;
    }
}

@media (max-width: 780px) {
    .change-header {
        position: relative;
    }
    .change-nav-actions > a:first-child {
        display: none;
    }
    .change-hero {
        padding-top: 28px;
    }
    .change-hero-grid {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .change-story h1 {
        font-size: 46px;
    }
    .change-intro {
        font-size: 18px;
    }
    .change-visual {
        min-height: 0;
        padding: 24px;
    }
    .change-dog {
        width: 82px;
        height: 82px;
        font-size: 45px;
    }
    .change-visual strong {
        font-size: 20px;
    }
    .change-mobile-progress {
        display: block;
        margin-top: 24px;
    }
    .change-mobile-progress strong {
        display: block;
        margin-bottom: 10px;
    }
    .change-mobile-progress > span {
        display: block;
        margin-top: 9px;
        color: #6a706b;
        font-size: 14px;
    }
    .change-content {
        display: none;
    }
    .change-sign-card {
        position: static;
        width: 100%;
        top: auto;
    }
    .change-supporter-list {
        grid-template-columns: 1fr;
    }
    .change-mobile-sticky {
        position: fixed;
        z-index: 90;
        left: 12px;
        right: 12px;
        bottom: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        min-height: 58px;
        padding: 0 18px;
        border-radius: 14px;
        background: #d9484f;
        color: white;
        font-weight: 800;
        box-shadow: 0 12px 34px rgba(0,0,0,.22);
    }
    .change-mobile-sticky span {
        font-size: 13px;
        opacity: .85;
    }
    .change-footer {
        padding-bottom: 100px;
    }
}

@media (max-width: 540px) {
    .change-container {
        width: min(100% - 22px, 1120px);
    }
    .change-nav {
        min-height: 60px;
    }
    .change-nav-button {
        padding: 9px 12px;
        font-size: 13px;
    }
    .change-story h1 {
        font-size: 39px;
    }
    .change-visual {
        align-items: flex-start;
        gap: 16px;
    }
    .change-dog {
        width: 64px;
        height: 64px;
        font-size: 35px;
    }
    .change-visual span {
        display: block;
        font-size: 14px;
    }
    .change-sign-card {
        padding: 20px 16px;
        border-radius: 16px;
    }
    .change-two-cols {
        grid-template-columns: 1fr;
    }
    .change-section-head {
        align-items: flex-start;
        flex-direction: column;
    }
    .change-section-head h2 {
        font-size: 31px;
    }
    .change-share-secondary {
        width: 100%;
    }
    .change-footer-inner {
        flex-direction: column;
    }
    .change-footer-inner > div:last-child {
        flex-wrap: wrap;
    }
}
