    /* Premium campaign details page buttons */
    /* Improved: prevent overlap, allow wrapping for translated text */
    #detailspage_donate, #detailspage_invest {
        border-radius: 16px;
        font-weight: 700;
        font-size: 1.08rem;
        padding: 1rem 1.5rem;
        box-shadow: 0 2px 16px rgba(44, 204, 64, 0.12);
        background: linear-gradient(90deg, #2ecc40 0%, #27ae60 100%);
        color: #fff;
        border: none;
        width: 100%;
        max-width: 100%;
        transition: box-shadow 0.2s, background 0.2s;
        white-space: normal;
        margin-bottom: 0.5rem;
        overflow-wrap: break-word;
        word-break: break-word;
    }
    #detailspage_donate:hover, #detailspage_invest:hover {
        background: linear-gradient(90deg, #27ae60 0%, #2ecc40 100%);
        box-shadow: 0 4px 24px rgba(44, 204, 64, 0.18);
        color: #fff;
    }
    /* Premium campaign action buttons (only for confirm_end/abort pages) */
    #confirm-end-btn, #confirm-end-cancel-btn,
    #confirm-abort-btn, #confirm-abort-cancel-btn {
        border-radius: 12px;
        font-weight: 700;
        box-shadow: 0 2px 12px rgba(0,80,0,0.12);
        min-width: 140px;
        width: auto;
        max-width: 100%;
        white-space: normal;
        font-size: 1.12rem;
        padding: 0.75rem 1.5rem;
        transition: box-shadow 0.2s, background 0.2s;
    }
    #confirm-end-btn {
        background: linear-gradient(90deg, #2ecc40 0%, #27ae60 100%);
        color: #fff;
        border: none;
    }
    #confirm-end-btn:hover {
        background: linear-gradient(90deg, #27ae60 0%, #2ecc40 100%);
        box-shadow: 0 4px 16px rgba(0,80,0,0.18);
    }
    #confirm-end-cancel-btn {
        background: #fff;
        color: #27ae60;
        border: 2px solid #27ae60;
    }
    #confirm-end-cancel-btn:hover {
        background: #27ae60;
        color: #fff;
    }
    #confirm-abort-btn {
        background: linear-gradient(90deg, #e74c3c 0%, #c0392b 100%);
        color: #fff;
        border: none;
    }
    #confirm-abort-btn:hover {
        background: linear-gradient(90deg, #c0392b 0%, #e74c3c 100%);
        box-shadow: 0 4px 16px rgba(80,0,0,0.18);
    }
    #confirm-abort-cancel-btn {
        background: #fff;
        color: #c0392b;
        border: 2px solid #c0392b;
    }
    #confirm-abort-cancel-btn:hover {
        background: #c0392b;
        color: #fff;
    }
    .navbar-logo, .navbar-brand img, .logo-img {
        border-radius: 50% !important;
        background: #fff !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        object-fit: cover;
        width: 56px !important;
        height: 56px !important;
        padding: 2px;
    }
    @media (max-width: 600px) {
        .hero-section-enhanced .hero-carousel-nav.hero-carousel-nav-left {
            left: 8px !important;
            top: 50% !important;
            transform: translateY(-50%) !important;
            z-index: 100 !important;
            background: #fff !important;
            border: 2px solid #137a24 !important;
            color: #137a24 !important;
            box-shadow: 0 2px 8px rgba(0,0,0,0.12) !important;
        }
        .hero-section-enhanced .hero-carousel-nav.hero-carousel-nav-right {
            right: 8px !important;
            top: 50% !important;
            transform: translateY(-50%) !important;
            z-index: 100 !important;
            background: #fff !important;
            border: 2px solid #137a24 !important;
            color: #137a24 !important;
            box-shadow: 0 2px 8px rgba(0,0,0,0.12) !important;
        }
        .hero-section-enhanced .hero-carousel-nav {
            width: 44px !important;
            height: 44px !important;
            font-size: 1.3rem !important;
            z-index: 100 !important;
            border-radius: 50% !important;
            opacity: 0.95 !important;
        }
    }
    .campaign-thumb-img-detail {
        width: 72px !important;
        height: 48px !important;
        object-fit: cover !important;
        border-radius: 6px;
        box-shadow: 0 1px 4px #16a34a22;
        border: 2px solid #fff;
        cursor: pointer;
        margin-bottom: 0.5rem;
    }
    margin-top: 4.5rem;
/* --- Campaign Gallery/Carousel Styles --- */
.campaign-thumb-img#campaign-thumb-img, #campaign-thumb-img.campaign-thumb-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 1px 4px #16a34a22;
    border: 2px solid #fff;
    cursor: pointer;
}
.campaign-gallery {
    position: relative;
    width: 100%;
    max-width: 540px;
    margin: 0 auto 2rem auto;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 6px 32px rgba(0,77,0,0.10), 0 1.5px 6px rgba(0,0,0,0.04);
    background: #fff;
}
.campaign-gallery-inner {
    display: flex;
    transition: transform 0.5s cubic-bezier(.77,0,.18,1);
    will-change: transform;
}
.campaign-gallery-slide {
    min-width: 100%;
    transition: opacity 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    height: 320px;
    position: relative;
}
.campaign-gallery-slide img {
    max-width: 100%;
    max-height: 300px;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    object-fit: cover;
    background: #e5e7eb;
}
.campaign-gallery-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.92);
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    color: #198754;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 2;
    transition: background 0.2s, color 0.2s;
}
.campaign-gallery-arrow:hover {
    background: #198754;
    color: #fff;
}
.campaign-gallery-arrow.left {
    left: 12px;
}
.campaign-gallery-arrow.right {
    right: 12px;
}
.campaign-gallery-dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 0.75rem;
}
.campaign-gallery-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e5e7eb;
    border: 2px solid #198754;
    opacity: 0.5;
    transition: background 0.2s, opacity 0.2s;
    cursor: pointer;
}
.campaign-gallery-dot.active {
    background: #198754;
    opacity: 1;
}
@media (max-width: 600px) {
    .campaign-gallery {
        max-width: 100vw;
        border-radius: 10px;
    }
    .campaign-gallery-slide {
        height: 180px;
    }
    .campaign-gallery-slide img {
        max-height: 160px;
    }
    .campaign-gallery-arrow {
        width: 36px;
        height: 36px;
        font-size: 1.1rem;
    }
}
/* --- End Campaign Gallery/Carousel Styles --- */
/* Campaign detail: align share icon row perfectly */

.share-row-align {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 48px;
    height: 48px;
}
.share-row-align .share-label,
.share-row-align .btn {
    height: 38px;
    display: flex;
    align-items: center;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.share-row-align .share-label {
    display: flex;
    align-items: center;
    gap: 0.3em;
    font-size: 1.08rem;
}

.share-row-align .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    height: 38px;
    min-height: 38px;
    max-height: 38px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 1 !important;
}

.share-row-align .fa-share-alt {
    font-size: 1.18em;
    vertical-align: middle;
    margin-right: 0.18em;
    color: #6b7280;
}

.share-row-align .fa-facebook-f {
    color: #1877f3;
    font-size: 1.13em;
    vertical-align: middle;
}
.share-row-align .fa-twitter {
    color: #1da1f2;
    font-size: 1.13em;
    vertical-align: middle;
}
.share-row-align .fa-linkedin-in {
    color: #0a66c2;
    font-size: 1.13em;
    vertical-align: middle;
}
.share-row-align .fa-envelope {
    color: #ea4335;
    font-size: 1.13em;
    vertical-align: middle;
}
/* Navbar toggler: white background on mobile */
.navbar-toggler {
    background: #fff !important;
    border: 1.5px solid #e5e7eb !important;
    border-radius: 8px !important;
    padding: 7px 12px !important;
    box-shadow: 0 2px 8px rgba(22,163,74,0.07);
}
.navbar-toggler .navbar-toggler-icon {
    filter: none !important;
}
.premium-glass-card .btn-premium-gradient,
.premium-glass-card .btn-premium-outline,
.premium-glass-card .btn-premium-outline-danger {
    font-size: 1.01rem;
    font-weight: 600;
    padding: 0.38em 1.05em;
    border-radius: 999px;
    min-width: 90px;
    height: 38px;
    box-shadow: 0 2px 12px rgba(22,163,74,0.10);
    margin-bottom: 0.3em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4em;
    transition: box-shadow 0.18s, background 0.18s, color 0.18s, transform 0.18s;
}
.premium-glass-card .btn-premium-gradient:last-child,
.premium-glass-card .btn-premium-outline:last-child,
.premium-glass-card .btn-premium-outline-danger:last-child {
    margin-bottom: 0;
}
@media (max-width: 600px) {
    .premium-glass-card .btn-premium-gradient,
    .premium-glass-card .btn-premium-outline,
    .premium-glass-card .btn-premium-outline-danger {
        font-size: 0.98rem;
        min-width: 100%;
        height: 36px;
        padding: 0.32em 0.9em;
        margin-bottom: 0.4em;
    }
    .premium-glass-card .btn-group {
        flex-direction: column;
        gap: 0.4em;
    }
}
/* Unified section header accent bar */
.section-header-accent {
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #e0e7ff 0%, #f8fafc 100%);
    border-radius: 10px 10px 0 0;
    font-weight: 800;
    font-size: 1.08rem;
    color: #17432b;
    padding: 0.65em 1.1em 0.65em 0.9em;
    margin-bottom: 0.2em;
    letter-spacing: -0.2px;
    box-shadow: 0 1.5px 6px rgba(22,163,74,0.04);
    border: none;
    gap: 0.5em;
}

/* For JS-rendered headers like Campaign History */
.section-header-accent-dark {
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #c7d2fe 0%, #a5b4fc 100%);
    border-radius: 10px 10px 0 0;
    font-weight: 900;
    font-size: 1.13rem;
    color: #2d3a4a;
    padding: 0.7em 1.2em 0.7em 1em;
    margin-bottom: 0.2em;
    letter-spacing: -0.2px;
    box-shadow: 0 2px 8px rgba(102,126,234,0.10);
    border: none;
    gap: 0.5em;
}
/* Ensure user-chosen colors in campaign description/editor output */
.ql-editor, .campaign-description-output {
    color: inherit !important;
}
/* Premium accent bar for headings */
.premium-title-accent {
    display: block;
    width: 48px;
    height: 4px;
    margin: 0.5rem auto 0.7rem auto;
    border-radius: 2px;
    background: linear-gradient(90deg, #16a34a 0%, #22c55e 100%);
    box-shadow: 0 2px 8px rgba(22,163,74,0.13);
}

.premium-hero-title.premium-title-bold {
    font-size: 1.6rem !important;
    font-weight: 900 !important;
    color: #222 !important;
    text-shadow: 0 2px 12px rgba(22,163,74,0.10), 0 1.5px 6px rgba(0,0,0,0.10);
    letter-spacing: -0.5px;
    margin-bottom: 0.2rem;
}
/* Green gradient background for headings */
.green-gradient-bg {
        background: linear-gradient(90deg, #0ba360 0%, #3cba92 100%);
        color: #fff !important;
        border-radius: 20px 20px 0 0;
        padding: 2rem 1.5rem 1.5rem 1.5rem;
        text-align: center;
        margin-bottom: 0;
}

/* Green gradient text for headings */
.green-gradient-text {
        background: linear-gradient(90deg, #0ba360 0%, #3cba92 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
}

/* Button group row for campaign edit/manage */
.campaign-manage-btn-row {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: center;
        align-items: center;
        margin-bottom: 1.5rem;
}

@media (max-width: 600px) {
    .campaign-manage-btn-row {
        flex-direction: column;
        gap: 0.75rem;
    }
}
/* Sidebar premium action buttons: improved look */
.premium-glass-card .btn-premium-gradient,
.premium-glass-card .btn-premium-outline,
.premium-glass-card .btn-premium-outline-danger {
    font-size: 1.13rem;
    font-weight: 700;
    padding: 0.85em 1.2em;
    border-radius: 2em;
    box-shadow: 0 2px 12px rgba(22,163,74,0.10);
    margin-bottom: 0.7em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7em;
    transition: box-shadow 0.18s, background 0.18s, color 0.18s, transform 0.18s;
}
.premium-glass-card .btn-premium-gradient:last-child,
.premium-glass-card .btn-premium-outline:last-child,
.premium-glass-card .btn-premium-outline-danger:last-child {
    margin-bottom: 0;
}
.premium-glass-card .btn-premium-gradient i,
.premium-glass-card .btn-premium-outline i,
.premium-glass-card .btn-premium-outline-danger i {
    font-size: 1.25em;
}
.premium-glass-card .btn-premium-gradient:hover,
.premium-glass-card .btn-premium-outline:hover,
.premium-glass-card .btn-premium-outline-danger:hover {
    box-shadow: 0 4px 20px rgba(22,163,74,0.18);
    transform: translateY(-2px) scale(1.03);
}
/* Home page: restore hero/centered campaign section layout */
.campaign-list-enhanced {
    padding: 4.5rem 0 4.5rem 0;
    background: #fff;
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.section-header-enhanced {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2.5rem;
}
.section-title-wrap-enhanced {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-badge {
    display: inline-block;
    background: #f5f7fa;
    color: #166534;
    font-weight: 700;
    font-size: 1.05rem;
    border-radius: 2em;
    padding: 0.5em 1.5em;
    margin-bottom: 1.2rem;
    box-shadow: 0 2px 8px rgba(22,163,74,0.07);
}
.section-title-enhanced {
    font-size: 1.5rem;
    font-weight: 800;
    color: #14532d;
    margin-bottom: 0.7rem;
    text-align: center;
    letter-spacing: -1px;
}
.gradient-text {
    background: linear-gradient(90deg, #14532d 60%, #a7f3d0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.section-subtitle-enhanced {
    color: #64748b;
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 2.2rem;
    text-align: center;
    max-width: 600px;
}
.search-form-enhanced {
    width: 100%;
    max-width: 480px;
    margin: 0 auto 2.5rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-wrapper-enhanced {
    width: 100%;
    background: #fff;
    border-radius: 1.5em;
    box-shadow: 0 4px 24px rgba(16,185,129,0.07), 0 1.5px 6px rgba(0,0,0,0.04);
    display: flex;
    align-items: center;
    padding: 0.2em 1.2em;
    height: 56px;
    position: relative;
}
.search-icon-enhanced {
    color: #166534;
    font-size: 1.25rem;
    margin-right: 0.7em;
}
.search-input-enhanced {
    border: none;
    outline: none;
    background: transparent;
    font-size: 1.13rem;
    color: #14532d;
    flex: 1;
    padding: 0.2em 0;
}
.search-btn-enhanced {
    background: #166534;
    color: #fff;
    border: none;
    border-radius: 1em;
    padding: 0.5em 1.1em;
    font-size: 1.25rem;
    margin-left: 0.7em;
    box-shadow: 0 2px 8px rgba(22,163,74,0.10);
    transition: background 0.18s;
}
.search-btn-enhanced:hover {
    background: #14532d;
}
.campaign-grid {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    width: 100%;
    max-width: 1200px;
}
@media (max-width: 900px) {
    .section-title-enhanced {
        font-size: 2rem;
    }
    .section-subtitle-enhanced {
        font-size: 1.05rem;
        margin-bottom: 1.2rem;
    }
    .campaign-list-enhanced {
        padding: 2.2rem 0 2.2rem 0;
    }
    .campaign-grid {
        margin-top: 1.2rem;
        margin-bottom: 1.2rem;
    }
}
/* Home page campaign grid: responsive fix */
.campaign-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(370px, 1fr)); /* was 320px, now 370px */
    gap: 32px;
    justify-items: center;
    align-items: stretch;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}
.campaign-card-modern {
    width: 100%;
    max-width: 400px;
    min-width: 0;
    margin: 0 auto 18px auto;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s;
     min-height: 420px;
}
.campaign-card-modern .campaign-card-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}
.campaign-card-modern .card-body {
    padding: 16px 16px 12px 16px;
        display: flex;
        flex-direction: column;
        flex: 1;
    }
        .dashboard-summary-card {
            transition: box-shadow 0.18s, background 0.18s, color 0.18s;
            border-radius: 1.1rem;
            color: #222;
            position: relative;
            overflow: hidden;
        }
        .dashboard-summary-card.card-campaigns {
            background: linear-gradient(120deg, #e0e7ff 0%, #c7d2fe 100%);
        }
        .dashboard-summary-card.card-contributions {
            background: linear-gradient(120deg, #f0fdf4 0%, #bbf7d0 100%);
        }
        .dashboard-summary-card.card-raised {
            background: linear-gradient(120deg, #fef9c3 0%, #fde68a 100%);
        }
        .dashboard-summary-card.card-avg {
            background: linear-gradient(120deg, #f3e8ff 0%, #d8b4fe 100%);
        }
        .dashboard-summary-card .dashboard-card-icon {
            font-size: 1.7rem;
            opacity: 0.22;
            position: absolute;
            top: 1.2rem;
            right: 1.2rem;
            pointer-events: none;
        }
    flex-direction: column;
    flex: 1;
}
@media (max-width: 900px) {
    .campaign-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 8px;
    }
    .campaign-card-modern {
        max-width: 98vw;
        margin-bottom: 20px;
    }
    .campaign-card-modern .campaign-card-image {
        height: 140px;
    }
    .campaign-card-modern .card-body {
        padding: 16px 10px 12px 10px;
    }
}
/* Premium input style for campaign edit form */
.premium-input {
    border-radius: 12px !important;
    border: 1.5px solid #e5e7eb !important;
    background: rgba(255,255,255,0.93) !important;
    box-shadow: 0 1.5px 6px rgba(22,163,74,0.04);
    font-size: 1.05rem;
    color: #222;
    transition: border 0.18s, box-shadow 0.18s;
}
.premium-input:focus {
    border-color: #16a34a !important;
    box-shadow: 0 2px 8px rgba(22,163,74,0.13);
    background: #fff !important;
}
@media (max-width: 600px) {
    .premium-glass-card {
        border-radius: 10px;
    }
    .premium-glass-card-body {
        padding: 0.7rem 0.5rem 0.7rem 0.5rem;
    }
    .premium-input {
        font-size: 0.98rem;
        border-radius: 8px !important;
        padding: 0.5em 0.7em !important;
    }
}
/* Responsive adjustments for premium campaign detail cards */
@media (max-width: 600px) {
    .premium-glass-card {
        border-radius: 12px;
        margin-left: -8px;
        margin-right: -8px;
        box-shadow: 0 2px 12px rgba(22,163,74,0.10);
    }
    .premium-glass-card-body {
        padding: 1.1rem 0.7rem 1.1rem 0.7rem;
    }
    .premium-hero-image {
        min-height: 140px;
        border-radius: 12px 12px 0 0;
    }
    .premium-hero-overlay {
        padding: 1.1rem 0.7rem 1.1rem 0.7rem;
    }
    .premium-hero-title {
        font-size: 1.25rem;
        margin-bottom: 0.4rem;
    }
    .premium-hero-badges {
        flex-direction: column;
        gap: 0.3em;
        margin-bottom: 0.2em;
    }
    .premium-card-title {
        font-size: 1rem;
        margin-bottom: 0.4rem;
    }
    .premium-desc {
        font-size: 0.98rem;
        margin-bottom: 0.7rem;
    }
    .btn-premium-outline,
    .btn-premium-outline-danger,
    .btn-premium-gradient {
        font-size: 0.98rem;
        padding: 0.45em 0.7em;
    }
    .modern-progress-bar {
        height: 12px;
        border-radius: 7px;
    }
    .modern-progress-bar-inner {
        border-radius: 7px;
    }
    .premium-glass-card.mb-4,
    .premium-glass-card.mb-2 {
        margin-bottom: 1rem !important;
    }
}
/* Premium Glassmorphism Card Styles for Campaign Detail */
.premium-glass-card {
    background: rgba(255,255,255,0.82);
    border-radius: 22px;
    box-shadow: 0 8px 32px rgba(22,163,74,0.13), 0 2px 8px rgba(0,0,0,0.08);
    backdrop-filter: blur(8px);
    border: 1.5px solid rgba(22,163,74,0.09);
    overflow: hidden;
    transition: box-shadow 0.22s, border-color 0.22s;
}
.premium-glass-card:hover {
    box-shadow: 0 16px 48px rgba(22,163,74,0.18);
    border-color: #16a34a;
}
.premium-glass-card-body {
    padding: 2.2rem 1.7rem 1.7rem 1.7rem;
}
.premium-card-title {
    font-size: 1.18rem;
    font-weight: 700;
    color: #004d00;
    margin-bottom: 0.7rem;
    letter-spacing: 0.02em;
}
.premium-hero-image {
    position: relative;
    width: 100%;
    min-height: 260px;
    background-size: cover;
    background-position: center;
    border-radius: 22px 22px 0 0;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(22,163,74,0.13);
}
.premium-hero-overlay {
    position: absolute;
    left: 0; top: 0; width: 100%; height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.45) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2.2rem 1.7rem 1.7rem 1.7rem;
}
.premium-hero-title {
    font-size: 2.1rem;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 4px 18px rgba(0,0,0,0.55), 0 1.5px 6px rgba(22,163,74,0.18);
    margin-bottom: 0.7rem;
}
.premium-hero-badges {
    display: flex;
    gap: 0.7em;
    margin-bottom: 0.3em;
    flex-wrap: wrap;
}
.badge-premium {
    background: linear-gradient(90deg, #16a34a 60%, #198754 100%);
    color: #fff !important;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 999px;
    padding: 0.32em 1.1em;
    margin-right: 6px;
    margin-bottom: 4px;
    box-shadow: 0 2px 8px rgba(22,163,74,0.10);
    letter-spacing: 0.01em;
    vertical-align: middle;
    border: none;
    text-shadow: 0 2px 8px rgba(0,0,0,0.45), 0 1px 2px rgba(0,0,0,0.18);
    background-blend-mode: multiply;
    background-color: rgba(0,0,0,0.32);
    /* fallback for custom backgrounds below */
}
.badge-premium.badge-category,
.badge-premium.badge-status,
.badge-premium.badge-type {
    background-blend-mode: multiply;
    background-color: rgba(0,0,0,0.32);
}
.badge-premium.badge-category { background: linear-gradient(90deg, #7c3aed 60%, #a21caf 100%); }
.badge-premium.badge-status { background: linear-gradient(90deg, #16a34a 60%, #198754 100%); }
.badge-premium.badge-type { background: linear-gradient(90deg, #2563eb 60%, #1d4ed8 100%); }
.premium-hero-meta {
    font-size: 1rem;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0,0,0,0.18);
}
.premium-desc {
    font-size: 1.08rem;
    color: #374151;
    margin-bottom: 1.2rem;
    line-height: 1.7;
}

.premium-desc.expanded {
    -webkit-line-clamp: unset;
    max-height: none;
    overflow: visible;
}

.read-more-link {
    color: #16a34a;
    cursor: pointer;
    font-weight: 600;
    margin-left: 0.3em;
    text-decoration: underline;
    font-size: 1.01em;
}
.btn-premium-outline {
    border-radius: 999px;
    font-weight: 700;
    padding: 0.45em 1.2em;
    font-size: 1rem;
    border: 2px solid #16a34a;
    background: #fff;
    color: #16a34a;
    transition: background 0.18s, color 0.18s, border 0.18s;
    box-shadow: 0 1.5px 6px rgba(22,163,74,0.04);
    cursor: pointer;
    outline: none;
}
.btn-premium-outline:hover {
    background: #16a34a;
    color: #fff;
}
.btn-premium-outline-danger {
    border-radius: 999px;
    font-weight: 700;
    padding: 0.45em 1.2em;
    font-size: 1rem;
    border: 2px solid #dc2626;
    background: #fff;
    color: #dc2626;
    transition: background 0.18s, color 0.18s, border 0.18s;
    box-shadow: 0 1.5px 6px rgba(220,38,38,0.04);
    cursor: pointer;
    outline: none;
}
.btn-premium-outline-danger:hover {
    background: #dc2626;
    color: #fff;
}
.btn-premium-gradient {
    border-radius: 999px;
    font-weight: 700;
    padding: 0.55em 1.5em;
    font-size: 1.08rem;
    background: linear-gradient(90deg, #16a34a 0%, #22c55e 100%);
    color: #fff;
    border: none;
    box-shadow: 0 4px 15px rgba(22,163,74,0.13);
    transition: background 0.18s, color 0.18s, box-shadow 0.18s;
    cursor: pointer;
    outline: none;
}
.btn-premium-gradient:hover {
    background: linear-gradient(90deg, #198754 0%, #16a34a 100%);
    color: #fff;
    box-shadow: 0 6px 20px rgba(22,163,74,0.18);
}
/* Utility: Padding top to clear fixed navbar */
.pt-navbar {
    padding-top: 64px !important; /* Match your navbar height */
}
body {
    background: #fff;
    min-height: 100vh;
    padding-top: 64px; /* Adjust to match navbar height */
}
/* Investment List Page Modern Styles */
.header-white-gradient {
    background: #fff;
    border-radius: 0 0 1.5rem 1.5rem;
    box-shadow: 0 2px 8px rgba(22,163,74,0.08);
    margin-top: 2.2rem;
}
.gradient-green-text {
    background: linear-gradient(90deg, #16a34a 0%, #22c55e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.shadow-sm {
    box-shadow: 0 2px 8px rgba(22,163,74,0.08)!important;
}
.rounded-bottom-lg {
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}
.hover-lift {
    transition: transform 0.3s cubic-bezier(.4,2,.6,1), box-shadow 0.3s cubic-bezier(.4,2,.6,1);
}
.hover-lift:hover {
    transform: translateY(-7px) scale(1.02);
    box-shadow: 0 0.5rem 1.5rem rgba(22,163,74,0.13) !important;
    z-index: 2;
}
.card-investment {
    border: 1.5px solid #e0f2e9;
    border-radius: 1.1rem;
    box-shadow: 0 2px 12px rgba(22,163,74,0.06);
    background: #fff;
    transition: box-shadow 0.2s, border-color 0.2s;
    min-height: 100%;
}
.card-investment:hover {
    border-color: #16a34a;
    box-shadow: 0 6px 24px rgba(22,163,74,0.13);
}
.badge-investment {
    background: #e0f2e9;
    color: #16a34a;
    font-weight: 600;
    border-radius: 0.7rem;
    font-size: 0.95rem;
    padding: 0.35em 1em;
    margin-bottom: 0.5em;
    display: inline-block;
}
.category-label {
    background: #16a34a;
    color: #fff;
    border-radius: 0.7rem;
    font-size: 0.92rem;
    padding: 0.3em 0.9em;
    font-weight: 500;
    margin-bottom: 0.5em;
    display: inline-block;
}
.returns-box {
    background: #e0f2e9;
    color: #166534;
    border-radius: 0.7rem;
    font-size: 1.05rem;
    font-weight: 600;
    padding: 0.4em 1.1em;
    margin-top: 0.7em;
    display: inline-block;
}
@media (max-width: 600px) {
    .bg-green-header { border-radius: 0 0 1rem 1rem; }
    .card-investment { border-radius: 0.7rem; }
}
/* Featured Campaigns Slider */
.featured-slider {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 2rem;
            <div class="d-flex gap-2 align-items-center flex-wrap">
    scrollbar-width: none; /* Firefox */
}
.featured-slider::-webkit-scrollbar {
    display: none;
}
.slider-item {
    min-width: 340px;
    flex: 0 0 340px;
    transition: transform 0.3s;
}
@media (max-width: 600px) {
    .slider-item {
        min-width: 90vw;
        flex: 0 0 90vw;
    }
}
/* Stats section background and border */
.hero-stats-cards {
    background: linear-gradient(135deg, #f8fdf8 60%, #e6f4ea 100%);
    border-radius: 18px;
    box-shadow: 0 2px 16px rgba(22,163,74,0.07);
    padding-top: 18px;
    padding-bottom: 18px;
    margin-left: 0;
    margin-right: 0;
}
.stats-card {
    border: 1.5px solid #16a34a;
    background: #f8fdf8;
}
/* Button hover/focus styles */
.btn-hero-primary:hover, .btn-hero-primary:focus {
    background-color: #198754;
    color: #fff;
    box-shadow: 0 4px 12px rgba(22,163,74,0.15);
}
.btn-hero-secondary:hover, .btn-hero-secondary:focus {
    background-color: #e6f4ea;
    color: #198754;
    box-shadow: 0 4px 12px rgba(22,163,74,0.10);
}
.progress-badge,
.progress-badge .badge,
.progress-badge .badge.bg-success {
    color: #fff !important;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0,0,0,0.10);
}
.badge.bg-success,
.badge.bg-success.status-badge,
.badge.bg-success.badge-completed,
.badge.bg-success.badge-ontrack {
    color: #fff !important;
}
.status-badge,
.badge-completed,
.badge-ontrack,
.badge-completed.badge,
.badge-ontrack.badge {
    display: inline-block;
    background: linear-gradient(90deg, #16a34a 60%, #198754 100%);
    color: #fff !important;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 999px;
    padding: 0.32em 1.1em;
    margin-right: 6px;
    margin-bottom: 4px;
    box-shadow: 0 2px 8px rgba(22,163,74,0.10);
    letter-spacing: 0.01em;
    vertical-align: middle;
    border: none;
    text-shadow: 0 1px 2px rgba(0,0,0,0.08);
    transition: background 0.18s, color 0.18s;
}
/* Campaign detail progress bar */
.detail-progress-bar {
    width: 100%;
    height: 18px;
    background: #e6f4ea;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 12px;
    box-shadow: 0 2px 8px rgba(22,163,74,0.08);
}
.detail-progress-bar-inner {
    height: 100%;
    background: linear-gradient(90deg, #16a34a 0%, #004d00 100%);
    border-radius: 12px;
    transition: width 0.4s cubic-bezier(.4,0,.2,1);
}
/* Modern progress bar for campaign detail */
 .modern-progress-bar {
    width: 100%;
    height: 18px;
    margin-bottom: 12px;
    box-shadow: rgba(22, 163, 74, 0.08) 0px 2px 8px;
    background: rgb(230, 244, 234);
    border-radius: 12px;
    overflow: hidden;
}
.modern-progress-bar-inner {
    height: 100%;
    background: linear-gradient(90deg, #16a34a 0%, #004d00 100%);
    border-radius: 12px;
    transition: width 0.4s cubic-bezier(.4,0,.2,1);
}

/* Modern badge styles for category/status/contribution */
.card-badge,
.category-badge,
.status-badge,
.contribution-badge {
    display: inline-block;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 999px;
    padding: 0.35em 1em;
    margin-right: 8px;
    margin-bottom: 6px;
    background: #e6f4ea;
    color: #16a34a;
    box-shadow: 0 2px 8px rgba(22,163,74,0.08);
    letter-spacing: 0.02em;
    vertical-align: middle;
    transition: background 0.2s, color 0.2s;
}
.status-badge {
    background: #d1fae5;
    color: #065f46;
}
.contribution-badge {
    background: #bae6fd;
    color: #2563eb;
}
.category-badge {
    background: #f3e8ff;
    color: #7c3aed;
}
/* Modern campaign card layout inspired by reference */
.campaign-card-modern {
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    background: #fff;
    padding: 0;
    margin-bottom: 32px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s;
}
.campaign-card-modern:hover {
    box-shadow: 0 8px 32px rgba(22,163,74,0.12);
}
.campaign-card-modern .campaign-card-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}
.campaign-card-modern .card-body {
    padding: 24px 24px 18px 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.campaign-card-modern .card-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1f2937;
}
.campaign-card-modern .card-badge {
    display: inline-block;
    background: #e6f4ea;
    color: #16a34a;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 999px;
    padding: 0.35em 1em;
    margin-bottom: 12px;
}
.campaign-card-modern .card-desc {
    font-size: 1rem;
    color: #374151;
    margin-bottom: 10px;
}
.campaign-card-modern .card-actions {
    display: flex;
    gap: 12px;
    margin-top: auto;
}
.campaign-card-modern .btn {
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.98rem;
    padding: 0.5em 1.2em;
}
@media (max-width: 900px) {
    .campaign-card-modern {
        margin-bottom: 24px;
    }
    .campaign-card-modern .campaign-card-image {
        height: 140px;
    }
    .campaign-card-modern .card-body {
        padding: 16px 12px 12px 12px;
    }
}
/* Utility class for consistent font across app */
.site-navbar, .site-footer {
    width: 100%;
    min-width: 0;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.site-navbar .container, .site-footer .container {
    width: 100%;
    max-width: 100vw;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (max-width: 900px) {
    .site-navbar, .site-footer {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (max-width: 600px) {
    .site-navbar, .site-footer {
        width: 100vw;
        min-width: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .site-navbar .container, .site-footer .container {
        width: 100vw;
        max-width: 100vw;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .footer-grid {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
    .footer-col {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        text-align: left !important;
    }
    .footer-social {
        margin-top: 16px;
        text-align: left !important;
    }
}
.font-main {
    font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}
.badge-inline {
    vertical-align: middle !important;
    margin-right: 8px !important;
}
/* Restore Bootstrap badge look for .badge-inline in card-body (category/status) */
.card-body .badge-inline {
    font-size: 0.75em !important;
    font-weight: 700 !important;
    color: #fff !important;
    background: none;
    border: none;
    box-shadow: none;
    padding: 0.35em 0.65em !important;
    border-radius: 0.65em !important;
    line-height: 1 !important;
    vertical-align: baseline;
}
.card-body .badge-inline i {
    color: #fff !important;
    background: none !important;
    border-radius: 0;
    font-size: 1em !important;
    margin-right: 0.3em;
    box-shadow: none !important;
    width: auto;
    height: auto;
    display: inline-block;
}
/* Make icons inside badges white for contrast on dark backgrounds */
.badge-inline i,
.status-badge i {
    color: #fff !important;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.10));
}
/* Utility: Use .badge-inline to force compact, inline badge display only where needed */
.badge-inline {
    display: inline-flex !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    justify-content: flex-start !important;
    align-self: flex-start !important;
    white-space: nowrap !important;
}
/* ABSOLUTE OVERRIDE: Force badges to never stretch, always inline-flex */
.card-body .badge, .card-body .category-badge, .card-body .status-badge,
.campaign-card .badge, .campaign-card .category-badge, .campaign-card .status-badge {
    display: inline-flex !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    justify-content: flex-start !important;
}
/* Force badge display: always inline, never bar */
.badge, .category-badge, .status-badge {
    display: inline-flex !important;
    align-items: center;
    width: auto !important;
    min-width: 0 !important;
    padding: 0.18em 0.7em;
    border-radius: 999px !important;
    font-size: 0.93rem;
    font-weight: 700;
    background: #fff;
    color: #004d00;
    box-shadow: 0 1.5px 6px rgba(0,77,0,0.10);
    border: 1.2px solid #e6ffe6;
    min-height: 1.7em;
    min-width: 1.7em;
    height: auto;
    white-space: nowrap;
    vertical-align: middle;
    margin: 0 0.15em 0 0;
}

.badge i, .category-badge i, .status-badge i, .badge .badge-icon, .category-badge .badge-icon, .status-badge .badge-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.15em;
    height: 1.15em;
    margin-right: 0.18em;
    font-size: 1.05em;
    line-height: 1;
    background: #e6ffe6;
    border-radius: 50%;
    color: #004d00 !important;
    box-shadow: 0 1px 3px rgba(0,77,0,0.06);
}
/* CAMPAIGN CARD UI IMPROVEMENTS */
.campaign-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
}
.campaign-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 6px 24px rgba(0,0,0,0.10), 0 1.5px 6px rgba(0,0,0,0.06);
    overflow: hidden;
    max-width: 370px;
    min-width: 300px;
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateY(30px) scale(0.97);
    animation: campaignCardFadeIn 0.7s cubic-bezier(.4,2,.6,1) forwards;
}
.campaign-card:nth-child(1) { animation-delay: 0.1s; }
.campaign-card:nth-child(2) { animation-delay: 0.22s; }
.campaign-card:nth-child(3) { animation-delay: 0.34s; }
.campaign-card:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 16px 40px rgba(0,0,0,0.13), 0 2px 8px rgba(0,0,0,0.08);
}
.card-image {
    width: 100%;
    height: 140px;
    background: #e6ffe6;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    transition: transform 0.3s;
}
.campaign-card:hover .card-image img {
    transform: scale(1.04);
}
/* Category badge: fix icon alignment and compactness */
.category-badge {
    position: absolute;
    top: 8px;
    left: 10px;
    z-index: 2;
    /* All other badge styles are handled by the global .badge, .category-badge, .status-badge rule at the top */
}
.category-badge i, .category-badge .badge-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    width: 1.15em;
    height: 1.15em;
    margin-right: 0.18em;
    font-size: 1.05em;
    line-height: 1;
    background: #e6ffe6;
    border-radius: 50%;
    color: #004d00 !important;
    box-shadow: 0 1px 3px rgba(0,77,0,0.06);
}
.category-badge .badge-icon {
    object-fit: contain;
    background: #e6ffe6;
    border-radius: 50%;
    border: 1px solid #c2f0c2;
}
.title-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,77,0,0.72);
    color: #fff;
    font-size: 1.08rem;
    font-weight: 700;
    padding: 0.38em 0.9em;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    letter-spacing: 0.5px;
}
/* Card body: tighten vertical spacing */
/* Card body: further tighten vertical spacing */
.card-body {
    padding: 0.85rem 1rem 0.7rem 1rem;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.5rem;
}
/* Creator info: reduce bottom margin */
.creator-info {
    display: flex;
    align-items: center;
    margin-bottom: 0.4em;
}
.creator-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #004d00;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 700;
    margin-right: 0.7em;
    overflow: hidden;
    border: 1px solid #e5e7eb;
}
.creator-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.creator-initials {
    font-size: 1.1rem;
    font-weight: 700;
}
.creator-details {
    display: flex;
    flex-direction: column;
}
.creator-label {
    font-size: 0.85rem;
    color: #888;
    text-transform: uppercase;
    font-weight: 600;
}
.creator-name {
    font-size: 1rem;
    color: #004d00;
    font-weight: 700;
}
/* Card description: reduce line spacing and margin */
/* Card description: reduce margin */
.card-desc {
    color: #222;
    font-size: 0.98rem;
    margin-bottom: 0.4rem;
    min-height: 1.5em;
    line-height: 1.32;
}
/* Progress bar: reduce margin, modern look */
/* Progress bar: modern prominent style */
.progress-bar {
    margin-bottom: 0.25em;
    margin-top: 0.1em;
}
.progress {
    width: 100%;
    height: 18px;
    background: #e6ffe6;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 0.1em;
    position: relative;
    box-shadow: 0 1px 3px rgba(0,77,0,0.06);
    display: flex;
    align-items: center;
}
.progress-inner {
    height: 100%;
    background: linear-gradient(90deg, #004d00 0%, #17BEBB 100%);
    border-radius: 8px;
    transition: width 0.7s cubic-bezier(.4,2,.6,1);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
    min-width: 2px; /* Always show a visible bar, even for 0% progress */
    width: calc(max(2px, var(--progress-width, 0%))); /* fallback for template width */
}
.progress-percent-label {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    background: rgba(0,0,0,0.18);
    font-weight: 700;
    font-size: 1rem;
    border-radius: 6px;
    min-width: 40px;
    text-align: center;
    padding: 0 8px;
    pointer-events: none;
    z-index: 2;
    box-shadow: 0 1px 4px rgba(0,0,0,0.10);
}

.modern-progress-label {
    font-size: 0.93rem !important;
    font-weight: 600 !important;
    padding: 0 5px !important;
}

.progress-percent-label.inside {
    color: #fff;
    text-shadow: 0 1px 4px rgba(0,0,0,0.13);
}
.progress-percent-label.low {
    color: #004d00;
    text-shadow: none;
}
.progress-label-above, .progress-label {
    font-size: 0.98rem;
    color: #004d00;
    font-weight: 600;
    opacity: 0.85;
}
.progress {
    width: 100%;
    height: 7px;
    background: #e6ffe6;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 0.3em;
    position: relative;
}
.progress[role="progressbar"] {
    background: #e6ffe6;
}
.progress[role="progressbar"]:after {
    content: '';
    display: block;
    height: 100%;
    background: linear-gradient(90deg, #004d00 0%, #17BEBB 100%);
    border-radius: 6px;
    width: var(--progress-width, 0%);
    transition: width 0.7s cubic-bezier(.4,2,.6,1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
/* Raised text: lighter, less margin */
.goal {
    font-size: 1rem;
    font-weight: 800;
    color: #004d00;
    margin-bottom: 0.18em;
    margin-top: 0.10em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    scrollbar-width: none; /* Firefox */
}
.goal .goal-amount {
    color: #004d00;
    font-weight: 800;
}
.goal .goal-total {
    color: #888;
    margin-left: 0.5em;
    font-weight: 600;
}
.goal::-webkit-scrollbar {
    display: none;
}
.campaign-meta {
    display: flex;
    gap: 0.5em;
    font-size: 0.95rem;
    color: #888;
    margin-bottom: 0.3em;
    flex-wrap: wrap;
}
.meta-item {
    display: flex;
    align-items: center;
    gap: 0.3em;
}
/* Buttons: align, less prominent disabled */
.btn-view {
    border-radius: 999px;
    font-weight: 700;
    padding: 0.45em 1.2em;
    font-size: 1rem;
    border: 2px solid #004d00;
    background: #fff;
    color: #004d00;
    transition: background 0.2s, color 0.2s, border 0.2s;
    box-shadow: 0 1.5px 6px rgba(0,77,0,0.04);
    cursor: pointer;
    outline: none;
    margin-right: 0.4em;
}
.btn-view:hover {
    background: #004d00;
    color: #fff;
}
.btn[disabled], .btn:disabled, button[disabled] {
    opacity: 0.45 !important;
    background: #e5e7eb !important;
    color: #888 !important;
    border: 1.5px solid #e5e7eb !important;
    cursor: not-allowed !important;
    box-shadow: none !important;
}
@keyframes campaignCardFadeIn {
    0% { opacity: 0; transform: translateY(30px) scale(0.97); }
    80% { opacity: 1; transform: translateY(-6px) scale(1.03); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}
/* FEATURED CAMPAIGNS SECTION UI IMPROVEMENTS */
.featured-spotlight {
    background: none;
    margin-top: 0;
    margin-bottom: 0;
}
.featured-spotlight-card {
    background: #f8fafc;
    border-radius: 28px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.08), 0 1.5px 6px rgba(0,0,0,0.04);
    max-width: 1100px;
    margin: 0 auto;
    padding: 2.5rem 2rem 2rem 2rem;
}
.spotlight-badge-inline {
    display: inline-block;
    background: #004d00;
    color: #fff;
    font-weight: 700;
    border-radius: 999px;
    padding: 0.5rem 1.5rem;
    font-size: 1.1rem;
    box-shadow: 0 2px 12px rgba(0,77,0,0.10);
    letter-spacing: 1px;
}
.featured-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
}
.featured-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 6px 24px rgba(0,0,0,0.10), 0 1.5px 6px rgba(0,0,0,0.06);
    overflow: hidden;
    max-width: 420px;
    min-width: 320px;
    flex: 1 1 320px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateY(30px) scale(0.97);
    animation: featuredCardFadeIn 0.7s cubic-bezier(.4,2,.6,1) forwards;
}
.featured-card:nth-child(1) { animation-delay: 0.1s; }
.featured-card:nth-child(2) { animation-delay: 0.25s; }
.featured-card:nth-child(3) { animation-delay: 0.4s; }
.featured-card:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 16px 40px rgba(0,0,0,0.13), 0 2px 8px rgba(0,0,0,0.08);
}
.featured-card-image {
    width: 100%;
    height: 180px;
    background: #e6ffe6;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.featured-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    transition: transform 0.3s;
}
.featured-card:hover .featured-card-image img {
    transform: scale(1.04);
}
.featured-badge-overlay {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #ff9800;
    color: #fff;
    font-weight: 700;
    border-radius: 999px;
    padding: 0.35rem 1.1rem;
    font-size: 0.98rem;
    box-shadow: 0 2px 8px rgba(255,152,0,0.13);
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 0.5em;
}
.featured-card-content {
    padding: 1.5rem 1.5rem 1.2rem 1.5rem;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.featured-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #004d00;
    margin-bottom: 0.5rem;
    letter-spacing: 0.5px;
}
.featured-card-desc {
    color: #222;
    font-size: 1rem;
    margin-bottom: 1.1rem;
    min-height: 2.2em;
}
.featured-progress-wrap {
    margin-bottom: 1.1rem;
}
.featured-stats {
    font-size: 1.08rem;
    font-weight: 600;
    color: #004d00;
    margin-bottom: 0.3rem;
}
.featured-amount {
    font-weight: 800;
    color: #004d00;
}
.featured-goal {
    color: #888;
    margin-left: 0.5em;
}
.featured-bar {
    width: 100%;
    height: 7px;
    background: #e6ffe6;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 0.3em;
}
.featured-fill {
    height: 100%;
    background: linear-gradient(90deg, #004d00 0%, #17BEBB 100%);
    border-radius: 6px;
    transition: width 0.7s cubic-bezier(.4,2,.6,1);
}
.featured-percent {
    font-size: 0.98rem;
    color: #004d00;
    font-weight: 600;
    opacity: 0.85;
}
.featured-actions {
    display: flex;
    gap: 0.7em;
    margin-top: 1.1em;
    flex-wrap: wrap;
}
.btn-featured, .btn-featured-donate {
    border-radius: 999px;
    font-weight: 700;
    padding: 0.55em 1.5em;
    font-size: 1rem;
    border: 2px solid #004d00;
    background: #fff;
    color: #004d00;
    transition: background 0.2s, color 0.2s, border 0.2s;
    box-shadow: 0 1.5px 6px rgba(0,77,0,0.04);
    cursor: pointer;
    outline: none;
}
.btn-featured:hover {
    background: #004d00;
    color: #fff;
}
.btn-featured-donate {
    border-color: #16a34a;
    color: #16a34a;
}
.btn-featured-donate:hover {
    background: #16a34a;
    color: #fff;
}
@keyframes featuredCardFadeIn {
    0% { opacity: 0; transform: translateY(30px) scale(0.97); }
    80% { opacity: 1; transform: translateY(-6px) scale(1.03); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}
/* HERO STATS CARDS - NEAT, MODERN, ANIMATED */
.hero-stats-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin-top: 32px;
}

.hero-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.10), 0 1.5px 6px rgba(0,0,0,0.06);
    padding: 32px 36px 24px 36px;
    min-width: 180px;
    max-width: 220px;
    transition: transform 0.25s cubic-bezier(.4,2,.6,1), box-shadow 0.25s;
    opacity: 0;
    transform: translateY(30px) scale(0.96);
    animation: heroCardFadeIn 0.7s cubic-bezier(.4,2,.6,1) forwards;
}

.hero-card:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 16px 40px rgba(0,0,0,0.13), 0 2px 8px rgba(0,0,0,0.08);
}

.hero-card-value {
    font-size: 2.5rem;
    font-weight: 800;
    color: #004d00;
    margin-bottom: 8px;
    letter-spacing: 1px;
    text-shadow: 0 2px 12px rgba(0,77,0,0.08);
}

.hero-card-label {
    font-size: 1rem;
    color: #004d00;
    opacity: 0.85;
    font-weight: 600;
    letter-spacing: 1px;
}

@keyframes heroCardFadeIn {
    0% { opacity: 0; transform: translateY(30px) scale(0.96); }
    80% { opacity: 1; transform: translateY(-6px) scale(1.03); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}

/* Animate cards in sequence */
.hero-card:nth-child(1) { animation-delay: 0.1s; }
.hero-card:nth-child(2) { animation-delay: 0.25s; }
.hero-card:nth-child(3) { animation-delay: 0.4s; }
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

:root {
    /* ========================================
       CENTRALIZED THEME CONFIGURATION
       Change these values to update the entire site theme
       ======================================== */
    
    /* Green & White Theme Colors */
    --primary: #004d00;        /* Primary Green */
    --primary-dark: #003300;   /* Darker Green */
    --primary-light: #e6ffe6;  /* Light Green */
    --accent: #17BEBB;         /* Teal Accent (kept for compatibility) */

    /* Gradient Definitions */
    --gradient-primary: linear-gradient(135deg, #004d00 0%, #003300 100%);
    --gradient-primary-extended: linear-gradient(135deg, #004d00 0%, #003300 50%, #e6ffe6 100%);
    --gradient-horizontal: linear-gradient(90deg, #004d00 0%, #003300 100%);

    /* Background Colors */
    --page-bg: #ffffff;       /* White background */
    --card-bg: #FFFFFF;       /* Cards / sections */

    /* Text Colors */
    --page-text: #004d00;     /* Main text color (green) */
    --text-muted: #6b7280;    /* Muted text */

    /* Navbar */
    --nav-bg: var(--primary);
    --nav-border: var(--accent);
    --nav-text: #FFFFFF;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: var(--page-bg);
    color: var(--page-text);
}

/* NAVBAR */
.navbar {
    background: var(--nav-bg, #004d00) !important;
    width: 100%;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    min-height: 58px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.09);
    transition: background 0.2s, box-shadow 0.2s;
    display: flex;
    align-items: center;
    padding: 0 0.5rem;
body {
    padding-top: 64px; /* Adjust to navbar height */
}
}
.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 58px;
}
.logo {
    font-size: 1.45rem;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 0.5em;
    height: 58px;
}
.nav-links {
    list-style: none;
    display: flex;
    gap: 20px;
    align-items: center;
    height: 58px;
.btn, .navbar .btn {
        transition: background 0.18s, color 0.18s, box-shadow 0.18s;
}
.btn:hover, .navbar .btn:hover {
        filter: brightness(0.95);
        box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
/* Sticky navbar background fade on scroll */
@media (min-width: 768px) {
    .navbar.scrolled {
        background: linear-gradient(180deg, #004d00 96%, rgba(0,0,0,0.01) 100%) !important;
        box-shadow: 0 6px 24px rgba(0,0,0,0.13);
    }
}
}
.nav-links a {
    text-decoration: none;
    color: var(--page-text);
}
#menu-toggle { display: none; }
.hamburger {
    display: none;
    font-size: 26px;
}

/* Use `.site-navbar` when you want the themed navbar (moved from inline HTML style) */
.navbar.site-navbar {
    background: var(--nav-bg) !important;
    border-bottom: 3px solid var(--nav-border);
}
.navbar.site-navbar .nav-link,
.navbar.site-navbar .navbarFontColor,
.navbar.site-navbar .navbar-brand {
    color: var(--nav-text) !important;
}

.navbar.site-navbar .navbar-brand {
    padding: 0 !important;
    margin: 0 !important;
}

/* User avatar dropdown in navbar */
.nav-item.dropdown { margin-left: 12px; }
.avatar-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: var(--card-bg);
    color: var(--primary);
    /* ensure initials remain visible even if navbar rules attempt to change link color */
    color: var(--primary) !important;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    padding: 0;
    text-decoration: none;
    overflow: hidden; /* make this the clipping container so child img fills the circle */
    line-height: 0; /* remove inline-gap artifacts that can distort image sizing */
    box-sizing: border-box;
}
.avatar-btn:focus { outline: none; }
.dropdown-menu.dropdown-menu-end {
    min-width: 220px;
    border-radius: 8px;
}
.dropdown-header small { display: block; font-size: 0.85rem; color: #6b7280; }
.dropdown-item { white-space: nowrap; }

.avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

/* MOBILE NAV */
@media (max-width: 991.98px) {
    .navbar-toggler {
        display: block !important;
    }
    .navbar-collapse {
        background: #fff !important;
        box-shadow: 0 8px 32px rgba(0,0,0,0.13);
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        max-width: 98vw;
        z-index: 999;
        padding: 1rem 0.5rem;
        border-radius: 0 0 18px 18px;
        transition: all 0.2s;
        margin: 0 auto;
    }
    .navbar-nav {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.5rem !important;
        width: 100%;
    }
    .navbar .nav-item {
        width: 100%;
    }
    .navbar .nav-link,
    .navbar .nav-item .nav-link,
    .navbar .nav-link.navbarFontColor {
        width: 100%;
        padding: 0.75rem 1.5rem;
        color: #222 !important;
        background: none !important;
        border-radius: 8px;
        font-weight: 700;
        margin-bottom: 2px;
        text-align: left;
        box-shadow: none !important;
        transition: color 0.15s;
    }
    .navbar .nav-link.login {
        background: #222 !important;
        color: #fff !important;
        border-radius: 18px;
        font-weight: 700;
        box-shadow: none !important;
        padding: 0.5rem 1.5rem;
        margin: 0.5rem 0 0.5rem auto;
        display: inline-block;
        width: auto;
        text-align: center;
    }
    .navbar .dropdown-menu {
        position: static !important;
        float: none;
        box-shadow: none;
        background: #fff;
        margin: 0.5rem 0;
    }
}

/* HERO */
.hero {
    
    color: var(--card-bg);
    padding: 80px 20px;
    text-align: center;
}
.hero-text h1 {
    font-size: 42px;
}
.btn-primary {
    background: linear-gradient(90deg,var(--primary),var(--accent));
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
}
.navbarFontColor{
    color: white !important;
}
/* CATEGORIES */
.categories {
    padding: 40px 20px;
    text-align: center;
}

/* FEATURED CAMPAIGNS - COMPACT HORIZONTAL CARDS */
.featured-spotlight {
    padding: 50px 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
}

.spotlight-badge-inline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--gradient-primary);
    color: #fff;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 0.9rem;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.spotlight-badge-inline i {
    animation: pulse-star 2s ease-in-out infinite;
}

@keyframes pulse-star {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.15); opacity: 0.8; }
}

.featured-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.featured-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(102, 126, 234, 0.1);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.featured-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(102, 126, 234, 0.2);
    border-color: rgba(102, 126, 234, 0.3);
}

.featured-card-image {
    position: relative;
    height: 180px;
    overflow: hidden;
    background: linear-gradient(135deg, #e5e7eb 0%, #f3f4f6 100%);
}

.featured-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    transition: transform 0.3s ease;
}

.featured-card:hover .featured-card-image img {
    transform: scale(1.05);
}

.featured-card-placeholder {
    width: 100%;
    height: 100%;
    background: var(--gradient-primary, linear-gradient(135deg, #004d00 0%, #003300 100%)) !important;
}

.featured-badge-overlay {
    position: absolute;
    top: 12px;
    right: 12px;
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 5px;
    box-shadow: 0 4px 12px rgba(255, 107, 53, 0.4);
}

.featured-badge-overlay i {
    font-size: 0.7rem;
    animation: flicker 1.5s ease-in-out infinite;
}

.featured-card-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.featured-card-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 10px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.featured-card-desc {
    font-size: 0.9rem;
    color: #6b7280;
    line-height: 1.5;
    margin-bottom: 16px;
    flex: 1;
}

.featured-progress-wrap {
    margin-bottom: 16px;
}

.featured-stats {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 8px;
}

.featured-amount {
    font-weight: 800;
    color: #004d00;
}

.featured-goal {
    color: #888;
    margin-left: 0.5em;
}
.featured-bar {
    width: 100%;
    height: 7px;
    background: #e6ffe6;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 0.3em;
}
.featured-fill {
    height: 100%;
    background: linear-gradient(90deg, #004d00 0%, #17BEBB 100%);
    border-radius: 6px;
    transition: width 0.8s ease-out;
}
.featured-percent {
    font-size: 0.98rem;
    color: #004d00;
    font-weight: 600;
    opacity: 0.85;
}
.featured-actions {
    display: flex;
    gap: 0.7em;
    margin-top: 1.1em;
    flex-wrap: wrap;
}
.btn-featured, .btn-featured-donate {
    flex: 1;
    padding: 10px 16px;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.3s ease;
    text-align: center;
}

.btn-featured {
    background: transparent;
    color: var(--primary);
    border: 2px solid var(--primary);
}

.btn-featured:hover {
    background: var(--primary);
    color: #fff;
    transform: translateY(-2px);
}

.btn-featured-donate {
    background: var(--gradient-primary);
    color: #fff;
    border: none;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.btn-featured-donate:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

@media (max-width: 768px) {
    .featured-grid {
        grid-template-columns: 1fr;
    }
    .featured-card-image {
        height: 200px;
    }
}

/* CATEGORIES */
.categories {
    padding: 40px 20px;
    text-align: center;
}
.category-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.category-box {
    width: 120px;
    padding: 15px;
    background: var(--card-bg);
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    color: var(--page-text);
    transition: 0.2s;
    text-align: center;
}
.category-box:hover {
    background: #f4f6f8;
}

/* CAMPAIGN GRID */
.campaign-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 30px;
    /* Keep the grid from expanding to the full page width when there are few items */
    max-width: 1200px; /* adjust as needed: 3-5 columns worth of content */
    margin: 0 auto; /* center the grid */
    justify-items: center; /* center each grid cell's content so cards don't stretch */
}
.campaign-card {
    border: 1px solid rgba(11,26,40,0.06);
    border-radius: 10px;
    padding: 15px;
    background: var(--card-bg);
    /* Keep campaign cards consistent width even when only one item */
    width: 100%;
    max-width: 260px;
}
.campaign-card {
    /* Modern uplifted card look */
    background: linear-gradient(180deg, var(--card-bg) 0%, #fbfbff 100%);
    border: 1px solid rgba(11,26,40,0.06);
    box-shadow: 0 6px 18px rgba(11,26,40,0.06);
    transition: transform 220ms ease, box-shadow 220ms ease;
}
.campaign-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(16,24,40,0.12);
}

/* Title and description */
.campaign-card h3 {
    font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 1.05rem;
    margin: 12px 0 6px 0;
    color: var(--primary);
}
.campaign-card p {
    color: rgba(27,27,27,0.78); /* softened primary text */
    font-size: 0.92rem;
    line-height: 1.35;
    margin-bottom: 10px;
}

/* Goal text */
.campaign-card .goal {
    color: rgba(27,27,27,0.85);
    font-weight: 600;
    font-size: 0.9rem;
    margin-top: 8px;
}

/* Buttons */
.campaign-card .btn-view,
.campaign-card .btn.btn-sm {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 8px;
    font-size: 0.875rem;
    text-decoration: none;
}
.btn-view {
    background: transparent;
    color: var(--primary);
    border: 1px solid rgba(11,26,40,0.06);
}
.btn-primary.btn-sm, .campaign-card .btn-primary {
    background: linear-gradient(90deg,var(--primary),var(--accent));
    color: #fff !important;
    border: none;
    box-shadow: 0 6px 18px rgba(11,26,40,0.08);
}

/* Progress bar polish */
.progress-bar { background: #eef3f6; }
.progress { background: linear-gradient(90deg,var(--primary),var(--accent)); }

/* Small responsive tweak: slightly larger cards on wider screens */
@media (min-width: 1200px) {
    .campaign-card { max-width: 300px; }
}

/* Image overlay and title */
.card-image { position: relative; border-radius: 8px; overflow: hidden; }
.card-image .campaign-img { display: block; width: 100%; height: 180px; object-fit: cover; }
.card-image .placeholder-img { background: linear-gradient(135deg,#f3f4f6,#eef2ff); height: 180px; }
.title-overlay {
    position: absolute; left: 0; right: 0; bottom: 12px; padding: 12px 14px; color: #fff; font-weight:700;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(2,6,23,0.6) 100%);
    font-size: 1rem;
}

/* Category badge */
.category-badge { position: absolute; top: 12px; left: 12px; padding: 8px; border-radius: 10px; display:flex; align-items:center; justify-content:center; color:#fff; }
.category-badge .badge-icon { width:20px; height:20px; object-fit:contain; }

/* Staggered entry animation */
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
.campaign-card { animation: fadeUp .5s ease both; animation-delay: calc(var(--i) * 80ms); }

/* Body wrap */
.card-body { padding-top: 10px; }

/* Creator Info */
.creator-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.creator-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.creator-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.creator-initials {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-primary);
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
}

.creator-details {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.creator-label {
    font-size: 0.75rem;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.creator-name {
    font-size: 0.9rem;
    font-weight: 600;
    color: #374151;
}

/* Campaign Meta (backers and days remaining) */
.campaign-meta {
    display: flex;
    gap: 20px;
    margin: 12px 0;
    padding: 10px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    color: #6b7280;
}

.meta-item i {
    color: #9ca3af;
    font-size: 0.8rem;
}

.card-desc { margin-bottom: 8px; }
.campaign-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 8px;
}
.progress-bar {
    width: 100%;
    /* Increased height so percentage text fits comfortably */
    height: 28px;
    background: #eee;
    border-radius: 14px;
    margin: 10px 0;
}
.progress {
    /* fill the bar height and inherit rounded corners */
    height: 100%;
    background: linear-gradient(90deg,var(--primary),var(--accent));
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px; /* give breathing room for label */
}
/* label inside progress */
.progress {
    position: relative;
}
.progress .progress-label {
    /* center label within the filled portion; use line-height for vertical centering */
    font-size: 0.85rem;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    pointer-events: none;
    text-shadow: 0 1px 0 rgba(0,0,0,0.15);
}

/* label above the bar (for small fills) */
.progress-label-above {
    font-size: 0.9rem;
    color: #111;
    font-weight: 700;
    margin-bottom: 8px;
}

/* smooth transition when progress changes */
.progress {
    transition: width 420ms ease-in-out;
}

.login{
    background: var(--accent);
    border-radius: 40px;
    padding: .38rem 1rem;
    border: solid 2px var(--accent);
}

/* ENHANCED HERO SECTION */
/* ENHANCED HERO SECTION */
.hero-section-enhanced {
    /* background removed to allow JS background image */
    color: #004d00 !important;
    position: relative;
    padding: 60px 0 60px;
    overflow: hidden;
}

/* Remove only the background of the gradient overlay, not the card */
.hero-gradient-overlay {
    background: none !important;
}

/* Restore card appearance in hero section */
.hero-section-enhanced .card, .hero-section-enhanced .hero-card, .hero-section-enhanced .stats-card {
    background: #fff !important;
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.08), 0 1.5px 6px rgba(0,0,0,0.04);
    padding: 32px 24px;
    margin: 0 auto 32px auto;
    max-width: 600px;
}

/* Force all text in hero-section-enhanced to green */
.hero-section-enhanced, .hero-section-enhanced * {
    color: #004d00 !important;
}

.hero-section-enhanced .hero-title-animated {
    color: #fff !important;
    text-shadow: 0 2px 16px rgba(0,0,0,0.45);
}

.hero-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(102, 126, 234, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(240, 147, 251, 0.3) 0%, transparent 50%);
    pointer-events: none;
}

.hero-content-enhanced {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    padding: 40px 20px;
}

.hero-title-animated {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-subtitle {
    font-size: 1.3rem;
    margin-bottom: 35px;
    opacity: 0.95;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.hero-cta-group {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 60px;
    flex-wrap: wrap;
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

.btn-hero-primary,
.btn-hero-secondary {
        background: linear-gradient(90deg, #137a24 0%, #1ed760 100%) !important;
        color: #fff !important;
        font-weight: 600;
        border-radius: 32px;
        font-size: 1.25rem;
        padding: 0.75rem 2.5rem;
        box-shadow: 0 2px 12px rgba(19,122,36,0.12);
        border: none;
        transition: background 0.2s, box-shadow 0.2s;
        text-decoration: none !important;
    }
    .btn-hero-secondary:hover, .btn-hero-secondary:focus {
        background: linear-gradient(90deg, #0e5c1a 0%, #1ed760 100%) !important;
        color: #fff !important;
        box-shadow: 0 4px 18px rgba(19,122,36,0.18);
        text-decoration: none !important;
    }
    padding: 16px 32px;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.btn-hero-primary {
    background: #fff;
    color: var(--primary);
}

.btn-hero-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.btn-hero-secondary {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.btn-hero-secondary:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-3px);
}

/* Animated Stats in Hero */
.hero-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    max-width: 900px;
    margin: 0 auto;
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

.stat-item {
    text-align: center;
}

.hero-stats .stat-number, 
.hero-stats .stat-number-text, 
.hero-stats .stat-number-currency {
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff !important;
    line-height: 1;
    margin-bottom: 8px;
}

.stat-number-currency {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.hero-stats .currency-symbol {
    font-size: 2rem;
    color: #fff !important;
    opacity: 0.9;
}

.amount-value {
    display: inline-block;
}

.hero-stats .amount-suffix {
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff !important;
}

.hero-stats .stat-label {
    font-size: 0.95rem;
    color: #fff !important;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.stat-divider {
    width: 2px;
    height: 50px;
    background: rgba(255, 255, 255, 0.3);
}

@media (max-width: 768px) {
    .hero-title-animated {
        font-size: 2.2rem;
    }
    .hero-subtitle {
        font-size: 1.1rem;
    }
    .hero-stats {
        flex-direction: column;
        gap: 25px;
        padding: 20px;
    }
    .stat-divider {
        width: 100px;
        height: 2px;
    }
    .stat-number {
        font-size: 2rem;
    }
    .hero-cta-group {
        flex-direction: column;
        align-items: stretch;
        padding: 0 20px;
    }
    .btn-hero-primary,
    .btn-hero-secondary {
        justify-content: center;
    }
}

/* OLD HERO (kept for backward compatibility) */
.hero-section {
    background: url("../images/fundRaising1.png") no-repeat center center/cover;
    background-size: cover;
    height: 450px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--card-bg);
    position: relative;
    margin-top: -100px;
    padding-top: 80px;
}

.hero-section .overlay {
    position: absolute;
    top:0;left:0;
    width:100%;
    height:100%;
}

.hero-content {
    position: relative;
    text-align: center;
    color: #fff;
    z-index: 2;
}

.hero-content h1 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 10px;
}

.hero-content p {
    font-size: 1.2rem;
    margin-bottom: 15px;
}

/* Slight overlap effect - white rounded container rises above hero */
.home-content-section {
    background: var(--card-bg);
    border-radius: 20px;
    margin-top: -60px;
    padding: 40px 15px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    position: relative;
    z-index: 50;
}

.category-section h2 {
    font-weight: 600;
}

.category-card {
    text-decoration: none;
    color: #333;
    transition: 0.3s;
}

.category-card:hover {
    transform: translateY(-5px);
    color: #000;
}

.icon-circle {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    margin: 0 auto 8px;
    font-size: 28px;
    color: white;
}

/* Pastel Backgrounds */
.bg-startup { background-color: var(--primary); }
.bg-education { background-color: #1194C6; }
.bg-medical { background-color: #FF6B6B; }
.bg-animals { background-color: var(--accent); }
.bg-community { background-color: #FFA502; }

/* Browse by Category Section */
.categories-section {
    background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
    position: relative;
    overflow: hidden;
}
    .categories-section {
        background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
        position: relative;
        overflow: hidden;
        text-align: center;
    }

.categories-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23667eea' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.4;
    pointer-events: none;
}

.section-title {
    font-weight: 700;
    font-size: 2rem;
    color: #2d3748;
}
    .section-title {
        font-weight: 700;
        font-size: 2rem;
        color: #2d3748;
        text-align: center;
        display: flex;
        align-items: center;
        gap: 0.5em;
    }

.category-card {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 1rem;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    border: 1px solid rgba(102, 126, 234, 0.1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.category-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.category-card:hover::before {
    transform: scaleX(1);
}

.category-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(102, 126, 234, 0.15);
    border-color: rgba(102, 126, 234, 0.3);
}

.category-icon-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--gradient-primary-extended);
    box-shadow: 0 8px 16px rgba(102, 126, 234, 0.2);
    transition: all 0.3s ease;
    margin-bottom: 1rem;
}

.category-card:hover .category-icon-wrapper {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 12px 24px rgba(102, 126, 234, 0.3);
}

.category-icon {
    font-size: 2.2rem;
    color: white;
}

.category-img {
    height: 40px;
    .featured-card-desc {
        font-size: 0.9rem;
        color: #6b7280;
        line-height: 1.5;
        margin-bottom: 16px;
        flex: 1;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 4.5em;
    }
    width: 40px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.category-name {
    font-size: 0.95rem;
    font-weight: 600;
    color: #2d3748;
    margin: 0;
    text-align: center;
    transition: color 0.3s ease;
}

.category-card:hover .category-name {
    background: var(--gradient-primary);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Old category styles - keeping for backward compatibility */
.category-wrap h2 {
    font-weight: 700;
    font-size: 32px;
}

.category-box {
    text-decoration: none;
    color: var(--page-text);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.3s ease;
}

.category-box:hover {
    transform: translateY(-8px);
}

.cat-icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 34px;
    background: linear-gradient(145deg, #ffffff, #f2f2f2);
    box-shadow: 4px 4px 12px rgba(0,0,0,0.15), -4px -4px 12px rgba(255,255,255,0.9);
}

.cat-icon i {
    background: linear-gradient(45deg,var(--primary),var(--accent));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cat-title {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}


/* RESPONSIVE */
@media (max-width: 768px) {
    .hero-content h1 { font-size: 2.2rem; }
}

/* ALL CAMPAIGNS LIST */
.campaign-list {
    padding: 60px 20px;
    background: linear-gradient(180deg, #f9fafb 0%, #ffffff 100%);
    max-width: 1400px;
    margin: 0 auto;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
    padding: 0 10px;
}

.section-title-wrap {
    flex: 1;
    min-width: 280px;
}

.section-title {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: -0.02em;
    color: #1f2937;
    margin: 0 0 0.5rem 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.campaign-icon {
    color: var(--primary);
    font-size: 1.75rem;
    animation: none;
}

.trending-icon {
    color: #ff6b35;
    font-size: 1.75rem;
    animation: pulse-glow 2s ease-in-out infinite;
}

@keyframes pulse-glow {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.85; transform: scale(1.05); }
}

.section-subtitle {
    font-size: 1rem;
    color: #6b7280;
    margin: 0;
    font-weight: 400;
}

/* Modern inline search form */
.search-form-inline {
    flex: 0 0 auto;
    width: 100%;
    max-width: 450px;
}

.search-form-inline .search-wrapper {
    position: relative;
    width: 100%;
    height: 48px;
    border-radius: 12px;
    border: 2px solid #e5e7eb;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: all 0.2s ease;
}

.search-form-inline .search-wrapper:focus-within {
    border-color: var(--accent);
    box-shadow: 0 4px 12px rgba(23, 190, 187, 0.15);
}

.search-form-inline .search-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    font-size: 16px;
    pointer-events: none;
    z-index: 2;
}

.search-form-inline .search-input {
    width: 100%;
    height: 100%;
    padding: 0 56px 0 48px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    font-size: 0.95rem;
    color: #1f2937;
    outline: none;
    box-sizing: border-box;
}

.search-form-inline .search-input::placeholder {
    color: #9ca3af;
}

.search-form-inline .search-btn {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(90deg, var(--primary), var(--accent));
    color: white;
    border: none;
    border-radius: 8px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 3;
}

.search-form-inline .search-btn:hover {
    transform: translateY(-50%) scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.search-form-inline .search-btn i {
    font-size: 14px;
}

/* Trending badge on cards */
.trending-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 5px;
    z-index: 3;
    box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
    letter-spacing: 0.3px;
}

.trending-badge i {
    font-size: 0.7rem;
    animation: flicker 1.5s ease-in-out infinite;
}

@keyframes flicker {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

/* Empty state styling */
.no-results {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 20px;
    color: #6b7280;
}

.no-results i {
    margin-bottom: 1rem;
}

.no-results p {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .section-header {
        flex-direction: column;
        gap: 20px;
        align-items: stretch;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .trending-icon {
        font-size: 1.35rem;
    }
    
    .search-form-inline {
        width: 100%;
        max-width: 100%;
    }
    
    .trending-badge {
        font-size: 0.7rem;
        padding: 5px 10px;
        top: 8px;
        right: 8px;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 1.25rem;
    }
    
    .section-subtitle {
        font-size: 0.9rem;
    }
    
    .search-form-inline .search-input {
        font-size: 0.9rem;
        padding: 0 45px 0 40px;
    }
    
    .search-form-inline .search-icon {
        left: 12px;
        font-size: 14px;
    }
    
    .search-form-inline .search-btn {
        width: 32px;
        height: 32px;
    }
}

/* Responsive tweaks for campaign grid/cards */
@media (max-width: 992px) {
    .campaign-grid {
        grid-template-columns: 1fr;
        padding: 20px;
        max-width: 960px;
    }
    .campaign-card {
        max-width: 300px;
    }
}

@media (max-width: 768px) {
    /* Stack to a single column on narrow screens but keep cards tidy */
    .campaign-grid {
        grid-template-columns: 1fr;
        padding: 16px;
        gap: 16px;
        max-width: 520px; /* card width center column */
    }
    .campaign-card {
        max-width: 100%;
        width: 100%;
    }
    .campaign-img {
        height: 160px;
    }
}

@media (max-width: 480px) {
    .campaign-grid {
        max-width: 100%;
        padding: 12px;
    }
    .campaign-img {
        height: 140px;
    }
}

/* Footer styles (three-column layout) */
.site-footer { padding: 40px 0; background: linear-gradient(180deg,var(--primary),#072235); color: #f8fafc; }
.footer-grid { width: 100%; max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr 220px; gap: 24px; align-items: start; padding: 0 16px; }
.footer-col { padding: 8px 12px; }
.footer-logo { font-size: 20px; font-weight: 800; color: #fff; text-decoration: none; }
.footer-about { color: #cbd5e1; margin-top: 8px; font-size: 0.95rem; }
.footer-copy { margin-top: 12px; color: #94a3b8; font-size: 0.9rem; }
.footer-links h4, .footer-social h4 { color: #fff; margin-bottom: 8px; }
.footer-links ul { list-style: none; padding: 0; margin: 0; }
.footer-links ul li { margin: 6px 0; }
.footer-links a { color: #cbd5e1; text-decoration: none; }
.footer-links a:hover { color: #fff; text-decoration: underline; }
.social-links { display: flex; gap: 10px; }
.social { display: inline-flex; align-items: center; justify-content: center; width:36px; height:36px; background: rgba(255,255,255,0.06); border-radius: 8px; color: #fff; }
.social:hover { background: rgba(255,255,255,0.12); }

@media (max-width: 768px) {
    .footer-grid { grid-template-columns: 1fr; }
}

/* About page styles */
.about-hero { padding: 48px 0; background: linear-gradient(180deg,#f8fafc,#eef2ff); }
.about-hero-inner { display:flex; gap: 30px; align-items:center; justify-content:space-between; }
.about-hero .hero-text { flex: 1; }
.about-hero .hero-text h1 { font-size: 2rem; margin-bottom: 8px; }
.about-hero .hero-text .lead { color: #334155; font-size:1.05rem; }
.about-hero .hero-visual { width: 360px; max-width: 40%; }
.hero-svg { width:100%; height:auto; display:block; border-radius:12px; box-shadow: 0 10px 30px rgba(2,6,23,0.06); }

.about-mission .grid-2 { display:grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items:start; }
.about-mission h2 { margin-top:0; }

.about-values { padding: 36px 0; }
.values-grid { display:grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 18px; }
.value { background: white; border-radius: 12px; padding: 16px; box-shadow: 0 6px 18px rgba(2,6,23,0.04); }
.value strong { display:block; margin-bottom:8px; color:var(--primary); }

.team-grid { display:grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 18px; }
.team-card { background: linear-gradient(180deg,#ffffff,#fbfbff); border-radius:12px; padding:18px; text-align:center; box-shadow: 0 8px 20px rgba(2,6,23,0.06); }
.team-card .avatar { width:64px; height:64px; border-radius:50%; background: linear-gradient(90deg,var(--primary),var(--accent));
    color:#fff; display:inline-flex; align-items:center; justify-content:center; font-weight:700; font-size:1.1rem; margin-bottom:10px; }
.team-card h4 { margin:6px 0 4px 0; }
.team-card .muted { color:#64748b; font-size:0.92rem; }

.about-cta { background: linear-gradient(90deg,#f8fafc,#eef2ff); }

@media (max-width: 900px) {
    .about-hero-inner { flex-direction: column-reverse; }
    .about-hero .hero-visual { max-width: 100%; width: 100%; }
    .about-mission .grid-2 { grid-template-columns: 1fr; }
}


/* Fundraising ideas grid */
.ideas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 20px;
}
.idea-card {
    background: linear-gradient(180deg,#fff,#fbfbff);
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 8px 20px rgba(2,6,23,0.06);
    transition: transform .28s ease, box-shadow .28s ease;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.idea-card:hover { transform: translateY(-6px); box-shadow: 0 24px 50px rgba(2,6,23,0.12); }
.icon-wrap { width:56px; height:56px; border-radius:12px; display:flex; align-items:center; justify-content:center; }
.idea-icon { width:48px; height:48px; transition: transform .35s ease; }
.idea-card:hover .idea-icon { transform: scale(1.08) rotate(-6deg); }
.idea-card h3 { margin:0; font-size:1.05rem; color:var(--primary); }
.idea-card p { margin:0; color: rgba(27,27,27,0.78); font-size:0.95rem; line-height:1.4; }

/* subtle floating animation for icons */
@keyframes floaty { 0% { transform: translateY(0px); } 50% { transform: translateY(-6px); } 100% { transform: translateY(0px); } }
.idea-icon { animation: floaty 6s ease-in-out infinite; }

/* Pricing styles */
.pricing-header h1 { font-size: 1.6rem; font-weight: 700; }
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 20px;
}
.pricing-card { padding: 22px; border-radius: 12px; background: linear-gradient(180deg,var(--primary),#072235);
    color: #fff;
    box-shadow: 0 12px 30px rgba(2,6,23,0.25);
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    min-height: 260px;
}
.pricing-card.recommended { transform: scale(1.04);
    border: 1px solid rgba(255,255,255,0.06);
    box-shadow: 0 20px 50px rgba(2,6,23,0.32);
}
.price-top h3 { margin: 0; font-size: 1.1rem; letter-spacing: -0.01em; }
.price { font-size: 1.6rem; margin-top: 8px; font-weight: 700; color: #fff; }
.price-features { list-style: none; padding: 0; margin: 12px 0 18px 0; color: #cbd5e1; }
.price-features li { margin: 8px 0; }
.price-cta { margin-top: auto; }
.btn-outline-light { color: #fff; border: 1px solid rgba(255,255,255,0.12);
    background: transparent;
    padding: 8px 12px;
    border-radius: 8px;
    text-decoration: none;
}
.btn-primary { background: linear-gradient(90deg,var(--primary),var(--accent));
    color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    text-decoration: none;
    border: none;
}

@media (max-width: 768px) {
    .pricing-card { min-height: auto; }
}

/* HOW IT WORKS page styles */
.how-hero {
    padding: 56px 0;
    background: linear-gradient(90deg, rgba(10,61,98,0.05), rgba(23,190,187,0.03));
    /* background-image may be set inline from the template for the illustration */
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20% auto;
}
.how-hero-inner {
    display:flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
}
.how-hero h1 { font-size: 2.4rem; color: var(--primary); margin-bottom: 8px; }
.how-hero .lead { color: rgba(27,27,27,0.8); font-size: 1.05rem; }
.how-hero-illustration { width: 320px; max-width: 40%; }

/* Wrapper enforces a square container so the image renders as a perfect circle */
.how-hero-illustration-wrap {
    width: 320px;
    height: 320px;
    max-width: 40%;
    flex: 0 0 auto;
    overflow: hidden;
    display: block;
    box-shadow: 0 12px 36px rgba(11,26,40,0.12);
    border: 6px solid rgba(255,255,255,0.85);
}

/* Make the hero illustration fill the wrapper */
.how-hero-illustration {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.how-steps { padding: 40px 0; }
.how-card {
    background: var(--card-bg);
    border-radius: 12px;
    padding: 22px;
    box-shadow: 0 10px 30px rgba(11,26,40,0.04);
    text-align: left;
    transition: transform .22s ease, box-shadow .22s ease;
    min-height: 240px;
}
.how-card:hover { transform: translateY(-6px); box-shadow: 0 24px 60px rgba(11,26,40,0.08); }
.how-card-icon { display:flex; align-items:center; gap:12px; margin-bottom:14px; }
.how-card-icon i { font-size: 22px; color: var(--accent); }
.how-step-number { display:inline-flex; align-items:center; justify-content:center; width:36px; height:36px; border-radius:8px; background: linear-gradient(90deg,var(--primary),var(--accent));
    color:#fff; font-weight:700; margin-right:6px; }
.how-card h3 { margin-top:0; color: var(--primary); }
.how-card p { color: rgba(27,27,27,0.78); }

.how-details { padding-bottom: 56px; }
.how-details h2 { color: var(--primary); }
.how-cta { background: linear-gradient(180deg,#fff,#fbfbff); border-radius:12px; padding:20px; box-shadow: 0 8px 24px rgba(11,26,40,0.06); text-align:center; }
.how-cta .btn { margin-top: 12px; }

@media (max-width: 900px) {
    .how-hero-inner { flex-direction: column; }
    .how-hero-illustration-wrap { max-width: 100%; width: 220px; height: 220px; }
    .how-hero-illustration { max-width: 100%; }
    .how-card { min-height: auto; }
}

/* On larger screens we prefer the illustration as a background; hide the inline img wrapper to avoid duplicate visuals */
@media (min-width: 901px) {
    .how-hero-illustration-wrap { display: none; }
}

/* For small screens, remove the background image so the inline img shows under the hero */
@media (max-width: 900px) {
    .how-hero { background: none !important; }
}

/* Campaign Details Page */
.sticky-top {
    position: sticky;
    top: 20px;
}

@keyframes pulse-donate {
    0%, 100% { transform: scale(1); box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4); }
    50% { transform: scale(1.02); box-shadow: 0 15px 40px rgba(102, 126, 234, 0.6); }
}

.donate-card-animated {
    animation: pulse-donate 3s ease-in-out infinite;
}

/* ===============================================
   HOW IT WORKS PAGE STYLES
   =============================================== */

/* How It Works Hero Section */
.how-works-hero {
    background: var(--gradient-primary-extended);
    padding: 100px 0 60px;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
}

.how-works-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.3;
}

.how-works-hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
}

.how-works-hero-icon {
    font-size: 72px;
    margin-bottom: 20px;
    opacity: 0.9;
    animation: float 3s ease-in-out infinite;
}

.how-works-hero-title {
    font-size: 52px;
    font-weight: 800;
    margin-bottom: 12px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.how-works-hero-subtitle {
    font-size: 24px;
    opacity: 0.95;
    margin-bottom: 16px;
    font-weight: 600;
}

.how-works-hero-description {
    font-size: 18px;
    opacity: 0.9;
    font-weight: 300;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto 40px;
}

.how-works-hero-stats {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.how-works-stat {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255,255,255,0.15);
    padding: 16px 28px;
    border-radius: 12px;
    backdrop-filter: blur(10px);
}

.how-works-stat i {
    font-size: 32px;
    opacity: 0.9;
}

.how-works-stat strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
}

.how-works-stat span {
    display: block;
    font-size: 14px;
    opacity: 0.9;
}

/* How It Works Content */
.how-works-content {
    padding: 60px 0;
    background: linear-gradient(180deg, #f9fafb 0%, #ffffff 100%);
}

.how-works-section-header {
    text-align: center;
    margin-bottom: 50px;
}

.how-works-section-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.how-works-section-header h2 i {
    color: var(--primary);
}

.how-works-section-header p {
    font-size: 18px;
    color: #666;
}

/* How Works Step Cards */
.how-works-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-bottom: 80px;
}

.how-works-step-card {
    background: white;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.1);
    border: 2px solid transparent;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.how-works-step-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.how-works-step-card:hover::before {
    transform: scaleX(1);
}

.how-works-step-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 50px rgba(102, 126, 234, 0.2);
    border-color: var(--primary);
}

.step-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.step-number {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--gradient-primary);
    color: white;
    font-size: 28px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.3);
}

.step-icon {
    font-size: 42px;
    color: var(--primary);
    opacity: 0.3;
}

.how-works-step-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 16px;
}

.step-description {
    color: #666;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 24px;
}

.step-features {
    margin-bottom: 28px;
}

.step-feature {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    color: #4a4a4a;
    font-size: 15px;
}

.step-feature i {
    color: var(--primary);
    margin-top: 3px;
    font-size: 16px;
    flex-shrink: 0;
}

.step-action {
    text-align: center;
}

.btn-step {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    background: var(--gradient-primary);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.3);
}

.btn-step:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.4);
    color: white;
}

/* Timeline Section */
.how-works-timeline-section {
    margin: 80px 0;
}

.how-works-timeline {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.timeline-item {
    display: flex;
    gap: 24px;
    margin-bottom: 40px;
    position: relative;
}

.timeline-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 29px;
    top: 60px;
    width: 2px;
    height: calc(100% + 20px);
    background: linear-gradient(180deg, #667eea 0%, #f093fb 100%);
    opacity: 0.3;
}

.timeline-marker {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--gradient-primary);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.3);
    position: relative;
    z-index: 1;
}

.timeline-content {
    flex: 1;
    background: white;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border-left: 4px solid #667eea;
}

.timeline-content h4 {
    color: var(--primary);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.timeline-content p {
    color: #4a4a4a;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

/* Best Practices Section */
.how-works-best-practices {
    margin: 80px 0;
}

.best-practices-card {
    background: white;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    height: 100%;
}

.best-practices-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 3px solid #667eea;
}

.best-practices-header i {
    font-size: 32px;
    color: var(--primary);
}

.best-practices-header h3 {
    font-size: 26px;
    font-weight: 700;
    color: #1B1B1B;
    margin: 0;
}

.best-practices-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.best-practices-list li {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e0e0e0;
}

.best-practices-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.best-practices-list li > i {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--gradient-primary);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-top: 2px;
}

.best-practices-list strong {
    display: block;
    color: #1B1B1B;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.best-practices-list p {
    color: #666;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

/* Success Stats Section */
.how-works-success-stats {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.08) 0%, rgba(240, 147, 251, 0.08) 100%);
    border-radius: 16px;
    padding: 50px 40px;
    margin: 80px 0;
    text-align: center;
}

.how-works-success-stats h3 {
    font-size: 32px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.how-works-success-stats h3 i {
    color: var(--primary);
}

.success-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
}

.stat-card {
    background: white;
    padding: 32px 24px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.15);
}

.stat-card i {
    font-size: 48px;
    color: var(--primary);
    margin-bottom: 16px;
    display: block;
}

.stat-number {
    font-size: 42px;
    font-weight: 800;
    color: #1B1B1B;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 16px;
    color: #666;
    font-weight: 500;
}

/* FAQ Section */
.how-works-faq-section {
    margin: 80px 0;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
}

.faq-item {
    background: white;
    padding: 28px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border-left: 4px solid #667eea;
    transition: all 0.3s ease;
}

.faq-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.12);
}

.faq-item h4 {
    color: #1B1B1B;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.faq-item h4 i {
    color: var(--primary);
}

.faq-item p {
    color: #4a4a4a;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.faq-item a {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
}

.faq-item a:hover {
    text-decoration: underline;
}

/* Final CTA Section */
.how-works-final-cta {
    background: var(--gradient-primary-extended);
    border-radius: 20px;
    padding: 60px 40px;
    margin: 80px 0 40px;
    text-align: center;
    color: white;
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.3);
}

.final-cta-content i {
    font-size: 56px;
    margin-bottom: 24px;
    opacity: 0.9;
}

.final-cta-content h2 {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 16px;
    color: white;
}

.final-cta-content > p {
    font-size: 20px;
    margin-bottom: 32px;
    opacity: 0.95;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.final-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.final-cta-buttons .btn {
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.final-cta-buttons .btn-primary {
    background: white;
    color: var(--primary);
    border: none;
}

.final-cta-buttons .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(255,255,255,0.3);
    color: var(--primary);
}

.final-cta-buttons .btn-outline-light {
    background: transparent;
    border: 2px solid white;
    color: white;
}

.final-cta-buttons .btn-outline-light:hover {
    background: white;
    color: var(--primary);
    transform: translateY(-3px);
}

.final-cta-note {
    font-size: 15px;
    opacity: 0.9;
    margin: 0;
}

.final-cta-note i {
    font-size: 16px;
    margin-right: 6px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .how-works-hero {
        padding: 60px 0 40px;
    }
    
    .how-works-hero-title {
        font-size: 36px;
    }
    
    .how-works-hero-icon {
        font-size: 48px;
    }
    
    .how-works-hero-subtitle {
        font-size: 20px;
    }
    
    .how-works-hero-description {
        font-size: 16px;
    }
    
    .how-works-hero-stats {
        flex-direction: column;
        gap: 16px;
    }
    
    .how-works-stat {
        width: 100%;
        justify-content: center;
    }
    
    .how-works-section-header h2 {
        font-size: 26px;
        flex-direction: column;
    }
    
    .how-works-steps {
        grid-template-columns: 1fr;
    }
    
    .how-works-step-card {
        padding: 28px;
    }
    
    .timeline-item {
        flex-direction: column;
        gap: 16px;
    }
    
    .timeline-item::after {
        display: none;
    }
    
    .timeline-marker {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    
    .best-practices-card {
        padding: 28px;
        margin-bottom: 24px;
    }
    
    .success-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    
    .stat-card {
        padding: 24px 16px;
    }
    
    .stat-number {
        font-size: 32px;
    }
    
    .faq-grid {
        grid-template-columns: 1fr;
    }
    
    .how-works-final-cta {
        padding: 40px 24px;
    }
    
    .final-cta-content h2 {
        font-size: 28px;
    }
    
    .final-cta-content > p {
        font-size: 16px;
    }
    
    .final-cta-buttons {
        flex-direction: column;
        gap: 12px;
    }
    
    .final-cta-buttons .btn {
        width: 100%;
        justify-content: center;
    }
}

/* ===============================================
   PRICING PAGE STYLES
   =============================================== */

.pricing-hero {
    background: var(--gradient-primary-extended);
    padding: 100px 0 60px;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
}

.pricing-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.3;
}

.pricing-hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
}

.pricing-hero-icon {
    font-size: 64px;
    margin-bottom: 20px;
    opacity: 0.9;
}

.pricing-hero-title {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 12px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.pricing-hero-subtitle {
    font-size: 22px;
    opacity: 0.95;
    margin-bottom: 12px;
    font-weight: 600;
}

.pricing-hero-description {
    font-size: 18px;
    opacity: 0.9;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.6;
}

.pricing-content {
    padding: 60px 0;
    background: linear-gradient(180deg, #f9fafb 0%, #ffffff 100%);
}

.pricing-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-bottom: 80px;
}

.pricing-plan-card {
    background: white;
    border-radius: 16px;
    padding: 0;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    border: 2px solid #e0e0e0;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.pricing-plan-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 50px rgba(102, 126, 234, 0.2);
    border-color: var(--primary);
}

.pricing-plan-card.recommended {
    border-color: var(--primary);
    border-width: 3px;
    transform: scale(1.05);
}

.pricing-plan-card.recommended:hover {
    transform: scale(1.05) translateY(-8px);
}

.plan-badge {
    background: var(--gradient-primary);
    color: white;
    text-align: center;
    padding: 8px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.recommended-badge {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
}

.plan-header {
    padding: 32px;
    text-align: center;
    border-bottom: 2px solid #f0f0f0;
}

.plan-header i {
    font-size: 48px;
    color: var(--primary);
    margin-bottom: 16px;
    display: block;
}

.plan-header h3 {
    font-size: 28px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 16px;
}

.plan-price {
    margin: 20px 0;
}

.price-amount {
    font-size: 48px;
    font-weight: 800;
    color: var(--primary);
    display: block;
}

.price-period {
    font-size: 16px;
    color: #666;
    display: block;
    margin-top: 4px;
}

.plan-description {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin: 16px 0 0;
}

.plan-features {
    list-style: none;
    padding: 32px;
    margin: 0;
}

.plan-features li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    color: #4a4a4a;
    font-size: 15px;
    line-height: 1.6;
}

.plan-features li i {
    color: var(--primary);
    margin-top: 3px;
    font-size: 16px;
    flex-shrink: 0;
}

.plan-fee-info {
    background: rgba(102, 126, 234, 0.08);
    padding: 16px 32px;
    text-align: center;
    color: var(--primary);
    font-size: 15px;
}

.plan-cta {
    padding: 32px;
    text-align: center;
}

.plan-cta .btn {
    width: 100%;
    padding: 16px;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.pricing-fee-breakdown {
    background: white;
    border-radius: 16px;
    padding: 50px 40px;
    margin-bottom: 60px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.pricing-fee-breakdown h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-fee-breakdown h2 i {
    color: var(--primary);
}

.fee-breakdown-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.fee-card {
    background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);
    padding: 32px;
    border-radius: 12px;
    border: 2px solid #e0e0e0;
    text-align: center;
    transition: all 0.3s ease;
}

.fee-card:hover {
    border-color: var(--primary);
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.15);
}

.fee-card i {
    font-size: 48px;
    color: var(--primary);
    margin-bottom: 20px;
    display: block;
}

.fee-card h4 {
    font-size: 22px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 16px;
}

.fee-card p {
    color: #4a4a4a;
    font-size: 15px;
    margin-bottom: 8px;
    line-height: 1.6;
}

.fee-card small {
    color: #999;
    font-size: 13px;
    display: block;
    margin-top: 12px;
    font-style: italic;
}

.pricing-example {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.08) 0%, rgba(240, 147, 251, 0.08) 100%);
    border-radius: 16px;
    padding: 50px 40px;
    margin-bottom: 60px;
}

.pricing-example h3 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-example h3 i {
    color: var(--primary);
}

.example-calc {
    background: white;
    border-radius: 12px;
    padding: 40px;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.calc-input {
    text-align: center;
    margin-bottom: 32px;
}

.calc-label {
    font-size: 16px;
    color: #666;
    margin-bottom: 8px;
}

.calc-amount {
    font-size: 48px;
    font-weight: 800;
    color: var(--primary);
}

.calc-breakdown {
    border-top: 2px solid #e0e0e0;
    padding-top: 24px;
}

.calc-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    font-size: 16px;
}

.calc-item.deduction {
    color: #666;
}

.calc-item.total {
    border-top: 3px solid #667eea;
    margin-top: 16px;
    padding-top: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 10px;
}

.calc-item.total strong {
    color: var(--primary);
    font-size: 32px;
}

.calc-note {
    text-align: center;
    margin-top: 20px;
    color: #666;
    font-size: 14px;
    font-style: italic;
}

.pricing-faq {
    margin-bottom: 60px;
}

.pricing-faq h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-faq h2 i {
    color: var(--primary);
}

.pricing-faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.pricing-faq-item {
    background: white;
    padding: 28px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border-left: 4px solid #667eea;
    transition: all 0.3s ease;
}

.pricing-faq-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.12);
}

.pricing-faq-item h4 {
    color: #1B1B1B;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.pricing-faq-item p {
    color: #4a4a4a;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.pricing-faq-item a {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
}

.pricing-faq-item a:hover {
    text-decoration: underline;
}

.pricing-final-cta {
    background: var(--gradient-primary);
    border-radius: 20px;
    padding: 60px 40px;
    text-align: center;
    color: white;
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.3);
}

.pricing-final-cta i {
    font-size: 56px;
    margin-bottom: 24px;
    opacity: 0.9;
}

.pricing-final-cta h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 16px;
    color: white;
}

.pricing-final-cta > p {
    font-size: 18px;
    margin-bottom: 32px;
    opacity: 0.95;
}

.pricing-final-cta .btn {
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.pricing-fee-breakdown {
    background: white;
    border-radius: 16px;
    padding: 50px 40px;
    margin-bottom: 60px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.pricing-fee-breakdown h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-fee-breakdown h2 i {
    color: var(--primary);
}

.fee-breakdown-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.fee-card {
    background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);
    padding: 32px;
    border-radius: 12px;
    border: 2px solid #e0e0e0;
    text-align: center;
    transition: all 0.3s ease;
}

.fee-card:hover {
    border-color: var(--primary);
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.15);
}

.fee-card i {
    font-size: 48px;
    color: var(--primary);
    margin-bottom: 20px;
    display: block;
}

.fee-card h4 {
    font-size: 22px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 16px;
}

.fee-card p {
    color: #4a4a4a;
    font-size: 15px;
    margin-bottom: 8px;
    line-height: 1.6;
}

.fee-card small {
    color: #999;
    font-size: 13px;
    display: block;
    margin-top: 12px;
    font-style: italic;
}

.pricing-example {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.08) 0%, rgba(240, 147, 251, 0.08) 100%);
    border-radius: 16px;
    padding: 50px 40px;
    margin-bottom: 60px;
}

.pricing-example h3 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-example h3 i {
    color: var(--primary);
}

.example-calc {
    background: white;
    border-radius: 12px;
    padding: 40px;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.calc-input {
    text-align: center;
    margin-bottom: 32px;
}

.calc-label {
    font-size: 16px;
    color: #666;
    margin-bottom: 8px;
}

.calc-amount {
    font-size: 48px;
    font-weight: 800;
    color: var(--primary);
}

.calc-breakdown {
    border-top: 2px solid #e0e0e0;
    padding-top: 24px;
}

.calc-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    font-size: 16px;
}

.calc-item.deduction {
    color: #666;
}

.calc-item.total {
    border-top: 3px solid #667eea;
    margin-top: 16px;
    padding-top: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 10px;
}

.calc-item.total strong {
    color: var(--primary);
    font-size: 32px;
}

.calc-note {
    text-align: center;
    margin-top: 20px;
    color: #666;
    font-size: 14px;
    font-style: italic;
}

.pricing-faq {
    margin-bottom: 60px;
}

.pricing-faq h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-faq h2 i {
    color: var(--primary);
}

.pricing-faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.pricing-faq-item {
    background: white;
    padding: 28px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border-left: 4px solid #667eea;
    transition: all 0.3s ease;
}

.pricing-faq-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.12);
}

.pricing-faq-item h4 {
    color: #1B1B1B;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.pricing-faq-item p {
    color: #4a4a4a;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.pricing-faq-item a {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
}

.pricing-faq-item a:hover {
    text-decoration: underline;
}

.pricing-final-cta {
    background: var(--gradient-primary);
    border-radius: 20px;
    padding: 60px 40px;
    text-align: center;
    color: white;
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.3);
}

.pricing-final-cta i {
    font-size: 56px;
    margin-bottom: 24px;
    opacity: 0.9;
}

.pricing-final-cta h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 16px;
    color: white;
}

.pricing-final-cta > p {
    font-size: 18px;
    margin-bottom: 32px;
    opacity: 0.95;
}

.pricing-final-cta .btn {
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.pricing-fee-breakdown {
    background: white;
    border-radius: 16px;
    padding: 50px 40px;
    margin-bottom: 60px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.pricing-fee-breakdown h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-fee-breakdown h2 i {
    color: var(--primary);
}

.fee-breakdown-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.fee-card {
    background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);
    padding: 32px;
    border-radius: 12px;
    border: 2px solid #e0e0e0;
    text-align: center;
    transition: all 0.3s ease;
}

.fee-card:hover {
    border-color: var(--primary);
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.15);
}

.fee-card i {
    font-size: 48px;
    color: var(--primary);
    margin-bottom: 20px;
    display: block;
}

.fee-card h4 {
    font-size: 22px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 16px;
}

.fee-card p {
    color: #4a4a4a;
    font-size: 15px;
    margin-bottom: 8px;
    line-height: 1.6;
}

.fee-card small {
    color: #999;
    font-size: 13px;
    display: block;
    margin-top: 12px;
    font-style: italic;
}

.pricing-example {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.08) 0%, rgba(240, 147, 251, 0.08) 100%);
    border-radius: 16px;
    padding: 50px 40px;
    margin-bottom: 60px;
}

.pricing-example h3 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-example h3 i {
    color: var(--primary);
}

.example-calc {
    background: white;
    border-radius: 12px;
    padding: 40px;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.calc-input {
    text-align: center;
    margin-bottom: 32px;
}

.calc-label {
    font-size: 16px;
    color: #666;
    margin-bottom: 8px;
}

.calc-amount {
    font-size: 48px;
    font-weight: 800;
    color: var(--primary);
}

.calc-breakdown {
    border-top: 2px solid #e0e0e0;
    padding-top: 24px;
}

.calc-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    font-size: 16px;
}

.calc-item.deduction {
    color: #666;
}

.calc-item.total {
    border-top: 3px solid #667eea;
    margin-top: 16px;
    padding-top: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 10px;
}

.calc-item.total strong {
    color: var(--primary);
    font-size: 32px;
}

.calc-note {
    text-align: center;
    margin-top: 20px;
    color: #666;
    font-size: 14px;
    font-style: italic;
}

.pricing-faq {
    margin-bottom: 60px;
}

.pricing-faq h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-faq h2 i {
    color: var(--primary);
}

.pricing-faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.pricing-faq-item {
    background: white;
    padding: 28px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border-left: 4px solid #667eea;
    transition: all 0.3s ease;
}

.pricing-faq-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.12);
}

.pricing-faq-item h4 {
    color: #1B1B1B;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.pricing-faq-item p {
    color: #4a4a4a;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.pricing-faq-item a {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
}

.pricing-faq-item a:hover {
    text-decoration: underline;
}

.pricing-final-cta {
    background: var(--gradient-primary);
    border-radius: 20px;
    padding: 60px 40px;
    text-align: center;
    color: white;
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.3);
}

.pricing-final-cta i {
    font-size: 56px;
    margin-bottom: 24px;
    opacity: 0.9;
}

.pricing-final-cta h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 16px;
    color: white;
}

.pricing-final-cta > p {
    font-size: 18px;
    margin-bottom: 32px;
    opacity: 0.95;
}

.pricing-final-cta .btn {
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.pricing-fee-breakdown {
    background: white;
    border-radius: 16px;
    padding: 50px 40px;
    margin-bottom: 60px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.pricing-fee-breakdown h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-fee-breakdown h2 i {
    color: var(--primary);
}

.fee-breakdown-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.fee-card {
    background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);
    padding: 32px;
    border-radius: 12px;
    border: 2px solid #e0e0e0;
    text-align: center;
    transition: all 0.3s ease;
}

.fee-card:hover {
    border-color: var(--primary);
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.15);
}

.fee-card i {
    font-size: 48px;
    color: var(--primary);
    margin-bottom: 20px;
    display: block;
}

.fee-card h4 {
    font-size: 22px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 16px;
}

.fee-card p {
    color: #4a4a4a;
    font-size: 15px;
    margin-bottom: 8px;
    line-height: 1.6;
}

.fee-card small {
    color: #999;
    font-size: 13px;
    display: block;
    margin-top: 12px;
    font-style: italic;
}

.pricing-example {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.08) 0%, rgba(240, 147, 251, 0.08) 100%);
    border-radius: 16px;
    padding: 50px 40px;
    margin-bottom: 60px;
}

.pricing-example h3 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-example h3 i {
    color: var(--primary);
}

.example-calc {
    background: white;
    border-radius: 12px;
    padding: 40px;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.calc-input {
    text-align: center;
    margin-bottom: 32px;
}

.calc-label {
    font-size: 16px;
    color: #666;
    margin-bottom: 8px;
}

.calc-amount {
    font-size: 48px;
    font-weight: 800;
    color: var(--primary);
}

.calc-breakdown {
    border-top: 2px solid #e0e0e0;
    padding-top: 24px;
}

.calc-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    font-size: 16px;
}

.calc-item.deduction {
    color: #666;
}

.calc-item.total {
    border-top: 3px solid #667eea;
    margin-top: 16px;
    padding-top: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 10px;
}

.calc-item.total strong {
    color: var(--primary);
    font-size: 32px;
}

.calc-note {
    text-align: center;
    margin-top: 20px;
    color: #666;
    font-size: 14px;
    font-style: italic;
}

.pricing-faq {
    margin-bottom: 60px;
}

.pricing-faq h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-faq h2 i {
    color: var(--primary);
}

.pricing-faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.pricing-faq-item {
    background: white;
    padding: 28px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border-left: 4px solid #667eea;
    transition: all 0.3s ease;
}

.pricing-faq-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.12);
}

.pricing-faq-item h4 {
    color: #1B1B1B;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.pricing-faq-item p {
    color: #4a4a4a;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.pricing-faq-item a {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
}

.pricing-faq-item a:hover {
    text-decoration: underline;
}

.pricing-final-cta {
    background: var(--gradient-primary);
    border-radius: 20px;
    padding: 60px 40px;
    text-align: center;
    color: white;
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.3);
}

.pricing-final-cta i {
    font-size: 56px;
    margin-bottom: 24px;
    opacity: 0.9;
}

.pricing-final-cta h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 16px;
    color: white;
}

.pricing-final-cta > p {
    font-size: 18px;
    margin-bottom: 32px;
    opacity: 0.95;
}

.pricing-final-cta .btn {
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.pricing-fee-breakdown {
    background: white;
    border-radius: 16px;
    padding: 50px 40px;
    margin-bottom: 60px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.pricing-fee-breakdown h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-fee-breakdown h2 i {
    color: var(--primary);
}

.fee-breakdown-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.fee-card {
    background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);
    padding: 32px;
    border-radius: 12px;
    border: 2px solid #e0e0e0;
    text-align: center;
    transition: all 0.3s ease;
}

.fee-card:hover {
    border-color: var(--primary);
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.15);
}

.fee-card i {
    font-size: 48px;
    color: var(--primary);
    margin-bottom: 20px;
    display: block;
}

.fee-card h4 {
    font-size: 22px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 16px;
}

.fee-card p {
    color: #4a4a4a;
    font-size: 15px;
    margin-bottom: 8px;
    line-height: 1.6;
}

.fee-card small {
    color: #999;
    font-size: 13px;
    display: block;
    margin-top: 12px;
    font-style: italic;
}

.pricing-example {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.08) 0%, rgba(240, 147, 251, 0.08) 100%);
    border-radius: 16px;
    padding: 50px 40px;
    margin-bottom: 60px;
}

.pricing-example h3 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-example h3 i {
    color: var(--primary);
}

.example-calc {
    background: white;
    border-radius: 12px;
    padding: 40px;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.calc-input {
    text-align: center;
    margin-bottom: 32px;
}

.calc-label {
    font-size: 16px;
    color: #666;
    margin-bottom: 8px;
}

.calc-amount {
    font-size: 48px;
    font-weight: 800;
    color: var(--primary);
}

.calc-breakdown {
    border-top: 2px solid #e0e0e0;
    padding-top: 24px;
}

.calc-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    font-size: 16px;
}

.calc-item.deduction {
    color: #666;
}

.calc-item.total {
    border-top: 3px solid #667eea;
    margin-top: 16px;
    padding-top: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 10px;
}

.calc-item.total strong {
    color: var(--primary);
    font-size: 32px;
}

.calc-note {
    text-align: center;
    margin-top: 20px;
    color: #666;
    font-size: 14px;
    font-style: italic;
}

.pricing-faq {
    margin-bottom: 60px;
}

.pricing-faq h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-faq h2 i {
    color: var(--primary);
}

.pricing-faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.pricing-faq-item {
    background: white;
    padding: 28px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border-left: 4px solid #667eea;
    transition: all 0.3s ease;
}

.pricing-faq-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.12);
}

.pricing-faq-item h4 {
    color: #1B1B1B;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.pricing-faq-item p {
    color: #4a4a4a;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.pricing-faq-item a {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
}

.pricing-faq-item a:hover {
    text-decoration: underline;
}

.pricing-final-cta {
    background: var(--gradient-primary);
    border-radius: 20px;
    padding: 60px 40px;
    text-align: center;
    color: white;
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.3);
}

.pricing-final-cta i {
    font-size: 56px;
    margin-bottom: 24px;
    opacity: 0.9;
}

.pricing-final-cta h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 16px;
    color: white;
}

.pricing-final-cta > p {
    font-size: 18px;
    margin-bottom: 32px;
    opacity: 0.95;
}

.pricing-final-cta .btn {
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.pricing-fee-breakdown {
    background: white;
    border-radius: 16px;
    padding: 50px 40px;
    margin-bottom: 60px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.pricing-fee-breakdown h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-fee-breakdown h2 i {
    color: var(--primary);
}

.fee-breakdown-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.fee-card {
    background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);
    padding: 32px;
    border-radius: 12px;
    border: 2px solid #e0e0e0;
    text-align: center;
    transition: all 0.3s ease;
}

.fee-card:hover {
    border-color: var(--primary);
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.15);
}

.fee-card i {
    font-size: 48px;
    color: var(--primary);
    margin-bottom: 20px;
    display: block;
}

.fee-card h4 {
    font-size: 22px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 16px;
}

.fee-card p {
    color: #4a4a4a;
    font-size: 15px;
    margin-bottom: 8px;
    line-height: 1.6;
}

.fee-card small {
    color: #999;
    font-size: 13px;
    display: block;
    margin-top: 12px;
    font-style: italic;
}

.pricing-example {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.08) 0%, rgba(240, 147, 251, 0.08) 100%);
    border-radius: 16px;
    padding: 50px 40px;
    margin-bottom: 60px;
}

.pricing-example h3 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-example h3 i {
    color: var(--primary);
}

.example-calc {
    background: white;
    border-radius: 12px;
    padding: 40px;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.calc-input {
    text-align: center;
    margin-bottom: 32px;
}

.calc-label {
    font-size: 16px;
    color: #666;
    margin-bottom: 8px;
}

.calc-amount {
    font-size: 48px;
    font-weight: 800;
    color: var(--primary);
}

.calc-breakdown {
    border-top: 2px solid #e0e0e0;
    padding-top: 24px;
}

.calc-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    font-size: 16px;
}

.calc-item.deduction {
    color: #666;
}

.calc-item.total {
    border-top: 3px solid #667eea;
    margin-top: 16px;
    padding-top: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 10px;
}

.calc-item.total strong {
    color: var(--primary);
    font-size: 32px;
}

.calc-note {
    text-align: center;
    margin-top: 20px;
    color: #666;
    font-size: 14px;
    font-style: italic;
}

.pricing-faq {
    margin-bottom: 60px;
}

.pricing-faq h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-faq h2 i {
    color: var(--primary);
}

.pricing-faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.pricing-faq-item {
    background: white;
    padding: 28px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border-left: 4px solid #667eea;
    transition: all 0.3s ease;
}

.pricing-faq-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.12);
}

.pricing-faq-item h4 {
    color: #1B1B1B;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.pricing-faq-item p {
    color: #4a4a4a;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.pricing-faq-item a {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
}

.pricing-faq-item a:hover {
    text-decoration: underline;
}

.pricing-final-cta {
    background: var(--gradient-primary);
    border-radius: 20px;
    padding: 60px 40px;
    text-align: center;
    color: white;
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.3);
}

.pricing-final-cta i {
    font-size: 56px;
    margin-bottom: 24px;
    opacity: 0.9;
}

.pricing-final-cta h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 16px;
    color: white;
}

.pricing-final-cta > p {
    font-size: 18px;
    margin-bottom: 32px;
    opacity: 0.95;
}

.pricing-final-cta .btn {
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.pricing-fee-breakdown {
    background: white;
    border-radius: 16px;
    padding: 50px 40px;
    margin-bottom: 60px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.pricing-fee-breakdown h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-fee-breakdown h2 i {
    color: var(--primary);
}

.fee-breakdown-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.fee-card {
    background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);
    padding: 32px;
    border-radius: 12px;
    border: 2px solid #e0e0e0;
    text-align: center;
    transition: all 0.3s ease;
}

.fee-card:hover {
    border-color: var(--primary);
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.15);
}

.fee-card i {
    font-size: 48px;
    color: var(--primary);
    margin-bottom: 20px;
    display: block;
}

.fee-card h4 {
    font-size: 22px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 16px;
}

.fee-card p {
    color: #4a4a4a;
    font-size: 15px;
    margin-bottom: 8px;
    line-height: 1.6;
}

.fee-card small {
    color: #999;
    font-size: 13px;
    display: block;
    margin-top: 12px;
    font-style: italic;
}

.pricing-example {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.08) 0%, rgba(240, 147, 251, 0.08) 100%);
    border-radius: 16px;
    padding: 50px 40px;
    margin-bottom: 60px;
}

.pricing-example h3 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-example h3 i {
    color: var(--primary);
}

.example-calc {
    background: white;
    border-radius: 12px;
    padding: 40px;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.calc-input {
    text-align: center;
    margin-bottom: 32px;
}

.calc-label {
    font-size: 16px;
    color: #666;
    margin-bottom: 8px;
}

.calc-amount {
    font-size: 48px;
    font-weight: 800;
    color: var(--primary);
}

.calc-breakdown {
    border-top: 2px solid #e0e0e0;
    padding-top: 24px;
}

.calc-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    font-size: 16px;
}

.calc-item.deduction {
    color: #666;
}

.calc-item.total {
    border-top: 3px solid #667eea;
    margin-top: 16px;
    padding-top: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 10px;
}

.calc-item.total strong {
    color: var(--primary);
    font-size: 32px;
}

.calc-note {
    text-align: center;
    margin-top: 20px;
    color: #666;
    font-size: 14px;
    font-style: italic;
}

.pricing-faq {
    margin-bottom: 60px;
}

.pricing-faq h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-faq h2 i {
    color: var(--primary);
}

.pricing-faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.pricing-faq-item {
    background: white;
    padding: 28px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border-left: 4px solid #667eea;
    transition: all 0.3s ease;
}

.pricing-faq-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.12);
}

.pricing-faq-item h4 {
    color: #1B1B1B;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.pricing-faq-item p {
    color: #4a4a4a;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.pricing-faq-item a {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
}

.pricing-faq-item a:hover {
    text-decoration: underline;
}

.pricing-final-cta {
    background: var(--gradient-primary);
    border-radius: 20px;
    padding: 60px 40px;
    text-align: center;
    color: white;
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.3);
}

.pricing-final-cta i {
    font-size: 56px;
    margin-bottom: 24px;
    opacity: 0.9;
}

.pricing-final-cta h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 16px;
    color: white;
}

.pricing-final-cta > p {
    font-size: 18px;
    margin-bottom: 32px;
    opacity: 0.95;
}

.pricing-final-cta .btn {
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.pricing-fee-breakdown {
    background: white;
    border-radius: 16px;
    padding: 50px 40px;
    margin-bottom: 60px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.pricing-fee-breakdown h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-fee-breakdown h2 i {
    color: var(--primary);
}

.fee-breakdown-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.fee-card {
    background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);
    padding: 32px;
    border-radius: 12px;
    border: 2px solid #e0e0e0;
    text-align: center;
    transition: all 0.3s ease;
}

.fee-card:hover {
    border-color: var(--primary);
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.15);
}

.fee-card i {
    font-size: 48px;
    color: var(--primary);
    margin-bottom: 20px;
    display: block;
}

.fee-card h4 {
    font-size: 22px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 16px;
}

.fee-card p {
    color: #4a4a4a;
    font-size: 15px;
    margin-bottom: 8px;
    line-height: 1.6;
}

.fee-card small {
    color: #999;
    font-size: 13px;
    display: block;
    margin-top: 12px;
    font-style: italic;
}

.pricing-example {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.08) 0%, rgba(240, 147, 251, 0.08) 100%);
    border-radius: 16px;
    padding: 50px 40px;
    margin-bottom: 60px;
}

.pricing-example h3 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-example h3 i {
    color: var(--primary);
}

.example-calc {
    background: white;
    border-radius: 12px;
    padding: 40px;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.calc-input {
    text-align: center;
    margin-bottom: 32px;
}

.calc-label {
    font-size: 16px;
    color: #666;
    margin-bottom: 8px;
}

.calc-amount {
    font-size: 48px;
    font-weight: 800;
    color: var(--primary);
}

.calc-breakdown {
    border-top: 2px solid #e0e0e0;
    padding-top: 24px;
}

.calc-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    font-size: 16px;
}

.calc-item.deduction {
    color: #666;
}

.calc-item.total {
    border-top: 3px solid #667eea;
    margin-top: 16px;
    padding-top: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 10px;
}

.calc-item.total strong {
    color: var(--primary);
    font-size: 32px;
}

.calc-note {
    text-align: center;
    margin-top: 20px;
    color: #666;
    font-size: 14px;
    font-style: italic;
}

.pricing-faq {
    margin-bottom: 60px;
}

.pricing-faq h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-faq h2 i {
    color: var(--primary);
}

.pricing-faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.pricing-faq-item {
    background: white;
    padding: 28px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border-left: 4px solid #667eea;
    transition: all 0.3s ease;
}

.pricing-faq-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.12);
}

.pricing-faq-item h4 {
    color: #1B1B1B;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.pricing-faq-item p {
    color: #4a4a4a;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.pricing-faq-item a {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
}

.pricing-faq-item a:hover {
    text-decoration: underline;
}

.pricing-final-cta {
    background: var(--gradient-primary);
    border-radius: 20px;
    padding: 60px 40px;
    text-align: center;
    color: white;
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.3);
}

.pricing-final-cta i {
    font-size: 56px;
    margin-bottom: 24px;
    opacity: 0.9;
}

.pricing-final-cta h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 16px;
    color: white;
}

.pricing-final-cta > p {
    font-size: 18px;
    margin-bottom: 32px;
    opacity: 0.95;
}

.pricing-final-cta .btn {
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.pricing-fee-breakdown {
    background: white;
    border-radius: 16px;
    padding: 50px 40px;
    margin-bottom: 60px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.pricing-fee-breakdown h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-fee-breakdown h2 i {
    color: var(--primary);
}

.fee-breakdown-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.fee-card {
    background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);
    padding: 32px;
    border-radius: 12px;
    border: 2px solid #e0e0e0;
    text-align: center;
    transition: all 0.3s ease;
}

.fee-card:hover {
    border-color: var(--primary);
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.15);
}

.fee-card i {
    font-size: 48px;
    color: var(--primary);
    margin-bottom: 20px;
    display: block;
}

.fee-card h4 {
    font-size: 22px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 16px;
}

.fee-card p {
    color: #4a4a4a;
    font-size: 15px;
    margin-bottom: 8px;
    line-height: 1.6;
}

.fee-card small {
    color: #999;
    font-size: 13px;
    display: block;
    margin-top: 12px;
    font-style: italic;
}

.pricing-example {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.08) 0%, rgba(240, 147, 251, 0.08) 100%);
    border-radius: 16px;
    padding: 50px 40px;
    margin-bottom: 60px;
}

.pricing-example h3 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-example h3 i {
    color: var(--primary);
}

.example-calc {
    background: white;
    border-radius: 12px;
    padding: 40px;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.calc-input {
    text-align: center;
    margin-bottom: 32px;
}

.calc-label {
    font-size: 16px;
    color: #666;
    margin-bottom: 8px;
}

.calc-amount {
    font-size: 48px;
    font-weight: 800;
    color: var(--primary);
}

.calc-breakdown {
    border-top: 2px solid #e0e0e0;
    padding-top: 24px;
}

.calc-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    font-size: 16px;
}

.calc-item.deduction {
    color: #666;
}

.calc-item.total {
    border-top: 3px solid #667eea;
    margin-top: 16px;
    padding-top: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 10px;
}

.calc-item.total strong {
    color: var(--primary);
    font-size: 32px;
}

.calc-note {
    text-align: center;
    margin-top: 20px;
    color: #666;
    font-size: 14px;
    font-style: italic;
}

.pricing-faq {
    margin-bottom: 60px;
}

.pricing-faq h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-faq h2 i {
    color: var(--primary);
}

.pricing-faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.pricing-faq-item {
    background: white;
    padding: 28px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border-left: 4px solid #667eea;
    transition: all 0.3s ease;
}

.pricing-faq-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.12);
}

.pricing-faq-item h4 {
    color: #1B1B1B;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.pricing-faq-item p {
    color: #4a4a4a;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.pricing-faq-item a {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
}

.pricing-faq-item a:hover {
    text-decoration: underline;
}

.pricing-final-cta {
    background: var(--gradient-primary);
    border-radius: 20px;
    padding: 60px 40px;
    text-align: center;
    color: white;
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.3);
}

.pricing-final-cta i {
    font-size: 56px;
    margin-bottom: 24px;
    opacity: 0.9;
}

.pricing-final-cta h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 16px;
    color: white;
}

.pricing-final-cta > p {
    font-size: 18px;
    margin-bottom: 32px;
    opacity: 0.95;
}

.pricing-final-cta .btn {
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.pricing-fee-breakdown {
    background: white;
    border-radius: 16px;
    padding: 50px 40px;
    margin-bottom: 60px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.pricing-fee-breakdown h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-fee-breakdown h2 i {
    color: var(--primary);
}

.fee-breakdown-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.fee-card {
    background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);
    padding: 32px;
    border-radius: 12px;
    border: 2px solid #e0e0e0;
    text-align: center;
    transition: all 0.3s ease;
}

.fee-card:hover {
    border-color: var(--primary);
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.15);
}

.fee-card i {
    font-size: 48px;
    color: var(--primary);
    margin-bottom: 20px;
    display: block;
}

.fee-card h4 {
    font-size: 22px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 16px;
}

.fee-card p {
    color: #4a4a4a;
    font-size: 15px;
    margin-bottom: 8px;
    line-height: 1.6;
}

.fee-card small {
    color: #999;
    font-size: 13px;
    display: block;
    margin-top: 12px;
    font-style: italic;
}

.pricing-example {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.08) 0%, rgba(240, 147, 251, 0.08) 100%);
    border-radius: 16px;
    padding: 50px 40px;
    margin-bottom: 60px;
}

.pricing-example h3 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-example h3 i {
    color: var(--primary);
}

.example-calc {
    background: white;
    border-radius: 12px;
    padding: 40px;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.calc-input {
    text-align: center;
    margin-bottom: 32px;
}

.calc-label {
    font-size: 16px;
    color: #666;
    margin-bottom: 8px;
}

.calc-amount {
    font-size: 48px;
    font-weight: 800;
    color: var(--primary);
}

.calc-breakdown {
    border-top: 2px solid #e0e0e0;
    padding-top: 24px;
}

.calc-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    font-size: 16px;
}

.calc-item.deduction {
    color: #666;
}

.calc-item.total {
    border-top: 3px solid #667eea;
    margin-top: 16px;
    padding-top: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 10px;
}

.calc-item.total strong {
    color: var(--primary);
    font-size: 32px;
}

.calc-note {
    text-align: center;
    margin-top: 20px;
    color: #666;
    font-size: 14px;
    font-style: italic;
}

.pricing-faq {
    margin-bottom: 60px;
}

.pricing-faq h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-faq h2 i {
    color: var(--primary);
}

.pricing-faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.pricing-faq-item {
    background: white;
    padding: 28px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border-left: 4px solid #667eea;
    transition: all 0.3s ease;
}

.pricing-faq-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.12);
}

.pricing-faq-item h4 {
    color: #1B1B1B;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.pricing-faq-item p {
    color: #4a4a4a;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.pricing-faq-item a {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
}

.pricing-faq-item a:hover {
    text-decoration: underline;
}

.pricing-final-cta {
    background: var(--gradient-primary);
    border-radius: 20px;
    padding: 60px 40px;
    text-align: center;
    color: white;
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.3);
}

.pricing-final-cta i {
    font-size: 56px;
    margin-bottom: 24px;
    opacity: 0.9;
}

.pricing-final-cta h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 16px;
    color: white;
}

.pricing-final-cta > p {
    font-size: 18px;
    margin-bottom: 32px;
    opacity: 0.95;
}

.pricing-final-cta .btn {
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.pricing-fee-breakdown {
    background: white;
    border-radius: 16px;
    padding: 50px 40px;
    margin-bottom: 60px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.pricing-fee-breakdown h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-fee-breakdown h2 i {
    color: var(--primary);
}

.fee-breakdown-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.fee-card {
    background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);
    padding: 32px;
    border-radius: 12px;
    border: 2px solid #e0e0e0;
    text-align: center;
    transition: all 0.3s ease;
}

.fee-card:hover {
    border-color: var(--primary);
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.15);
}

.fee-card i {
    font-size: 48px;
    color: var(--primary);
    margin-bottom: 20px;
    display: block;
}

.fee-card h4 {
    font-size: 22px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 16px;
}

.fee-card p {
    color: #4a4a4a;
    font-size: 15px;
    margin-bottom: 8px;
    line-height: 1.6;
}

.fee-card small {
    color: #999;
    font-size: 13px;
    display: block;
    margin-top: 12px;
    font-style: italic;
}

.pricing-example {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.08) 0%, rgba(240, 147, 251, 0.08) 100%);
    border-radius: 16px;
    padding: 50px 40px;
    margin-bottom: 60px;
}

.pricing-example h3 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-example h3 i {
    color: var(--primary);
}

.example-calc {
    background: white;
    border-radius: 12px;
    padding: 40px;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.calc-input {
    text-align: center;
    margin-bottom: 32px;
}

.calc-label {
    font-size: 16px;
    color: #666;
    margin-bottom: 8px;
}

.calc-amount {
    font-size: 48px;
    font-weight: 800;
    color: var(--primary);
}

.calc-breakdown {
    border-top: 2px solid #e0e0e0;
    padding-top: 24px;
}

.calc-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    font-size: 16px;
}

.calc-item.deduction {
    color: #666;
}

.calc-item.total {
    border-top: 3px solid #667eea;
    margin-top: 16px;
    padding-top: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 10px;
}

.calc-item.total strong {
    color: var(--primary);
    font-size: 32px;
}

.calc-note {
    text-align: center;
    margin-top: 20px;
    color: #666;
    font-size: 14px;
    font-style: italic;
}

.pricing-faq {
    margin-bottom: 60px;
}

.pricing-faq h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-faq h2 i {
    color: var(--primary);
}

.pricing-faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.pricing-faq-item {
    background: white;
    padding: 28px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border-left: 4px solid #667eea;
    transition: all 0.3s ease;
}

.pricing-faq-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.12);
}

.pricing-faq-item h4 {
    color: #1B1B1B;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.pricing-faq-item p {
    color: #4a4a4a;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.pricing-faq-item a {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
}

.pricing-faq-item a:hover {
    text-decoration: underline;
}

.pricing-final-cta {
    background: var(--gradient-primary);
    border-radius: 20px;
    padding: 60px 40px;
    text-align: center;
    color: white;
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.3);
}

.pricing-final-cta i {
    font-size: 56px;
    margin-bottom: 24px;
    opacity: 0.9;
}

.pricing-final-cta h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 16px;
    color: white;
}

.pricing-final-cta > p {
    font-size: 18px;
    margin-bottom: 32px;
    opacity: 0.95;
}

.pricing-final-cta .btn {
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.pricing-fee-breakdown {
    background: white;
    border-radius: 16px;
    padding: 50px 40px;
    margin-bottom: 60px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.pricing-fee-breakdown h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-fee-breakdown h2 i {
    color: var(--primary);
}

.fee-breakdown-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.fee-card {
    background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);
    padding: 32px;
    border-radius: 12px;
    border: 2px solid #e0e0e0;
    text-align: center;
    transition: all 0.3s ease;
}

.fee-card:hover {
    border-color: var(--primary);
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.15);
}

.fee-card i {
    font-size: 48px;
    color: var(--primary);
    margin-bottom: 20px;
    display: block;
}

.fee-card h4 {
    font-size: 22px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 16px;
}

.fee-card p {
    color: #4a4a4a;
    font-size: 15px;
    margin-bottom: 8px;
    line-height: 1.6;
}

.fee-card small {
    color: #999;
    font-size: 13px;
    display: block;
    margin-top: 12px;
    font-style: italic;
}

.pricing-example {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.08) 0%, rgba(240, 147, 251, 0.08) 100%);
    border-radius: 16px;
    padding: 50px 40px;
    margin-bottom: 60px;
}

.pricing-example h3 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-example h3 i {
    color: var(--primary);
}

.example-calc {
    background: white;
    border-radius: 12px;
    padding: 40px;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.calc-input {
    text-align: center;
    margin-bottom: 32px;
}

.calc-label {
    font-size: 16px;
    color: #666;
    margin-bottom: 8px;
}

.calc-amount {
    font-size: 48px;
    font-weight: 800;
    color: var(--primary);
}

.calc-breakdown {
    border-top: 2px solid #e0e0e0;
    padding-top: 24px;
}

.calc-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    font-size: 16px;
}

.calc-item.deduction {
    color: #666;
}

.calc-item.total {
    border-top: 3px solid #667eea;
    margin-top: 16px;
    padding-top: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 10px;
}

.calc-item.total strong {
    color: var(--primary);
    font-size: 32px;
}

.calc-note {
    text-align: center;
    margin-top: 20px;
    color: #666;
    font-size: 14px;
    font-style: italic;
}

.pricing-faq {
    margin-bottom: 60px;
}

.pricing-faq h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-faq h2 i {
    color: var(--primary);
}

.pricing-faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.pricing-faq-item {
    background: white;
    padding: 28px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border-left: 4px solid #667eea;
    transition: all 0.3s ease;
}

.pricing-faq-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.12);
}

.pricing-faq-item h4 {
    color: #1B1B1B;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.pricing-faq-item p {
    color: #4a4a4a;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.pricing-faq-item a {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
}

.pricing-faq-item a:hover {
    text-decoration: underline;
}

.pricing-final-cta {
    background: var(--gradient-primary);
    border-radius: 20px;
    padding: 60px 40px;
    text-align: center;
    color: white;
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.3);
}

.pricing-final-cta i {
    font-size: 56px;
    margin-bottom: 24px;
    opacity: 0.9;
}

.pricing-final-cta h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 16px;
    color: white;
}

.pricing-final-cta > p {
    font-size: 18px;
    margin-bottom: 32px;
    opacity: 0.95;
}

.pricing-final-cta .btn {
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.pricing-fee-breakdown {
    background: white;
    border-radius: 16px;
    padding: 50px 40px;
    margin-bottom: 60px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.pricing-fee-breakdown h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-fee-breakdown h2 i {
    color: var(--primary);
}

.fee-breakdown-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.fee-card {
    background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);
    padding: 32px;
    border-radius: 12px;
    border: 2px solid #e0e0e0;
    text-align: center;
    transition: all 0.3s ease;
}

.fee-card:hover {
    border-color: var(--primary);
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.15);
}

.fee-card i {
    font-size: 48px;
    color: var(--primary);
    margin-bottom: 20px;
    display: block;
}

.fee-card h4 {
    font-size: 22px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 16px;
}

.fee-card p {
    color: #4a4a4a;
    font-size: 15px;
    margin-bottom: 8px;
    line-height: 1.6;
}

.fee-card small {
    color: #999;
    font-size: 13px;
    display: block;
    margin-top: 12px;
    font-style: italic;
}

.pricing-example {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.08) 0%, rgba(240, 147, 251, 0.08) 100%);
    border-radius: 16px;
    padding: 50px 40px;
    margin-bottom: 60px;
}

.pricing-example h3 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-example h3 i {
    color: var(--primary);
}

.example-calc {
    background: white;
    border-radius: 12px;
    padding: 40px;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.calc-input {
    text-align: center;
    margin-bottom: 32px;
}

.calc-label {
    font-size: 16px;
    color: #666;
    margin-bottom: 8px;
}

.calc-amount {
    font-size: 48px;
    font-weight: 800;
    color: var(--primary);
}

.calc-breakdown {
    border-top: 2px solid #e0e0e0;
    padding-top: 24px;
}

.calc-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    font-size: 16px;
}

.calc-item.deduction {
    color: #666;
}

.calc-item.total {
    border-top: 3px solid #667eea;
    margin-top: 16px;
    padding-top: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 10px;
}

.calc-item.total strong {
    color: var(--primary);
    font-size: 32px;
}

.calc-note {
    text-align: center;
    margin-top: 20px;
    color: #666;
    font-size: 14px;
    font-style: italic;
}

.pricing-faq {
    margin-bottom: 60px;
}

.pricing-faq h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-faq h2 i {
    color: var(--primary);
}

.pricing-faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.pricing-faq-item {
    background: white;
    padding: 28px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border-left: 4px solid #667eea;
    transition: all 0.3s ease;
}

.pricing-faq-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.12);
}

.pricing-faq-item h4 {
    color: #1B1B1B;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.pricing-faq-item p {
    color: #4a4a4a;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.pricing-faq-item a {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
}

.pricing-faq-item a:hover {
    text-decoration: underline;
}

.pricing-final-cta {
    background: var(--gradient-primary);
    border-radius: 20px;
    padding: 60px 40px;
    text-align: center;
    color: white;
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.3);
}

.pricing-final-cta i {
    font-size: 56px;
    margin-bottom: 24px;
    opacity: 0.9;
}

.pricing-final-cta h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 16px;
    color: white;
}

.pricing-final-cta > p {
    font-size: 18px;
    margin-bottom: 32px;
    opacity: 0.95;
}

.pricing-final-cta .btn {
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.pricing-fee-breakdown {
    background: white;
    border-radius: 16px;
    padding: 50px 40px;
    margin-bottom: 60px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.pricing-fee-breakdown h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-fee-breakdown h2 i {
    color: var(--primary);
}

.fee-breakdown-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.fee-card {
    background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);
    padding: 32px;
    border-radius: 12px;
    border: 2px solid #e0e0e0;
    text-align: center;
    transition: all 0.3s ease;
}

.fee-card:hover {
    border-color: var(--primary);
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.15);
}

.fee-card i {
    font-size: 48px;
    color: var(--primary);
    margin-bottom: 20px;
    display: block;
}

.fee-card h4 {
    font-size: 22px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 16px;
}

.fee-card p {
    color: #4a4a4a;
    font-size: 15px;
    margin-bottom: 8px;
    line-height: 1.6;
}

.fee-card small {
    color: #999;
    font-size: 13px;
    display: block;
    margin-top: 12px;
    font-style: italic;
}

.pricing-example {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.08) 0%, rgba(240, 147, 251, 0.08) 100%);
    border-radius: 16px;
    padding: 50px 40px;
    margin-bottom: 60px;
}

.pricing-example h3 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-example h3 i {
    color: var(--primary);
}

.example-calc {
    background: white;
    border-radius: 12px;
    padding: 40px;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.calc-input {
    text-align: center;
    margin-bottom: 32px;
}

.calc-label {
    font-size: 16px;
    color: #666;
    margin-bottom: 8px;
}

.calc-amount {
    font-size: 48px;
    font-weight: 800;
    color: var(--primary);
}

.calc-breakdown {
    border-top: 2px solid #e0e0e0;
    padding-top: 24px;
}

.calc-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    font-size: 16px;
}

.calc-item.deduction {
    color: #666;
}

.calc-item.total {
    border-top: 3px solid #667eea;
    margin-top: 16px;
    padding-top: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 10px;
}

.calc-item.total strong {
    color: var(--primary);
    font-size: 32px;
}

.calc-note {
    text-align: center;
    margin-top: 20px;
    color: #666;
    font-size: 14px;
    font-style: italic;
}

.pricing-faq {
    margin-bottom: 60px;
}

.pricing-faq h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-faq h2 i {
    color: var(--primary);
}

.pricing-faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.pricing-faq-item {
    background: white;
    padding: 28px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border-left: 4px solid #667eea;
    transition: all 0.3s ease;
}

.pricing-faq-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.12);
}

.pricing-faq-item h4 {
    color: #1B1B1B;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.pricing-faq-item p {
    color: #4a4a4a;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.pricing-faq-item a {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
}

.pricing-faq-item a:hover {
    text-decoration: underline;
}

.pricing-final-cta {
    background: var(--gradient-primary);
    border-radius: 20px;
    padding: 60px 40px;
    text-align: center;
    color: white;
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.3);
}

.pricing-final-cta i {
    font-size: 56px;
    margin-bottom: 24px;
    opacity: 0.9;
}

.pricing-final-cta h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 16px;
    color: white;
}

.pricing-final-cta > p {
    font-size: 18px;
    margin-bottom: 32px;
    opacity: 0.95;
}

.pricing-final-cta .btn {
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.pricing-fee-breakdown {
    background: white;
    border-radius: 16px;
    padding: 50px 40px;
    margin-bottom: 60px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.pricing-fee-breakdown h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-fee-breakdown h2 i {
    color: var(--primary);
}

.fee-breakdown-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.fee-card {
    background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);
    padding: 32px;
    border-radius: 12px;
    border: 2px solid #e0e0e0;
    text-align: center;
    transition: all 0.3s ease;
}

.fee-card:hover {
    border-color: var(--primary);
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.15);
}

.fee-card i {
    font-size: 48px;
    color: var(--primary);
    margin-bottom: 20px;
    display: block;
}

.fee-card h4 {
    font-size: 22px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 16px;
}

.fee-card p {
    color: #4a4a4a;
    font-size: 15px;
    margin-bottom: 8px;
    line-height: 1.6;
}

.fee-card small {
    color: #999;
    font-size: 13px;
    display: block;
    margin-top: 12px;
    font-style: italic;
}

.pricing-example {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.08) 0%, rgba(240, 147, 251, 0.08) 100%);
    border-radius: 16px;
    padding: 50px 40px;
    margin-bottom: 60px;
}

.pricing-example h3 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-example h3 i {
    color: var(--primary);
}

.example-calc {
    background: white;
    border-radius: 12px;
    padding: 40px;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.calc-input {
    text-align: center;
    margin-bottom: 32px;
}

.calc-label {
    font-size: 16px;
    color: #666;
    margin-bottom: 8px;
}

.calc-amount {
    font-size: 48px;
    font-weight: 800;
    color: var(--primary);
}

.calc-breakdown {
    border-top: 2px solid #e0e0e0;
    padding-top: 24px;
}

.calc-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    font-size: 16px;
}

.calc-item.deduction {
    color: #666;
}

.calc-item.total {
    border-top: 3px solid #667eea;
    margin-top: 16px;
    padding-top: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 10px;
}

.calc-item.total strong {
    color: var(--primary);
    font-size: 32px;
}

.calc-note {
    text-align: center;
    margin-top: 20px;
    color: #666;
    font-size: 14px;
    font-style: italic;
}

.pricing-faq {
    margin-bottom: 60px;
}

.pricing-faq h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-faq h2 i {
    color: var(--primary);
}

.pricing-faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.pricing-faq-item {
    background: white;
    padding: 28px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border-left: 4px solid #667eea;
    transition: all 0.3s ease;
}

.pricing-faq-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.12);
}

.pricing-faq-item h4 {
    color: #1B1B1B;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.pricing-faq-item p {
    color: #4a4a4a;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.pricing-faq-item a {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
}

.pricing-faq-item a:hover {
    text-decoration: underline;
}

.pricing-final-cta {
    background: var(--gradient-primary);
    border-radius: 20px;
    padding: 60px 40px;
    text-align: center;
    color: white;
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.3);
}

.pricing-final-cta i {
    font-size: 56px;
    margin-bottom: 24px;
    opacity: 0.9;
}

.pricing-final-cta h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 16px;
    color: white;
}

.pricing-final-cta > p {
    font-size: 18px;
    margin-bottom: 32px;
    opacity: 0.95;
}

.pricing-final-cta .btn {
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.pricing-fee-breakdown {
    background: white;
    border-radius: 16px;
    padding: 50px 40px;
    margin-bottom: 60px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.pricing-fee-breakdown h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-fee-breakdown h2 i {
    color: var(--primary);
}

.fee-breakdown-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.fee-card {
    background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);
    padding: 32px;
    border-radius: 12px;
    border: 2px solid #e0e0e0;
    text-align: center;
    transition: all 0.3s ease;
}

.fee-card:hover {
    border-color: var(--primary);
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.15);
}

.fee-card i {
    font-size: 48px;
    color: var(--primary);
    margin-bottom: 20px;
    display: block;
}

.fee-card h4 {
    font-size: 22px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 16px;
}

.fee-card p {
    color: #4a4a4a;
    font-size: 15px;
    margin-bottom: 8px;
    line-height: 1.6;
}

.fee-card small {
    color: #999;
    font-size: 13px;
    display: block;
    margin-top: 12px;
    font-style: italic;
}

.pricing-example {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.08) 0%, rgba(240, 147, 251, 0.08) 100%);
    border-radius: 16px;
    padding: 50px 40px;
    margin-bottom: 60px;
}

.pricing-example h3 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-example h3 i {
    color: var(--primary);
}

.example-calc {
    background: white;
    border-radius: 12px;
    padding: 40px;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.calc-input {
    text-align: center;
    margin-bottom: 32px;
}

.calc-label {
    font-size: 16px;
    color: #666;
    margin-bottom: 8px;
}

.calc-amount {
    font-size: 48px;
    font-weight: 800;
    color: var(--primary);
}

.calc-breakdown {
    border-top: 2px solid #e0e0e0;
    padding-top: 24px;
}

.calc-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    font-size: 16px;
}

.calc-item.deduction {
    color: #666;
}

.calc-item.total {
    border-top: 3px solid #667eea;
    margin-top: 16px;
    padding-top: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 10px;
}

.calc-item.total strong {
    color: var(--primary);
    font-size: 32px;
}

.calc-note {
    text-align: center;
    margin-top: 20px;
    color: #666;
    font-size: 14px;
    font-style: italic;
}

.pricing-faq {
    margin-bottom: 60px;
}

.pricing-faq h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.modern-progress {
    width: 100%;
    height: 18px;
    margin-bottom: 0.1em;
    position: relative;
    box-shadow: rgba(0, 77, 0, 0.06) 0px 1px 3px;
    display: flex;
    align-items: center;
    background: rgb(230, 255, 230);
    border-radius: 8px;
    overflow: hidden;
}

.modern-progress-inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
    min-width: 2px;
    width: calc(max(2px, var(--progress-width, 0%)));
    background: linear-gradient(90deg, rgb(0, 77, 0) 0%, rgb(23, 190, 187) 100%);
    border-radius: 8px;
    transition: width 0.7s cubic-bezier(0.4, 2, 0.6, 1);
}

.hero-section-enhanced .hero-title-animated,
.hero-section-enhanced .hero-title-animated * {
    color: #fff !important;
}