.donate-page {
    background:
        linear-gradient(180deg, rgba(252, 100, 50, 0.045) 0, rgba(255, 255, 255, 0) 240px),
        linear-gradient(90deg, rgba(247, 183, 15, 0.06) 0, rgba(255, 255, 255, 0) 42%),
        #ffffff;
}

.main-content {
    padding-top: 36px;
    padding-bottom: 48px;
}

.donate-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 44px;
    align-items: start;
    max-width: 1060px;
    margin: 0 auto;
}

.donate-copy {
    padding-top: 18px;
}

.donate-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: #555961;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.donate-live-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #fc6432;
    box-shadow: 0 0 0 6px rgba(252, 100, 50, 0.12);
}

.donate-title {
    max-width: 720px;
    color: #111216;
    font-family: var(--font-family-display);
    font-size: clamp(42px, 7vw, 78px);
    font-weight: 900;
    line-height: 0.96;
    letter-spacing: 0;
}

.donate-desc {
    max-width: 620px;
    margin-top: 18px;
    color: #555961;
    font-size: 15px;
    line-height: 1.65;
}

.donate-impact-grid {
    display: grid;
    gap: 0;
    margin-top: 34px;
    border-top: 1px solid #e8eaee;
}

.donate-impact-item {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    min-height: 82px;
    padding: 16px 0;
    border-bottom: 1px solid #e8eaee;
}

.donate-impact-item i {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(252, 100, 50, 0.12);
    color: #fc6432;
    font-size: 15px;
}

.donate-impact-item:nth-child(2) i {
    background: rgba(102, 88, 255, 0.12);
    color: #6658ff;
}

.donate-impact-item:nth-child(3) i {
    background: rgba(22, 130, 58, 0.12);
    color: #16823a;
}

.donate-impact-item strong {
    display: block;
    color: #111216;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.2;
}

.donate-impact-item span {
    display: block;
    margin-top: 4px;
    color: #555961;
    font-size: 13px;
    line-height: 1.45;
}

.donate-qris-panel {
    position: sticky;
    top: 96px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.qris-wrapper {
    border-radius: 8px;
}

.qris-card {
    overflow: hidden;
    padding: 18px;
    border: 1px solid #e8eaee;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(17, 18, 22, 0.08);
}

.qris-header,
.qris-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.qris-header {
    margin-bottom: 16px;
}

.qris-logo {
    width: 92px;
    height: auto;
    object-fit: contain;
}

.qris-status {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    gap: 7px;
    padding: 0 10px;
    border: 1px solid #e8eaee;
    border-radius: 999px;
    background: #f8fafb;
    color: #555961;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.qris-status i {
    color: #16823a;
}

.qr-zone {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    border: 1px solid #e8eaee;
    border-radius: 8px;
    background: #ffffff;
}

.qr-img {
    display: block;
    width: 100%;
    max-width: 310px;
    aspect-ratio: 1;
    object-fit: contain;
    border-radius: 4px;
}

.qris-footer {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e8eaee;
}

.owner-label {
    display: block;
    color: #8b9098;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.6px;
    line-height: 1;
    text-transform: uppercase;
}

.owner-name {
    display: block;
    margin-top: 5px;
    color: #111216;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.1;
}

.qris-secure {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #16823a;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
}

.cta-group {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
}

.cta-download,
.cta-share {
    height: 48px;
    border-radius: 8px;
}

.cta-download {
    width: 100%;
    background: #111216;
}

.cta-download:hover {
    background: #fc6432;
}

.cta-inner,
.cta-share {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.cta-share {
    min-width: 118px;
    border: 1px solid #e8eaee;
    background: #ffffff;
}

.donate-scan-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 13px 14px;
    border: 1px solid rgba(0, 130, 123, 0.16);
    border-radius: 8px;
    background: rgba(0, 130, 123, 0.06);
    color: #00827b;
}

.donate-scan-note i {
    margin-top: 2px;
    font-size: 14px;
    flex-shrink: 0;
}

.donate-scan-note p {
    margin: 0;
    color: #555961;
    font-size: 12px;
    line-height: 1.5;
}

.donate-footer {
    margin-top: auto;
    padding: 28px 0;
    border-top: 1px solid #e8eaee;
}

.donate-footer-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #555961;
    font-size: 13px;
    text-align: center;
    flex-wrap: wrap;
}

.donate-footer-heart {
    color: #fc6432;
}

.donate-footer-meta {
    padding-left: 12px;
    border-left: 1px solid #e8eaee;
    color: #8b9098;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.toast-wrap {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 9999;
    display: flex;
    min-width: 280px;
    max-width: 360px;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid #e8eaee;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(17, 18, 22, 0.12);
    cursor: pointer;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.toast-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateX(100px);
}

.toast-visible {
    opacity: 1;
    transform: translateX(0);
}

.toast-icon-wrap {
    display: flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #fc6432;
    color: #ffffff;
    flex-shrink: 0;
}

.toast-body {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.toast-body strong {
    color: #111216;
    font-size: 14px;
    font-weight: 900;
}

.toast-body span {
    color: #555961;
    font-size: 12px;
    line-height: 1.4;
}

@media (max-width: 920px) {
    .donate-hero {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .donate-copy {
        padding-top: 0;
    }

    .donate-qris-panel {
        position: static;
        order: -1;
        max-width: 430px;
        width: 100%;
        margin: 0 auto;
    }

    .donate-title,
    .donate-desc {
        max-width: none;
    }
}

@media (max-width: 560px) {
    .main-content {
        padding-top: 24px;
        padding-bottom: 34px;
    }

    .donate-title {
        font-size: 42px;
    }

    .donate-impact-item {
        min-height: 76px;
    }

    .qris-card {
        padding: 14px;
    }

    .qris-logo {
        width: 78px;
    }

    .qris-status {
        min-height: 28px;
        font-size: 10px;
    }

    .qr-zone {
        padding: 10px;
    }

    .cta-group {
        grid-template-columns: 1fr;
    }

    .cta-share {
        width: 100%;
    }

    .donate-footer-inner {
        flex-direction: column;
        gap: 8px;
    }

    .donate-footer-meta {
        padding-left: 0;
        border-left: 0;
    }

    .toast-wrap {
        left: 16px;
        right: 16px;
        bottom: 16px;
        min-width: 0;
        max-width: none;
    }

    .toast-hidden {
        transform: translateY(20px);
    }
}
