/* Premium donations page with payment info */

.don-premium-hero {
    position: relative;
    padding: 92px 0 72px;
    background:
        radial-gradient(circle at 12% 18%, rgba(47,128,237,.18), transparent 34%),
        radial-gradient(circle at 88% 10%, rgba(39,174,96,.14), transparent 28%),
        linear-gradient(135deg, #f8fbff 0%, #edf6ff 52%, #ffffff 100%);
    overflow: hidden;
}

.don-premium-hero-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 34px;
    align-items: center;
}

.don-premium-eyebrow,
.section-kicker {
    display: inline-block;
    margin-bottom: 12px;
    color: #2f80ed;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.don-premium-copy h1 {
    margin: 0 0 16px;
    font-size: 56px;
    line-height: 1.06;
    color: #111827;
}

.don-premium-copy .lead {
    margin: 0;
    max-width: 720px;
    font-size: 18px;
    line-height: 1.85;
    color: #4b5563;
}

.don-premium-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.btn-primary-premium,
.btn-secondary-premium {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 22px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 800;
    transition: .2s ease;
}

.btn-primary-premium {
    color: #fff;
    background: linear-gradient(135deg, #2f80ed, #2563eb);
    box-shadow: 0 16px 36px rgba(37, 99, 235, .26);
}

.btn-primary-premium:hover,
.btn-secondary-premium:hover,
.contact-card-premium.clickable:hover {
    transform: translateY(-2px);
}

.btn-secondary-premium {
    background: #fff;
    color: #111827;
    border: 1px solid rgba(17,24,39,.08);
    box-shadow: 0 10px 28px rgba(15,23,42,.07);
}

.don-trust-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 34px;
}

.trust-box,
.don-highlight-card,
.support-card,
.don-info-panel,
.don-needs-panel,
.contact-premium-wrap,
.payment-main-card,
.payment-international-card {
    background: rgba(255,255,255,.93);
    border: 1px solid rgba(47,128,237,.08);
    box-shadow: 0 18px 45px rgba(15,23,42,.07);
    backdrop-filter: blur(8px);
}

.trust-box {
    padding: 18px;
    border-radius: 20px;
}

.trust-box strong {
    display: block;
    margin-bottom: 8px;
    color: #111827;
    font-size: 17px;
}

.trust-box span {
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
}

.don-highlight-card {
    padding: 30px;
    border-radius: 30px;
}

.mini-badge {
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 12px;
    border-radius: 999px;
    background: #eef5ff;
    color: #2f80ed;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.don-highlight-card h3 {
    margin: 0 0 12px;
    font-size: 30px;
    line-height: 1.2;
    color: #111827;
}

.don-highlight-card p {
    margin: 0;
    color: #64748b;
    line-height: 1.8;
}

.don-highlight-card ul {
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.don-highlight-card li {
    position: relative;
    padding-left: 28px;
    color: #374151;
    font-weight: 700;
}

.don-highlight-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #27ae60;
    font-weight: 900;
}

.don-section {
    padding: 82px 0;
    background: #fff;
}

.payment-section {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.soft-bg {
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.section-head {
    max-width: 760px;
    margin-bottom: 42px;
}

.section-head.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.section-head h2,
.don-info-panel h2,
.don-needs-panel h2,
.contact-premium-copy h2 {
    margin: 0 0 12px;
    font-size: 40px;
    line-height: 1.15;
    color: #111827;
}

.section-head p,
.don-info-panel p,
.contact-premium-copy p {
    margin: 0;
    color: #64748b;
    line-height: 1.8;
}

.payment-grid {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 24px;
    align-items: start;
}

.payment-main-card,
.payment-international-card {
    padding: 30px;
    border-radius: 30px;
}

.payment-main-card h3,
.payment-international-card h3 {
    margin: 0 0 18px;
    font-size: 28px;
    color: #111827;
}

.account-number-box {
    padding: 24px;
    border-radius: 22px;
    background: linear-gradient(135deg, #2f80ed, #27ae60);
    color: #fff;
    margin-bottom: 22px;
}

.account-number-box span {
    display: block;
    margin-bottom: 8px;
    font-weight: 800;
    opacity: .9;
}

.account-number-box strong {
    display: block;
    font-size: 34px;
    line-height: 1.15;
    letter-spacing: .02em;
}

.payment-info-list,
.bank-data-group {
    display: grid;
    gap: 12px;
}

.payment-info-row,
.bank-data-row {
    display: grid;
    gap: 5px;
    padding: 14px 16px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(47,128,237,.08);
}

.payment-info-row span,
.bank-data-row span {
    color: #64748b;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.payment-info-row strong,
.bank-data-row strong {
    color: #111827;
    font-size: 16px;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.bank-data-group {
    margin-top: 18px;
}

.bank-data-group h4 {
    margin: 0;
    color: #2f80ed;
    font-size: 16px;
}

.payment-note {
    margin: 18px 0 0;
    padding: 16px;
    border-radius: 16px;
    background: #fff7ed;
    color: #9a3412;
    line-height: 1.7;
    font-size: 14px;
}

.support-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.support-card {
    padding: 28px;
    border-radius: 24px;
}

.support-icon {
    width: 66px;
    height: 66px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 18px;
    background: linear-gradient(135deg, #eef5ff, #f3fbf6);
    font-size: 30px;
}

.support-card h3 {
    margin: 0 0 12px;
    font-size: 24px;
    color: #111827;
}

.support-card p {
    margin: 0;
    color: #64748b;
    line-height: 1.8;
}

.don-two-col {
    display: grid;
    grid-template-columns: 1fr .95fr;
    gap: 28px;
    align-items: start;
}

.don-info-panel,
.don-needs-panel {
    padding: 32px;
    border-radius: 28px;
}

.impact-list {
    display: grid;
    gap: 18px;
    margin-top: 24px;
}

.impact-item {
    padding: 18px 20px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(47,128,237,.08);
}

.impact-item strong {
    display: block;
    margin-bottom: 6px;
    color: #111827;
    font-size: 17px;
}

.impact-item span,
.soft-note {
    color: #64748b;
    line-height: 1.75;
}

.needs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 20px;
}

.need-chip {
    padding: 14px 16px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(47,128,237,.08);
    font-weight: 800;
    color: #334155;
}

.soft-note {
    margin-top: 20px;
    padding: 18px;
    border-radius: 18px;
    background: linear-gradient(135deg, #eef5ff, #f3fbf6);
}

.contact-premium-wrap {
    padding: 34px;
    border-radius: 32px;
}

.contact-premium-copy {
    max-width: 720px;
    margin-bottom: 24px;
}

.contact-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.contact-card-premium {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 14px;
    align-items: start;
    padding: 18px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(47,128,237,.08);
    text-decoration: none;
    color: inherit;
    transition: .2s ease;
}

.card-icon {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #eef5ff;
    font-size: 24px;
}

.contact-card-premium strong {
    display: block;
    margin-bottom: 6px;
    color: #111827;
}

.contact-card-premium p {
    margin: 0;
    color: #64748b;
    line-height: 1.7;
}

.thanks-banner {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    align-items: center;
    margin-top: 22px;
    padding: 20px 22px;
    border-radius: 18px;
    background: linear-gradient(135deg, #eef5ff, #f3fbf6);
}

.thanks-banner strong {
    color: #111827;
    font-size: 18px;
}

.thanks-banner span {
    color: #64748b;
}

@media (max-width: 1100px) {
    .don-premium-hero-grid,
    .support-grid,
    .don-two-col,
    .contact-cards-grid,
    .don-trust-row,
    .payment-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .don-premium-hero {
        padding: 72px 0 56px;
    }

    .don-premium-copy h1 {
        font-size: 40px;
    }

    .section-head h2,
    .don-info-panel h2,
    .don-needs-panel h2,
    .contact-premium-copy h2 {
        font-size: 30px;
    }

    .don-highlight-card h3,
    .payment-main-card h3,
    .payment-international-card h3 {
        font-size: 26px;
    }

    .account-number-box strong {
        font-size: 27px;
    }

    .needs-grid {
        grid-template-columns: 1fr;
    }

    .don-highlight-card,
    .support-card,
    .don-info-panel,
    .don-needs-panel,
    .contact-premium-wrap,
    .payment-main-card,
    .payment-international-card {
        padding: 24px;
    }
}

@media (max-width: 480px) {
    .don-premium-copy h1 {
        font-size: 34px;
    }

    .btn-primary-premium,
    .btn-secondary-premium {
        width: 100%;
    }

    .section-head h2,
    .don-info-panel h2,
    .don-needs-panel h2,
    .contact-premium-copy h2 {
        font-size: 26px;
    }
}


/* Bank instruction compact horizontal layout patch */
.payment-grid-balanced {
    grid-template-columns: 0.72fr 1.28fr;
    align-items: stretch;
}

.payment-grid-balanced .payment-main-card,
.payment-grid-balanced .payment-international-card {
    height: 100%;
}

.beneficiary-full {
    margin-bottom: 18px;
}

.bank-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: stretch;
}

.bank-column-card {
    margin-top: 0 !important;
    padding: 16px;
    border-radius: 18px;
    background: #f8fbff;
    border: 1px solid rgba(47,128,237,.08);
}

.bank-column-card h4,
.bank-data-group-beneficiary h4 {
    margin-bottom: 10px;
}

.bank-column-card .bank-data-row {
    background: #fff;
}

.compact-note {
    margin-top: 12px !important;
    font-size: 13px;
    line-height: 1.55;
    padding: 13px 14px;
}

@media (max-width: 1100px) {
    .payment-grid-balanced {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    .bank-columns {
        grid-template-columns: 1fr;
    }
}


/* Premium heading polish + tighter donation contact section */
.premium-heading {
    position: relative;
    padding: 0 18px;
}

.premium-heading::before {
    content: "";
    display: block;
    width: 74px;
    height: 5px;
    margin: 0 auto 16px;
    border-radius: 999px;
    background: linear-gradient(90deg, #2f80ed, #27ae60);
    box-shadow: 0 8px 22px rgba(47,128,237,.22);
}

.premium-heading .section-kicker {
    padding: 7px 13px;
    border-radius: 999px;
    background: #eef5ff;
    color: #2f80ed;
    border: 1px solid rgba(47,128,237,.10);
    margin-bottom: 14px;
}

.premium-heading h2 {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: -0.03em;
}

.premium-heading p {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
}

.payment-heading {
    margin-bottom: 32px;
}

.contact-don-section {
    padding-top: 34px;
    margin-top: -26px;
}

.contact-premium-wrap {
    position: relative;
    overflow: hidden;
}

.contact-premium-wrap::before {
    content: "";
    position: absolute;
    top: -90px;
    right: -90px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(47,128,237,.16), transparent 70%);
    pointer-events: none;
}

.contact-heading {
    margin-bottom: 20px;
}

.contact-heading::before {
    margin-left: 0;
    margin-right: 0;
}

.contact-heading h2 {
    max-width: 720px;
    margin-left: 0;
    margin-right: 0;
}

.contact-heading p {
    max-width: 760px;
    margin-left: 0;
    margin-right: 0;
}

.soft-bg {
    padding-bottom: 52px;
}

@media (max-width: 768px) {
    .premium-heading {
        padding: 0;
    }

    .premium-heading::before {
        width: 58px;
        height: 4px;
        margin-bottom: 12px;
    }

    .contact-don-section {
        padding-top: 26px;
        margin-top: -12px;
    }

    .soft-bg {
        padding-bottom: 42px;
    }
}


/* Clean heading layout override - fixes awkward split headings */
.section-head.premium-heading-clean,
.contact-premium-copy.contact-heading-clean {
    display: block !important;
}

.section-head.premium-heading-clean {
    max-width: 920px !important;
    margin: 0 auto 36px !important;
    text-align: center !important;
    padding: 0 !important;
}

.section-head.premium-heading-clean::before {
    content: "";
    display: block;
    width: 72px;
    height: 5px;
    margin: 0 auto 16px;
    border-radius: 999px;
    background: linear-gradient(90deg, #2f80ed, #27ae60);
    box-shadow: 0 8px 22px rgba(47,128,237,.18);
}

.section-head.premium-heading-clean .section-kicker {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: #eef5ff;
    color: #2f80ed;
    border: 1px solid rgba(47,128,237,.10);
    margin: 0 auto 14px !important;
}

.section-head.premium-heading-clean h2 {
    display: block !important;
    max-width: 760px !important;
    margin: 0 auto 14px !important;
    font-size: 46px !important;
    line-height: 1.16 !important;
    letter-spacing: -0.03em;
    text-align: center !important;
}

.section-head.premium-heading-clean p {
    display: block !important;
    max-width: 760px !important;
    margin: 0 auto !important;
    font-size: 17px !important;
    line-height: 1.85 !important;
    text-align: center !important;
    color: #64748b;
}

.payment-heading-clean {
    margin-bottom: 34px !important;
}

.contact-don-section {
    padding-top: 20px !important;
    margin-top: -40px !important;
}

.contact-premium-wrap {
    padding-top: 28px !important;
}

.contact-heading-clean {
    position: relative;
    max-width: 760px;
    margin-bottom: 18px !important;
    padding: 0 !important;
}

.contact-heading-clean::before {
    content: "";
    display: block;
    width: 64px;
    height: 5px;
    margin: 0 0 16px;
    border-radius: 999px;
    background: linear-gradient(90deg, #2f80ed, #27ae60);
    box-shadow: 0 8px 22px rgba(47,128,237,.18);
}

.contact-heading-clean .section-kicker {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: #eef5ff;
    color: #2f80ed;
    border: 1px solid rgba(47,128,237,.10);
    margin-bottom: 14px !important;
}

.contact-heading-clean h2 {
    display: block !important;
    max-width: 700px !important;
    margin: 0 0 10px !important;
    font-size: 40px !important;
    line-height: 1.18 !important;
    letter-spacing: -0.03em;
    text-align: left !important;
}

.contact-heading-clean p {
    display: block !important;
    max-width: 720px !important;
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
    text-align: left !important;
    color: #64748b;
}

@media (max-width: 768px) {
    .section-head.premium-heading-clean {
        margin-bottom: 26px !important;
    }

    .section-head.premium-heading-clean::before,
    .contact-heading-clean::before {
        width: 54px;
        height: 4px;
        margin-bottom: 12px;
    }

    .section-head.premium-heading-clean h2 {
        font-size: 32px !important;
        max-width: 100% !important;
    }

    .section-head.premium-heading-clean p,
    .contact-heading-clean p {
        font-size: 15px !important;
        max-width: 100% !important;
    }

    .contact-heading-clean h2 {
        font-size: 30px !important;
        max-width: 100% !important;
    }

    .contact-don-section {
        padding-top: 12px !important;
        margin-top: -18px !important;
    }

    .contact-premium-wrap {
        padding-top: 22px !important;
    }
}


/* FINAL PREMIUM POLISH - Donacije */

.don-premium-hero {
    padding: 78px 0 60px !important;
}

.don-premium-copy h1 {
    max-width: 760px;
}

.don-premium-copy .lead {
    max-width: 700px;
}

.don-highlight-card,
.payment-main-card,
.payment-international-card,
.support-card,
.don-info-panel,
.don-needs-panel,
.contact-premium-wrap {
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.don-highlight-card:hover,
.payment-main-card:hover,
.payment-international-card:hover,
.support-card:hover,
.don-info-panel:hover,
.don-needs-panel:hover,
.contact-premium-wrap:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 55px rgba(15, 23, 42, .10);
    border-color: rgba(47, 128, 237, .16);
}

.don-section {
    padding: 66px 0 !important;
}

.payment-section {
    padding-top: 60px !important;
    padding-bottom: 62px !important;
}

.section-head.premium-heading-clean {
    margin-bottom: 28px !important;
}

.support-grid {
    gap: 18px !important;
}

.support-card {
    min-height: auto !important;
    padding: 24px !important;
    border-radius: 22px !important;
}

.support-icon {
    width: 58px !important;
    height: 58px !important;
    margin-bottom: 14px !important;
    border-radius: 17px !important;
    font-size: 27px !important;
}

.support-card h3 {
    font-size: 22px !important;
    margin-bottom: 9px !important;
}

.support-card p {
    line-height: 1.7 !important;
}

.payment-grid-balanced {
    gap: 20px !important;
}

.payment-main-card,
.payment-international-card {
    padding: 26px !important;
    border-radius: 26px !important;
}

.payment-main-card h3,
.payment-international-card h3 {
    font-size: 26px !important;
    margin-bottom: 14px !important;
}

.account-number-box {
    padding: 20px !important;
    border-radius: 20px !important;
    margin-bottom: 16px !important;
}

.account-number-box strong {
    font-size: 30px !important;
}

.payment-info-list,
.bank-data-group {
    gap: 10px !important;
}

.payment-info-row,
.bank-data-row {
    padding: 12px 14px !important;
    border-radius: 14px !important;
}

.bank-columns {
    gap: 14px !important;
}

.bank-column-card {
    padding: 14px !important;
    border-radius: 16px !important;
}

.compact-note {
    margin-top: 10px !important;
    padding: 12px !important;
    font-size: 12.5px !important;
}

.don-two-col {
    gap: 22px !important;
}

.don-info-panel,
.don-needs-panel {
    padding: 28px !important;
    border-radius: 26px !important;
}

.impact-list {
    gap: 13px !important;
    margin-top: 18px !important;
}

.impact-item {
    padding: 15px 17px !important;
    border-radius: 16px !important;
}

.needs-grid {
    gap: 10px !important;
}

.need-chip {
    padding: 12px 14px !important;
    border-radius: 15px !important;
}

.soft-note {
    margin-top: 16px !important;
    padding: 15px !important;
    border-radius: 16px !important;
}

.contact-don-section {
    padding-top: 12px !important;
    margin-top: -52px !important;
}

.contact-premium-wrap {
    padding: 28px !important;
    border-radius: 28px !important;
}

.contact-cards-grid {
    gap: 14px !important;
}

.contact-card-premium {
    padding: 16px !important;
    border-radius: 18px !important;
}

.card-icon {
    width: 48px !important;
    height: 48px !important;
    border-radius: 15px !important;
}

.thanks-banner {
    margin-top: 18px !important;
    padding: 18px !important;
}

/* Final CTA */
.don-final-cta-section {
    padding: 28px 0 76px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.don-final-cta {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 26px;
    align-items: center;
    padding: 32px;
    border-radius: 32px;
    color: #fff;
    background:
        radial-gradient(circle at 10% 20%, rgba(255,255,255,.18), transparent 28%),
        linear-gradient(135deg, #2f80ed, #27ae60);
    box-shadow: 0 26px 70px rgba(47, 128, 237, .22);
    overflow: hidden;
    position: relative;
}

.don-final-cta::after {
    content: "";
    position: absolute;
    right: -80px;
    top: -80px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: rgba(255,255,255,.14);
}

.don-final-cta-copy {
    position: relative;
    z-index: 1;
}

.don-final-cta .section-kicker {
    color: rgba(255,255,255,.88);
    background: rgba(255,255,255,.16);
    border: 1px solid rgba(255,255,255,.20);
    padding: 7px 12px;
    border-radius: 999px;
}

.don-final-cta h2 {
    margin: 0 0 10px;
    max-width: 760px;
    font-size: 38px;
    line-height: 1.16;
    letter-spacing: -0.03em;
}

.don-final-cta p {
    margin: 0;
    max-width: 760px;
    color: rgba(255,255,255,.90);
    line-height: 1.75;
}

.don-final-cta-actions {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 12px;
    min-width: 250px;
}

.don-final-cta .btn-primary-premium {
    background: #fff !important;
    color: #2f80ed !important;
    box-shadow: 0 14px 30px rgba(15,23,42,.14) !important;
}

.don-final-cta .btn-secondary-premium {
    background: rgba(255,255,255,.14) !important;
    color: #fff !important;
    border-color: rgba(255,255,255,.24) !important;
    box-shadow: none !important;
}

@media (max-width: 1100px) {
    .don-final-cta {
        grid-template-columns: 1fr;
    }

    .don-final-cta-actions {
        min-width: 0;
        display: flex;
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .don-premium-hero {
        padding: 62px 0 48px !important;
    }

    .don-section {
        padding: 52px 0 !important;
    }

    .payment-section {
        padding-top: 48px !important;
        padding-bottom: 50px !important;
    }

    .support-card,
    .payment-main-card,
    .payment-international-card,
    .don-info-panel,
    .don-needs-panel,
    .contact-premium-wrap {
        padding: 20px !important;
        border-radius: 22px !important;
    }

    .contact-don-section {
        margin-top: -24px !important;
        padding-top: 6px !important;
    }

    .don-final-cta {
        padding: 24px;
        border-radius: 26px;
    }

    .don-final-cta h2 {
        font-size: 28px;
    }

    .don-final-cta-actions {
        display: grid;
    }
}

@media (max-width: 480px) {
    .account-number-box strong {
        font-size: 25px !important;
    }

    .don-final-cta-section {
        padding-bottom: 56px;
    }
}
