        /* add spacing above hero slider */
        .ul-banner-2 {
            margin-top: 20px;
        }

        /* Full-height hero slider — all slides consistent */
        .ul-banner-2-slider {
            height: 90vh;
            min-height: 560px;
        }
        .ul-banner-2-slider .swiper-wrapper {
            height: 100%;
        }
        .ul-banner-2-slider .swiper-slide {
            height: 100%;
        }
        .ul-banner-2-slide {
            height: 100% !important;
            min-height: 560px;
            display: flex !important;
            align-items: center;
            padding-top: 60px !important;
            padding-bottom: 60px !important;
        }
        .ul-banner-2-slide-bg-img {
            position: absolute !important;
            inset: 0 !important;
            width: 100% !important;
            height: 100% !important;
            object-fit: cover !important;
            object-position: center center !important;
        }

        /* Hero Yellow Accent Word */
        .hero-accent,
        .hero-accent-yellow {
            color: #ffc107;
            display: inline-block;
        }

        /* Banner Share Styles - Hero Version */
        .ul-banner-share {
            display: flex;
            align-items: center;
            margin-top: 30px;
            gap: 12px;
        }
        .banner-share-label {
            font-size: 13px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: rgba(255, 255, 255, 0.8);
            margin-right: 8px;
        }
        .banner-share-link {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(255, 255, 255, 0.1);
            color: #fff !important;
            backdrop-filter: blur(8px);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            font-size: 15px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            text-decoration: none !important;
        }
        .banner-share-link:hover {
            transform: translateY(-5px) rotate(8deg);
            background: #fff;
            color: #1CABE2 !important;
            box-shadow: 0 12px 24px rgba(0,0,0,0.25);
            border-color: #fff;
        }
        .banner-share-link.fb:hover { background: #3b5998; color: #fff !important; border-color: #3b5998; }
        .banner-share-link.wa:hover { background: #25d366; color: #fff !important; border-color: #25d366; }
        .banner-share-link.ig:hover { background: #e4405f; color: #fff !important; border-color: #e4405f; }

        /* Animated Birds */
        .hero-bird {
            position: absolute;
            z-index: 5;
            pointer-events: none;
            opacity: 0.85;
        }
        .hero-bird svg path {
            fill: none;
            stroke: #ffc107;
            stroke-width: 2;
            stroke-linecap: round;
        }
        .hero-bird-1 { top: 15%; right: 18%; animation: birdFly1 12s ease-in-out infinite; }
        .hero-bird-2 { top: 25%; right: 12%; animation: birdFly2 15s ease-in-out infinite 2s; }
        .hero-bird-3 { top: 10%; right: 28%; animation: birdFly3 10s ease-in-out infinite 1s; }
        .hero-bird-4 { top: 20%; right: 22%; animation: birdFly1 14s ease-in-out infinite 3s; }

        @keyframes birdFly1 {
            0%   { transform: translate(0, 0) scale(1); }
            25%  { transform: translate(-30px, -20px) scale(0.95); }
            50%  { transform: translate(-60px, -5px) scale(1.05); }
            75%  { transform: translate(-30px, 15px) scale(0.98); }
            100% { transform: translate(0, 0) scale(1); }
        }
        @keyframes birdFly2 {
            0%   { transform: translate(0, 0) scale(1); }
            30%  { transform: translate(-40px, -30px) scale(0.9); }
            60%  { transform: translate(-80px, 5px) scale(1.05); }
            100% { transform: translate(0, 0) scale(1); }
        }
        @keyframes birdFly3 {
            0%   { transform: translate(0, 0) rotate(0deg); }
            50%  { transform: translate(-50px, -25px) rotate(-5deg); }
            100% { transform: translate(0, 0) rotate(0deg); }
        }

        /* Reduce the size of the donate form amount labels and custom input for a better fit */
        .ul-donate-form label {
            padding: 0 15px !important;
            font-size: 14px;
            height: 35px !important;
        }

        .ul-donate-form .custom-amount-wrapper input {
            padding: 0 15px !important;
            font-size: 14px;
            height: 35px !important;
        }

        /* Reduce the size of the Donate Now button */
        .ul-donate-form .ul-btn {
            height: 35px !important;
            font-size: 14px !important;
            padding: 0 5px 0 5px !important;
            padding-right: 15px !important;
        }

        .ul-donate-form .ul-btn i {
            width: 25px !important;
            font-size: 10px !important;
        }

        /* Vision & Mission Tabs Custom Stylings */
        .vision-mission-section {
            position: relative;
            background: #fff;
            padding: 20px 0;
        }

        .vm-tabs-wrapper {
            position: relative;
            z-index: 10;
        }

        .vm-tab-nav {
            display: inline-flex;
            background: #f4f7f9;
            padding: 6px;
            border-radius: 12px;
            margin-bottom: 30px;
        }

        .vm-tab-btn {
            border: none;
            background: transparent;
            padding: 12px 30px;
            font-weight: 700;
            font-size: 16px;
            color: #7a7e83;
            border-radius: 10px;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .vm-tab-btn i {
            font-size: 20px;
            transition: all 0.3s ease;
        }

        .vm-tab-btn:hover {
            color: #1CABE2;
        }

        /* Creative Donations Heading Styles */
        .ul-donations-heading .left {
            position: relative;
            z-index: 10;
        }

        .heading-decoration {
            position: absolute;
            z-index: -1;
            opacity: 0.15;
            pointer-events: none;
        }

        .decoration-1 {
            top: -50px;
            left: -80px;
            width: 150px;
            animation: float-y 4s ease-in-out infinite;
        }

        .decoration-2 {
            bottom: -30px;
            right: 20px;
            width: 80px;
            animation: float-y 5s ease-in-out infinite alternate;
        }

        .ul-section-title-highlight {
            color: #1CABE2;
            position: relative;
            display: inline-block;
        }

        .ul-section-title-highlight::after {
            content: '';
            position: absolute;
            bottom: 5px;
            left: 0;
            width: 100%;
            height: 12px;
            background: rgba(28, 171, 226, 0.15);
            z-index: -1;
            border-radius: 4px;
        }

        .ul-section-descr {
            font-size: 17px;
            line-height: 1.7;
            color: #5e6267;
            margin-top: 15px;
            max-width: 580px;
        }

        .stats-badge-group {
            display: flex;
            gap: 15px;
            margin-top: 25px;
        }

        .stats-badge {
            background: #fff;
            padding: 8px 15px;
            border-radius: 1000px;
            font-size: 13px;
            font-weight: 700;
            border: 1px solid #eef1f4;
            display: flex;
            align-items: center;
            gap: 8px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.03);
            white-space: nowrap;
        }

        .stats-badge i {
            color: #1CABE2;
        }

        @keyframes float-y {
            0% { transform: translateY(0); }
            50% { transform: translateY(-20px); }
            100% { transform: translateY(0); }
        }

        .vm-tab-btn.active {
            background: #fff;
            color: #1CABE2;
            box-shadow: 0 8px 25px rgba(28, 171, 226, 0.15);
        }

        .vm-tab-btn.active i {
            color: #1CABE2;
            transform: scale(1.1);
        }

        .vm-tab-content-wrapper {
            position: relative;
            min-height: 200px;
        }

        .vm-tab-pane {
            display: none;
            animation: fadeInScale 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards;
        }

        .vm-tab-pane.active {
            display: block;
        }

        @keyframes fadeInScale {
            from {
                opacity: 0;
                transform: translateY(15px) scale(0.97);
            }

            to {
                opacity: 1;
                transform: translateY(0) scale(1);
            }
        }

        .vm-content-card {
            background: #fff;
            border: 1px solid #eef1f4;
            border-radius: 24px;
            padding: 45px;
            box-shadow: 0 15px 50px rgba(0, 0, 0, 0.04);
            position: relative;
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            z-index: 1;
        }

        .vm-card-bg-icon {
            position: absolute;
            bottom: -20px;
            right: -10px;
            font-size: 150px;
            color: rgba(28, 171, 226, 0.03);
            z-index: -1;
            transform: rotate(-15deg);
        }

        .vm-card-quote-icon {
            position: absolute;
            top: -15px;
            right: -15px;
            font-size: 12px;
            width: 32px;
            height: 32px;
            background: #1CABE2;
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 2px solid #fff;
            box-shadow: 0 4px 15px rgba(28, 171, 226, 0.4);
            animation: pulse-badge 2s infinite ease-in-out;
            z-index: 5;
        }

        @keyframes pulse-badge {

            0%,
            100% {
                transform: scale(1);
                box-shadow: 0 0 0 0 rgba(28, 171, 226, 0.4);
            }

            50% {
                transform: scale(1.1);
                box-shadow: 0 0 10px 4px rgba(28, 171, 226, 0);
            }
        }

        .vm-content-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
        }

        .vm-content-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 5px;
            height: 100%;
            background: linear-gradient(to bottom, #1CABE2, #4f8ed8);
        }

        .vm-header-icon {
            position: relative;
            display: inline-flex;
            margin-bottom: 25px;
        }

        .vm-header-icon i:first-child {
            font-size: 45px;
            background: linear-gradient(135deg, #1CABE2 0%, #4f8ed8 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            filter: drop-shadow(0 4px 6px rgba(28, 171, 226, 0.2));
            transition: all 0.3s ease;
        }

        .vm-content-card:hover .vm-header-icon i:first-child {
            transform: scale(1.1);
            filter: drop-shadow(0 6px 12px rgba(28, 171, 226, 0.3));
        }

        .vm-content-card p {
            font-size: 16px;
            line-height: 1.8;
            color: #5e6267;
            margin: 0;
        }

        @media (max-width: 576px) {
            .vm-tab-nav {
                width: 100%;
                flex-direction: column;
            }

            .vm-tab-btn {
                width: 100%;
                justify-content: center;
            }
        }

        .ul-about-tabs-wrapper .nav-pills .nav-link.active {
            color: #1CABE2 !important;
            position: relative;
        }

        .ul-about-tabs-wrapper .nav-pills .nav-link.active::after {
            content: '' '';
            position: absolute;
            bottom: -12px;
            left: 0;
            width: 50%;
            height: 3px;
            background-color: #1CABE2;
        }

        .tab-img-wrapped {
            overflow: hidden;
            border-radius: 20px;
        }

        .tab-img-wrapped img {
            transition: transform 0.5s ease;
        }

        .tab-img-wrapped:hover img {
            transform: scale(1.05);
        }

        /* Banner Slide Overlay */
        .ul-banner-2-slide {
            position: relative;
        }

        .ul-banner-2-slide::before {
            content: "";
            position: absolute;
            inset: 0;
            background-color: rgba(0, 0, 0, 0.4); /* Adjust opacity as needed */
            z-index: 1;
        }

        .ul-banner-2-slide .row {
            position: relative;
            z-index: 2;
        }

        /* Impact Badge Overlay for Hero */
        .hero-impact-badge {
            position: absolute;
            background: rgba(255, 255, 255, 0.95);
            padding: 12px 20px;
            border-radius: 15px;
            display: flex;
            align-items: center;
            gap: 12px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            z-index: 10;
            animation: floating 3s ease-in-out infinite;
        }
        .hero-badge-1 { top: 20%; right: 10%; animation-delay: 0s; }
        .hero-badge-2 { bottom: 25%; left: 5%; animation-delay: 1.5s; }

        @keyframes floating {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-15px); }
        }

        /* How It Works Infographic */
        .wwd-step-card {
            background: #fff;
            padding: 40px 30px;
            border-radius: 20px;
            text-align: left;
            transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
            border: 1px solid #f0f0f0;
            height: 100%;
            position: relative;
            overflow: hidden;
        }

        /* Color Themes */
        .wwd-step-card.step-1 .wwd-step-icon { background: rgba(28, 171, 226, 0.1); color: #1CABE2; }
        .wwd-step-card.step-1 .wwd-step-number { background: #1CABE2; }
        .wwd-step-card.step-1:hover { border-color: #1CABE2; box-shadow: 0 20px 40px rgba(28, 171, 226, 0.12); }

        .wwd-step-card.step-2 .wwd-step-icon { background: rgba(242, 101, 34, 0.1); color: #F26522; }
        .wwd-step-card.step-2 .wwd-step-number { background: #F26522; }
        .wwd-step-card.step-2:hover { border-color: #F26522; box-shadow: 0 20px 40px rgba(242, 101, 34, 0.12); }

        .wwd-step-card.step-3 .wwd-step-icon { background: rgba(76, 175, 80, 0.1); color: #4CAF50; }
        .wwd-step-card.step-3 .wwd-step-number { background: #4CAF50; }
        .wwd-step-card.step-3:hover { border-color: #4CAF50; box-shadow: 0 20px 40px rgba(76, 175, 80, 0.12); }

        .wwd-step-card.step-4 .wwd-step-icon { background: rgba(156, 39, 176, 0.1); color: #9C27B0; }
        .wwd-step-card.step-4 .wwd-step-number { background: #9C27B0; }
        .wwd-step-card.step-4:hover { border-color: #9C27B0; box-shadow: 0 20px 40px rgba(156, 39, 176, 0.12); }

        /* NGO How It Works tab toggle */
        .hiw-tabs { display: flex; gap: 12px; margin-bottom: 40px; flex-wrap: wrap; }
        .hiw-tab {
            padding: 10px 28px;
            border-radius: 999px;
            border: 2px solid #e5e5e5;
            background: #fff;
            font-size: 15px;
            font-weight: 600;
            color: #555;
            cursor: pointer;
            transition: all 0.3s;
        }
        .hiw-tab.active {
            background: #1CABE2;
            border-color: #1CABE2;
            color: #fff;
        }
        .hiw-panel { display: none; }
        .hiw-panel.active { display: block; }

        .wwd-step-card:hover {
            transform: translateY(-12px);
        }
        .wwd-step-card:hover .wwd-step-icon {
            transform: scale(1.1) rotate(5deg);
        }
        .wwd-step-icon {
            width: 85px;
            height: 85px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 0 25px;
            font-size: 36px;
            position: relative;
            transition: all 0.4s ease;
        }
        .wwd-step-card h3 {
            font-size: 24px;
            margin-bottom: 15px;
            font-weight: 700;
            color: #1a1a1a;
        }
        .wwd-step-card p {
            font-size: 16px;
            line-height: 1.6;
            color: #666;
            margin: 0;
        }
        .wwd-step-number {
            position: absolute;
            top: -5px;
            right: -5px;
            width: 25px;
            height: 25px;
            background: #1CABE2;
            color: #fff;
            border-radius: 50%;
            font-size: 12px;
            font-weight: 700;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* Stats — Gradient Counter Cards (Option 1) */
        .stats-cards-section {
            background: linear-gradient(135deg, #0f2027, #1e3c5a, #1CABE2);
            padding: 70px 0;
        }
        .stat-card {
            background: rgba(255,255,255,0.07);
            backdrop-filter: blur(6px);
            border: 1px solid rgba(255,255,255,0.15);
            border-radius: 16px;
            padding: 0;
            overflow: hidden;
            text-align: center;
            transition: transform 0.35s ease, box-shadow 0.35s ease;
            height: 100%;
        }
        .stat-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 50px rgba(0,0,0,0.3);
        }
        .stat-card-accent {
            height: 5px;
            width: 100%;
        }
        .stat-card-body {
            padding: 32px 24px 28px;
        }
        .stat-card-icon {
            width: 64px;
            height: 64px;
            border-radius: 50%;
            display: flex;
            color: #1CABE2 !important;
            position: relative;
        }

        .ul-about-tabs-wrapper .nav-pills .nav-link.active::after {
            content: '' '';
            position: absolute;
            bottom: -12px;
            left: 0;
            width: 50%;
            height: 3px;
            background-color: #1CABE2;
        }

        .tab-img-wrapped {
            overflow: hidden;
            border-radius: 20px;
        }

        .tab-img-wrapped img {
            transition: transform 0.5s ease;
        }

        .tab-img-wrapped:hover img {
            transform: scale(1.05);
        }

        /* Banner Slide Overlay */
        .ul-banner-2-slide {
            position: relative;
        }

        .ul-banner-2-slide::before {
            content: "";
            position: absolute;
            inset: 0;
            background-color: rgba(0, 0, 0, 0.4); /* Adjust opacity as needed */
            z-index: 1;
        }

        .ul-banner-2-slide .row {
            position: relative;
            z-index: 2;
        }

        /* Impact Badge Overlay for Hero */
        .hero-impact-badge {
            position: absolute;
            background: rgba(255, 255, 255, 0.95);
            padding: 12px 20px;
            border-radius: 15px;
            display: flex;
            align-items: center;
            gap: 12px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            z-index: 10;
            animation: floating 3s ease-in-out infinite;
        }
        .hero-badge-1 { top: 20%; right: 10%; animation-delay: 0s; }
        .hero-badge-2 { bottom: 25%; left: 5%; animation-delay: 1.5s; }

        @keyframes floating {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-15px); }
        }

        /* How It Works Infographic */
        .wwd-step-card {
            background: #fff;
            padding: 40px 30px;
            border-radius: 20px;
            text-align: left;
            transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
            border: 1px solid #f0f0f0;
            height: 100%;
            position: relative;
            overflow: hidden;
        }

        /* Color Themes */
        .wwd-step-card.step-1 .wwd-step-icon { background: rgba(28, 171, 226, 0.1); color: #1CABE2; }
        .wwd-step-card.step-1 .wwd-step-number { background: #1CABE2; }
        .wwd-step-card.step-1:hover { border-color: #1CABE2; box-shadow: 0 20px 40px rgba(28, 171, 226, 0.12); }

        .wwd-step-card.step-2 .wwd-step-icon { background: rgba(242, 101, 34, 0.1); color: #F26522; }
        .wwd-step-card.step-2 .wwd-step-number { background: #F26522; }
        .wwd-step-card.step-2:hover { border-color: #F26522; box-shadow: 0 20px 40px rgba(242, 101, 34, 0.12); }

        .wwd-step-card.step-3 .wwd-step-icon { background: rgba(76, 175, 80, 0.1); color: #4CAF50; }
        .wwd-step-card.step-3 .wwd-step-number { background: #4CAF50; }
        .wwd-step-card.step-3:hover { border-color: #4CAF50; box-shadow: 0 20px 40px rgba(76, 175, 80, 0.12); }

        .wwd-step-card.step-4 .wwd-step-icon { background: rgba(156, 39, 176, 0.1); color: #9C27B0; }
        .wwd-step-card.step-4 .wwd-step-number { background: #9C27B0; }
        .wwd-step-card.step-4:hover { border-color: #9C27B0; box-shadow: 0 20px 40px rgba(156, 39, 176, 0.12); }

        /* NGO How It Works tab toggle */
        .hiw-tabs { display: flex; gap: 12px; margin-bottom: 40px; flex-wrap: wrap; }
        .hiw-tab {
            padding: 10px 28px;
            border-radius: 999px;
            border: 2px solid #e5e5e5;
            background: #fff;
            font-size: 15px;
            font-weight: 600;
            color: #555;
            cursor: pointer;
            transition: all 0.3s;
        }
        .hiw-tab.active {
            background: #1CABE2;
            border-color: #1CABE2;
            color: #fff;
        }
        .hiw-panel { display: none; }
        .hiw-panel.active { display: block; }

        .wwd-step-card:hover {
            transform: translateY(-12px);
        }
        .wwd-step-card:hover .wwd-step-icon {
            transform: scale(1.1) rotate(5deg);
        }
        .wwd-step-icon {
            width: 85px;
            height: 85px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 0 25px;
            font-size: 36px;
            position: relative;
            transition: all 0.4s ease;
        }
        .wwd-step-card h3 {
            font-size: 24px;
            margin-bottom: 15px;
            font-weight: 700;
            color: #1a1a1a;
        }
        .wwd-step-card p {
            font-size: 16px;
            line-height: 1.6;
            color: #666;
            margin: 0;
        }
        .wwd-step-number {
            position: absolute;
            top: -5px;
            right: -5px;
            width: 25px;
            height: 25px;
            background: #1CABE2;
            color: #fff;
            border-radius: 50%;
            font-size: 12px;
            font-weight: 700;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* Stats — Gradient Counter Cards (Option 1) */
        .stats-cards-section {
            background: linear-gradient(135deg, #0f2027, #1e3c5a, #1CABE2);
            padding: 70px 0;
        }
        .stat-card {
            background: rgba(255,255,255,0.07);
            backdrop-filter: blur(6px);
            border: 1px solid rgba(255,255,255,0.15);
            border-radius: 16px;
            padding: 0;
            overflow: hidden;
            text-align: center;
            transition: transform 0.35s ease, box-shadow 0.35s ease;
            height: 100%;
        }
        .stat-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 50px rgba(0,0,0,0.3);
        }
        .stat-card-accent {
            height: 5px;
            width: 100%;
        }
        .stat-card-body {
            padding: 32px 24px 28px;
        }
        .stat-card-icon {
            width: 64px;
            height: 64px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
            margin: 0 auto 18px;
        }
        /* Tip Section Styles */
        .tip-section {
            margin-bottom: 20px;
        }
        .tip-label {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 10px;
            font-size: 14px;
            font-weight: 600;
        }
        .tip-info {
            font-size: 11px;
            color: #666;
            font-weight: 400;
        }
        .tip-buttons {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 8px;
        }
        .tip-btn {
            background: #f8f9fa;
            border: 1px solid #eee;
            border-radius: 8px;
            padding: 8px 5px;
            font-size: 13px;
            font-weight: 600;
            color: #444;
            transition: all 0.2s;
        }
        .tip-btn:hover {
            border-color: #1cabe2;
            color: #1cabe2;
        }
        .tip-btn.active {
            background: #1cabe2;
            border-color: #1cabe2;
            color: #fff;
        }
        
        .donation-summary-home {
            background: #f8f9fa;
            border-radius: 12px;
            padding: 15px;
            margin-bottom: 20px;
        }
        .summary-row-home {
            display: flex;
            justify-content: space-between;
            margin-bottom: 8px;
            font-size: 14px;
            color: #666;
        }
        .summary-row-home.total-home {
            margin-top: 10px;
            padding-top: 10px;
            border-top: 1px dashed #ddd;
            font-weight: 700;
            color: #000;
            font-size: 16px;
        }
        .stat-card-number {
            font-size: 48px;
            font-weight: 800;
            color: #ffffff;
            line-height: 1;
            display: block;
            margin-bottom: 8px;
            font-family: 'Inter', sans-serif;
        }
        .stat-card-label {
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 1.2px;
            text-transform: uppercase;
            color: rgba(255,255,255,0.7);
        }
        /* Accent colour helpers */
        .accent-blue   { background: #1CABE2; }
        .accent-green  { background: #4CAF50; }
        .accent-orange { background: #F26522; }
        .accent-purple { background: #9C27B0; }
        .icon-bg-blue   { background: rgba(28,171,226,0.25); color: #1CABE2; }
        .icon-bg-green  { background: rgba(76,175,80,0.25);  color: #4CAF50; }
        .icon-bg-orange { background: rgba(242,101,34,0.25); color: #F26522; }
        .icon-bg-purple { background: rgba(156,39,176,0.25); color: #9C27B0; }

        /* Trust Seals */
        .trust-seals-row {
            display: flex;
            align-items: center;
            gap: 30px;
            margin-top: 35px;
            padding: 15px 25px;
            background: #f8fbff;
            border-radius: 100px;
            width: fit-content;
        }
        .trust-seal-item {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 12px;
            font-weight: 700;
            color: #5e6267;
        }
        .trust-seal-item i { color: #28a745; font-size: 16px; }

        /* Reach Grid */
        .reach-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
            gap: 15px;
        }
        .reach-item {
            background: rgba(255,255,255,0.05);
            border: 1px solid rgba(255,255,255,0.1);
            padding: 15px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            transition: all 0.3s ease;
        }
        .reach-item:hover {
            background: rgba(28, 171, 226, 0.15);
            border-color: #1CABE2;
        }
        .reach-item span { color: #fff; font-weight: 600; font-size: 14px; }
