/* Jummah Giving campaign page */
.jummah-hero {
    position: relative;
    min-height: 52vh;
    background: #370e4b center/cover no-repeat;
    display: flex;
    align-items: flex-end;
}
.jummah-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(55, 14, 75, 0.72) 0%, rgba(55, 14, 75, 0.15) 55%, rgba(55, 14, 75, 0.2) 100%);
}
.jummah-hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 40px 0 90px;
}
.jummah-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(55, 14, 75, 0.16);
    padding: 32px 28px 28px;
    margin-top: -70px;
    position: relative;
    z-index: 3;
}
.jummah-kicker {
    color: #8a6a9a;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 8px;
}
.jummah-card h1 {
    font-family: Poppins, sans-serif;
    font-weight: 800;
    color: #370e4b;
    font-size: 2rem;
    margin-bottom: 12px;
}
.jummah-lead {
    color: #4a4450;
    font-size: 1.05rem;
    line-height: 1.6;
}
.jummah-tabs {
    display: flex;
    gap: 8px;
    margin: 22px 0 16px;
    background: #f4eef7;
    padding: 6px;
    border-radius: 10px;
}
.jummah-tab {
    flex: 1;
    border: 0;
    background: transparent;
    color: #370e4b;
    font-weight: 700;
    padding: 10px 12px;
    border-radius: 8px;
}
.jummah-tab.active {
    background: #370e4b;
    color: #fff;
}
.jummah-amounts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
}
.jummah-amount {
    min-width: 88px;
    border: 2px solid #eadff0;
    background: #fff;
    color: #370e4b;
    font-weight: 800;
    padding: 12px 16px;
    border-radius: 10px;
}
.jummah-amount.active {
    border-color: #370e4b;
    background: #370e4b;
    color: #fff;
}
.jummah-custom label {
    font-weight: 600;
    font-size: 14px;
    color: #5c4d66;
    margin-bottom: 6px;
    display: block;
}
.jummah-custom-input {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    max-width: 280px;
}
.jummah-custom-input span {
    padding: 10px 12px;
    background: #f6f3f8;
    font-weight: 700;
    color: #370e4b;
}
.jummah-custom-input input {
    border: 0;
    padding: 10px 12px;
    width: 100%;
    font-size: 1.05rem;
}
.jummah-add {
    display: inline-block;
    margin-top: 18px;
    background: #370e4b;
    color: #fff !important;
    font-weight: 800;
    border: 0;
    border-radius: 8px;
    padding: 14px 28px;
    text-decoration: none;
}
.jummah-add:hover {
    background: #2a0b39;
    color: #fff !important;
}
.jummah-note {
    font-size: 13px;
    color: #6b6272;
    margin-top: 10px;
}
.jummah-section {
    padding: 40px 0;
}
.jummah-section h2 {
    font-family: Poppins, sans-serif;
    font-weight: 800;
    color: #370e4b;
    margin-bottom: 16px;
}
.jummah-section p {
    color: #4a4450;
    line-height: 1.75;
    font-size: 1.05rem;
}
.jummah-quote {
    background: #f8f4fb;
    border-left: 4px solid #ffcb0a;
    padding: 18px 20px;
    margin: 20px 0;
    font-style: italic;
    color: #370e4b;
}
.jummah-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 20px;
}
.jummah-step {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.04);
}
.jummah-step span {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #370e4b;
    color: #fff;
    font-weight: 800;
    text-align: center;
    line-height: 32px;
    margin-bottom: 10px;
}
.jummah-step h3 {
    font-size: 1.05rem;
    font-weight: 800;
    color: #370e4b;
}
.jummah-impacts {
    list-style: none;
    padding: 0;
    margin: 18px 0 0;
}
.jummah-impacts li {
    padding: 12px 0;
    border-bottom: 1px solid #f0ecf3;
    color: #4a4450;
}
.jummah-impacts strong {
    color: #370e4b;
}
@media (max-width: 767px) {
    .jummah-card h1 { font-size: 1.55rem; }
    .jummah-steps { grid-template-columns: 1fr; }
    .jummah-hero { min-height: 38vh; }
}
