        @import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

        /* === Brand Font Override === */
        body, body *:not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fad):not([class^="fa-"]):not([class*=" fa-"]):not(.flaticon):not([class^="flaticon-"]):not([class*=" flaticon-"]) {
            font-family: 'Quicksand', serif !important;
        }
        /* ========================== */
        .text-accent { color: #1cabe2; }
        .bg-primary-light { background-color: rgba(28, 171, 226, 0.1); }
        .bg-light-primary { background-color: #f0f7ff; }
        .border-primary-light { border-color: rgba(28, 171, 226, 0.2) !important; }
        .transition-all { transition: all 0.3s ease; }
        .hover\:translate-y-n2:hover { transform: translateY(-10px); }
        .hover\:shadow-lg:hover { box-shadow: 0 1rem 3rem rgba(28, 171, 226, 0.1) !important; }
        
        .ul-monthly-hero-new h1 {
            line-height: 1.1;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }
        
        .impact-item-box {
            border: 1px solid #eee;
        }
        
        .impact-item-box:hover {
            border-color: var(--ul-primary);
        }
        
        .donation-sidebar-card {
            box-shadow: 0 10px 30px rgba(28, 171, 226, 0.1);
        }
        
        .accordion-button:not(.collapsed) {
            background-color: var(--ul-primary);
            color: white;
        }

        .accordion-button:not(.collapsed)::after {
            filter: brightness(0) invert(1);
        }

        .accordion-body {
            color: #5a6c7d !important;
            font-size: 0.95rem;
            line-height: 1.7;
            padding: 1.25rem 1.5rem;
            text-decoration: none !important;
        }

        .accordion-button {
            font-weight: 600;
            font-size: 1rem;
        }

        /* Modern FAQ Section Styles */
        .faq-section-modern {
            padding: 80px 0;
        }

        .faq-decoration {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            overflow: hidden;
        }

        .faq-floating-item {
            position: absolute;
            border-radius: 50%;
            background: linear-gradient(135deg, rgba(28, 171, 226, 0.1), rgba(13, 61, 92, 0.05));
            animation: floatItem 6s ease-in-out infinite;
        }

        .faq-floating-item-1 {
            width: 120px;
            height: 120px;
            top: 10%;
            left: 5%;
            animation-delay: 0s;
        }

        .faq-floating-item-2 {
            width: 80px;
            height: 80px;
            top: 60%;
            right: 8%;
            animation-delay: 2s;
        }

        .faq-floating-item-3 {
            width: 60px;
            height: 60px;
            bottom: 20%;
            left: 15%;
            animation-delay: 4s;
        }

        .faq-bg-pattern {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100px;
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z' opacity='.25' fill='%231cabe2'%3E%3C/path%3E%3Cpath d='M0,0V15.81C13,36.92,27.64,56.86,47.69,72.05,99.41,111.27,165,111,224.58,91.58c31.15-10.15,60.09-26.07,89.67-39.8,40.92-19,84.73-46,130.83-49.67,36.26-2.85,70.9,9.42,98.6,31.56,31.77,25.39,62.32,62,103.63,73,40.44,10.79,81.35-6.69,119.13-24.28s75.16-39,116.92-43.05c59.73-5.85,113.28,22.88,168.9,38.84,30.2,8.66,59,6.17,87.09-7.5,22.43-10.89,48-26.93,60.65-49.24V0Z' opacity='.5' fill='%231cabe2'%3E%3C/path%3E%3C/svg%3E") repeat-x;
            background-size: 1200px 100px;
            opacity: 0.1;
        }

        @keyframes floatItem {
            0%, 100% { transform: translateY(0px) rotate(0deg); }
            50% { transform: translateY(-20px) rotate(180deg); }
        }

        .faq-badge {
            box-shadow: 0 4px 15px rgba(28, 171, 226, 0.1);
        }

        .faq-modern-container {
            max-width: 100%;
        }

        .faq-item-modern {
            background: white;
            border-radius: 16px;
            margin-bottom: 16px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .faq-item-modern:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
        }

        .faq-question-wrapper {
            display: flex;
            align-items: center;
            padding: 24px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .faq-question-wrapper:hover {
            background: rgba(28, 171, 226, 0.02);
        }

        .faq-icon-container {
            position: relative;
            width: 56px;
            height: 56px;
            margin-right: 20px;
            flex-shrink: 0;
        }

        .faq-icon-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: var(--icon-color);
            opacity: 0.1;
            transition: all 0.3s ease;
        }

        .faq-item-modern:hover .faq-icon-bg {
            opacity: 0.2;
            transform: scale(1.1);
        }

        .faq-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 20px;
            color: var(--icon-color);
            transition: all 0.3s ease;
        }

        .faq-content-wrapper {
            flex: 1;
        }

        .faq-category {
            display: inline-block;
            padding: 4px 12px;
            background: rgba(28, 171, 226, 0.1);
            color: #1cabe2;
            border-radius: 20px;
            font-size: 11px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 8px;
        }

        .faq-question {
            font-size: 18px;
            font-weight: 700;
            color: #2c3e50;
            margin: 0;
            line-height: 1.4;
        }

        .faq-toggle {
            margin-left: 20px;
            flex-shrink: 0;
        }

        .faq-toggle-icon {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background: rgba(28, 171, 226, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .faq-item-modern:hover .faq-toggle-icon {
            background: rgba(28, 171, 226, 0.2);
        }

        .faq-toggle-icon i {
            font-size: 14px;
            color: #1cabe2;
            transition: all 0.3s ease;
        }

        .faq-toggle-icon i.fa-minus {
            opacity: 0;
            transform: rotate(180deg);
        }

        .faq-item-modern.active .faq-toggle-icon i.fa-plus {
            opacity: 0;
            transform: rotate(180deg);
        }

        .faq-item-modern.active .faq-toggle-icon i.fa-minus {
            opacity: 1;
            transform: rotate(0deg);
        }

        .faq-answer-wrapper {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease;
        }

        .faq-item-modern.active .faq-answer-wrapper {
            max-height: 500px;
        }

        .faq-answer-content {
            padding: 0 24px 24px 96px;
        }

        .faq-answer-text {
            color: #5a6c7d;
            font-size: 16px;
            line-height: 1.6;
            margin-bottom: 16px;
        }

        .faq-answer-meta {
            display: flex;
            align-items: center;
            gap: 12px;
            padding-top: 16px;
            border-top: 1px solid rgba(0, 0, 0, 0.08);
        }

        .faq-helpful-text {
            color: #8492a6;
            font-size: 14px;
        }

        .faq-feedback-buttons {
            display: flex;
            gap: 8px;
        }

        .faq-feedback-btn {
            display: flex;
            align-items: center;
            gap: 6px;
            padding: 6px 12px;
            background: white;
            border: 1px solid #e1e8ed;
            border-radius: 20px;
            color: #5a6c7d;
            font-size: 12px;
            cursor: pointer;
            transition: all 0.2s ease;
        }

        .faq-feedback-btn:hover {
            background: #1cabe2;
            border-color: #1cabe2;
            color: white;
        }

        .faq-feedback-btn i {
            font-size: 12px;
            color: var(--ul-primary);
        }

        .faq-feedback-btn:hover i {
            color: white;
        }

        .faq-additional-help {
            margin-top: 32px;
        }

        .help-card {
            border: 1px solid rgba(28, 171, 226, 0.1);
            transition: all 0.3s ease;
        }

        .help-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(28, 171, 226, 0.15);
        }

        .help-icon-wrapper {
            width: 80px;
            height: 80px;
            margin: 0 auto;
            border-radius: 50%;
            background: rgba(28, 171, 226, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .help-btn {
            padding: 10px 20px;
            border-radius: 25px;
            font-size: 14px;
            font-weight: 600;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
        }

        .help-btn-primary {
            background: #1cabe2;
            color: white;
        }

        .help-btn-primary:hover {
            background: #E67E22;
            transform: translateY(-1px);
        }

        .help-btn-secondary {
            background: white;
            color: #E67E22;
            border: 2px solid #E67E22;
        }

        .help-btn-secondary:hover {
            background: #E67E22;
            color: white;
        }

        /* Testimonial Section Styles */
        .testimonial-modern-sticky {
            position: sticky;
            top: 100px;
        }

        .testimonial-card-primary {
            box-shadow: 0 10px 40px rgba(28, 171, 226, 0.2);
            transition: all 0.3s ease;
        }

        .testimonial-card-primary:hover {
            transform: translateY(-4px);
            box-shadow: 0 15px 50px rgba(28, 171, 226, 0.3);
        }

        .testimonial-icon {
            opacity: 0.6;
        }

        .testimonial-text {
            line-height: 1.5;
            font-weight: 300;
        }

        .author-avatar {
            box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
        }

        .impact-quick-stats {
            border: 1px solid rgba(28, 171, 226, 0.1);
            transition: all 0.3s ease;
        }

        .impact-quick-stats:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(28, 171, 226, 0.1);
        }

        .stats-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }

        .stat-item-small {
            text-align: center;
            padding: 16px 8px;
            border-radius: 12px;
            background: rgba(230, 126, 34, 0.02);
            transition: all 0.3s ease;
        }

        .stat-item-small:hover {
            background: rgba(230, 126, 34, 0.05);
        }

        .stat-number-small {
            font-size: 24px;
            margin-bottom: 4px;
        }

        .stat-label-small {
            line-height: 1.3;
        }

        .contact-cta-card {
            border: 1px solid rgba(28, 171, 226, 0.1);
            transition: all 0.3s ease;
        }

        .contact-cta-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(28, 171, 226, 0.1);
        }

        .cta-phone-number {
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .cta-phone-number:hover {
            color: #1cabe2;
            transform: scale(1.05);
        }

        /* Responsive Design */
        @media (max-width: 991px) {
            .faq-section-modern {
                padding: 60px 0;
            }

            .testimonial-modern-sticky {
                position: relative;
                top: 0;
                margin-top: 40px;
            }

            .faq-question-wrapper {
                padding: 20px;
            }

            .faq-answer-content {
                padding: 0 20px 20px 76px;
            }

            .faq-question {
                font-size: 16px;
            }

            .stats-grid {
                grid-template-columns: 1fr 1fr;
                gap: 16px;
            }
        }

        @media (max-width: 768px) {
            .faq-section-modern {
                padding: 40px 0;
            }

            .faq-icon-container {
                width: 48px;
                height: 48px;
                margin-right: 16px;
            }

            .faq-icon {
                font-size: 18px;
            }

            .faq-question {
                font-size: 15px;
            }

            .faq-answer-text {
                font-size: 15px;
            }

            .faq-question-wrapper {
                padding: 16px;
            }

            .faq-answer-content {
                padding: 0 16px 16px 64px;
            }

            .stats-grid {
                grid-template-columns: 1fr 1fr;
                gap: 12px;
            }

            .stat-number-small {
                font-size: 20px;
            }

            .help-buttons {
                flex-direction: column;
            }
        }
        
        .donate-btn-hover-new {
            opacity: 0;
            visibility: hidden;
            transform: translateY(10px);
            transition: all 0.3s ease;
            font-size: 14px;
        }

        .impact-item-box:hover .donate-btn-hover-new {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        /* NEW FANCY IMPACT CARD STYLE */
        .impact-card-fancy-new {
            position: relative;
            margin-bottom: 50px;
            height: 520px;
        }

        .impact-card-fancy-new .img-container {
            width: 100%;
            height: 480px;
            overflow: hidden;
        }

        .impact-card-fancy-new .img-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease;
        }

        .impact-card-fancy-new:hover .img-container img {
            transform: scale(1.1);
        }

        .impact-card-fancy-new .content-overlay {
            position: absolute;
            bottom: 0;
            left: 20px;
            right: 20px;
            background: white;
            padding: 30px;
            box-shadow: 0 15px 40px rgba(0,0,0,0.1);
            z-index: 10;
            transition: transform 0.3s ease;
        }

        .impact-card-fancy-new:hover .content-overlay {
            transform: translateY(-10px);
        }

        .sidebar-amount-btn {
            border-color: #eee;
            color: #666;
            background: #f8f9fa;
        }

        .sidebar-amount-btn:hover, .sidebar-amount-btn.active {
            border-color: var(--ul-primary);
            color: white;
            background: var(--ul-primary);
        }

        .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
            border-color: var(--ul-primary);
            box-shadow: 0 0 0 0.25rem rgba(28, 171, 226, 0.1);
        }

        /* Enhanced Stat Cards */
        .stat-card-wrapper {
            display: flex;
            align-items: flex-start;
            gap: 1rem;
            background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
            border-radius: 16px;
            padding: 1.5rem;
            border: 1px solid #e8ecef;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .stat-card-wrapper::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 4px;
            height: 100%;
            background: linear-gradient(180deg, var(--ul-primary) 0%, #0d3d5c 100%);
            border-radius: 4px 0 0 4px;
        }

        .stat-card-wrapper:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(28, 171, 226, 0.15);
        }

        .stat-card-wrapper .stat-icon-box {
            width: 60px;
            height: 60px;
            min-width: 60px;
            background: linear-gradient(135deg, rgba(28, 171, 226, 0.1) 0%, rgba(13, 61, 92, 0.05) 100%);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--ul-primary);
        }

        .stat-card-wrapper .stat-icon-danger {
            background: linear-gradient(135deg, rgba(28, 171, 226, 0.1) 0%, rgba(13, 61, 92, 0.05) 100%);
            color: var(--ul-primary);
        }

        .stat-content {
            display: flex;
            flex-direction: column;
        }

        .stat-label {
            font-size: 0.75rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            color: #6c757d;
            font-weight: 600;
            margin-bottom: 0.25rem;
        }

        .stat-number {
            font-size: 1.75rem;
            line-height: 1.2;
        }

        .stat-sublabel {
            font-size: 0.8rem;
            color: #adb5bd;
            margin-top: 0.25rem;
        }

        /* Mission Section Enhancements */
        .mission-section {
            position: relative;
        }

        .mission-decoration {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            pointer-events: none;
        }

        .decoration-circle {
            position: absolute;
            border-radius: 50%;
            opacity: 0.05;
        }

        .decoration-circle-1 {
            width: 400px;
            height: 400px;
            background: white;
            top: -200px;
            right: -100px;
        }

        .decoration-circle-2 {
            width: 300px;
            height: 300px;
            background: white;
            bottom: -150px;
            left: -100px;
        }

        .decoration-dots {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 200px;
            height: 200px;
            background-image: radial-gradient(circle, white 1px, transparent 1px);
            background-size: 20px 20px;
            opacity: 0.03;
        }

        .mission-badge {
            display: inline-flex;
            align-items: center;
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            padding: 0.5rem 1rem;
            border-radius: 50px;
            font-size: 0.85rem;
            font-weight: 600;
            letter-spacing: 0.5px;
            margin-bottom: 0.5rem;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .mission-highlight {
            color: #1cabe2;
            text-shadow: 0 0 30px rgba(28, 171, 126, 0.3);
        }

        .mission-stats-row {
            display: flex;
            align-items: center;
            gap: 2rem;
            margin-top: 1.5rem;
        }

        .mission-stat-item {
            display: flex;
            align-items: center;
            gap: 1rem;
        }

        .mission-stat-icon {
            width: 50px;
            height: 50px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.25rem;
        }

        .mission-stat-icon-warning {
            background: rgba(28, 171, 226, 0.15);
            color: #1cabe2;
        }

        .mission-stat-info h3 {
            font-size: 2.5rem;
            font-weight: 700;
        }

        .mission-stat-info span {
            font-size: 0.8rem;
            opacity: 0.7;
        }

        .mission-stat-divider {
            width: 1px;
            height: 50px;
            background: rgba(255, 255, 255, 0.2);
        }

        .mission-showcase-card {
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 20px;
            padding: 2rem;
            text-align: left;
        }

        .mission-showcase-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 1.5rem;
        }

        .mission-icon-large {
            width: 70px;
            height: 70px;
            background: linear-gradient(135deg, rgba(28, 171, 226, 0.2), rgba(13, 61, 92, 0.05));
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            color: #1cabe2;
        }

        .mission-percentage {
            text-align: right;
        }

        .percentage-number {
            font-size: 4.5rem;
            font-weight: 800;
            line-height: 1;
            color: #1cabe2;
            text-shadow: 0 0 40px rgba(28, 171, 226, 0.4);
            animation: pulse-blue 2s ease-in-out infinite;
        }

        .percentage-symbol {
            font-size: 2.5rem;
            font-weight: 600;
            color: #1cabe2;
            vertical-align: top;
            margin-top: 0.5rem;
        }

        @keyframes pulse-blue {
            0%, 100% {
                text-shadow: 0 0 40px rgba(28, 171, 226, 0.4);
            }
            50% {
                text-shadow: 0 0 60px rgba(28, 171, 226, 0.8);
            }
        }

        .progress-bar-custom {
            height: 8px;
            background: linear-gradient(90deg, #1cabe2, #0d3d5c);
            border-radius: 10px;
            box-shadow: 0 0 15px rgba(28, 171, 226, 0.4);
            width: 0%;
            transition: width 2s ease-out;
        }

        .progress-bar-custom.animated {
            width: 21%;
        }

        /* Counter Animation */
        .counter-animate {
            opacity: 0;
            transform: translateY(20px);
            transition: all 0.6s ease-out;
        }

        .counter-animate.animated {
            opacity: 1;
            transform: translateY(0);
        }

        .counter-number {
            display: inline-block;
            font-size: 2.5rem;
            font-weight: 800;
        }

        .counter-suffix {
            font-size: 1.5rem;
        }

        /* Section Decoration */
        .section-decoration {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            pointer-events: none;
            overflow: hidden;
        }

        .wave-decoration {
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle at 30% 50%, rgba(28, 171, 226, 0.03) 0%, transparent 50%),
                        radial-gradient(circle at 70% 80%, rgba(13, 61, 92, 0.03) 0%, transparent 50%);
        }

        .impact-section-title {
            font-weight: 700;
            color: #2c3e50;
            letter-spacing: -0.5px;
        }

        /* Enhanced Impact Cards */
        .impact-card-enhanced {
            height: 100%;
        }

        .impact-card-inner {
            position: relative;
            background: white;
            border-radius: 20px;
            padding: 2.5rem 1.5rem;
            height: 100%;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            overflow: hidden;
            border: 1px solid #f0f0f0;
        }

        .impact-card-inner:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
            border-color: transparent;
        }

        .impact-card-glow {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 150px;
            height: 150px;
            background: var(--icon-color, var(--ul-primary));
            border-radius: 50%;
            filter: blur(60px);
            opacity: 0;
            transition: opacity 0.4s ease;
            pointer-events: none;
        }

        .impact-card-inner:hover .impact-card-glow {
            opacity: 0.15;
        }

        /* Animated Icon Container */
        .icon-container {
            position: relative;
            width: 100px;
            height: 100px;
            margin: 0 auto 1.5rem;
        }

        .icon-ring {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 80px;
            height: 80px;
            border: 2px dashed var(--icon-color);
            border-radius: 50%;
            opacity: 0.3;
            animation: spin 20s linear infinite;
        }

        @keyframes spin {
            100% { transform: translate(-50%, -50%) rotate(360deg); }
        }

        .icon-circle {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 70px;
            height: 70px;
            background: linear-gradient(135deg, var(--icon-color), color-mix(in srgb, var(--icon-color) 70%, white));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.75rem;
            box-shadow: 0 10px 30px color-mix(in srgb, var(--icon-color) 40%, transparent);
            transition: all 0.4s ease;
        }

        .impact-card-inner:hover .icon-circle {
            transform: translate(-50%, -50%) scale(1.1);
            box-shadow: 0 15px 40px color-mix(in srgb, var(--icon-color) 50%, transparent);
        }

        .icon-particles {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            height: 100%;
        }

        .icon-particles span {
            position: absolute;
            width: 8px;
            height: 8px;
            background: var(--icon-color);
            border-radius: 50%;
            opacity: 0;
            transition: all 0.3s ease;
        }

        .icon-particles span:nth-child(1) { top: 0; left: 50%; transition-delay: 0s; }
        .icon-particles span:nth-child(2) { top: 25%; right: 0; transition-delay: 0.1s; }
        .icon-particles span:nth-child(3) { bottom: 0; left: 50%; transition-delay: 0.2s; }
        .icon-particles span:nth-child(4) { top: 25%; left: 0; transition-delay: 0.3s; }
        .icon-particles span:nth-child(5) { bottom: 25%; right: 0; transition-delay: 0.4s; }

        .impact-card-inner:hover .icon-particles span {
            opacity: 0.6;
            animation: particleBurst 0.8s ease-out forwards;
        }

        @keyframes particleBurst {
            0% { transform: translate(0, 0) scale(1); opacity: 0.6; }
            100% { transform: translate(var(--tx, 0), var(--ty, -30px)) scale(0); opacity: 0; }
        }

        .icon-particles span:nth-child(1) { --tx: 0; --ty: -40px; }
        .icon-particles span:nth-child(2) { --tx: 40px; --ty: -20px; }
        .icon-particles span:nth-child(3) { --tx: 0; --ty: 40px; }
        .icon-particles span:nth-child(4) { --tx: -40px; --ty: -20px; }
        .icon-particles span:nth-child(5) { --tx: 30px; --ty: 30px; }

        .impact-title {
            color: #2c3e50;
            transition: color 0.3s ease;
        }

        .impact-desc {
            font-size: 0.9rem;
            line-height: 1.6;
        }

        /* Trust Logos Section */
        .trust-section {
            border-top: 1px solid #eee;
        }

        .trust-logos-track {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            gap: 2rem;
        }

        .trust-logo-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0.75rem;
            opacity: 0.5;
            transition: all 0.4s ease;
            cursor: default;
        }

        .trust-logo-item:hover {
            opacity: 1;
            transform: translateY(-5px);
        }

        .trust-logo-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #f8f9fa, #e9ecef);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            color: var(--ul-primary);
            transition: all 0.4s ease;
        }

        .trust-logo-item:hover .trust-logo-icon {
            background: linear-gradient(135deg, var(--ul-primary), #ffc107);
            color: white;
            box-shadow: 0 10px 25px rgba(230, 126, 34, 0.3);
        }

        .trust-logo-item span {
            font-size: 0.75rem;
            font-weight: 700;
            letter-spacing: 1px;
            color: #6c757d;
        }

        /* =========================
           ACCREDITATION SECTION
        ========================= */
        .accreditation-section {
            border-top: 1px solid rgba(28, 171, 226, 0.1);
        }

        .accred-eyebrow {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 1rem;
        }

        .accred-eyebrow-text {
            font-size: 0.75rem;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: var(--ul-primary);
        }

        .accred-line {
            width: 40px;
            height: 2px;
            background: var(--ul-primary);
            border-radius: 2px;
        }

        .accred-title {
            font-size: 1.5rem;
            font-weight: 800;
            color: #1a2b3c;
        }

        .accred-subtitle {
            max-width: 520px;
            font-size: 0.95rem;
            line-height: 1.6;
        }

        /* Credentials Row */
        .accred-credentials-row {
            display: flex;
            justify-content: center;
            gap: 1.5rem;
            flex-wrap: wrap;
        }

        .accred-credential-card {
            display: flex;
            align-items: center;
            gap: 1rem;
            background: white;
            border: 1px solid rgba(230, 126, 34, 0.12);
            border-radius: 16px;
            padding: 1.25rem 1.5rem;
            min-width: 220px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
        }

        .accred-credential-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 30px rgba(230, 126, 34, 0.15);
            border-color: var(--ul-primary);
        }

        .accred-credential-icon {
            width: 48px;
            height: 48px;
            min-width: 48px;
            background: linear-gradient(135deg, rgba(230, 126, 34, 0.1), rgba(230, 126, 34, 0.05));
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
            color: var(--ul-primary);
        }

        .accred-credential-content h5 {
            font-size: 0.95rem;
            font-weight: 700;
            color: #1a2b3c;
        }

        /* Partners Panel */
        .accred-partners-panel {
            background: linear-gradient(135deg, #f8fafa 0%, #ffffff 100%);
            border: 1px solid rgba(230, 126, 34, 0.08);
            border-radius: 20px;
            padding: 2.5rem;
        }

        .accred-partners-label {
            font-size: 0.75rem;
            font-weight: 700;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            color: #8a9cad;
        }

        .accred-partners-label i {
            color: var(--ul-primary);
        }

        .accred-partners-grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 1.5rem;
        }

        .accred-partner-card {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0.75rem;
            padding: 1.5rem 1rem;
            background: white;
            border-radius: 16px;
            border: 1px solid rgba(0, 0, 0, 0.06);
            cursor: default;
            transition: all 0.35s ease;
        }

        .accred-partner-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 35px rgba(230, 126, 34, 0.15);
            border-color: rgba(230, 126, 34, 0.3);
        }

        .accred-partner-logo {
            width: 64px;
            height: 64px;
            background: linear-gradient(135deg, rgba(230, 126, 34, 0.08), rgba(230, 126, 34, 0.03));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            color: var(--ul-primary);
            transition: all 0.35s ease;
        }

        .accred-partner-card:hover .accred-partner-logo {
            background: linear-gradient(135deg, var(--ul-primary), #ffc107);
            color: white;
            box-shadow: 0 8px 25px rgba(230, 126, 34, 0.35);
        }

        .accred-partner-info {
            text-align: center;
        }

        .accred-partner-info h6 {
            font-size: 0.8rem;
            font-weight: 800;
            letter-spacing: 1px;
            color: #1a2b3c;
        }

        .accred-partner-info p {
            color: #8a9cad;
            font-size: 0.72rem;
        }

        @media (max-width: 991px) {
            .accred-credentials-row {
                gap: 1rem;
            }

            .accred-credential-card {
                min-width: 180px;
                padding: 1rem;
            }

            .accred-partners-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }

        @media (max-width: 767px) {
            .accred-credential-card {
                min-width: 160px;
            }

            .accred-partners-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .accred-partners-panel {
                padding: 1.5rem;
            }
        }

        /* Donation Section Styles */
        .donation-wrapper {
            background: white;
            border-radius: 24px;
            box-shadow: 0 10px 60px rgba(0, 0, 0, 0.08);
            overflow: hidden;
        }

        .donation-info {
            padding: 3rem;
            background: linear-gradient(135deg, #f8fafa 0%, #ffffff 100%);
            border-right: 1px solid #eee;
        }

        .donation-info-header {
            display: flex;
            align-items: center;
            gap: 1.5rem;
            margin-bottom: 1.5rem;
        }

        .campaign-icon-wrapper {
            position: relative;
            width: 80px;
            height: 80px;
        }

        .campaign-icon {
            width: 70px;
            height: 70px;
            background: linear-gradient(135deg, var(--ul-primary), #ffc107);
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.75rem;
            box-shadow: 0 10px 30px rgba(230, 126, 34, 0.3);
        }

        .campaign-icon-ring {
            position: absolute;
            top: -5px;
            right: -5px;
            width: 30px;
            height: 30px;
            background: #E67E22;
            border-radius: 50%;
            border: 3px solid white;
            box-shadow: 0 4px 10px rgba(230, 126, 34, 0.4);
        }

        .campaign-tag {
            display: inline-block;
            font-size: 0.7rem;
            font-weight: 700;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            color: var(--ul-primary);
            background: rgba(230, 126, 34, 0.08);
            padding: 0.35rem 0.75rem;
            border-radius: 50px;
            margin-bottom: 0.5rem;
        }

        .campaign-title {
            font-size: 1.75rem;
            font-weight: 800;
            color: #1a2b3c;
            margin: 0;
            line-height: 1.2;
        }

        .donation-description {
            color: #5a6c7d;
            font-size: 1rem;
            line-height: 1.7;
            margin-bottom: 2rem;
        }

        .donation-impact-stats {
            display: flex;
            gap: 1.5rem;
            margin-bottom: 2rem;
            padding: 1.5rem;
            background: white;
            border-radius: 16px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
        }

        .impact-stat-item {
            display: flex;
            align-items: center;
            gap: 1rem;
            flex: 1;
        }

        .impact-stat-icon {
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, rgba(230, 126, 34, 0.1), rgba(230, 126, 34, 0.05));
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--ul-primary);
            font-size: 1.25rem;
        }

        .impact-stat-content h4 {
            font-size: 1.25rem;
            font-weight: 800;
            color: #1a2b3c;
            margin: 0 0 0.15rem;
        }

        .impact-stat-content span {
            font-size: 0.75rem;
            color: #8a9cad;
        }

        .trust-badges {
            display: flex;
            gap: 1rem;
            margin-bottom: 2rem;
        }

        .trust-badge-item {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.5rem 1rem;
            background: #f8f9fa;
            border-radius: 50px;
            font-size: 0.75rem;
            font-weight: 600;
            color: #5a6c7d;
        }

        .trust-badge-item i {
            color: var(--ul-primary);
        }

        .partner-section {
            padding-top: 1.5rem;
            border-top: 1px solid #eee;
        }

        .partner-label {
            font-size: 0.7rem;
            font-weight: 700;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            color: #8a9cad;
            margin-bottom: 1rem;
        }

        .partner-logos-grid {
            display: flex;
            gap: 1.5rem;
        }

        .partner-logo-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0.5rem;
            opacity: 0.5;
            transition: all 0.3s ease;
        }

        .partner-logo-item:hover {
            opacity: 1;
        }

        .partner-logo-item i {
            font-size: 1.5rem;
            color: var(--ul-primary);
        }

        .partner-logo-item span {
            font-size: 0.65rem;
            font-weight: 700;
            letter-spacing: 0.5px;
            color: #5a6c7d;
        }

        /* Donation Form Styles */
        .donation-form-wrapper {
            padding: 3rem;
            background: white;
        }

        .donation-form-card {
            max-width: 420px;
            margin: 0 auto;
        }

        .form-card-header {
            text-align: center;
            margin-bottom: 2rem;
        }

        .donate-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, var(--ul-primary), #ffc107);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1rem;
            color: white;
            font-size: 1.5rem;
            box-shadow: 0 8px 25px rgba(230, 126, 34, 0.3);
        }

        .form-card-header h3 {
            font-size: 1.5rem;
            font-weight: 800;
            color: #1a2b3c;
            margin: 0 0 0.5rem;
        }

        .form-card-header p {
            color: #8a9cad;
            font-size: 0.9rem;
            margin: 0;
        }

        .amount-section {
            margin-bottom: 1.5rem;
        }

        .amount-label {
            display: block;
            font-size: 0.75rem;
            font-weight: 700;
            letter-spacing: 0.5px;
            text-transform: uppercase;
            color: #5a6c7d;
            margin-bottom: 0.75rem;
        }

        .amount-buttons {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 0.75rem;
        }

        .amount-btn {
            padding: 0.875rem 0.5rem;
            background: #f8f9fa;
            border: 2px solid #e9ecef;
            border-radius: 10px;
            font-size: 0.9rem;
            font-weight: 700;
            color: #5a6c7d;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .amount-btn:hover {
            border-color: var(--ul-primary);
            color: var(--ul-primary);
        }

        .amount-btn.selected {
            background: var(--ul-primary);
            border-color: var(--ul-primary);
            color: white;
            box-shadow: 0 4px 15px rgba(230, 126, 34, 0.3);
        }

        .custom-amount-section {
            margin-bottom: 1.5rem;
        }

        .custom-amount-section .form-control {
            border: 2px solid #e9ecef;
            border-radius: 10px;
            padding: 1rem;
            font-size: 0.95rem;
            height: 52px;
            transition: all 0.3s ease;
        }

        .custom-amount-section .form-control:focus {
            border-color: var(--ul-primary);
            box-shadow: 0 0 0 4px rgba(230, 126, 34, 0.1);
        }

        .donation-summary {
            background: #f8fafa;
            border-radius: 12px;
            padding: 1rem 1.25rem;
            margin-bottom: 1.5rem;
        }

        .summary-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0.5rem 0;
            font-size: 0.875rem;
            color: #5a6c7d;
        }

        .summary-row.total {
            border-top: 1px dashed #ddd;
            padding-top: 0.75rem;
            margin-top: 0.5rem;
            font-weight: 700;
            color: #1a2b3c;
        }

        .summary-row .text-primary {
            color: var(--ul-primary);
            font-size: 1.1rem;
        }

        /* Tipping Section */
        .tip-section {
            margin-bottom: 1.5rem;
            padding-top: 0.5rem;
            border-top: 1px dashed #eee;
        }

        .tip-label {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 0.75rem;
            font-weight: 600;
            color: #2c3e50;
            font-size: 0.9rem;
        }

        .tip-label .tip-info {
            text-transform: none;
            font-weight: 500;
            font-size: 0.7rem;
            color: #8a9cad;
        }

        .tip-buttons {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 0.5rem;
        }

        .tip-btn {
            padding: 0.6rem 0.25rem;
            background: #fff;
            border: 1px solid #e9ecef;
            border-radius: 8px;
            font-size: 0.85rem;
            font-weight: 600;
            color: #5a6c7d;
            cursor: pointer;
            transition: all 0.2s ease;
            text-align: center;
        }

        .tip-btn:hover {
            border-color: var(--ul-primary);
            color: var(--ul-primary);
            background: #f0fbff;
        }

        .tip-btn.active {
            background: var(--ul-primary);
            border-color: var(--ul-primary);
            color: white;
            box-shadow: 0 4px 10px rgba(28, 171, 226, 0.2);
        }

        .donor-details {
            margin-bottom: 1.5rem;
        }

        .donor-details .form-control {
            border: 2px solid #e9ecef;
            border-radius: 10px;
            padding: 1rem 1rem 1rem 3rem;
            font-size: 0.95rem;
            height: 52px;
            transition: all 0.3s ease;
        }

        .donor-details .form-control:focus {
            border-color: var(--ul-primary);
            box-shadow: 0 0 0 4px rgba(230, 126, 34, 0.1);
        }

        .donor-details .form-floating label {
            padding: 1rem 1rem;
            color: #8a9cad;
        }

        .donate-submit-btn {
            width: 100%;
            padding: 1rem 2rem;
            background: linear-gradient(135deg, #E67E22, #E67E22);
            border: none;
            border-radius: 12px;
            color: white;
            font-size: 1rem;
            font-weight: 700;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.75rem;
            transition: all 0.3s ease;
            box-shadow: 0 8px 25px rgba(230, 126, 34, 0.35);
            margin-bottom: 1rem;
        }

        .donate-submit-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 35px rgba(230, 126, 34, 0.45);
        }

        .donate-submit-btn .btn-icon {
            width: 32px;
            height: 32px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .donate-submit-btn:hover .btn-icon {
            transform: translateX(4px);
        }

        /* Donation Type Toggle */
        .donation-type-toggle {
            text-align: center;
        }

        .toggle-container {
            display: inline-flex;
            background: #f0f0f0;
            border-radius: 50px;
            padding: 4px;
            gap: 4px;
        }

        .toggle-btn {
            padding: 10px 24px;
            border: none;
            background: transparent;
            border-radius: 50px;
            font-weight: 600;
            color: #666;
            cursor: pointer;
            transition: all 0.3s ease;
            font-size: 0.9rem;
        }

        .toggle-btn.active {
            background: linear-gradient(135deg, #1cabe2, #0d3d5c);
            color: white;
            box-shadow: 0 4px 15px rgba(28, 171, 226, 0.3);
        }

        .toggle-btn:not(.active):hover {
            color: #333;
        }

        /* Autopay Info Badge */
        .autopay-info {
            margin-bottom: 1rem;
        }

        .autopay-badge {
            display: flex;
            align-items: center;
            padding: 10px 15px;
            background: linear-gradient(135deg, rgba(28, 171, 226, 0.1), rgba(28, 171, 226, 0.1));
            border: 1px solid rgba(28, 171, 226, 0.3);
            border-radius: 10px;
            font-size: 0.8rem;
            color: #1cabe2;
        }

        .security-badges {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 1rem;
            padding-top: 1rem;
        }

        .security-item {
            display: flex;
            align-items: center;
            gap: 0.35rem;
            font-size: 0.7rem;
            color: #8a9cad;
        }

        .security-item i {
            color: var(--ul-primary);
        }

        @media (max-width: 1199px) {
            .donation-info {
                padding: 2rem;
            }

            .donation-form-wrapper {
                padding: 2rem;
            }

            .campaign-title {
                font-size: 1.5rem;
            }
        }

        @media (max-width: 991px) {
            .donation-wrapper .row {
                display: flex;
                flex-direction: column;
            }

            .donation-info {
                border-right: none;
                border-bottom: 1px solid #eee;
                padding: 1.5rem;
            }

            .donation-form-wrapper {
                padding: 1.5rem;
            }

            .donation-impact-stats {
                flex-direction: column;
                gap: 1rem;
            }

            .impact-stat-item {
                flex-direction: row;
                gap: 1rem;
            }

            .trust-badges {
                flex-wrap: wrap;
                gap: 0.5rem;
            }

            .trust-badge-item {
                font-size: 0.7rem;
                padding: 0.4rem 0.75rem;
            }

            .partner-logos-grid {
                justify-content: flex-start;
            }
        }

        @media (max-width: 767px) {
            .donation-info-header {
                flex-direction: column;
                align-items: flex-start;
                gap: 1rem;
            }

            .campaign-icon-wrapper {
                width: 60px;
                height: 60px;
            }

            .campaign-icon {
                width: 55px;
                height: 55px;
                font-size: 1.5rem;
            }

            .amount-buttons {
                grid-template-columns: repeat(2, 1fr);
            }

            .donation-summary {
                padding: 0.75rem 1rem;
            }

            .security-badges {
                flex-wrap: wrap;
                gap: 0.5rem;
            }

            .donor-details .form-floating {
                margin-bottom: 0.75rem !important;
            }
        }

        @media (max-width: 575px) {
            .ul-section-spacing {
                padding-top: 3rem !important;
                padding-bottom: 3rem !important;
            }

            .donation-wrapper {
                border-radius: 16px;
            }

            .donation-info,
            .donation-form-wrapper {
                padding: 1.25rem;
            }

            .campaign-title {
                font-size: 1.35rem;
            }

            .impact-stat-icon {
                width: 45px;
                height: 45px;
                font-size: 1rem;
            }

            .impact-stat-content h4 {
                font-size: 1.1rem;
            }

            .form-card-header h3 {
                font-size: 1.25rem;
            }

            .donate-icon {
                width: 50px;
                height: 50px;
                font-size: 1.25rem;
            }

            .donate-submit-btn {
                padding: 0.875rem 1.5rem;
                font-size: 0.95rem;
            }

            .partner-logos-grid {
                gap: 1rem;
            }

            .partner-logo-item i {
                font-size: 1.25rem;
            }
        }
