/* ==========================================================================
   Inuka Core — Plugin Stylesheet (Slider, Title, Causes, Events, Gallery, Blog)
   Premium blue design system.

   All rules use var(--fundpro-xxx, fallback) so the plugin renders correctly
   on its own, whether or not the active theme defines those custom
   properties — the blue fallback values ARE the plugin's default look.

   Each widget's own Style tab sets --fundpro-primary scoped to its wrapper,
   so every widget can have its own accent color if desired, but they all
   default to the same premium blue.
   ========================================================================== */

/* --------------------------------------------------------------------------
   Width model: the slider and gallery NEVER set their own max-width. They
   fill whatever width the Elementor column/section gives them.
   -------------------------------------------------------------------------- */
.fundpro-slider{position:relative;width:100%;max-width:none;height:85vh;min-height:500px;overflow:hidden;background:#0f172a}
.fundpro-slider .swiper-wrapper,.fundpro-slider .swiper-slide{width:100%;height:100%}

.fundpro-slide{position:relative;overflow:hidden;display:flex;align-items:center}
.fundpro-slide-bg{position:absolute;inset:-3%;background-size:cover;background-position:center;transform:scale(1.08);transition:transform 7s linear;will-change:transform}
.fundpro-slider[data-kenburns="1"] .swiper-slide-active .fundpro-slide-bg{transform:scale(1.22)}
.fundpro-slider[data-kenburns="0"] .fundpro-slide-bg{transform:scale(1)}

.fundpro-slide-overlay{position:absolute;inset:0;background:rgba(15,23,42,.55)}
.fundpro-slide-content{position:relative;z-index:2;color:#fff}

/* Staggered text-entrance animation — replayed on every active slide */
.fundpro-slider[data-animate="1"] .fundpro-slide-content [data-anim]{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s ease}
.fundpro-slider[data-animate="1"] .swiper-slide-active .fundpro-slide-content [data-anim]{opacity:1;transform:translateY(0)}
.fundpro-slider[data-animate="1"] .swiper-slide-active [data-anim="1"]{transition-delay:.1s}
.fundpro-slider[data-animate="1"] .swiper-slide-active [data-anim="2"]{transition-delay:.25s}
.fundpro-slider[data-animate="1"] .swiper-slide-active [data-anim="3"]{transition-delay:.4s}
.fundpro-slider[data-animate="1"] .swiper-slide-active [data-anim="4"]{transition-delay:.55s}

.fundpro-slide-subtitle{display:inline-flex;align-items:center;gap:8px;font-weight:700;text-transform:uppercase;letter-spacing:1.4px;font-size:13px;color:#fff;background:rgba(255,255,255,.14);backdrop-filter:blur(6px);padding:7px 18px;border-radius:30px;margin-bottom:20px}
.fundpro-slide-subtitle::before{content:'';width:6px;height:6px;border-radius:50%;background:var(--fundpro-primary,#007aff);flex:0 0 auto}
.fundpro-slide-title{font-size:54px;font-weight:800;color:#fff;margin-bottom:20px;line-height:1.15;letter-spacing:-.02em}
.fundpro-slide-title span{color:var(--fundpro-primary,#007aff)}
.fundpro-slide-desc{font-size:17px;color:#e2e8f0;max-width:560px;margin-bottom:30px;line-height:1.7}
.fundpro-slide-buttons{display:flex;gap:14px;flex-wrap:wrap}
.fundpro-btn-outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.55)}
.fundpro-btn-outline:hover{background:#fff;color:var(--fundpro-primary-dark,#1d4ed8);border-color:#fff}

@media(max-width:768px){
  .fundpro-slide-title{font-size:32px}
  .fundpro-slide-desc{font-size:15px}
  .fundpro-slider{height:75vh;min-height:420px}
}

/* Arrows */
.fundpro-slider .swiper-button-next,.fundpro-slider .swiper-button-prev{width:50px;height:50px;background:rgba(255,255,255,.12);border-radius:50%;backdrop-filter:blur(6px);transition:background .3s ease,transform .3s ease;color:#fff}
.fundpro-slider .swiper-button-next:hover,.fundpro-slider .swiper-button-prev:hover{background:var(--fundpro-primary,#007aff);transform:scale(1.08)}
.fundpro-slider .swiper-button-next::after,.fundpro-slider .swiper-button-prev::after{font-size:18px}

/* Dots */
.fundpro-slider .swiper-pagination-bullet{width:9px;height:9px;background:#fff;opacity:.5;transition:opacity .3s ease,width .3s ease,background .3s ease;border-radius:5px}
.fundpro-slider .swiper-pagination-bullet-active{opacity:1;background:var(--fundpro-primary,#007aff);width:28px}

/* Autoplay progress bar */
.fundpro-slider-progress{position:absolute;left:0;right:0;bottom:0;height:3px;background:rgba(255,255,255,.18);z-index:3}
.fundpro-slider-progress span{display:block;height:100%;width:0%;background:linear-gradient(90deg,var(--fundpro-primary,#007aff),var(--fundpro-primary-dark,#1d4ed8))}
.fundpro-slider-progress span.running{transition:width linear}

/* --------------------------------------------------------------------------
   Gallery grid + lightbox
   -------------------------------------------------------------------------- */
.fundpro-gallery-grid{display:grid;gap:18px;width:100%;max-width:none}
.fundpro-gallery-item{position:relative;overflow:hidden;border-radius:14px;aspect-ratio:1/1;opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .5s cubic-bezier(.25,.8,.25,1)}
.fundpro-gallery-item.in-view{opacity:1;transform:translateY(0)}
.fundpro-gallery-item:not(.fundpro-reveal){opacity:1;transform:none}
.fundpro-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.25,.8,.25,1);display:block}
.fundpro-gallery-item:hover img{transform:scale(1.1)}
.fundpro-gallery-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,rgba(15,23,42,0) 45%,rgba(15,23,42,.6) 100%);opacity:0;transition:opacity .4s ease}
.fundpro-gallery-item:hover .fundpro-gallery-overlay{opacity:1}
.fundpro-gallery-overlay .fundpro-btn-icon-i{width:50px;height:50px;border-radius:50%;background:#fff;color:var(--fundpro-primary,#007aff);display:flex;align-items:center;justify-content:center;font-size:17px;transform:scale(.55);transition:transform .4s cubic-bezier(.34,1.56,.64,1);box-shadow:0 8px 20px rgba(15,23,42,.25)}
.fundpro-gallery-item:hover .fundpro-gallery-overlay .fundpro-btn-icon-i{transform:scale(1)}

@media(max-width:900px){.fundpro-gallery-grid{grid-template-columns:repeat(2,1fr) !important}}
@media(max-width:480px){.fundpro-gallery-grid{grid-template-columns:1fr !important}}

.fundpro-gallery-grid .fundpro-reveal:nth-child(2){transition-delay:.05s}
.fundpro-gallery-grid .fundpro-reveal:nth-child(3){transition-delay:.1s}
.fundpro-gallery-grid .fundpro-reveal:nth-child(4){transition-delay:.15s}
.fundpro-gallery-grid .fundpro-reveal:nth-child(5){transition-delay:.2s}
.fundpro-gallery-grid .fundpro-reveal:nth-child(6){transition-delay:.25s}

/* Elementor editor: keep placeholder slides visibly usable while empty */
.elementor-editor-active .fundpro-slider{min-height:400px}

/* ==========================================================================
   Buttons — shared premium base for ALL Inuka Core widgets.
   ========================================================================== */
.fundpro-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 30px;border-radius:10px;font-weight:600;font-size:14px;letter-spacing:.2px;border:2px solid transparent;cursor:pointer;line-height:1;transition:transform .35s cubic-bezier(.25,.8,.25,1),box-shadow .35s ease,background .35s ease,border-color .35s ease}
.fundpro-btn-primary{background:linear-gradient(135deg,var(--fundpro-primary,#3b82f6),var(--fundpro-primary-dark,#1d4ed8));color:#fff;box-shadow:0 8px 20px rgba(37,99,235,.28)}
.fundpro-btn-primary:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(37,99,235,.4)}

.fundpro-btn-icon .fundpro-btn-icon-i{display:inline-flex;align-items:center;justify-content:center;transition:transform .35s cubic-bezier(.34,1.56,.64,1)}
.fundpro-btn-icon:hover .fundpro-btn-icon-i{transform:translateX(5px)}

.fundpro-readmore{display:inline-flex;align-items:center;gap:8px;color:var(--fundpro-primary,#2563eb);font-weight:700;font-size:13px;letter-spacing:.3px;padding-bottom:3px;border-bottom:2px solid transparent;transition:gap .3s ease,color .3s ease,border-color .3s ease}
.fundpro-readmore:hover{gap:12px;color:var(--fundpro-primary-dark,#1d4ed8);border-color:currentColor}
.fundpro-readmore .fundpro-btn-icon-i{font-size:11px}

/* Friendly empty / placeholder state (front-end only — the editor shows demo cards instead) */
.fundpro-empty-state{grid-column:1/-1;display:block;text-align:center;padding:56px 24px;color:#94a3b8;font-size:15px;background:#f8fafc;border-radius:16px;border:1.5px dashed #dbeafe}
.fundpro-empty-state i{display:block;font-size:26px;margin-bottom:12px;color:var(--fundpro-primary,#2563eb)}

/* ==========================================================================
   Scroll-reveal animation base (Title/Causes/Events/Blog use it directly;
   Gallery items declare their own version above since they also need a
   default "already visible" state when animation is switched off).
   IMPORTANT: only end-state values live here — each hoverable widget box
   below declares its OWN full "transition" property covering both the
   reveal-in and the hover interaction, so nothing silently overrides
   another rule's transition (that silent-override was the previous bug).
   ========================================================================== */
.fundpro-reveal{opacity:0;transform:translateY(28px)}
.fundpro-reveal.in-view{opacity:1;transform:translateY(0)}

.fundpro-cause-grid .fundpro-reveal:nth-child(2){transition-delay:.08s}
.fundpro-cause-grid .fundpro-reveal:nth-child(3){transition-delay:.16s}
.fundpro-cause-grid .fundpro-reveal:nth-child(4){transition-delay:.24s}
.fundpro-event-grid .fundpro-reveal:nth-child(2),.fundpro-event-list .fundpro-reveal:nth-child(2){transition-delay:.08s}
.fundpro-event-grid .fundpro-reveal:nth-child(3),.fundpro-event-list .fundpro-reveal:nth-child(3){transition-delay:.16s}
.fundpro-event-grid .fundpro-reveal:nth-child(4),.fundpro-event-list .fundpro-reveal:nth-child(4){transition-delay:.24s}
.fundpro-blog-grid .fundpro-reveal:nth-child(2){transition-delay:.08s}
.fundpro-blog-grid .fundpro-reveal:nth-child(3){transition-delay:.16s}
.fundpro-blog-grid .fundpro-reveal:nth-child(4){transition-delay:.24s}

/* ==========================================================================
   Cause grid / box — Inuka Causes widget
   Order: thumbnail -> raised/goal numbers -> progress bar + % (directly
   beneath the numbers) -> title -> excerpt -> donate button.
   ========================================================================== */
.fundpro-cause-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;width:100%}
.fundpro-cause-box{
  background:#fff;border-radius:var(--fundpro-radius,16px);overflow:hidden;
  box-shadow:var(--fundpro-shadow,0 4px 20px rgba(15,23,42,.06));
  /* single authoritative transition: opacity/transform serve the reveal,
     transform/box-shadow also serve the hover lift — no other rule on
     this class touches "transition", so hover always animates smoothly */
  transition:opacity .6s ease, transform .45s cubic-bezier(.25,.8,.25,1), box-shadow .45s ease;
}
.fundpro-cause-box:hover{transform:translateY(-10px);box-shadow:var(--fundpro-shadow-hover,0 24px 48px rgba(37,99,235,.18))}
.fundpro-cause-thumb{overflow:hidden}
.fundpro-cause-thumb img{width:100%;height:220px;object-fit:cover;transition:transform .5s ease;display:block}
.fundpro-cause-box:hover .fundpro-cause-thumb img{transform:scale(1.08)}
.fundpro-cause-content{padding:24px}

.fundpro-cause-funding{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #f1f5f9}
.fundpro-cause-stats{display:flex;margin-bottom:14px}
.fundpro-cause-stat{flex:1;padding-right:18px}
.fundpro-cause-stat-goal{flex:1;padding-right:0;padding-left:18px;border-left:1px solid #f1f5f9;text-align:right}
.fundpro-cause-stat strong{display:block;font-size:22px;font-weight:800;color:var(--fundpro-dark,#0f172a);letter-spacing:-.02em}
.fundpro-cause-stat span{font-size:11px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.6px}

.fundpro-cause-progress{height:8px;border-radius:20px;background:#eef2f7;overflow:hidden}
.fundpro-cause-progress span{display:block;height:100%;border-radius:20px;background:linear-gradient(90deg,var(--fundpro-primary,#3b82f6),var(--fundpro-primary-dark,#1d4ed8));transition:width 1.2s cubic-bezier(.25,.8,.25,1)}
.fundpro-cause-progress-meta{display:inline-flex;align-items:center;gap:5px;margin-top:10px;font-size:12px;font-weight:700;color:var(--fundpro-primary-dark,#1d4ed8);background:var(--fundpro-primary-light,#dbeafe);padding:4px 12px;border-radius:20px}

.fundpro-cause-content h4{font-size:19px;margin-bottom:8px;font-weight:700;letter-spacing:-.01em}
.fundpro-cause-content h4 a{transition:color .25s ease}
.fundpro-cause-content h4 a:hover{color:var(--fundpro-primary,#2563eb)}
.fundpro-cause-content p{font-size:14px;color:#64748b;margin-bottom:20px;line-height:1.65}

@media(max-width:992px){.fundpro-cause-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.fundpro-cause-grid{grid-template-columns:1fr}}

/* ==========================================================================
   Event grid / list / box — Inuka Events widget.
   Excerpt + Read More are only ever printed in the HTML for List layout,
   so no CSS hiding trick is needed for Grid — see widget-events.php.
   ========================================================================== */
.fundpro-event-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;width:100%}
.fundpro-event-list{display:flex;flex-direction:column;gap:18px;width:100%}
.fundpro-event-box{
  display:flex;gap:20px;background:#fff;border-radius:var(--fundpro-radius,16px);
  box-shadow:var(--fundpro-shadow,0 4px 20px rgba(15,23,42,.06));padding:22px;
  transition:opacity .6s ease, transform .4s cubic-bezier(.25,.8,.25,1), box-shadow .4s ease;
}
.fundpro-event-box:hover{transform:translateY(-8px);box-shadow:var(--fundpro-shadow-hover,0 20px 40px rgba(37,99,235,.16))}
.fundpro-event-date{
  flex:0 0 68px;height:68px;color:#fff;border-radius:14px;
  background:linear-gradient(135deg,var(--fundpro-primary,#3b82f6),var(--fundpro-primary-dark,#1d4ed8));
  display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1.1;
  box-shadow:0 8px 20px rgba(37,99,235,.25);
  transition:transform .4s cubic-bezier(.34,1.56,.64,1);
}
.fundpro-event-box:hover .fundpro-event-date{transform:scale(1.07) rotate(-3deg)}
.fundpro-event-date b{font-size:22px}
.fundpro-event-date span{font-size:11px;text-transform:uppercase;letter-spacing:.4px}
.fundpro-event-info h4{font-size:18px;margin-bottom:8px;font-weight:700;letter-spacing:-.01em}
.fundpro-event-info h4 a{transition:color .25s ease}
.fundpro-event-info h4 a:hover{color:var(--fundpro-primary,#2563eb)}
.fundpro-event-meta{font-size:13px;color:#64748b;margin-bottom:10px;display:flex;gap:10px;flex-wrap:wrap}
.fundpro-event-meta span{display:inline-flex;align-items:center;gap:6px;background:#f8fafc;padding:5px 12px;border-radius:20px}
.fundpro-event-meta i{color:var(--fundpro-primary,#2563eb)}
.fundpro-event-info p{font-size:14px;color:#64748b;margin-bottom:12px;line-height:1.65}

@media(max-width:600px){.fundpro-event-grid{grid-template-columns:1fr}.fundpro-event-box{flex-direction:column}}

/* ==========================================================================
   Blog grid / box — Inuka Blog Boxes widget
   ========================================================================== */
.fundpro-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;width:100%}
.fundpro-blog-box{
  background:#fff;border-radius:var(--fundpro-radius,16px);overflow:hidden;
  box-shadow:var(--fundpro-shadow,0 4px 20px rgba(15,23,42,.06));
  transition:opacity .6s ease, transform .45s cubic-bezier(.25,.8,.25,1), box-shadow .45s ease;
}
.fundpro-blog-box:hover{transform:translateY(-10px);box-shadow:var(--fundpro-shadow-hover,0 24px 48px rgba(37,99,235,.18))}
.fundpro-blog-thumb{position:relative;overflow:hidden}
.fundpro-blog-thumb img{width:100%;height:220px;object-fit:cover;transition:transform .5s ease;display:block}
.fundpro-blog-box:hover .fundpro-blog-thumb img{transform:scale(1.08)}
.fundpro-blog-meta-bar{position:absolute;left:0;right:0;bottom:0;display:flex;gap:14px;background:linear-gradient(to top,rgba(15,23,42,.7),transparent);color:#fff;font-size:12px;padding:22px 16px 12px;opacity:0;transform:translateY(8px);transition:opacity .3s ease,transform .3s ease}
.fundpro-blog-box:hover .fundpro-blog-meta-bar{opacity:1;transform:translateY(0)}
.fundpro-blog-date{
  position:absolute;top:16px;left:16px;color:#fff;padding:9px 13px;border-radius:10px;text-align:center;line-height:1.1;
  background:linear-gradient(135deg,var(--fundpro-primary,#3b82f6),var(--fundpro-primary-dark,#1d4ed8));
  box-shadow:0 8px 20px rgba(37,99,235,.28);
}
.fundpro-blog-date b{display:block;font-size:18px}
.fundpro-blog-date span{font-size:11px;text-transform:uppercase;letter-spacing:.3px}
.fundpro-blog-content{padding:22px}
.fundpro-blog-content h4{font-size:18px;margin-bottom:8px;font-weight:700;letter-spacing:-.01em}
.fundpro-blog-content h4 a{transition:color .25s ease}
.fundpro-blog-content h4 a:hover{color:var(--fundpro-primary,#2563eb)}
.fundpro-blog-content p{font-size:14px;color:#64748b;margin-bottom:16px;line-height:1.65}

@media(max-width:992px){.fundpro-blog-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.fundpro-blog-grid{grid-template-columns:1fr}}

/* ==========================================================================
   Title widget — eyebrow pill + heading with gradient accent + divider
   ========================================================================== */
.fundpro-title-block{display:flex;flex-direction:column;width:100%;transition:opacity .6s ease,transform .6s ease}
.fundpro-align-left{align-items:flex-start;text-align:left}
.fundpro-align-center{align-items:center;text-align:center}
.fundpro-align-right{align-items:flex-end;text-align:right}

.fundpro-title-subtitle{display:inline-flex;align-items:center;gap:8px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;font-size:12px;color:var(--fundpro-primary-dark,#1d4ed8);background:var(--fundpro-primary-light,#dbeafe);padding:8px 20px;border-radius:30px;margin-bottom:20px}
.fundpro-title-subtitle::before{content:'';width:6px;height:6px;border-radius:50%;background:var(--fundpro-primary,#2563eb);flex:0 0 auto}

.fundpro-title-heading{font-size:38px;font-weight:800;margin-bottom:16px;line-height:1.2;letter-spacing:-.02em;color:var(--fundpro-dark,#0f172a)}
.fundpro-title-heading span{
  color:var(--fundpro-primary,#2563eb);
  background:linear-gradient(135deg,var(--fundpro-primary,#3b82f6),var(--fundpro-primary-dark,#1d4ed8));
  -webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;
}

.fundpro-title-divider{margin-bottom:20px}
.fundpro-title-divider span{display:block;width:56px;height:4px;border-radius:4px;background:linear-gradient(90deg,var(--fundpro-primary,#3b82f6),var(--fundpro-primary-dark,#1d4ed8))}
.fundpro-align-center .fundpro-title-divider span{margin:0 auto}
.fundpro-align-right .fundpro-title-divider span{margin-left:auto}

.fundpro-title-desc{font-size:16px;color:#64748b;max-width:640px;line-height:1.75}

@media(max-width:768px){.fundpro-title-heading{font-size:27px}}

/* ==========================================================================
   Stats / Counter widget
   ========================================================================== */
.fundpro-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;width:100%}
.fundpro-stat-item{text-align:center;padding:34px 20px;background:#fff;border-radius:var(--fundpro-radius,16px);box-shadow:var(--fundpro-shadow,0 4px 20px rgba(15,23,42,.06));transition:opacity .6s ease,transform .45s cubic-bezier(.25,.8,.25,1),box-shadow .45s ease}
.fundpro-stat-item:hover{transform:translateY(-8px);box-shadow:var(--fundpro-shadow-hover,0 20px 40px rgba(37,99,235,.16))}
.fundpro-stat-icon{width:64px;height:64px;border-radius:50%;background:var(--fundpro-primary-light,#dbeafe);color:var(--fundpro-primary,#2563eb);display:flex;align-items:center;justify-content:center;font-size:26px;margin:0 auto 18px}
.fundpro-stat-count{display:flex;align-items:baseline;justify-content:center;gap:2px;margin-bottom:8px}
.fundpro-stat-value{font-size:38px;font-weight:800;color:var(--fundpro-dark,#0f172a);letter-spacing:-.02em}
.fundpro-stat-suffix{font-size:24px;font-weight:800;color:var(--fundpro-primary,#2563eb)}
.fundpro-stat-label{font-size:13px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}

@media(max-width:900px){.fundpro-stats-grid{grid-template-columns:repeat(2,1fr) !important}}
@media(max-width:520px){.fundpro-stats-grid{grid-template-columns:1fr !important}}
.fundpro-stats-grid .fundpro-reveal:nth-child(2){transition-delay:.08s}
.fundpro-stats-grid .fundpro-reveal:nth-child(3){transition-delay:.16s}
.fundpro-stats-grid .fundpro-reveal:nth-child(4){transition-delay:.24s}

/* ==========================================================================
   Programs / Mission icon-box widget
   ========================================================================== */
.fundpro-programs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;width:100%}
.fundpro-program-card{position:relative;background:#fff;border-radius:var(--fundpro-radius,16px);box-shadow:var(--fundpro-shadow,0 4px 20px rgba(15,23,42,.06));padding:34px 28px;overflow:hidden;transition:opacity .6s ease,transform .45s cubic-bezier(.25,.8,.25,1),box-shadow .45s ease}
.fundpro-program-card:hover{transform:translateY(-8px);box-shadow:var(--fundpro-shadow-hover,0 20px 40px rgba(37,99,235,.16))}
.fundpro-program-number{position:absolute;top:10px;right:22px;font-size:46px;font-weight:800;color:var(--fundpro-primary-light,#dbeafe);line-height:1}
.fundpro-program-icon{position:relative;z-index:1;width:60px;height:60px;border-radius:16px;background:linear-gradient(135deg,var(--fundpro-primary,#3b82f6),var(--fundpro-primary-dark,#1d4ed8));color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:20px;box-shadow:0 8px 20px rgba(37,99,235,.28)}
.fundpro-program-card h4{position:relative;z-index:1;font-size:19px;font-weight:700;margin-bottom:10px;letter-spacing:-.01em}
.fundpro-program-card p{position:relative;z-index:1;font-size:14px;color:#64748b;line-height:1.7;margin-bottom:0}
.fundpro-program-card .fundpro-readmore{position:relative;z-index:1;margin-top:16px;display:inline-flex}

@media(max-width:900px){.fundpro-programs-grid{grid-template-columns:repeat(2,1fr) !important}}
@media(max-width:600px){.fundpro-programs-grid{grid-template-columns:1fr !important}}
.fundpro-programs-grid .fundpro-reveal:nth-child(2){transition-delay:.08s}
.fundpro-programs-grid .fundpro-reveal:nth-child(3){transition-delay:.16s}
.fundpro-programs-grid .fundpro-reveal:nth-child(4){transition-delay:.24s}

/* ==========================================================================
   Team widget
   ========================================================================== */
.fundpro-team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;width:100%}
.fundpro-team-card{background:#fff;border-radius:var(--fundpro-radius,16px);overflow:hidden;box-shadow:var(--fundpro-shadow,0 4px 20px rgba(15,23,42,.06));transition:opacity .6s ease,transform .45s cubic-bezier(.25,.8,.25,1),box-shadow .45s ease}
.fundpro-team-card:hover{transform:translateY(-8px);box-shadow:var(--fundpro-shadow-hover,0 20px 40px rgba(37,99,235,.16))}
.fundpro-team-photo{position:relative;overflow:hidden}
.fundpro-team-photo img{width:100%;height:280px;object-fit:cover;transition:transform .5s ease;display:block}
.fundpro-team-card:hover .fundpro-team-photo img{transform:scale(1.06)}
.fundpro-team-social{position:absolute;left:0;right:0;bottom:0;display:flex;justify-content:center;gap:10px;padding:16px;background:linear-gradient(to top,rgba(15,23,42,.75),transparent);opacity:0;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease}
.fundpro-team-card:hover .fundpro-team-social{opacity:1;transform:translateY(0)}
.fundpro-team-social a{width:34px;height:34px;border-radius:50%;background:#fff;color:var(--fundpro-primary,#2563eb);display:flex;align-items:center;justify-content:center;font-size:14px;transition:transform .3s ease,background .3s ease,color .3s ease}
.fundpro-team-social a:hover{background:var(--fundpro-primary,#2563eb);color:#fff;transform:translateY(-3px)}
.fundpro-team-info{padding:22px;text-align:center}
.fundpro-team-info h4{font-size:18px;font-weight:700;margin-bottom:4px}
.fundpro-team-info>span{display:block;font-size:12px;font-weight:700;color:var(--fundpro-primary,#2563eb);text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}
.fundpro-team-info p{font-size:14px;color:#64748b;line-height:1.65;margin:0}

@media(max-width:900px){.fundpro-team-grid{grid-template-columns:repeat(2,1fr) !important}}
@media(max-width:600px){.fundpro-team-grid{grid-template-columns:1fr !important}}
.fundpro-team-grid .fundpro-reveal:nth-child(2){transition-delay:.08s}
.fundpro-team-grid .fundpro-reveal:nth-child(3){transition-delay:.16s}
.fundpro-team-grid .fundpro-reveal:nth-child(4){transition-delay:.24s}

/* ==========================================================================
   Testimonials widget
   ========================================================================== */
.fundpro-testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;width:100%}
.fundpro-testimonial-card{background:#fff;border-radius:var(--fundpro-radius,16px);box-shadow:var(--fundpro-shadow,0 4px 20px rgba(15,23,42,.06));padding:30px;transition:opacity .6s ease,transform .45s cubic-bezier(.25,.8,.25,1),box-shadow .45s ease}
.fundpro-testimonial-card:hover{transform:translateY(-8px);box-shadow:var(--fundpro-shadow-hover,0 20px 40px rgba(37,99,235,.16))}
.fundpro-testimonial-quote-icon{color:var(--fundpro-primary-light,#dbeafe);font-size:28px;margin-bottom:14px;display:block}
.fundpro-testimonial-card p{font-size:15px;color:#475569;line-height:1.75;margin-bottom:22px;font-style:italic}
.fundpro-testimonial-author{display:flex;align-items:center;gap:14px}
.fundpro-testimonial-author img{width:50px;height:50px;border-radius:50%;object-fit:cover}
.fundpro-testimonial-author strong{display:block;font-size:15px;font-weight:700;color:var(--fundpro-dark,#0f172a)}
.fundpro-testimonial-author span{font-size:12px;color:#94a3b8}

@media(max-width:900px){.fundpro-testimonial-grid{grid-template-columns:repeat(2,1fr) !important}}
@media(max-width:600px){.fundpro-testimonial-grid{grid-template-columns:1fr !important}}
.fundpro-testimonial-grid .fundpro-reveal:nth-child(2){transition-delay:.08s}
.fundpro-testimonial-grid .fundpro-reveal:nth-child(3){transition-delay:.16s}

/* ==========================================================================
   Partners / sponsor logos widget
   ========================================================================== */
.fundpro-partners-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:24px;width:100%;align-items:center}
.fundpro-partner-item{background:#fff;border-radius:12px;padding:20px;display:flex;align-items:center;justify-content:center;box-shadow:var(--fundpro-shadow,0 4px 20px rgba(15,23,42,.06));transition:opacity .6s ease,transform .4s ease,box-shadow .4s ease}
.fundpro-partner-item:hover{transform:translateY(-4px);box-shadow:var(--fundpro-shadow-hover,0 16px 32px rgba(37,99,235,.14))}
.fundpro-partner-item img{max-width:100%;max-height:50px;object-fit:contain;filter:grayscale(100%);opacity:.7;transition:filter .35s ease,opacity .35s ease}
.fundpro-partner-item:hover img{filter:grayscale(0%);opacity:1}

@media(max-width:900px){.fundpro-partners-grid{grid-template-columns:repeat(3,1fr) !important}}
@media(max-width:600px){.fundpro-partners-grid{grid-template-columns:repeat(2,1fr) !important}}


/* ==========================================================================
   Inuka Partners — logo slider mode (Swiper)
   Reuses .fundpro-partner-item for each slide's card look, but needs its
   own arrow styling since the main hero slider's arrows are designed for
   a dark image backdrop, not a plain light section.
   ========================================================================== */
.fundpro-partners-slider{position:relative;width:100%;padding:0 52px}
.fundpro-partners-slider .swiper-wrapper{align-items:stretch}
.fundpro-partners-slider .swiper-slide{height:auto;display:flex}
.fundpro-partners-slider .fundpro-partner-item{width:100%}
.fundpro-partners-slider .swiper-button-next,
.fundpro-partners-slider .swiper-button-prev{
  width:42px;height:42px;background:#fff;border-radius:50%;
  box-shadow:var(--fundpro-shadow,0 4px 20px rgba(15,23,42,.06));
  color:var(--fundpro-dark,#0f172a);
  transition:background .3s ease,color .3s ease,transform .3s ease;
}
.fundpro-partners-slider .swiper-button-next:hover,
.fundpro-partners-slider .swiper-button-prev:hover{
  background:var(--fundpro-primary,#2563eb);color:#fff;transform:scale(1.08);
}
.fundpro-partners-slider .swiper-button-next::after,
.fundpro-partners-slider .swiper-button-prev::after{font-size:13px}

@media(max-width:600px){.fundpro-partners-slider{padding:0 40px}}