.amount-donation {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: white;
    Font-weight: bold;
    padding: 8px 14px;
    border-radius: 20px;
    background-color: cornflowerblue;
}

/* ──────────────────────────────────────────
   Utilities
────────────────────────────────────────── */

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.py-6 { padding-top: 5rem; padding-bottom: 5rem; }

/* ──────────────────────────────────────────
   Shared section headings
────────────────────────────────────────── */

.home-section-eyebrow {
    display: inline-block;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #3b82f6;
    margin-bottom: 8px;
}

.home-section-title {
    font-size: 1.85rem;
    font-weight: 800;
    color: #0f1f33;
    line-height: 1.25;
    margin-bottom: 10px;
}

.home-section-subtitle {
    color: #6b7280;
    font-size: 1rem;
    max-width: 480px;
    margin: 0 auto;
}

/* ──────────────────────────────────────────
   Shared buttons
────────────────────────────────────────── */

.home-btn-primary {
    background: linear-gradient(135deg, #f97316, #ef4444);
    color: #fff !important;
    font-weight: 700;
    font-size: 1rem;
    padding: 13px 28px;
    border-radius: 50px;
    border: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: opacity .2s, transform .15s;
    box-shadow: 0 4px 14px rgba(239,68,68,.35);
}

.home-btn-primary:hover {
    opacity: .9;
    transform: translateY(-2px);
    color: #fff !important;
}

.home-btn-primary--lg {
    font-size: 1.1rem;
    padding: 16px 36px;
}

.home-btn-secondary {
    background: #fff;
    color: #0f1f33 !important;
    font-weight: 600;
    font-size: 1rem;
    padding: 13px 28px;
    border-radius: 50px;
    border: 2px solid #e2e8f0;
    text-decoration: none;
    transition: border-color .2s, background .2s;
}

.home-btn-secondary:hover {
    border-color: #3b82f6;
    background: #f0f9ff;
}

.home-btn-ghost {
    background: transparent;
    color: #fff !important;
    font-weight: 600;
    padding: 13px 28px;
    border-radius: 50px;
    border: 2px solid rgba(255,255,255,.4);
    text-decoration: none;
    transition: border-color .2s, background .2s;
}

.home-btn-ghost:hover {
    border-color: #fff;
    background: rgba(255,255,255,.1);
}

/* ──────────────────────────────────────────
   Hero
────────────────────────────────────────── */

.home-hero {
    background: linear-gradient(135deg, #0f1f33 0%, #1a3a5c 50%, #1e4976 100%);
    position: relative;
    overflow: hidden;
    padding: 80px 0 0;
}

.home-hero__bg {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 70% 50%, rgba(59,130,246,.15) 0%, transparent 60%),
                      radial-gradient(circle at 20% 80%, rgba(249,115,22,.1) 0%, transparent 50%);
}

.min-vh-hero {
    min-height: calc(85vh - 64px);
    padding-bottom: 60px;
}

.home-hero__content {
    position: relative;
    z-index: 1;
}

.home-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(59,130,246,.2);
    color: #93c5fd;
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 20px;
    border: 1px solid rgba(59,130,246,.3);
    margin-bottom: 20px;
}

.home-hero__title {
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 900;
    color: #f1f5f9;
    line-height: 1.15;
    margin-bottom: 20px;
}

.home-hero__title_black {
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 900;
    color: black;
    line-height: 1.15;
    margin-bottom: 20px;
}


.home-hero__title--accent {
    background: linear-gradient(90deg, #f97316, #fbbf24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.home-hero__subtitle {
    color: #94a3b8;
    font-size: 1.1rem;
    line-height: 1.7;
    max-width: 500px;
    margin-bottom: 32px;
}

.home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.home-hero__search {
    max-width: 480px;
}

.home-hero__search-inner {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 50px;
    padding: 4px 4px 4px 16px;
    gap: 10px;
    backdrop-filter: blur(8px);
    transition: border-color .2s;
}

.home-hero__search-inner:focus-within {
    border-color: rgba(59,130,246,.6);
}

.home-hero__search-inner input {
    flex: 1;
    background: none;
    border: none;
    outline: none;
    color: #f1f5f9;
    font-size: .9rem;
    padding: 6px 0;
}

.home-hero__search-inner input::placeholder { color: #64748b; }

.home-hero__search-inner button {
    background: #3b82f6;
    color: #fff;
    border: none;
    border-radius: 40px;
    padding: 8px 20px;
    font-size: .875rem;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s;
    white-space: nowrap;
}

.home-hero__search-inner button:hover { background: #2563eb; }

/* Hero illustration cards */
.home-hero__illustration {
    position: relative;
    width: 380px;
    height: 340px;
}

.home-hero__card {
    position: absolute;
    background: rgba(255,255,255,.95);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 8px 32px rgba(0,0,0,.2);
    min-width: 240px;
}

.home-hero__card--1 { top: 0; left: 0; animation: float1 4s ease-in-out infinite; }
.home-hero__card--2 { top: 110px; right: 0; animation: float2 4.5s ease-in-out infinite; }
.home-hero__card--3 { bottom: 0; left: 30px; animation: float3 5s ease-in-out infinite; }

@keyframes float1 { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }
@keyframes float2 { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-6px)} }
@keyframes float3 { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }

.home-hero__card-icon { font-size: 1.75rem; line-height: 1; }
.home-hero__card-title { font-size: .85rem; font-weight: 700; color: #0f1f33; margin-bottom: 6px; }

.home-hero__card-bar {
    height: 6px;
    background: #e2e8f0;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 4px;
}

.home-hero__card-fill {
    height: 100%;
    background: linear-gradient(90deg, #3b82f6, #06b6d4);
    border-radius: 6px;
}

.home-hero__card-amount { font-size: .75rem; color: #6b7280; }

.home-hero__wave {
    line-height: 0;
    margin-top: 40px;
}

.home-hero__wave svg {
    width: 100%;
    height: 80px;
    display: block;
}

/* ──────────────────────────────────────────
   Stats bar
────────────────────────────────────────── */

.home-stats {
    background: #f8fafc;
    padding: 36px 0;
    border-bottom: 1px solid #e2e8f0;
}

.home-stats__grid {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
}

.home-stats__item {
    flex: 1;
    min-width: 140px;
    text-align: center;
    padding: 12px 24px;
}

.home-stats__number {
    display: block;
    font-size: 1.75rem;
    font-weight: 800;
    color: #0f1f33;
    line-height: 1.2;
}

.home-stats__label {
    font-size: .8rem;
    color: #6b7280;
    font-weight: 500;
}

.home-stats__divider {
    width: 1px;
    height: 40px;
    background: #e2e8f0;
    flex-shrink: 0;
}

/* ──────────────────────────────────────────
   How it works
────────────────────────────────────────── */

.home-step {
    text-align: center;
    padding: 32px 24px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #e2e8f0;
    height: 100%;
    position: relative;
    transition: box-shadow .2s, transform .2s;
}

.home-step:hover {
    box-shadow: 0 8px 32px rgba(59,130,246,.12);
    transform: translateY(-4px);
}

.home-step__number {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #3b82f6, #06b6d4);
    color: #fff;
    font-weight: 800;
    font-size: .85rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-step__icon {
    width: 64px;
    height: 64px;
    background: #eff6ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3b82f6;
    margin: 16px auto 20px;
}

.home-step__title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f1f33;
    margin-bottom: 10px;
}

.home-step__desc {
    font-size: .875rem;
    color: #6b7280;
    line-height: 1.65;
    margin: 0;
}

/* ──────────────────────────────────────────
   Categories
────────────────────────────────────────── */

.home-categories__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.home-category-card {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 50px;
    padding: 10px 22px;
    text-decoration: none;
    transition: border-color .2s, background .2s, transform .15s;
}

.home-category-card:hover {
    border-color: #3b82f6;
    background: #eff6ff;
    transform: translateY(-2px);
}

.home-category-card__icon { font-size: 1.1rem; }

.home-category-card__name {
    font-weight: 600;
    font-size: .9rem;
    color: #0f1f33;
}

.home-category-card__count {
    font-size: .75rem;
    color: #6b7280;
    background: #f1f5f9;
    border-radius: 20px;
    padding: 2px 9px;
}

/* ──────────────────────────────────────────
   Donation cards
────────────────────────────────────────── */

.home-see-all {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #3b82f6;
    font-weight: 600;
    font-size: .9rem;
    text-decoration: none;
    transition: gap .2s;
}

.home-see-all:hover { gap: 10px; color: #2563eb; }

.home-donation-card {
    display: block;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    text-decoration: none;
    transition: box-shadow .2s, transform .2s;
    height: 100%;
}

.home-donation-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,.1);
    transform: translateY(-4px);
}

.home-donation-card__img-wrap {
    position: relative;
    height: 200px;
    overflow: hidden;
    background: #e2e8f0;
}

.home-donation-card__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s;
}

.home-donation-card:hover .home-donation-card__img-wrap img {
    transform: scale(1.04);
}

.home-donation-card__img-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    background: linear-gradient(135deg, #dbeafe, #ede9fe);
}

.home-donation-card__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(15,31,51,.75);
    color: #fff;
    font-size: .72rem;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
    backdrop-filter: blur(4px);
}

.home-donation-card__body {
    padding: 18px 20px 20px;
}

.home-donation-card__title {
    font-size: 1rem;
    font-weight: 700;
    color: #0f1f33;
    margin-bottom: 8px;
    line-height: 1.35;
}

.home-donation-card__desc {
    font-size: .825rem;
    color: #6b7280;
    line-height: 1.55;
    margin-bottom: 14px;
}

.home-donation-card__progress {
    height: 6px;
    background: #e2e8f0;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 6px;
}

.home-donation-card__progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #3b82f6, #06b6d4);
    border-radius: 6px;
}

.home-donation-card__meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
    font-size: .8rem;
}

.home-donation-card__raised { font-weight: 700; color: #0f1f33; }
.home-donation-card__percent { color: #3b82f6; font-weight: 600; }

.home-donation-card__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    border-top: 1px solid #f1f5f9;
    font-size: .8rem;
}

.home-donation-card__donors { color: #9ca3af; display: flex; align-items: center; gap: 5px; }
.home-donation-card__cta { color: #f97316; font-weight: 600; }

/* Empty state */
.home-empty {
    text-align: center;
    padding: 60px 20px;
    color: #9ca3af;
}

.home-empty__icon { font-size: 3rem; display: block; margin-bottom: 12px; }

/* ──────────────────────────────────────────
   Why us (features)
────────────────────────────────────────── */

.home-feature {
    text-align: center;
    padding: 28px 20px;
}

.home-feature__icon {
    font-size: 2.25rem;
    margin-bottom: 14px;
    display: block;
}

.home-feature__title {
    font-size: 1rem;
    font-weight: 700;
    color: #0f1f33;
    margin-bottom: 8px;
}

.home-feature__desc {
    font-size: .85rem;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

/* ──────────────────────────────────────────
   Testimonies
────────────────────────────────────────── */

.home-testimony-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px 24px 24px;
    box-shadow: 0 2px 12px rgba(15, 31, 51, .07);
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
    position: relative;
    transition: box-shadow .2s, transform .2s;
}

.home-testimony-card:hover {
    box-shadow: 0 8px 32px rgba(59, 130, 246, .13);
    transform: translateY(-4px);
}

.home-testimony-card__quote {
    font-size: 3.5rem;
    line-height: 1;
    color: #3b82f6;
    font-family: Georgia, serif;
    margin-bottom: -10px;
    opacity: .35;
    user-select: none;
}

.home-testimony-card__content {
    font-size: .9rem;
    color: #374151;
    line-height: 1.7;
    flex: 1;
    margin: 0;
}

.home-testimony-card__author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid #f1f5f9;
}

.home-testimony-card__avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid #e2e8f0;
}

.home-testimony-card__avatar--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f5f9;
    font-size: 1.25rem;
}

.home-testimony-card__name {
    font-size: .875rem;
    font-weight: 700;
    color: #0f1f33;
}

/* ──────────────────────────────────────────
   CTA banner
────────────────────────────────────────── */

.home-cta {
    background: linear-gradient(135deg, #0f1f33 0%, #1e4976 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.home-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 80% 50%, rgba(249,115,22,.15) 0%, transparent 50%);
}

.home-cta__inner {
    position: relative;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.home-cta__paws {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 16px;
}

.home-cta__title {
    font-size: 2rem;
    font-weight: 800;
    color: #f1f5f9;
    margin-bottom: 14px;
}

.home-cta__subtitle {
    color: #94a3b8;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 32px;
}

.home-cta__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

/* ──────────────────────────────────────────
   Account
────────────────────────────────────────── */

.account-section-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1e293b;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 10px;
}

.account-empty {
    text-align: center;
    padding: 40px 20px;
    background: #f8fafc;
    border-radius: 12px;
    color: #6b7280;
}

.account-donates-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.account-donate-card {
    display: flex;
    gap: 14px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px;
    transition: box-shadow .15s;
}

.account-donate-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,.07);
}

.account-donate-card__img {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}

.account-donate-card__img--placeholder {
    background: #e2e8f0;
}

.account-donate-card__body {
    flex: 1;
    min-width: 0;
}

.account-donate-card__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
}

.account-donate-card__title {
    display: block;
    font-weight: 600;
    color: #1e293b;
    text-decoration: none;
    font-size: .95rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 576px) {
    .account-donate-card__title {
        white-space: normal;
        overflow: visible;
        text-overflow: unset;
        word-break: break-word;
    }

    .account-donate-card__header {
        flex-direction: column;
        gap: 4px;
    }

    .account-donate-card__meta {
        align-self: flex-start;
    }

    .account-donate-card__message {
        word-break: break-word;
    }
}

.account-donate-card__title:hover {
    color: #3b82f6;
}

.account-donate-card__date {
    display: block;
    font-size: .78rem;
    color: #9ca3af;
    margin-top: 2px;
}

.account-donate-card__amount {
    font-weight: 700;
    font-size: 1rem;
    color: #f97316;
    white-space: nowrap;
}

.account-donate-card__message {
    font-size: .85rem;
    color: #6b7280;
    font-style: italic;
    margin: 6px 0 0;
}

.account-total {
    font-size: .95rem;
    color: #374151;
    text-align: right;
}

/* Account widget (sidebar) */
.account-widget {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 22px;
}

.account-widget__title {
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 10px;
}

.account-widget__email {
    font-size: .9rem;
    color: #6b7280;
    word-break: break-all;
    margin: 0;
}

.account-widget__desc {
    font-size: .85rem;
    color: #6b7280;
    margin-bottom: 14px;
    line-height: 1.5;
}

.account-widget__btn {
    background: linear-gradient(135deg, #f97316, #ef4444);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    padding: 10px;
    font-size: .9rem;
    transition: opacity .15s;
}

.account-widget__btn:hover {
    opacity: .88;
    color: #fff;
}

/* ──────────────────────────────────────────
   Footer
────────────────────────────────────────── */

.site-footer {
    margin-top: auto;
    background-color: #0f1f33;
    color: #cbd5e1;
    font-size: .875rem;
}

.site-footer__top {
    padding: 60px 0 48px;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.site-footer__logo img {
    display: block;
}

.site-footer__desc {
    color: #94a3b8;
    line-height: 1.7;
    font-size: .85rem;
    max-width: 300px;
}

.site-footer__socials {
    display: flex;
    gap: 10px;
}

.site-footer__social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
    color: #94a3b8;
    text-decoration: none;
    transition: background .2s, color .2s;
}

.site-footer__social-btn:hover {
    background: #3b82f6;
    color: #fff;
}

.site-footer__heading {
    color: #f1f5f9;
    font-weight: 700;
    font-size: .8rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.site-footer__links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.site-footer__links a {
    color: #94a3b8;
    text-decoration: none;
    transition: color .15s;
    font-size: .85rem;
}

.site-footer__links a:hover {
    color: #f1f5f9;
}

.site-footer__newsletter-desc {
    color: #94a3b8;
    font-size: .8rem;
    line-height: 1.6;
    margin-bottom: 12px;
}

.site-footer__newsletter-form {
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
}

.site-footer__newsletter-form input {
    flex: 1;
    background: rgba(255,255,255,.06);
    border: none;
    padding: 9px 12px;
    color: #f1f5f9;
    font-size: .8rem;
    outline: none;
    min-width: 0;
}

.site-footer__newsletter-form input::placeholder {
    color: #64748b;
}

.site-footer__newsletter-form button {
    background: #3b82f6;
    color: #fff;
    border: none;
    padding: 9px 14px;
    font-size: .8rem;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s;
    white-space: nowrap;
}

.site-footer__newsletter-form button:hover {
    background: #2563eb;
}

/* Bottom bar */
.site-footer__bottom {
    padding: 18px 0;
}

.site-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    color: #475569;
    font-size: .8rem;
}

.site-footer__bottom-badges {
    display: flex;
    gap: 16px;
}

.site-footer__badge {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #475569;
}

@media (max-width: 576px) {
    .site-footer__bottom-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ──────────────────────────────────────────
   Donation show page
────────────────────────────────────────── */

/* Hero */
.donation-hero {
    min-height: 500px;
    background-size: cover;
    background-position: center;
    background-color: #1a3a5c;
    display: flex;
    align-items: flex-end;
}

.donation-hero__overlay {
    width: 100%;
    padding: 40px 0 32px;
    background: linear-gradient(to top, rgba(0,0,0,.75) 0%, rgba(0,0,0,.1) 100%);
}

.donation-hero__badge {
    display: inline-block;
    background: #f97316;
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.donation-hero__title {
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 6px;
    text-shadow: 0 1px 4px rgba(0,0,0,.5);
}

.donation-hero__owner {
    color: rgba(255,255,255,.8);
    font-size: .9rem;
    margin: 0;
}

/* Gallery */
.donation-gallery {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,.1);
}

.donation-gallery .carousel-item img {
    max-height: 420px;
    object-fit: cover;
    width: 100%;
}

/* Section title */
.donation-section-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a3a5c;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e8f0fe;
}

/* Description */
.donation-description__text {
    color: #374151;
    line-height: 1.75;
    font-size: 1.10rem;
}

/* Donors */
.donation-donors__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.donation-donor-card {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 14px;
    background: #f8fafc;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
}

.donation-donor-card__avatar {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    background: #3b82f6;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
}

.donation-donor-card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
    gap: 8px;
}

.donation-donor-card__amount {
    font-weight: 700;
    color: #16a34a;
    font-size: .9rem;
    white-space: nowrap;
}

.donation-donor-card__message {
    color: #4b5563;
    font-style: italic;
    font-size: .875rem;
    margin: 4px 0;
}

.donation-donor-card__date {
    font-size: .75rem;
    color: #9ca3af;
}

/* Widget */
.donation-widget {
    position: sticky;
    top: 80px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 32px rgba(0,0,0,.12);
    padding: 28px;
    border: 1px solid #e2e8f0;
}

/* Progress */
.donation-widget__progress-section {
    margin-bottom: 24px;
}

.donation-widget__amounts {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 8px;
}

.donation-widget__raised {
    font-size: 1.75rem;
    font-weight: 800;
    color: #1a3a5c;
}

.donation-widget__goal {
    font-size: .9rem;
    color: #6b7280;
}

.donation-widget__bar {
    height: 10px;
    border-radius: 10px;
    background: #e2e8f0;
    overflow: hidden;
}

.donation-widget__bar .progress-bar {
    background: linear-gradient(90deg, #3b82f6, #06b6d4);
    border-radius: 10px;
    transition: width .6s ease;
}

.donation-widget__stats {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    font-size: .825rem;
    color: #6b7280;
}

/* Amount selector */
.donation-form__label {
    font-weight: 600;
    color: #1a3a5c;
    margin-bottom: 10px;
}

.donation-amount-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 16px;
}

.donation-amount-btn {
    padding: 10px 4px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    font-weight: 600;
    font-size: .9rem;
    color: #374151;
    cursor: pointer;
    transition: border-color .15s, background .15s, color .15s;
}

.donation-amount-btn:hover {
    border-color: #3b82f6;
    color: #3b82f6;
}

.donation-amount-btn.active {
    border-color: #3b82f6;
    background: #3b82f6;
    color: #fff;
}

.donation-amount-btn--custom {
    grid-column: span 3;
    color: #6b7280;
    font-weight: 500;
}

.donation-amount-btn--custom.active {
    background: #f0f9ff;
    border-color: #3b82f6;
    color: #3b82f6;
}

/* Period selector */
.donation-period-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.donation-period-btn {
    display: block;
    padding: 10px 4px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    font-weight: 600;
    font-size: .9rem;
    color: #374151;
    cursor: pointer;
    text-align: center;
    transition: border-color .15s, background .15s, color .15s;
}

.donation-period-btn:hover {
    border-color: #3b82f6;
    color: #3b82f6;
}

.donation-period-btn.active {
    border-color: #3b82f6;
    background: #3b82f6;
    color: #fff;
}

/* Submit */
.donation-form__submit {
    background: linear-gradient(135deg, #f97316, #ef4444);
    color: #fff;
    font-weight: 700;
    font-size: 1.05rem;
    padding: 14px;
    border-radius: 10px;
    border: none;
    transition: opacity .2s, transform .1s;
}

.donation-form__submit:hover {
    opacity: .92;
    transform: translateY(-1px);
    color: #fff;
}

.donation-form__secure {
    text-align: center;
    font-size: .8rem;
    color: #9ca3af;
    margin-bottom: 0;
}

/* Croquette radio list */
.croquette-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 18px;
}

.croquette-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    transition: border-color .15s, background .15s, box-shadow .15s;
}

.croquette-card:hover {
    border-color: #93c5fd;
    background: #f0f9ff;
}

.croquette-card:has(.croquette-radio:checked) {
    border-color: #3b82f6;
    background: #eff6ff;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, .15);
}

.croquette-radio {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.croquette-card__img-wrap {
    flex-shrink: 0;
    width: 58px;
    height: 58px;
    border-radius: 8px;
    overflow: hidden;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.croquette-card__img {
    height: 50px;
    object-fit: cover;
}

.croquette-card__img--placeholder {
    width: 100%;
    height: 100%;
    background: #e2e8f0;
}

.croquette-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.croquette-card__name {
    font-weight: 600;
    font-size: .9rem;
    color: #1a3a5c;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.croquette-card__weight {
    font-size: .78rem;
    color: #6b7280;
}

.croquette-card__price {
    flex-shrink: 0;
    font-weight: 700;
    font-size: 1rem;
    color: #1a3a5c;
    white-space: nowrap;
}

/* Share */
.donation-share__label {
    font-weight: 600;
    font-size: .875rem;
    color: #6b7280;
    margin-bottom: 10px;
    text-align: center;
}

.donation-share__buttons {
    display: flex;
    gap: 8px;
}

.donation-share__btn {
    flex: 1;
    padding: 8px 6px;
    border-radius: 8px;
    font-size: .8rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: opacity .2s;
}

.donation-share__btn:hover { opacity: .85; }

.donation-share__btn--fb {
    background: #1877f2;
    color: #fff;
}

.donation-share__btn--tw {
    background: #000;
    color: #fff;
}

.donation-share__btn--copy {
    background: #f3f4f6;
    color: #374151;
}

/* Responsive */
@media (max-width: 991px) {
    .donation-widget {
        position: static;
        margin-top: 0;
    }

    .donation-hero__title {
        font-size: 1.5rem;
    }
}

/* ──────────────────────────────────────────
   Create donation page
────────────────────────────────────────── */

/* Hero */
.create-hero {
    background: linear-gradient(135deg, #0f1f33 0%, #1a3a5c 60%, #1e4976 100%);
    padding: 60px 0 56px;
    text-align: center;
}

.create-hero__eyebrow {
    display: inline-block;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #60a5fa;
    margin-bottom: 12px;
}

.create-hero__title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.2;
}

.create-hero__subtitle {
    color: #94a3b8;
    font-size: 1.05rem;
    max-width: 460px;
    margin: 0 auto;
}

/* Stepper */
.create-stepper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.create-stepper__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    cursor: default;
}

.create-stepper__circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #d1d5db;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    transition: border-color .2s, background .2s;
    position: relative;
}

.create-stepper__num {
    font-weight: 700;
    font-size: .9rem;
    color: #9ca3af;
    transition: color .2s;
}

.create-stepper__check {
    display: none;
    color: #fff;
}

.create-stepper__label {
    font-size: .78rem;
    font-weight: 600;
    color: #9ca3af;
    transition: color .2s;
    white-space: nowrap;
}

.create-stepper__line {
    flex: 1;
    max-width: 80px;
    height: 2px;
    background: #e5e7eb;
    margin: 0 8px;
    margin-bottom: 26px;
    transition: background .3s;
}

/* Active step */
.create-stepper__item.active .create-stepper__circle {
    border-color: #3b82f6;
    background: #3b82f6;
}

.create-stepper__item.active .create-stepper__num {
    color: #fff;
}

.create-stepper__item.active .create-stepper__label {
    color: #1d4ed8;


`

}

/* Completed step */
.create-stepper__item.completed .create-stepper__circle {
    border-color: #22c55e;
    background: #22c55e;
}

.create-stepper__item.completed .create-stepper__num {
    display: none;
}

.create-stepper__item.completed .create-stepper__check {
    display: block;
}

.create-stepper__item.completed .create-stepper__label {
    color: #16a34a;
}

.create-stepper__item.completed ~ .create-stepper__line {
    background: #22c55e;
}

/* Panel (form sections) */
.create-panel {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 24px;
    box-shadow: 0 1px 4px rgba(0,0,0,.05);
    transition: opacity .2s;
}

.create-panel--hidden {
    display: none;
}

.create-panel__header {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 24px 28px 20px;
    border-bottom: 1px solid #f3f4f6;
    background: #fafafa;
}

.create-panel__icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3b82f6;
    flex-shrink: 0;
}

.create-panel__title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f1f33;
    margin: 0 0 4px;
}

.create-panel__desc {
    font-size: .85rem;
    color: #6b7280;
    margin: 0;
}

.create-panel__body {
    padding: 28px;
}

/* Form inputs */
.create-label {
    font-weight: 600;
    font-size: .875rem;
    color: #374151;
    margin-bottom: 6px;
    display: block;
}

.create-input {
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    padding: 11px 14px;
    font-size: .95rem;
    transition: border-color .2s, box-shadow .2s;
    width: 100%;
}

.create-input:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59,130,246,.12);
}

.create-input.is-invalid {
    border-color: #ef4444;
}

.create-textarea {
    resize: vertical;
    min-height: 140px;
}

.create-hint {
    font-size: .78rem;
    color: #9ca3af;
    margin-top: 5px;
}

/* Amount input */
.create-amount-wrapper {
    position: relative;
    max-width: 260px;
}

.create-amount-input {
    padding-right: 44px;
    font-size: 1.4rem;
    font-weight: 700;
    color: #0f1f33;
}

.create-amount-symbol {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
    font-weight: 700;
    color: #9ca3af;
    pointer-events: none;
}

/* Option cards */
.create-options-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.create-option-card {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1.5px solid #e5e7eb;
    border-radius: 12px;
    padding: 14px 16px;
    cursor: pointer;
    transition: border-color .2s, background .2s;
    position: relative;
}

.create-option-card:hover {
    border-color: #93c5fd;
    background: #f0f9ff;
}

.create-option-card--active {
    border-color: #3b82f6;
    background: #eff6ff;
}

.create-option-checkbox {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.create-option-card__icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    flex-shrink: 0;
    transition: background .2s, color .2s;
}

.create-option-card--active .create-option-card__icon {
    background: #dbeafe;
    color: #2563eb;
}

.create-option-card__body {
    flex: 1;
    min-width: 0;
}

.create-option-card__title {
    font-size: .85rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 2px;
}

.create-option-card__desc {
    font-size: .75rem;
    color: #9ca3af;
    line-height: 1.3;
}

.create-option-card__toggle {
    width: 18px;
    height: 18px;
    border: 2px solid #d1d5db;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color .2s, background .2s;
}

.create-option-card--active .create-option-card__toggle {
    border-color: #3b82f6;
    background: #3b82f6;
}

.create-option-card--active .create-option-card__toggle::after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
}

/* Upload zone */
.create-upload-zone {
    border: 2px dashed #d1d5db;
    border-radius: 14px;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    transition: border-color .2s, background .2s;
    overflow: hidden;
    background: #fafafa;
}

.create-upload-zone:hover,
.create-upload-zone--over {
    border-color: #3b82f6;
    background: #eff6ff;
}

.create-upload-input {
    position: absolute;
    inset: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: none;
}

.create-upload-placeholder {
    text-align: center;
    padding: 32px;
    pointer-events: none;
}

.create-upload-icon {
    color: #d1d5db;
    margin-bottom: 14px;
}

.create-upload-text {
    color: #6b7280;
    font-size: .9rem;
    line-height: 1.6;
    margin: 0;
}

.create-upload-text span {
    font-size: .82rem;
    color: #9ca3af;
}

.create-upload-preview {
    width: 100%;
    height: 100%;
    min-height: 220px;
    position: relative;
}

.create-upload-preview img {
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}

.create-upload-remove {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(0,0,0,.55);
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .2s;
}

.create-upload-remove:hover {
    background: rgba(220,38,38,.8);
}

.create-upload-zone--small {
    min-height: 120px;
    cursor: pointer;
}

.create-upload-zone--small .create-upload-placeholder {
    padding: 1rem .5rem;
}

.create-upload-text--sm {
    font-size: .8rem;
    margin: .25rem 0 0;
    color: #6b7280;
}

/* Navigation buttons */
.create-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    padding: 8px 0 24px;
}

.create-nav__prev {
    margin-right: auto;
}

/* Responsive */
@media (max-width: 576px) {
    .create-hero__title {
        font-size: 1.6rem;
    }

    .create-panel__header {
        padding: 18px 18px 16px;
    }

    .create-panel__body {
        padding: 18px;
    }

    .create-options-grid {
        grid-template-columns: 1fr;
    }

    .create-stepper__line {
        max-width: 40px;
    }
}
