.section-title {
    color: var(--thm-primary);
    margin-bottom: 1.5rem;
    text-align: center;
    font-weight: 700;
}

.section-description {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem auto;
    color: #495057;
}

.donation-card {
    background-color: white;
    border-radius: 10px;
    padding: 1.5rem;
    height: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s;
}

.donation-card:hover {
    transform: translateY(-5px);
}

.donation-card .btn {
    width: 100%;
    color: white;
}

.donation-card .btn:focus {
    box-shadow: none;
}

.card-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 1rem;
    color: white;
}

.card-title {
    font-weight: 600;
    margin-bottom: 1rem;
}

.card-description {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.bank-info {
    background-color: #251e5311;
    padding: 1rem;
    border-radius: 5px;
    margin-bottom: 1rem;
    font-size: 0.85rem;
}

.bank-number {
    font-family: monospace;
    letter-spacing: 1px;
}

.card-icon i {
    color: white;
}

.bg-blue {
    background-color: #1a4b8c !important;
}

.bg-orange {
    background-color: #e67e22 !important;
}

.bg-green {
    background-color: #2ecc71 !important;
}

.bg-red {
    background-color: #e74c3c !important;
}

.bg-purple {
    background-color: #9b59b6 !important;
}

.bg-teal {
    background-color: #1abc9c !important;
}

.bg-yellow {
    background-color: #f1c40f !important;
}

.bg-pink {
    background-color: #ff69b4 !important;
}

.bg-cyan {
    background-color: #00bcd4 !important;
}

.bg-indigo {
    background-color: #3f51b5 !important;
}

.bg-brown {
    background-color: #8e6e53 !important;
}

.bg-gray {
    background-color: #95a5a6 !important;
}

.bg-lime {
    background-color: #cddc39 !important;
}

.bg-olive {
    background-color: #808000 !important;
}

.bg-maroon {
    background-color: #800000 !important;
}

.bg-navy {
    background-color: #000080 !important;
}

.bg-gold {
    background-color: #ffd700 !important;
}

.bg-silver {
    background-color: #bdc3c7 !important;
}

.bg-black {
    background-color: #000 !important;
}

.text-blue {
    color: #1a4b8c !important;
}

.text-orange {
    color: #e67e22 !important;
}

.text-green {
    color: #2ecc71 !important;
}

.text-red {
    color: #e74c3c !important;
}

.text-purple {
    color: #9b59b6 !important;
}

.text-teal {
    color: #1abc9c !important;
}

.text-yellow {
    color: #f1c40f !important;
}

.text-pink {
    color: #ff69b4 !important;
}

.text-cyan {
    color: #00bcd4 !important;
}

.text-indigo {
    color: #3f51b5 !important;
}

.text-brown {
    color: #8e6e53 !important;
}

.text-gray {
    color: #95a5a6 !important;
}

.text-lime {
    color: #cddc39 !important;
}

.text-olive {
    color: #808000 !important;
}

.text-maroon {
    color: #800000 !important;
}

.text-navy {
    color: #000080 !important;
}

.text-gold {
    color: #ffd700 !important;
}

.text-silver {
    color: #bdc3c7 !important;
}

.text-black {
    color: #000 !important;
}


.hero-section {
    background: linear-gradient(135deg, var(var(--thm-primary)), #1e3d72);
    color: white;
    padding: 80px 0;
    text-align: center;
}

.hero-section h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.hero-section p {
    font-size: 1.2rem;
    opacity: 0.9;
}

.supporter-tier {
    margin: 60px 0;
}

.tier-header {
    text-align: center;
    margin-bottom: 40px;
}

.tier-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(var(--thm-primary));
    margin-bottom: 10px;
}

.tier-subtitle {
    font-size: 1.1rem;
    color: #666;
}

.supporter-card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: left;
}

.supporter-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.supporter-logo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 20px;
    flex-shrink: 0;
}

.supporter-info {
    display: flex;
    flex-direction: column;
}

.supporter-name {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
}

.supporter-description {
    color: #7f8c8d;
    font-size: 0.9rem;
    line-height: 1.4;
    margin-top: 5px;
}

.platinum-tier .supporter-card {
    border: 3px solid #e5e4e2;
    background: linear-gradient(145deg, #f8f8f8, white);
}

.gold-tier .supporter-card {
    border: 3px solid #ffd700;
    background: linear-gradient(145deg, #fffbf0, white);
}

.silver-tier .supporter-card {
    border: 3px solid #c0c0c0;
    background: linear-gradient(145deg, #f5f5f5, white);
}

.bronze-tier .supporter-card {
    border: 3px solid #cd7f32;
    background: linear-gradient(145deg, #faf6f0, white);
}

.cta-section {
    background: #f8f9fa;
    padding: 80px 0;
    text-align: center;
}

.cta-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(var(--thm-primary));
    margin-bottom: 20px;
}

.cta-text {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 30px;
}

.btn-custom {
    background: #609ed5;
    color: white;
    padding: 10px 25px;
    font-size: 1.1rem;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.btn-custom:hover {
    background: #609ed5;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(133, 196, 252, 0.692);
}

.stats-section {
    background: white;
    padding-top: 60px;
}

.stat-item {
    text-align: center;
    margin-bottom: 30px;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: var(--thm-primary);
    display: block;
}

.stat-label {
    font-size: 1.1rem;
    color: #666;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2rem;
    }

    .tier-title {
        font-size: 2rem;
    }

    .supporter-card {
        padding: 20px;
    }

    .supporter-logo {
        width: 100px;
        height: 100px;
    }
}
