/* ══════════════════════════════════════════════════════════════════════════
   KRISHNA FOUNDATION FOR ALL (KFA) - MODERN DESIGN SYSTEM & STYLESHEET
   Version: 2.0
   Author: KFA Tech Team
══════════════════════════════════════════════════════════════════════════ */

/* ── CSS Variables ── */
:root {
    --kfa-font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    --kfa-teal: #0891b2;
    --kfa-teal-dark: #0e7490;
    --kfa-teal-deep: #05353f;
    --kfa-teal-light: #ecfeff;
    --kfa-teal-border: #a5f3fc;
    --kfa-amber: #d97706;
    --kfa-amber-light: #fffbeb;
    --kfa-amber-border: #fde68a;
    --kfa-green: #059669;
    --kfa-green-light: #ecfdf5;
    --kfa-green-border: #a7f3d0;
    --kfa-dark: #0f172a;
    --kfa-slate: #1e293b;
    --kfa-muted: #64748b;
    --kfa-sub: #94a3b8;
    --kfa-border: #e2e8f0;
    --kfa-bg: #f8fafc;
    --kfa-card: #ffffff;
    --kfa-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
    --kfa-shadow-md: 0 4px 20px -2px rgba(15, 23, 42, 0.07);
    --kfa-shadow-lg: 0 12px 32px -4px rgba(15, 23, 42, 0.12);
}

/* ── Global Typography & Layout Resets ── */
html,
body {
    overflow-x: clip !important;
    margin-top: 0 !important;
}

#wpadminbar {
    display: none !important;
}

body {
    font-family: var(--kfa-font) !important;
    background-color: var(--kfa-bg) !important;
    color: var(--kfa-slate) !important;
    -webkit-font-smoothing: antialiased;
    position: relative;
    padding-top: 112px !important;
    margin: 0 !important;
}

@media (max-width: 1024px) {
    body {
        padding-top: 96px !important;
    }
}

@media (max-width: 768px) {
    body {
        padding-top: 90px !important;
    }
}

@media (max-width: 480px) {
    body {
        padding-top: 86px !important;
    }
}

/* Universal Outline & Focus State Polish */
a,
button,
input,
select,
textarea,
.kfa-pnav-item {
    -webkit-tap-highlight-color: transparent !important;
}

a:focus,
a:active,
a:focus-visible,
button:focus,
button:active,
button:focus-visible {
    outline: none !important;
    box-shadow: none;
}

.kfa-home-wrap {
    font-family: var(--kfa-font);
    color: var(--kfa-slate);
    background-color: var(--kfa-bg);
}

.kfa-home-wrap * {
    box-sizing: border-box;
}

/* ══════════════════════════════════════════════════════════════════════════
   1. FIXED HEADER (Always Pinned on Scroll with Top Ticker)
══════════════════════════════════════════════════════════════════════════ */
.kfa-unified-header {
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 1000 !important;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.08), 0 1px 4px rgba(15, 23, 42, 0.04) !important;
    border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    transition: all 0.25s ease;
}

.kfa-unified-header.is-scrolled {
    background: rgba(255, 255, 255, 0.99) !important;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12) !important;
    border-bottom-color: rgba(203, 213, 225, 0.9);
}

/* ── Top News & Upcoming Events Ticker Bar ── */
.kfa-top-ticker-bar {
    background: linear-gradient(90deg, #091222 0%, #0f1e36 50%, #091222 100%) !important;
    border-bottom: 1px solid rgba(8, 145, 178, 0.25);
    height: 38px;
    position: relative;
    z-index: 1001;
    overflow: hidden;
    color: #f8fafc;
    font-family: var(--kfa-font);
    user-select: none;
}

.kfa-ticker-inner {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 0 16px;
    gap: 12px;
}

/* Left Badge / Label */
.kfa-ticker-badge-wrap {
    flex-shrink: 0;
    z-index: 5;
    position: relative;
}

.kfa-ticker-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: linear-gradient(135deg, #0891b2 0%, #0284c7 100%);
    color: #ffffff;
    padding: 4px 11px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    box-shadow: 0 2px 8px rgba(8, 145, 178, 0.4);
    line-height: 1;
}

.kfa-ticker-pulse {
    width: 7px;
    height: 7px;
    background-color: #22d3ee;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 0 0 rgba(34, 211, 238, 0.7);
    animation: kfaPulseDot 1.6s infinite cubic-bezier(0.66, 0, 0, 1);
}

@keyframes kfaPulseDot {
    to {
        box-shadow: 0 0 0 8px rgba(34, 211, 238, 0);
    }
}

/* Ticker Scrolling Track Container */
.kfa-ticker-track-container {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: default;
    mask-image: linear-gradient(to right, transparent 0%, black 1.5%, black 98.5%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 1.5%, black 98.5%, transparent 100%);
}

.kfa-ticker-track {
    display: flex;
    align-items: center;
    white-space: nowrap;
    width: max-content;
    animation: kfaContinuousTicker 115s linear infinite;
    will-change: transform;
}

.kfa-ticker-track-container:hover .kfa-ticker-track,
.kfa-ticker-track.is-paused {
    animation-play-state: paused !important;
}

@keyframes kfaContinuousTicker {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Individual Event Item */
.kfa-ticker-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 16px;
    font-size: 12.5px;
    flex-shrink: 0;
}

.kfa-ticker-item-tag {
    background: linear-gradient(135deg, #f59e0b 0%, #ea580c 100%) !important;
    color: #ffffff !important;
    border: 1px solid rgba(254, 240, 138, 0.5);
    padding: 3px 10px;
    border-radius: 9999px;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 0.5px;
    line-height: 1.15;
    text-transform: uppercase;
    box-shadow: 0 2px 10px rgba(234, 88, 12, 0.45);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.kfa-ticker-item-title {
    color: #f1f5f9 !important;
    font-weight: 600;
    text-decoration: none !important;
    transition: color 0.18s ease;
    white-space: nowrap;
}

.kfa-ticker-item-title:hover {
    color: #38bdf8 !important;
    text-shadow: 0 0 10px rgba(56, 189, 248, 0.5);
}

.kfa-ticker-item-meta {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11.5px;
    color: #94a3b8;
    font-weight: 500;
}

.kfa-ticker-item-meta.date {
    color: #cbd5e1;
}

.kfa-ticker-item-meta.location {
    color: #fb923c !important;
}

.kfa-ticker-item-meta.location i {
    color: #f97316 !important;
    font-size: 11px;
    opacity: 0.95;
}

.kfa-ticker-divider {
    color: #0891b2;
    opacity: 0.45;
    font-size: 5px;
    margin-left: 10px;
}

/* Right Actions & Navigation */
.kfa-ticker-actions {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    z-index: 5;
}

.kfa-ticker-nav-btn {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #cbd5e1;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
}

.kfa-ticker-nav-btn:hover {
    background: #0891b2;
    border-color: #0891b2;
    color: #ffffff;
}

.kfa-ticker-explore-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 3px 9px;
    border-radius: 5px;
    background: rgba(8, 145, 178, 0.18);
    border: 1px solid rgba(8, 145, 178, 0.35);
    color: #38bdf8 !important;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.2s ease;
    line-height: 1.3;
}

.kfa-ticker-explore-link:hover {
    background: #0891b2;
    color: #ffffff !important;
}

/* Mobile & Tablet Responsive Ticker */
@media (max-width: 991px) {
    .kfa-ticker-inner {
        padding: 0 12px;
        gap: 10px;
    }

    .kfa-ticker-item {
        padding: 0 12px;
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .kfa-top-ticker-bar {
        height: 35px;
    }

    .kfa-ticker-inner {
        padding: 0 8px;
        gap: 8px;
    }

    .kfa-ticker-badge {
        padding: 3px 8px;
        font-size: 10px;
        gap: 5px;
        border-radius: 5px;
    }

    .kfa-ticker-nav-btn {
        display: none !important;
    }

    .kfa-ticker-explore-link {
        padding: 2px 7px;
        font-size: 10px;
    }

    .kfa-ticker-item {
        padding: 0 10px;
        font-size: 11.5px;
        gap: 6px;
    }

    .kfa-ticker-item-tag {
        padding: 2px 7px;
        font-size: 9.5px;
    }

    .kfa-ticker-item-meta {
        font-size: 11px;
    }
}

@media (max-width: 576px) {
    .kfa-top-ticker-bar {
        height: 34px;
    }

    .kfa-ticker-inner {
        padding: 0 6px;
        gap: 6px;
    }

    .kfa-ticker-badge-text {
        display: none;
    }

    .kfa-ticker-badge::after {
        content: "Events";
        font-size: 10px;
        font-weight: 800;
        letter-spacing: 0.4px;
    }

    .kfa-ticker-badge {
        padding: 3px 7px;
    }

    .kfa-ticker-actions {
        display: none !important;
    }

    .kfa-ticker-item {
        padding: 0 8px;
        font-size: 11px;
        gap: 5px;
    }

    .kfa-ticker-item-tag {
        padding: 1px 6px;
        font-size: 9px;
    }

    .kfa-ticker-item-meta.location {
        display: none;
    }
}

.kfa-unified-nav-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 28px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

/* Brand Logo (Natural Clean Presentation) */
.kfa-unified-brand {
    display: flex;
    align-items: center;
    text-decoration: none !important;
    flex-shrink: 0;
}

.kfa-brand-logo {
    height: auto !important;
    max-height: 48px;
    width: auto !important;
    max-width: 220px;
    object-fit: contain;
    aspect-ratio: auto;
    display: block;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.kfa-unified-brand:hover .kfa-brand-logo {
    transform: scale(1.02);
}

/* Navigation Links Aligned Right */
.kfa-unified-menu {
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 16px 0 0;
}

.kfa-unified-nav-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 3px;
    flex-wrap: nowrap;
}

.kfa-unified-nav-links>li {
    position: relative;
    white-space: nowrap;
}

.kfa-unified-nav-links>li>a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 8px 12px;
    color: #334155 !important;
    font-size: 14px !important;
    font-weight: 600;
    text-decoration: none !important;
    border-radius: 8px;
    background: transparent !important;
    white-space: nowrap !important;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.kfa-unified-nav-links>li>a:focus,
.kfa-unified-nav-links>li>a:focus-visible,
.kfa-unified-nav-links>li>a:active {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    color: #0891b2 !important;
    background: rgba(8, 145, 178, 0.05) !important;
}

/* Elegant Animated Bottom Indicator Underline */
.kfa-unified-nav-links>li>a::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 24px;
    height: 2.5px;
    border-radius: 9999px;
    background: linear-gradient(90deg, #0891b2 0%, #059669 100%);
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease;
    opacity: 0;
}

.kfa-unified-nav-links>li>a:hover {
    color: #0891b2 !important;
    background: rgba(8, 145, 178, 0.05) !important;
    outline: none !important;
}

.kfa-unified-nav-links>li>a:hover::after,
.kfa-unified-nav-links>li.active>a::after,
.kfa-unified-nav-links>li.open>a::after {
    transform: translateX(-50%) scaleX(1);
    opacity: 1;
}

.kfa-unified-nav-links>li.active>a,
.kfa-unified-nav-links>li.open>a {
    color: #0891b2 !important;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* Caret Arrow Smooth Rotation */
.kfa-unified-nav-links>li .caret {
    display: inline-block;
    border-top: 4px solid currentColor;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 0;
    margin-left: 2px;
    transition: transform 0.25s ease;
}

.kfa-unified-nav-links>li:hover .caret,
.kfa-unified-nav-links>li.open .caret {
    transform: rotate(180deg);
}

/* Dropdown Menu Styles */
.kfa-unified-nav-links .dropdown-menu {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.12), 0 4px 12px rgba(15, 23, 42, 0.05);
    padding: 8px;
    min-width: 220px;
    margin-top: 6px;
    border-top: 3px solid #0891b2;
    animation: kfaDropdownFade 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes kfaDropdownFade {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.kfa-unified-nav-links .dropdown-menu>li>a {
    color: #334155 !important;
    font-size: 14px !important;
    font-weight: 500;
    padding: 9px 14px;
    border-radius: 7px;
    transition: all 0.18s ease;
    display: flex;
    align-items: center;
    position: relative;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.kfa-unified-nav-links .dropdown-menu>li>a:hover,
.kfa-unified-nav-links .dropdown-menu>li>a:focus,
.kfa-unified-nav-links .dropdown-menu>li>a:active {
    background: #f0fdfa !important;
    color: #0891b2 !important;
    padding-left: 18px;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* Active Dropdown Item */
.kfa-unified-nav-links .dropdown-menu>li.active>a,
.kfa-unified-nav-links .dropdown-menu>li.active>a:hover,
.kfa-unified-nav-links .dropdown-menu>li.active>a:focus,
.kfa-unified-nav-links .dropdown-menu>.active>a,
.kfa-unified-nav-links .dropdown-menu>.active>a:hover,
.kfa-unified-nav-links .dropdown-menu>.active>a:focus {
    background: #f0fdfa !important;
    color: #0891b2 !important;
    font-weight: 700 !important;
    padding-left: 18px !important;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* Actions Group on Right */
.kfa-unified-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.kfa-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    border-radius: 9999px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
}

.kfa-action-btn:focus,
.kfa-action-btn:active {
    outline: none !important;
}

.kfa-action-btn.dashboard {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(5, 150, 105, 0.3);
}

.kfa-action-btn.dashboard:hover {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(5, 150, 105, 0.4);
}

.kfa-action-btn.logout {
    background: #dc2626 !important;
    color: #ffffff !important;
    border: 1px solid #ef4444;
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.25);
}

.kfa-action-btn.logout:hover {
    background: #b91c1c !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(185, 28, 28, 0.4);
}

.kfa-action-btn.login {
    background: #ffffff;
    color: #334155 !important;
    border: 1px solid #cbd5e1;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.kfa-action-btn.login:hover {
    background: #f8fafc;
    border-color: #94a3b8;
    color: #0f172a !important;
    transform: translateY(-1.5px);
}

.kfa-action-btn.signup {
    background: linear-gradient(135deg, #0891b2 0%, #0e7490 100%);
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(8, 145, 178, 0.25);
}

.kfa-action-btn.signup:hover {
    background: linear-gradient(135deg, #0e7490 0%, #05353f 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(8, 145, 178, 0.35);
}

.kfa-action-btn.donate {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(217, 119, 6, 0.35);
}

.kfa-action-btn.donate:hover {
    background: linear-gradient(135deg, #fbbf24 0%, #d97706 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(217, 119, 6, 0.45);
}

/* ══════════════════════════════════════════════════════════════════════════
   MOBILE OFFCANVAS DRAWER & RESPONSIVE NAVIGATION
══════════════════════════════════════════════════════════════════════════ */

/* Mobile Toggle Hamburger Button */
.kfa-mobile-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    color: #0f172a;
    border-radius: 12px;
    font-size: 17px;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    outline: none !important;
}

.kfa-mobile-toggle:hover,
.kfa-mobile-toggle:focus {
    background: #f0fdfa;
    border-color: #0891b2;
    color: #0891b2;
    transform: scale(1.04);
}

/* Body lock when offcanvas is open */
body.kfa-offcanvas-open {
    overflow: hidden !important;
    touch-action: none;
}

/* Offcanvas Backdrop Overlay */
.kfa-offcanvas-backdrop {
    position: fixed !important;
    inset: 0 !important;
    background: rgba(15, 23, 42, 0.65) !important;
    backdrop-filter: blur(6px) !important;
    -webkit-backdrop-filter: blur(6px) !important;
    z-index: 100000 !important;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.kfa-offcanvas-backdrop.is-active {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Offcanvas Drawer Panel */
.kfa-offcanvas-drawer {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: min(350px, 86vw) !important;
    background: #ffffff !important;
    z-index: 100001 !important;
    box-shadow: -10px 0 35px rgba(15, 23, 42, 0.25) !important;
    transform: translateX(100%) !important;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
}

.kfa-offcanvas-drawer.is-open {
    transform: translateX(0) !important;
}

/* Offcanvas Top Header */
.kfa-offcanvas-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 16px 20px !important;
    min-height: 68px !important;
    border-bottom: 1.5px solid #f1f5f9 !important;
    background: #ffffff !important;
    flex-shrink: 0 !important;
}

.kfa-offcanvas-brand img {
    height: 38px !important;
    width: auto !important;
    object-fit: contain !important;
    display: block !important;
}

.kfa-offcanvas-close {
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 12px !important;
    background: #fee2e2 !important;
    border: 1.5px solid #fecaca !important;
    color: #dc2626 !important;
    cursor: pointer !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
    outline: none !important;
    box-shadow: 0 1px 3px rgba(220, 38, 38, 0.1) !important;
    flex-shrink: 0 !important;
}

.kfa-offcanvas-close svg {
    display: block;
    width: 20px;
    height: 20px;
}

.kfa-offcanvas-close:hover,
.kfa-offcanvas-close:active {
    background: #dc2626 !important;
    border-color: #dc2626 !important;
    color: #ffffff !important;
    transform: rotate(90deg) scale(1.05) !important;
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3) !important;
}

/* Offcanvas Top Member Quick Action Bar */
.kfa-offcanvas-top-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    padding: 14px 16px !important;
    background: #f8fafc !important;
    border-bottom: 1px solid #e2e8f0 !important;
    flex-shrink: 0 !important;
}

.kfa-offcanvas-pill-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 10px 14px !important;
    border-radius: 10px !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    box-sizing: border-box !important;
    text-align: center !important;
}

.kfa-offcanvas-pill-btn.kfa-pill-login {
    background: #ffffff !important;
    border: 1.5px solid #cbd5e1 !important;
    color: #0f172a !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04) !important;
}

.kfa-offcanvas-pill-btn.kfa-pill-login:hover {
    background: #f1f5f9 !important;
    border-color: #94a3b8 !important;
    color: #0891b2 !important;
}

.kfa-offcanvas-pill-btn.kfa-pill-join {
    background: linear-gradient(135deg, #0891b2 0%, #0284c7 100%) !important;
    border: 1.5px solid #0891b2 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(8, 145, 178, 0.3) !important;
}

.kfa-offcanvas-pill-btn.kfa-pill-join:hover {
    background: linear-gradient(135deg, #06b6d4 0%, #0369a1 100%) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 16px rgba(8, 145, 178, 0.4) !important;
}

.kfa-offcanvas-pill-btn.kfa-pill-dash {
    background: linear-gradient(135deg, #059669 0%, #047857 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 3px 10px rgba(5, 150, 105, 0.25) !important;
}

.kfa-offcanvas-pill-btn.kfa-pill-logout {
    background: #fef2f2 !important;
    border: 1px solid #fecaca !important;
    color: #dc2626 !important;
}

/* Offcanvas Nav Body */
.kfa-offcanvas-body {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 18px 16px;
}

.kfa-offcanvas-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.kfa-offcanvas-menu-list>li {
    position: relative;
    width: 100%;
}

.kfa-offcanvas-menu-list>li>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 16px;
    color: #1e293b !important;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none !important;
    border-radius: 12px;
    background: transparent;
    transition: all 0.2s ease;
}

.kfa-offcanvas-menu-list>li>a:hover,
.kfa-offcanvas-menu-list>li.active>a,
.kfa-offcanvas-menu-list>li.open>a {
    background: #f0fdfa !important;
    color: #0891b2 !important;
}

.kfa-offcanvas-menu-list>li .caret {
    display: inline-block;
    border-top: 5px solid currentColor;
    border-right: 4.5px solid transparent;
    border-left: 4.5px solid transparent;
    border-bottom: 0;
    transition: transform 0.25s ease;
}

.kfa-offcanvas-menu-list>li.open>a .caret {
    transform: rotate(180deg);
}

/* Offcanvas Dropdown Submenu */
.kfa-offcanvas-menu-list .dropdown-menu {
    position: static !important;
    float: none !important;
    display: none;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    padding: 6px !important;
    margin: 6px 0 8px 10px !important;
    box-shadow: none !important;
    list-style: none;
}

.kfa-offcanvas-menu-list .dropdown-menu>li>a {
    display: block;
    padding: 9px 14px;
    font-size: 13.5px;
    font-weight: 500;
    color: #475569 !important;
    text-decoration: none !important;
    border-radius: 8px;
    transition: all 0.18s ease;
}

.kfa-offcanvas-menu-list .dropdown-menu>li>a:hover,
.kfa-offcanvas-menu-list .dropdown-menu>li.active>a {
    background: #ffffff !important;
    color: #0891b2 !important;
    font-weight: 600;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    padding-left: 18px;
}

/* Offcanvas Footer Actions */
.kfa-offcanvas-footer {
    padding: 16px 18px 20px;
    border-top: 1px solid #f1f5f9;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-shrink: 0;
}

.kfa-offcanvas-auth-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.kfa-offcanvas-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 16px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.2s ease;
    text-align: center;
}

.kfa-offcanvas-btn--login {
    background: #f8fafc;
    border: 1.5px solid #cbd5e1;
    color: #1e293b !important;
}

.kfa-offcanvas-btn--login:hover {
    background: #f1f5f9;
    border-color: #94a3b8;
}

.kfa-offcanvas-btn--join {
    background: linear-gradient(135deg, #0891b2 0%, #0e7490 100%);
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(8, 145, 178, 0.25);
}

.kfa-offcanvas-btn--join:hover {
    opacity: 0.95;
    transform: translateY(-1px);
}

.kfa-offcanvas-btn--dash {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.25);
}

.kfa-offcanvas-btn--donate {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(217, 119, 6, 0.3);
    font-size: 15px;
}

.kfa-offcanvas-btn--donate:hover {
    background: linear-gradient(135deg, #fbbf24 0%, #d97706 100%);
    transform: translateY(-1px);
}

.kfa-offcanvas-btn--logout {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #dc2626 !important;
}

.kfa-offcanvas-btn--logout:hover {
    background: #fee2e2;
}

/* Breakpoint for Mobile Nav */
@media (max-width: 992px) {
    .kfa-mobile-toggle {
        display: inline-flex;
    }
}


/* ══════════════════════════════════════════════════════════════════════════
   2. SLIDER & HERO BANNER
══════════════════════════════════════════════════════════════════════════ */
.kfa-slider-section {
    position: relative !important;
    width: 100% !important;
    overflow: hidden !important;
    background: #f8fafc !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
}

.kfa-slider-section .cover-slider__wrap {
    width: 100% !important;
    max-width: 100% !important;
    height: 480px !important;
    position: relative !important;
    overflow: hidden !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.cover-slider__slide {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

/* Tablet Screens (<= 1024px) */
@media (max-width: 1024px) {
    .kfa-unified-header {
        height: auto !important;
    }

    .kfa-unified-nav-container {
        height: 60px !important;
        padding: 0 18px !important;
    }

    .kfa-slider-section {
        margin-top: 0 !important;
        padding: 0 !important;
        background: #f8fafc !important;
    }

    .kfa-slider-section .cover-slider__wrap {
        height: clamp(300px, 42vw, 400px) !important;
        margin: 0 !important;
        padding: 0 !important;
        background: #f8fafc !important;
    }

    .cover-slider__slide {
        background-size: cover !important;
        background-position: center center !important;
    }
}

/* Mobile Screens (<= 768px) - Enhanced Height & Full Presence */
@media (max-width: 768px) {
    .kfa-unified-header {
        height: auto !important;
    }

    .kfa-unified-nav-container {
        height: 56px !important;
        padding: 0 14px !important;
    }

    .kfa-brand-logo {
        max-height: 38px !important;
    }

    .kfa-slider-section {
        margin-top: 0 !important;
        padding: 0 !important;
        background: #f8fafc !important;
    }

    .kfa-slider-section .cover-slider__wrap {
        height: clamp(240px, 55vw, 320px) !important;
        margin: 0 !important;
        padding: 0 !important;
        background: #f8fafc !important;
    }

    .cover-slider__slide {
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-color: #f8fafc !important;
    }
}

/* Small Mobile Screens (<= 480px) */
@media (max-width: 480px) {
    .kfa-unified-header {
        height: auto !important;
    }

    .kfa-unified-nav-container {
        height: 52px !important;
        padding: 0 12px !important;
    }

    .kfa-brand-logo {
        max-height: 34px !important;
    }

    .kfa-slider-section {
        margin-top: 0 !important;
        padding: 0 !important;
        background: #f8fafc !important;
    }

    .kfa-slider-section .cover-slider__wrap {
        height: clamp(220px, 58vw, 270px) !important;
        margin: 0 !important;
        padding: 0 !important;
        background: #f8fafc !important;
    }

    .cover-slider__slide {
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-color: #f8fafc !important;
    }
}

.kfa-slider-overlay-badge {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 30;
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 12px 24px;
    border-radius: 9999px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.kfa-slider-overlay-badge span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.kfa-slider-overlay-badge a {
    padding: 6px 16px;
    border-radius: 20px;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s;
}

.kfa-slider-overlay-badge a:hover {
    transform: scale(1.04);
}

/* ══════════════════════════════════════════════════════════════════════════
   3. CORE FOUNDATION STORY & 4 IMPACT PILLARS (SPLIT 2-COLUMN SHOWCASE)
══════════════════════════════════════════════════════════════════════════ */
.kfa-story-events-sec {
    padding: 60px 20px 55px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

.kfa-sec-container {
    max-width: 1280px;
    margin: 0 auto;
}

/* Split 2-Column Grid: Image Left + Content Right */
.kfa-story-split-grid {
    display: grid;
    grid-template-columns: 1fr 1.35fr;
    gap: 46px;
    align-items: stretch;
}

/* Left Visual Column */
.kfa-story-visual-col {
    position: relative;
    display: flex;
}

.kfa-story-img-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1);
    border: 3px solid #ffffff;
    background: #0f172a;
    width: 100%;
    height: 100%;
    min-height: 480px;
}

.kfa-story-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.kfa-story-img-wrapper:hover .kfa-story-main-img {
    transform: scale(1.03);
}

/* Story & Mission Column (Right) */
.kfa-story-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.kfa-story-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 5px 14px;
    background: #fef3c7;
    color: #b45309;
    border: 1px solid #fde68a;
    border-radius: 9999px;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.4px;
    margin-bottom: 12px;
    align-self: flex-start;
    text-transform: uppercase;
}

.kfa-story-badge i {
    color: #f59e0b;
}

.kfa-story-title {
    font-size: 28px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
    letter-spacing: -0.5px;
    margin: 0 0 14px;
}

/* Highlighted Vision Quote Card */
.kfa-vision-quote-card {
    background: linear-gradient(135deg, #f0fdfa 0%, #ecfeff 100%);
    border: 1px solid #99f6e4;
    border-left: 4px solid #0891b2;
    border-radius: 12px;
    padding: 14px 18px;
    margin: 0 0 18px;
    position: relative;
    box-shadow: 0 2px 8px rgba(8, 145, 178, 0.05);
}

.kfa-quote-icon {
    color: #0891b2;
    font-size: 16px;
    opacity: 0.6;
    margin-bottom: 4px;
}

.kfa-vision-quote-text {
    font-size: 13.5px !important;
    line-height: 1.65 !important;
    color: #1e293b !important;
    font-weight: 500;
    margin: 0 !important;
    font-style: normal;
}

/* 4 Impact Pillars (2x2 Grid for right column) */
.kfa-impact-pillars-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 22px;
}

@media (max-width: 1024px) {
    .kfa-story-split-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .kfa-story-img-wrapper {
        min-height: 380px;
    }
}

@media (max-width: 640px) {
    .kfa-impact-pillars-grid {
        grid-template-columns: 1fr;
    }

    .kfa-story-title {
        font-size: 23px;
    }

    .kfa-story-img-wrapper {
        min-height: 280px;
    }
}

.kfa-pillar-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 14px 14px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.02);
    transition: all 0.22s ease;
}

.kfa-pillar-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.kfa-pillar-card.cyan:hover {
    border-color: #7dd3fc;
}

.kfa-pillar-card.emerald:hover {
    border-color: #6ee7b7;
}

.kfa-pillar-card.purple:hover {
    border-color: #c4b5fd;
}

.kfa-pillar-card.amber:hover {
    border-color: #fde047;
}

.kfa-pillar-info h4 {
    font-size: 13.5px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 3px;
}

.kfa-pillar-info p {
    font-size: 12px;
    line-height: 1.45;
    color: #64748b;
    margin: 0;
}

.kfa-pillar-icon {
    width: 38px;
    height: 38px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-shrink: 0;
}

.kfa-pillar-icon.cyan,
.kfa-pillar-icon.edu {
    background: #e0f2fe;
    color: #0284c7;
}

.kfa-pillar-icon.emerald,
.kfa-pillar-icon.health {
    background: #ecfdf5;
    color: #059669;
}

.kfa-pillar-icon.purple,
.kfa-pillar-icon.social {
    background: #f5f3ff;
    color: #7c3aed;
}

.kfa-pillar-icon.amber,
.kfa-pillar-icon.elders {
    background: #fffbeb;
    color: #d97706;
}

.kfa-pillar-info h4 {
    font-size: 14.5px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 4px;
    line-height: 1.25;
}

.kfa-pillar-info p {
    font-size: 12.5px;
    color: #64748b;
    margin: 0;
    line-height: 1.45;
}

/* Action CTAs - Aligned Right with Enhanced Button Design */
.kfa-story-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 4px;
}

.kfa-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    border-radius: 9999px;
    background: linear-gradient(135deg, #0891b2 0%, #0284c7 100%);
    color: #ffffff !important;
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-decoration: none !important;
    box-shadow: 0 4px 14px rgba(8, 145, 178, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.kfa-btn-primary i {
    font-size: 13px;
    transition: transform 0.2s ease;
}

.kfa-btn-primary:hover {
    background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(8, 145, 178, 0.45);
}

.kfa-btn-primary:hover i {
    transform: scale(1.15);
}

.kfa-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9.5px 20px;
    border-radius: 9999px;
    background: #ffffff;
    color: #334155 !important;
    border: 1.5px solid #cbd5e1;
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-decoration: none !important;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.kfa-btn-secondary i {
    font-size: 12px;
    color: #0891b2;
    transition: transform 0.2s ease;
}

.kfa-btn-secondary:hover {
    background: #f0fdfa;
    border-color: #0891b2;
    color: #0891b2 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(8, 145, 178, 0.18);
}

.kfa-btn-secondary:hover i {
    transform: translateX(4px);
}

@media (max-width: 600px) {
    .kfa-story-actions {
        justify-content: stretch;
    }

    .kfa-btn-primary,
    .kfa-btn-secondary {
        flex: 1;
        justify-content: center;
    }
}

/* Right Column: Upcoming Events Card */
.kfa-events-card-wrapper {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.kfa-events-card-header {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
}

.kfa-events-header-title {
    display: flex;
    align-items: center;
    gap: 12px;
}

.kfa-cal-icon-wrap {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #38bdf8;
}

.kfa-events-header-title h3 {
    font-size: 17px;
    font-weight: 800;
    margin: 0;
    color: #ffffff;
    line-height: 1.2;
}

.kfa-events-header-title p {
    font-size: 12px;
    color: #94a3b8;
    margin: 2px 0 0;
}

.kfa-live-indicator {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11.5px;
    font-weight: 700;
    background: rgba(16, 185, 129, 0.2);
    color: #34d399;
    border: 1px solid rgba(52, 211, 153, 0.4);
    padding: 3px 10px;
    border-radius: 9999px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.pulse-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #34d399;
    box-shadow: 0 0 8px #34d399;
    animation: kfaPulse 1.8s infinite;
}

@keyframes kfaPulse {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.4;
        transform: scale(0.8);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.kfa-events-card-content {
    padding: 20px 22px;
    flex: 1;
}

.kfa-events-timeline {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.kfa-timeline-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px;
    background: #f8fafc;
    border: 1px solid #f1f5f9;
    border-radius: 14px;
    transition: all 0.22s ease;
}

.kfa-timeline-item:hover {
    background: #f0fdfa;
    border-color: #99f6e4;
    transform: translateX(4px);
}

.kfa-date-box {
    width: 52px;
    height: 56px;
    border-radius: 12px;
    background: linear-gradient(135deg, #0891b2 0%, #0e7490 100%);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(8, 145, 178, 0.25);
}

.kfa-date-box .m {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 1;
}

.kfa-date-box .d {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.15;
    margin-top: 1px;
}

.kfa-timeline-body {
    flex: 1;
    min-width: 0;
}

.kfa-tag-welfare {
    display: inline-block;
    padding: 2px 7px;
    background: #e0f2fe;
    color: #0369a1;
    font-size: 10.5px;
    font-weight: 700;
    border-radius: 4px;
    margin-bottom: 5px;
}

.kfa-tag-health {
    display: inline-block;
    padding: 2px 7px;
    background: #f0fdf4;
    color: #15803d;
    font-size: 10.5px;
    font-weight: 700;
    border-radius: 4px;
    margin-bottom: 5px;
}

.kfa-tag-youth {
    display: inline-block;
    padding: 2px 7px;
    background: #fef3c7;
    color: #b45309;
    font-size: 10.5px;
    font-weight: 700;
    border-radius: 4px;
    margin-bottom: 5px;
}

.kfa-timeline-body h5 {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 4px;
    line-height: 1.35;
}

.kfa-timeline-body p {
    font-size: 12px;
    color: #64748b;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.kfa-timeline-body p i {
    color: #0891b2;
    font-size: 11px;
}

.kfa-events-card-footer {
    padding: 14px 22px 18px;
    background: #ffffff;
    border-top: 1px solid #f1f5f9;
}

.kfa-all-events-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 18px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    color: #0e7490;
    font-size: 13.5px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.22s ease;
}

.kfa-all-events-btn:hover {
    background: #0891b2;
    border-color: #0891b2;
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(8, 145, 178, 0.25);
    transform: translateY(-1.5px);
}

@media (max-width: 992px) {
    .kfa-story-events-sec {
        padding: 42px 20px 45px;
    }

    .kfa-story-events-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .kfa-impact-pillars-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

@media (max-width: 768px) {
    .kfa-story-events-sec {
        padding: 32px 16px 36px;
    }

    .kfa-story-col {
        align-items: stretch;
        text-align: left;
    }

    .kfa-story-badge {
        align-self: center;
        margin-left: auto;
        margin-right: auto;
        font-size: 11.5px;
        padding: 4px 12px;
        gap: 5px;
        margin-bottom: 12px;
    }

    .kfa-story-title {
        text-align: center;
        font-size: 20px;
        line-height: 1.35;
        letter-spacing: -0.3px;
        margin: 0 auto 14px;
        max-width: 92%;
    }

    .kfa-vision-quote-card {
        padding: 14px 16px;
        margin: 0 0 18px;
        border-radius: 12px;
        text-align: left;
    }

    .kfa-quote-icon {
        font-size: 15px;
        margin-bottom: 4px;
        text-align: left;
    }

    .kfa-vision-quote-text {
        font-size: 13px !important;
        line-height: 1.6 !important;
        text-align: left !important;
    }

    .kfa-pillar-card {
        padding: 12px 14px;
        gap: 12px;
        border-radius: 12px;
        text-align: left !important;
        align-items: flex-start !important;
        display: flex !important;
    }

    .kfa-pillar-icon {
        width: 36px;
        height: 36px;
        font-size: 15px;
        border-radius: 8px;
        flex-shrink: 0;
    }

    .kfa-pillar-info {
        text-align: left !important;
        flex: 1;
    }

    .kfa-pillar-info h4 {
        font-size: 13.5px;
        margin-bottom: 2px;
        text-align: left !important;
    }

    .kfa-pillar-info p {
        font-size: 12px;
        line-height: 1.45;
        text-align: left !important;
    }

    .kfa-story-actions {
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

    .kfa-btn-primary,
    .kfa-btn-secondary {
        width: 100%;
        justify-content: center;
        text-align: center;
        padding: 12px 18px;
        font-size: 13.5px;
    }
}

@media (max-width: 480px) {
    .kfa-story-events-sec {
        padding: 26px 14px 30px;
    }

    .kfa-story-title {
        font-size: 18.5px;
        line-height: 1.35;
        margin: 0 0 12px;
    }

    .kfa-vision-quote-text {
        font-size: 12.5px !important;
        line-height: 1.55 !important;
    }
}

/* ══════════════════════════════════════════════════════════════════════════
   4. ONGOING PROJECTS & SERVICES
══════════════════════════════════════════════════════════════════════════ */
.kfa-projects-sec {
    padding: 40px 20px;
    background-color: #0d1f3c;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.kfa-projects-sec::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(10, 22, 40, 0.88) 0%, rgba(5, 10, 20, 0.82) 100%);
    z-index: 0;
}

.kfa-projects-sec>* {
    position: relative;
    z-index: 1;
}

.kfa-sec-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 44px;
}

.kfa-sec-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 16px;
    background: #fef3c7;
    color: #b45309;
    border: 1px solid #fde68a;
    border-radius: 9999px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 12px;
}

.kfa-sec-badge i {
    color: #f59e0b;
}

.kfa-projects-sec .kfa-sec-title,
.kfa-sec-title {
    font-size: clamp(22px, 3.6vw, 32px);
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 12px;
    letter-spacing: -0.5px;
    line-height: 1.25;
}

.kfa-projects-sec .kfa-sec-subtitle,
.kfa-sec-subtitle {
    font-size: clamp(13px, 1.8vw, 15px);
    color: #ffffff;
    line-height: 1.6;
    margin: 0 auto;
}

.kfa-projects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: 1200px;
    margin: 0 auto;
}

.kfa-proj-card {
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.03) 100%);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    padding: 30px 26px 26px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
    box-shadow: 0 15px 35px -5px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.kfa-proj-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #38bdf8, #818cf8);
    opacity: 0.8;
    transition: opacity 0.3s ease, height 0.3s ease;
}

.kfa-proj-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 255, 255, 0.28);
    box-shadow: 0 24px 48px -10px rgba(0, 0, 0, 0.65), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.kfa-proj-card:hover::before {
    opacity: 1;
    height: 4px;
}

/* Theme Top Accents */
.kfa-proj-card.theme-healthcare::before {
    background: linear-gradient(90deg, #06b6d4, #10b981);
}

.kfa-proj-card.theme-education::before {
    background: linear-gradient(90deg, #f59e0b, #ea580c);
}

.kfa-proj-card.theme-matrimonial::before {
    background: linear-gradient(90deg, #f43f5e, #fb7185);
}

.kfa-proj-card.theme-university::before {
    background: linear-gradient(90deg, #6366f1, #8b5cf6);
}

.kfa-proj-card.theme-sports::before {
    background: linear-gradient(90deg, #10b981, #059669);
}

.kfa-proj-card.theme-eldercare::before {
    background: linear-gradient(90deg, #d97706, #f59e0b);
}

/* Card Top Row */
.kfa-proj-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.kfa-proj-icon-wrap {
    width: 54px;
    height: 54px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #38bdf8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

.kfa-proj-card.theme-healthcare .kfa-proj-icon-wrap {
    color: #22d3ee;
    background: rgba(6, 182, 212, 0.15);
    border-color: rgba(6, 182, 212, 0.3);
}

.kfa-proj-card.theme-education .kfa-proj-icon-wrap {
    color: #fbbf24;
    background: rgba(245, 158, 11, 0.15);
    border-color: rgba(245, 158, 11, 0.3);
}

.kfa-proj-card.theme-matrimonial .kfa-proj-icon-wrap {
    color: #fb7185;
    background: rgba(244, 63, 94, 0.15);
    border-color: rgba(244, 63, 94, 0.3);
}

.kfa-proj-card.theme-university .kfa-proj-icon-wrap {
    color: #a78bfa;
    background: rgba(139, 92, 246, 0.15);
    border-color: rgba(139, 92, 246, 0.3);
}

.kfa-proj-card.theme-sports .kfa-proj-icon-wrap {
    color: #34d399;
    background: rgba(16, 185, 129, 0.15);
    border-color: rgba(16, 185, 129, 0.3);
}

.kfa-proj-card.theme-eldercare .kfa-proj-icon-wrap {
    color: #fde047;
    background: rgba(234, 179, 8, 0.15);
    border-color: rgba(234, 179, 8, 0.3);
}

.kfa-proj-card:hover .kfa-proj-icon-wrap {
    transform: scale(1.08) rotate(3deg);
}

/* Category Badge Tags */
.kfa-proj-tag {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 5px 12px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #e2e8f0;
}

.kfa-proj-tag.tag-cyan {
    color: #67e8f9;
    background: rgba(6, 182, 212, 0.12);
    border-color: rgba(6, 182, 212, 0.3);
}

.kfa-proj-tag.tag-amber {
    color: #fde68a;
    background: rgba(245, 158, 11, 0.12);
    border-color: rgba(245, 158, 11, 0.3);
}

.kfa-proj-tag.tag-rose {
    color: #fecdd3;
    background: rgba(244, 63, 94, 0.12);
    border-color: rgba(244, 63, 94, 0.3);
}

.kfa-proj-tag.tag-indigo {
    color: #c4b5fd;
    background: rgba(99, 102, 241, 0.12);
    border-color: rgba(99, 102, 241, 0.3);
}

.kfa-proj-tag.tag-emerald {
    color: #a7f3d0;
    background: rgba(16, 185, 129, 0.12);
    border-color: rgba(16, 185, 129, 0.3);
}

.kfa-proj-tag.tag-gold {
    color: #fef08a;
    background: rgba(234, 179, 8, 0.12);
    border-color: rgba(234, 179, 8, 0.3);
}

/* Typography */
.kfa-proj-card h4 {
    font-size: 19px;
    font-weight: 800;
    color: #ffffff;
    margin: 4px 0 0;
    line-height: 1.35;
    letter-spacing: -0.2px;
}

.kfa-proj-card h4 a {
    color: #ffffff;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.kfa-proj-card:hover h4 a {
    color: #fef08a;
}

.kfa-proj-card p {
    font-size: 14px;
    line-height: 1.65;
    color: #cbd5e1;
    margin: 0;
    flex: 1;
}



@media (max-width: 1024px) {
    .kfa-projects-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 680px) {
    .kfa-projects-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

/* ══════════════════════════════════════════════════════════════════════════
   3.5 ONGOING ACTIVITIES & GROUND EVENT GALLERY (3-CARD CAROUSEL)
══════════════════════════════════════════════════════════════════════════ */
.kfa-activities-sec {
    padding: 40px 20px 50px;
    background: #ffffff;
    position: relative;
    border-top: 1px solid #e2e8f0;
}

.kfa-activities-sec .kfa-sec-title {
    color: #0f172a !important;
    font-size: 34px;
    font-weight: 800;
    margin: 0 0 14px;
    letter-spacing: -0.6px;
}

.kfa-activities-sec .kfa-sec-subtitle {
    color: #64748b !important;
    font-size: 15.5px;
    max-width: 720px;
    margin: 0 auto 44px;
}

.kfa-act-slider-outer {
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
}

.kfa-act-slider-viewport {
    overflow: hidden;
    padding: 12px 6px 24px;
    margin: -12px -6px -24px;
}

.kfa-act-slider-track {
    display: flex;
    gap: 24px;
    transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
    will-change: transform;
}

.kfa-act-card-item {
    flex: 0 0 calc((100% - 48px) / 3);
    min-width: 0;
}

.kfa-act-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 30px -6px rgba(15, 23, 42, 0.06), 0 2px 4px -1px rgba(15, 23, 42, 0.02);
    height: 100%;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.kfa-act-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px -8px rgba(15, 23, 42, 0.12), 0 4px 8px -2px rgba(15, 23, 42, 0.04);
    border-color: #cbd5e1;
}

/* Card Top: Multi-Photo Carousel */
.kfa-act-media-top {
    position: relative;
    height: 220px;
    background: #0f172a;
    overflow: hidden;
}

.kfa-act-img-slider {
    position: relative;
    width: 100%;
    height: 100%;
}

.kfa-act-img-track {
    position: absolute;
    inset: 0;
}

.kfa-act-img-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, transform 0.35s ease;
    transform: scale(1.03);
}

.kfa-act-img-slide.is-active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.kfa-act-img-slide::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.35) 0%, rgba(15, 23, 42, 0) 40%, rgba(15, 23, 42, 0.5) 100%);
    pointer-events: none;
}

/* Top Badges */
.kfa-act-badge-overlay {
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 5;
    pointer-events: none;
}

.kfa-act-status-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    background: rgba(15, 23, 42, 0.75);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 9999px;
    font-size: 11px;
    font-weight: 700;
}

.kfa-act-status-pill .pulse-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #10b981;
    display: inline-block;
    box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.3);
}

.kfa-act-count-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    background: rgba(15, 23, 42, 0.75);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    color: #f1f5f9;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 9999px;
    font-size: 11px;
    font-weight: 600;
}

/* Mini Photo Navigation on Card Hover */
.kfa-act-mini-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: none;
    color: #0f172a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.kfa-act-card:hover .kfa-act-mini-arrow {
    opacity: 0.9;
}

.kfa-act-mini-arrow:hover {
    opacity: 1 !important;
    background: #ffffff;
    color: #0891b2;
    transform: translateY(-50%) scale(1.1);
}

.kfa-act-mini-arrow.prev {
    left: 8px;
}

.kfa-act-mini-arrow.next {
    right: 8px;
}

/* Card Body */
.kfa-act-body {
    padding: 20px 22px 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.kfa-act-title {
    font-size: 17px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.4;
    letter-spacing: -0.1px;
    margin: 0 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.25s ease;
}

.kfa-act-card:hover .kfa-act-title {
    color: #0891b2;
}

.kfa-act-desc {
    font-size: 14px;
    color: #475569;
    line-height: 1.6;
    font-weight: 400;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Outer Slider Controls */
.kfa-act-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 36px;
}

.kfa-act-nav-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    color: #0f172a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05);
}

.kfa-act-nav-btn:hover:not(:disabled) {
    background: #0891b2;
    border-color: #0891b2;
    color: #ffffff;
    transform: scale(1.08);
    box-shadow: 0 6px 16px rgba(8, 145, 178, 0.3);
}

.kfa-act-nav-btn:disabled {
    opacity: 0.35;
    cursor: not-allowed;
    border-color: #f1f5f9;
}

.kfa-act-dots {
    display: flex;
    align-items: center;
    gap: 8px;
}

.kfa-act-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cbd5e1;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: all 0.25s ease;
}

.kfa-act-dot:hover {
    background: #94a3b8;
}

.kfa-act-dot.is-active {
    width: 26px;
    border-radius: 12px;
    background: #0891b2;
}

@media (max-width: 1024px) {
    .kfa-act-card-item {
        flex: 0 0 calc((100% - 24px) / 2);
    }
}

@media (max-width: 640px) {
    .kfa-act-card-item {
        flex: 0 0 100%;
    }

    .kfa-act-title {
        min-height: auto;
    }

    .kfa-act-desc {
        min-height: auto;
    }
}

/* ══════════════════════════════════════════════════════════════════════════
   5. EXECUTIVE LEADERSHIP TEAM
══════════════════════════════════════════════════════════════════════════ */
.kfa-team-sec {
    padding: 40px 20px;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 60%, #ffffff 100%);
    position: relative;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.kfa-team-sec .kfa-sec-badge {
    background: #fef3c7;
    color: #b45309;
    border: 1px solid #fde68a;
}

.kfa-team-sec .kfa-sec-title {
    color: #0f172a !important;
    font-size: clamp(22px, 3.6vw, 32px);
    font-weight: 800;
    margin: 0 0 12px;
    letter-spacing: -0.5px;
    line-height: 1.25;
}

.kfa-team-sec .kfa-sec-subtitle {
    color: #64748b !important;
    font-size: clamp(13px, 1.8vw, 15.5px);
    max-width: 680px;
    margin: 0 auto;
}

.kfa-team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
}

.kfa-team-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 26px;
    padding: 24px 24px 28px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px -5px rgba(15, 23, 42, 0.05), 0 8px 10px -6px rgba(15, 23, 42, 0.03);
    transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.kfa-team-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0891b2, #f59e0b);
    transition: height 0.3s ease;
}

.kfa-team-card.theme-chairman::before {
    background: linear-gradient(90deg, #d97706, #f59e0b, #fbbf24);
}

.kfa-team-card.theme-secretary::before {
    background: linear-gradient(90deg, #0891b2, #06b6d4, #38bdf8);
}

.kfa-team-card.theme-treasurer::before {
    background: linear-gradient(90deg, #4f46e5, #6366f1, #818cf8);
}

.kfa-team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.15), 0 0 0 1px rgba(8, 145, 178, 0.18);
    border-color: #cbd5e1;
}

.kfa-team-card:hover::before {
    height: 6px;
}

/* Media Stage & Wide Big Avatar */
.kfa-team-media-stage {
    position: relative;
    width: 100%;
    margin: 0 0 24px;
}

.kfa-team-avatar {
    width: 100%;
    height: 310px;
    border-radius: 20px;
    margin: 0 auto;
    background-size: cover;
    background-position: center top;
    border: 3px solid #ffffff;
    box-shadow: 0 0 0 1px rgba(226, 232, 240, 0.9), 0 14px 28px -6px rgba(15, 23, 42, 0.14);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.kfa-team-card:hover .kfa-team-avatar {
    transform: scale(1.03);
    box-shadow: 0 0 0 2px #0891b2, 0 18px 36px -8px rgba(8, 145, 178, 0.3);
}

.kfa-team-card.theme-chairman:hover .kfa-team-avatar {
    box-shadow: 0 0 0 2px #f59e0b, 0 18px 36px -8px rgba(245, 158, 11, 0.3);
}

.kfa-team-card.theme-treasurer:hover .kfa-team-avatar {
    box-shadow: 0 0 0 2px #6366f1, 0 18px 36px -8px rgba(99, 102, 241, 0.3);
}

/* Floating Role Pill */
.kfa-team-role-pill {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 11.5px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    white-space: nowrap;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
    z-index: 2;
    color: #ffffff;
}

.kfa-team-card.theme-chairman .kfa-team-role-pill {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.kfa-team-card.theme-secretary .kfa-team-role-pill {
    background: linear-gradient(135deg, #0891b2 0%, #0e7490 100%);
}

.kfa-team-card.theme-treasurer .kfa-team-role-pill {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
}

/* Info Section */
.kfa-team-info {
    width: 100%;
}

.kfa-team-name {
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
    margin: 18px 0 10px;
    line-height: 1.25;
    letter-spacing: -0.4px;
}

.kfa-team-bio {
    font-size: 14.5px;
    color: #475569;
    line-height: 1.65;
    margin: 0;
    padding: 0 4px;
}



@media (max-width: 1024px) {
    .kfa-team-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (max-width: 680px) {
    .kfa-team-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .kfa-team-avatar {
        width: 100%;
        height: 290px;
    }
}

.kfa-feedback-sec {
    padding: 40px 20px;
    background: #ffffff;
    position: relative;
}

.kfa-feedback-sec .kfa-sec-badge {
    background: #fef3c7;
    color: #b45309;
    border: 1px solid #fde68a;
}

.kfa-feedback-sec .kfa-sec-title {
    color: #0f172a !important;
    font-size: clamp(22px, 3.6vw, 32px);
    font-weight: 800;
    margin: 0 0 12px;
    letter-spacing: -0.5px;
    line-height: 1.25;
}

.kfa-feedback-sec .kfa-sec-subtitle {
    color: #64748b !important;
    font-size: clamp(13px, 1.8vw, 15.5px);
    max-width: 680px;
    margin: 0 auto 30px;
}

.kfa-feedback-slider-wrap {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.kfa-feedback-slider {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 10px 4px 20px;
}

.kfa-feedback-track {
    display: flex;
    gap: 24px;
    transition: transform 0.45s cubic-bezier(0.25, 1, 0.5, 1);
    align-items: stretch;
}

.kfa-feedback-item {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 32px 28px 26px;
    box-shadow: 0 10px 25px -5px rgba(15, 23, 42, 0.05), 0 4px 6px -2px rgba(15, 23, 42, 0.02);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 18px;
    position: relative;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    box-sizing: border-box;
}

.kfa-feedback-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #f59e0b, #0891b2);
    opacity: 0.9;
}

.kfa-feedback-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 38px -10px rgba(15, 23, 42, 0.12);
    border-color: #cbd5e1;
}

.kfa-feedback-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.kfa-feedback-stars {
    display: flex;
    gap: 4px;
    color: #f59e0b;
    font-size: 15px;
}

.kfa-feedback-quote-icon {
    font-size: 32px;
    color: #cbd5e1;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.kfa-feedback-item:hover .kfa-feedback-quote-icon {
    color: #0891b2;
    opacity: 0.9;
    transform: scale(1.1);
}

.kfa-feedback-content-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.kfa-feedback-text {
    font-size: 15px;
    color: #334155;
    line-height: 1.7;
    margin: 0;
    font-style: italic;
    transition: all 0.3s ease;
}

.kfa-feedback-text.is-collapsed {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.kfa-feedback-text.is-expanded {
    display: block;
    overflow: visible;
}

.kfa-feedback-toggle-btn {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 4px 14px;
    color: #0891b2;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}

.kfa-feedback-toggle-btn:hover {
    background: #0891b2;
    border-color: #0891b2;
    color: #ffffff;
    transform: translateY(-1px);
}

.kfa-feedback-toggle-btn i {
    font-size: 10px;
    transition: transform 0.2s ease;
}

.kfa-feedback-author {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
}

.kfa-feedback-avatar {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    border: 3px solid #ffffff;
    box-shadow: 0 0 0 2px #0891b2, 0 6px 16px rgba(8, 145, 178, 0.22);
    flex-shrink: 0;
}

.kfa-feedback-avatar-default {
    background: linear-gradient(135deg, #e0f2fe, #bae6fd);
    color: #0369a1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.kfa-feedback-meta {
    flex: 1;
}

.kfa-feedback-name {
    font-size: 17px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 4px;
    line-height: 1.3;
}

.kfa-feedback-role {
    font-size: 12.5px;
    font-weight: 600;
    color: #0891b2;
    display: block;
    line-height: 1.4;
}

/* Slider Controls */
.kfa-feedback-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
}

.kfa-slider-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    color: #0f172a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
    transition: all 0.25s ease;
}

.kfa-slider-btn:hover {
    background: #0891b2;
    border-color: #0891b2;
    color: #ffffff;
    transform: scale(1.08);
    box-shadow: 0 6px 16px rgba(8, 145, 178, 0.3);
}

.kfa-slider-dots {
    display: flex;
    align-items: center;
    gap: 8px;
}

.kfa-slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cbd5e1;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: all 0.25s ease;
}

.kfa-slider-dot:hover {
    background: #94a3b8;
}

.kfa-slider-dot.is-active {
    width: 26px;
    border-radius: 12px;
    background: #0891b2;
}

/* ══════════════════════════════════════════════════════════════════════════
   7. DIRECT BANK DONATION & 80G BOX
══════════════════════════════════════════════════════════════════════════ */
.kfa-bank-sec {
    padding: 60px 20px;
    background: var(--kfa-bg);
}

.kfa-bank-card {
    max-width: 1140px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid var(--kfa-border);
    border-radius: 24px;
    padding: 40px 36px;
    box-shadow: var(--kfa-shadow-md);
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 36px;
    align-items: center;
}

.kfa-bank-info-box {
    background: var(--kfa-teal-light);
    border: 1px solid var(--kfa-teal-border);
    border-radius: 18px;
    padding: 24px 26px;
}

.kfa-bank-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(8, 145, 178, 0.2);
    font-size: 13.5px;
}

.kfa-bank-row:last-child {
    border-bottom: none;
}

.kfa-bank-row span {
    color: var(--kfa-muted);
    font-weight: 500;
}

.kfa-bank-row strong {
    color: var(--kfa-dark);
    font-weight: 700;
}

/* ══════════════════════════════════════════════════════════════════════════
   8. CONTACT SECTION & CF7 FORM
══════════════════════════════════════════════════════════════════════════ */
.kfa-contact-sec {
    padding: 40px 20px 50px;
    background: #f8fafc;
    position: relative;
    border-top: 1px solid #e2e8f0;
}

.kfa-contact-sec .kfa-sec-badge {
    background: #fef3c7;
    color: #b45309;
    border: 1px solid #fde68a;
}

.kfa-contact-sec .kfa-sec-title {
    color: #0f172a !important;
    font-size: clamp(22px, 3.6vw, 32px);
    font-weight: 800;
    margin: 0 0 12px;
    letter-spacing: -0.5px;
    line-height: 1.25;
}

.kfa-contact-sec .kfa-sec-subtitle {
    color: #64748b !important;
    font-size: clamp(13px, 1.8vw, 15.5px);
    max-width: 680px;
    margin: 0 auto 30px;
}

.kfa-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.35fr;
    gap: 36px;
    max-width: 1140px;
    margin: 0 auto;
    align-items: stretch;
}

/* Left Executive Card */
.kfa-contact-info-card {
    background: linear-gradient(145deg, #091e3a 0%, #0c2d54 50%, #0891b2 100%);
    color: #ffffff;
    border-radius: 26px;
    padding: 40px 34px;
    box-shadow: 0 20px 40px -12px rgba(15, 23, 42, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.kfa-contact-info-card::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.kfa-cinfo-header h3 {
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 8px;
    letter-spacing: -0.3px;
}

.kfa-cinfo-header p {
    font-size: 14px;
    color: #94a3b8;
    line-height: 1.5;
    margin: 0 0 28px;
}

.kfa-cinfo-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.kfa-cinfo-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 16px 18px;
    transition: all 0.25s ease;
}

.kfa-cinfo-item:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateX(4px);
}

.kfa-cinfo-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: linear-gradient(135deg, #0284c7, #0369a1);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(2, 132, 199, 0.35);
}

.kfa-cinfo-icon--purple {
    background: linear-gradient(135deg, #6366f1, #4f46e5);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.35);
}

.kfa-cinfo-icon--amber {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.35);
}

.kfa-cinfo-content {
    flex: 1;
}

.kfa-cinfo-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #38bdf8;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 4px;
}

.kfa-cinfo-val {
    font-size: 13.5px;
    color: #f1f5f9;
    line-height: 1.55;
    margin: 0;
}

.kfa-cinfo-link {
    font-size: 14px;
    font-weight: 700;
    color: #fef08a;
    text-decoration: none;
    transition: color 0.2s ease;
}

.kfa-cinfo-link:hover {
    color: #ffffff;
    text-decoration: underline;
}

.kfa-cinfo-footer {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.kfa-cinfo-social-label {
    font-size: 12px;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    display: block;
    margin-bottom: 12px;
}

.kfa-cinfo-socials {
    display: flex;
    gap: 12px;
}

.kfa-cinfo-soc-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.kfa-cinfo-soc-btn:hover {
    background: #0891b2;
    border-color: #0891b2;
    transform: translateY(-3px);
    box-shadow: 0 6px 14px rgba(8, 145, 178, 0.4);
}

/* Right Form Card */
.kfa-contact-form-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 26px;
    padding: 42px 38px;
    box-shadow: 0 16px 36px -8px rgba(15, 23, 42, 0.08), 0 4px 6px -2px rgba(15, 23, 42, 0.02);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.kfa-cform-header {
    margin-bottom: 24px;
}

.kfa-cform-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 14px;
    background: #fef3c7;
    color: #b45309;
    border: 1px solid #fde68a;
    border-radius: 20px;
    font-size: 11.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.kfa-cform-badge i {
    color: #f59e0b;
}

.kfa-cform-title {
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 6px;
    letter-spacing: -0.4px;
}

.kfa-cform-subtitle {
    font-size: 14.5px;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
}

/* Custom Executive Form Elements */
.kfa-custom-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.kfa-form-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.kfa-fgroup {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.kfa-fgroup label {
    font-size: 13px;
    font-weight: 700;
    color: #334155;
    display: flex;
    align-items: center;
    gap: 4px;
}

.kfa-req {
    color: #ef4444;
    font-weight: 800;
}

.kfa-finput-box {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.kfa-ficon {
    position: absolute;
    left: 16px;
    color: #94a3b8;
    font-size: 14px;
    pointer-events: none;
    transition: color 0.2s ease;
    z-index: 1;
}

.kfa-finput-box--textarea .kfa-ficon {
    top: 16px;
}

.kfa-finput-box input,
.kfa-finput-box select {
    width: 100%;
    height: 50px;
    padding: 0 16px 0 44px;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    font-size: 14.5px;
    font-weight: 500;
    color: #0f172a;
    background: #f8fafc;
    transition: all 0.25s ease;
    outline: none;
    box-sizing: border-box;
}

.kfa-finput-box select {
    cursor: pointer;
    appearance: auto;
}

.kfa-finput-box textarea {
    width: 100%;
    min-height: 120px;
    padding: 14px 16px 14px 44px;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    font-size: 14.5px;
    font-weight: 500;
    color: #0f172a;
    background: #f8fafc;
    transition: all 0.25s ease;
    outline: none;
    resize: vertical;
    box-sizing: border-box;
    font-family: inherit;
    line-height: 1.6;
}

.kfa-finput-box input:hover,
.kfa-finput-box select:hover,
.kfa-finput-box textarea:hover {
    border-color: #cbd5e1;
    background: #ffffff;
}

.kfa-finput-box input:focus,
.kfa-finput-box select:focus,
.kfa-finput-box textarea:focus {
    border-color: #0891b2;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(8, 145, 178, 0.12);
}

.kfa-finput-box:focus-within .kfa-ficon {
    color: #0891b2;
}

.kfa-finput-box input::placeholder,
.kfa-finput-box textarea::placeholder {
    color: #94a3b8;
    font-size: 14px;
    font-weight: 400;
}

.kfa-cform-btn {
    width: 100%;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #0891b2 0%, #0e7490 100%);
    color: #ffffff;
    font-size: 15.5px;
    font-weight: 800;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    box-shadow: 0 10px 24px -4px rgba(8, 145, 178, 0.35);
    transition: all 0.25s ease;
    margin-top: 4px;
}

.kfa-cform-btn:hover {
    background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
    transform: translateY(-2px);
    box-shadow: 0 14px 28px -4px rgba(8, 145, 178, 0.45);
}

.kfa-cform-btn:active {
    transform: translateY(0);
}

.kfa-cform-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.kfa-form-alert {
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    animation: fadeIn 0.3s ease;
}

.kfa-form-alert--success {
    background: #ecfdf5;
    color: #065f46;
    border: 1px solid #a7f3d0;
}

.kfa-form-alert--error {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

.kfa-cform-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 14px;
    font-size: 12.5px;
    font-weight: 600;
    color: #64748b;
    text-align: center;
}

.kfa-cform-trust i {
    color: #059669;
    font-size: 14px;
}

@media (max-width: 600px) {
    .kfa-form-grid-2 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .kfa-contact-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .kfa-contact-info-card,
    .kfa-contact-form-card {
        padding: 30px 24px;
    }
}

/* ══════════════════════════════════════════════════════════════════════════
   9. PREMIUM FOOTER V2
══════════════════════════════════════════════════════════════════════════ */

/* --- Main Footer Shell --- */
.kfa-footer-v2 {
    background: #0a1628;
    position: relative;
    font-family: 'Outfit', 'Inter', sans-serif;
}

.kfa-footer-v2-body {
    background: linear-gradient(160deg, #0d1f3c 0%, #0a1628 60%, #071120 100%);
    border-top: 3px solid transparent;
    border-image: linear-gradient(90deg, #f59e0b, #3b82f6, #06b6d4) 1;
    padding: 60px 0 48px;
}

.kfa-footer-v2-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 1.6fr 1fr 1.1fr 1.4fr;
    gap: 48px;
}

/* --- Brand Column --- */
.kfa-fv2-main-logo {
    height: 60px;
    width: auto;
    max-width: 220px;
    object-fit: contain;
    display: block;
    margin-bottom: 16px;
    filter: brightness(1.1);
}

.kfa-fv2-brand-name {
    font-size: 20px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    margin: 0 0 12px;
    letter-spacing: -0.3px;
    white-space: nowrap;
}


.kfa-fv2-tagline {
    font-size: 13.5px;
    line-height: 1.75;
    color: #cbd5e1;
    margin: 14px 0 20px;
    max-width: 260px;
}

/* Trust Badges */
.kfa-fv2-trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}

.kfa-fv2-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.3px;
    border: 1px solid rgba(245, 158, 11, 0.3);
    background: rgba(245, 158, 11, 0.08);
    color: #fbbf24;
}

.kfa-fv2-badge--blue {
    border-color: rgba(56, 189, 248, 0.3);
    background: rgba(56, 189, 248, 0.07);
    color: #7dd3fc;
}

/* Social Icons */
.kfa-fv2-social {
    display: flex;
    gap: 10px;
}

.kfa-fv2-social-btn {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8 !important;
    font-size: 14px;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.kfa-fv2-social-btn:hover {
    background: rgba(245, 158, 11, 0.15);
    border-color: rgba(245, 158, 11, 0.4);
    color: #fbbf24 !important;
    transform: translateY(-2px);
}

/* --- Link Columns --- */
.kfa-fv2-col-title {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #e2e8f0;
    margin: 0 0 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.kfa-fv2-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.kfa-fv2-links a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #cbd5e1 !important;
    text-decoration: none !important;
    font-size: 13.5px;
    padding: 6px 0;
    transition: all 0.2s ease;
    border-bottom: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.kfa-fv2-links a::before {
    content: '';
    width: 0;
    height: 1px;
    background: #f59e0b;
    transition: width 0.2s ease;
    flex-shrink: 0;
}

.kfa-fv2-links a:hover {
    color: #e2e8f0 !important;
    padding-left: 4px;
}

.kfa-fv2-links a:hover::before {
    width: 12px;
}

.kfa-fv2-links--icons a::before {
    display: none;
}

.kfa-fv2-links--icons a i {
    width: 20px;
    color: #94a3b8;
    font-size: 13px;
    transition: color 0.2s ease;
    flex-shrink: 0;
}

.kfa-fv2-links--icons a:hover i {
    color: #f59e0b;
}

/* --- Contact Column --- */
.kfa-fv2-contact-card {
    display: flex;
    gap: 12px;
    margin-bottom: 18px;
    align-items: flex-start;
}

.kfa-fv2-contact-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(56, 189, 248, 0.1);
    border: 1px solid rgba(56, 189, 248, 0.2);
    color: #38bdf8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

.kfa-fv2-contact-icon--purple {
    background: rgba(139, 92, 246, 0.1);
    border-color: rgba(139, 92, 246, 0.2);
    color: #a78bfa;
}

.kfa-fv2-contact-icon--amber {
    background: rgba(245, 158, 11, 0.1);
    border-color: rgba(245, 158, 11, 0.2);
    color: #fbbf24;
}

.kfa-fv2-contact-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.kfa-fv2-contact-text strong {
    font-size: 12.5px;
    font-weight: 700;
    color: #cbd5e1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.kfa-fv2-contact-text span,
.kfa-fv2-contact-text a {
    font-size: 12.5px;
    color: #cbd5e1;
    line-height: 1.5;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.kfa-fv2-contact-text a:hover {
    color: #38bdf8;
}

/* Donate CTA */
.kfa-fv2-donate-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    margin-top: 8px;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: #0a0e18 !important;
    font-size: 13.5px;
    font-weight: 800;
    border-radius: 12px;
    text-decoration: none !important;
    box-shadow: 0 4px 20px rgba(245, 158, 11, 0.3), 0 0 0 1px rgba(245, 158, 11, 0.2);
    transition: all 0.25s ease;
    letter-spacing: 0.3px;
    width: 100%;
    justify-content: center;
}

.kfa-fv2-donate-btn i {
    font-size: 13px;
}

.kfa-fv2-donate-btn:hover {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    box-shadow: 0 8px 28px rgba(245, 158, 11, 0.45), 0 0 0 1px rgba(245, 158, 11, 0.4);
    transform: translateY(-2px);
    color: #0a0e18 !important;
}

/* --- Bottom Bar --- */
.kfa-fv2-bottom {
    background: #060e1c;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 18px 0;
}

.kfa-fv2-bottom-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.kfa-fv2-copyright {
    font-size: 13px;
    color: #94a3b8;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.kfa-fv2-copyright strong {
    color: #ffffff;
}

.kfa-fv2-sep {
    color: #1e293b;
}

.kfa-fv2-legal {
    display: flex;
    align-items: center;
    gap: 12px;
}

.kfa-fv2-legal a {
    font-size: 13px;
    color: #94a3b8 !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.kfa-fv2-legal a:hover {
    color: #ffffff !important;
}

.kfa-fv2-dot {
    color: #475569;
    font-size: 10px;
}

/* --- Responsive Footer --- */
@media (max-width: 1024px) {
    .kfa-footer-v2-inner {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .kfa-fv2-brand {
        grid-column: 1 / -1;
    }

    .kfa-fv2-tagline {
        max-width: 100%;
    }
}

@media (max-width: 640px) {
    .kfa-footer-v2-inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .kfa-fv2-brand {
        grid-column: 1;
    }

    .kfa-footer-v2-body {
        padding: 48px 0 36px;
    }

    .kfa-footer-v2-inner {
        padding: 0 20px;
    }

    .kfa-fv2-bottom-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 20px;
    }
}


.kfa-modern-footer {
    background: #090d16;
    background-image:
        radial-gradient(ellipse 60% 40% at 50% 0%, rgba(99, 102, 241, 0.08), transparent 70%),
        radial-gradient(circle at 10% 80%, rgba(245, 158, 11, 0.03), transparent 50%);
    color: #94a3b8;
    padding: 70px 0 0;
    font-size: 14px;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.kfa-modern-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #d97706 0%, #4f46e5 50%, #2563eb 100%);
}

.kfa-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.kfa-footer-grid {
    display: grid;
    grid-template-columns: 1.35fr 0.95fr 1fr 1.2fr;
    gap: 40px;
    margin-bottom: 50px;
}

.kfa-footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.kfa-footer-logo-img {
    height: 48px;
    width: auto;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}

.kfa-footer-brand-title {
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 0.5px;
    margin: 0;
    line-height: 1.2;
}

.kfa-footer-brand-sub {
    font-size: 11.5px;
    color: #f59e0b;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    margin-top: 2px;
}

.kfa-footer-desc {
    font-size: 13.5px;
    line-height: 1.7;
    color: #cbd5e1;
    margin-bottom: 20px;
}

.kfa-footer-badges {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.kfa-footer-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    font-size: 12px;
    color: #fde68a;
    font-weight: 500;
    width: fit-content;
    transition: all 0.2s ease;
}

.kfa-footer-badge-pill:hover {
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(245, 158, 11, 0.4);
    transform: translateX(3px);
}

.kfa-footer-col h4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 22px;
    letter-spacing: -0.2px;
    position: relative;
    padding-bottom: 12px;
}

.kfa-footer-col h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 2.5px;
    background: #f59e0b;
    border-radius: 2px;
}

.kfa-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.kfa-footer-links li {
    margin-bottom: 11px;
}

.kfa-footer-links a {
    color: #94a3b8;
    text-decoration: none !important;
    transition: all 0.22s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
}

.kfa-footer-links a i {
    font-size: 10px;
    color: #64748b;
    transition: transform 0.2s ease, color 0.2s ease;
}

.kfa-footer-links a:hover {
    color: #ffffff;
    transform: translateX(4px);
}

.kfa-footer-links a:hover i {
    color: #f59e0b;
    transform: translateX(2px);
}

.kfa-footer-contact-item {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
    color: #cbd5e1;
    font-size: 13.5px;
    line-height: 1.55;
}

.kfa-footer-contact-icon {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #38bdf8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
    margin-top: 2px;
}

.kfa-footer-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: #ffffff !important;
    font-size: 13.5px;
    font-weight: 700;
    border-radius: 30px;
    text-decoration: none !important;
    box-shadow: 0 4px 14px rgba(217, 119, 6, 0.35);
    transition: all 0.25s ease;
    margin-top: 8px;
}

.kfa-footer-cta-btn:hover {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(217, 119, 6, 0.5);
    color: #ffffff !important;
}

.kfa-footer-bottom {
    background: #05070d;
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.kfa-footer-bottom-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #64748b;
}

.kfa-footer-bottom-inner strong {
    color: #e2e8f0;
}

.kfa-footer-legal-links {
    display: flex;
    align-items: center;
    gap: 16px;
}

.kfa-footer-legal-links a {
    color: #94a3b8;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.kfa-footer-legal-links a:hover {
    color: #ffffff;
}

.kfa-footer-legal-links .sep {
    color: #334155;
}

/* ══════════════════════════════════════════════════════════════════════════
   10. RESPONSIVE BREAKPOINTS
══════════════════════════════════════════════════════════════════════════ */
@media (max-width: 992px) {

    .kfa-top-container,
    .kfa-header-container,
    .kfa-navbar-container {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

    .kfa-hub-grid,
    .kfa-projects-grid,
    .kfa-team-grid,
    .kfa-bank-card,
    .kfa-contact-grid,
    .kfa-footer-grid {
        grid-template-columns: 1fr;
    }

    .kfa-nav-list {
        flex-wrap: wrap;
        justify-content: center;
    }

    .kfa-footer-bottom-inner {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}

/* ══════════════════════════════════════════════════════════════════════════
   11. DEDICATED REGISTRATION PAGE (/register/)
══════════════════════════════════════════════════════════════════════════ */
.kfa-page-herobar {
    width: 100%;
    background: radial-gradient(circle at 50% 0%, #084c5a 0%, #032026 100%);
    padding: 34px 20px 30px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(3, 32, 38, 0.4);
}

.kfa-page-herobar::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: radial-gradient(circle at 80% 20%, rgba(56, 189, 248, 0.08) 0%, transparent 60%);
    pointer-events: none;
}

.kfa-herobar-container {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    text-align: center;
}

.kfa-herobar-kicker {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #38bdf8;
    background: rgba(56, 189, 248, 0.12);
    border: 1px solid rgba(56, 189, 248, 0.25);
    padding: 4px 14px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.kfa-herobar-title {
    font-size: 26px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 6px;
    letter-spacing: -0.4px;
    line-height: 1.3;
}

.kfa-herobar-subtitle {
    font-size: 14px;
    color: #94a3b8;
    margin: 0;
    line-height: 1.5;
    font-weight: 400;
}

.kfa-herobar-glow-line {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(56, 189, 248, 0.6), rgba(8, 145, 178, 0.8), rgba(56, 189, 248, 0.6), transparent);
}

.kfa-reg-content-sec {
    padding: 30px 20px 50px;
    background: #f8fafc;
    min-height: calc(100vh - 220px);
}

.kfa-reg-container,
.kfa-reg-container-centered {
    max-width: 680px;
    margin: 0 auto;
}

/* Left: Perks & Trust */
.kfa-perks-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    padding: 30px;
}

.kfa-perks-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 20px;
    margin-bottom: 22px;
    border-bottom: 1px solid #f1f5f9;
}

.kfa-perks-card-header i {
    font-size: 24px;
    color: #0891b2;
}

.kfa-perks-card-header h4 {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
}

.kfa-perks-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.kfa-perks-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.kfa-perk-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    flex-shrink: 0;
}

.kfa-perk-icon.edu {
    background: #e0f2fe;
    color: #0284c7;
}

.kfa-perk-icon.health {
    background: #f0fdf4;
    color: #16a34a;
}

.kfa-perk-icon.social {
    background: #fdf4ff;
    color: #a855f7;
}

.kfa-perk-icon.tax {
    background: #fffbeb;
    color: #d97706;
}

.kfa-perk-txt strong {
    display: block;
    font-size: 14.5px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 3px;
}

.kfa-perk-txt p {
    font-size: 12.5px;
    color: #64748b;
    margin: 0;
    line-height: 1.45;
}

.kfa-trust-guarantee {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    margin-bottom: 18px;
}

.kfa-trust-guarantee i {
    font-size: 20px;
    color: #059669;
}

.kfa-trust-guarantee strong {
    display: block;
    font-size: 13px;
    color: #0f172a;
}

.kfa-trust-guarantee p {
    font-size: 11.5px;
    color: #64748b;
    margin: 0;
}

.kfa-help-strip {
    font-size: 12.5px;
    color: #64748b;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-top: 14px;
    border-top: 1px solid #f1f5f9;
}

.kfa-help-strip a {
    color: #0891b2;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* Right: Modern Form Card */
.kfa-form-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.kfa-form-card-top {
    background: linear-gradient(135deg, #0891b2 0%, #0e7490 100%);
    padding: 24px 30px;
    color: #ffffff;
}

.kfa-step-indicator {
    display: flex;
    align-items: center;
    gap: 16px;
}

.kfa-step-indicator .step-num {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 16px;
    flex-shrink: 0;
}

.kfa-step-indicator h3 {
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 3px;
}

.kfa-step-indicator p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}

.kfa-main-reg-form {
    padding: 30px;
}

.kfa-form-section {
    margin-bottom: 24px;
}

.kfa-sec-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14.5px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
}

.kfa-sec-label i {
    color: #0891b2;
}

.kfa-opt-tag {
    font-size: 11px;
    font-weight: 600;
    background: #f1f5f9;
    color: #64748b;
    padding: 2px 8px;
    border-radius: 9999px;
    margin-left: auto;
}

.kfa-help-text {
    font-size: 12.5px;
    color: #64748b;
    margin: -6px 0 10px;
}

.kfa-input-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.kfa-field-wrap label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    margin-bottom: 6px;
}

.kfa-field-wrap label .req {
    color: #ef4444;
}

.kfa-input-icon-box {
    position: relative;
    display: flex;
    align-items: center;
}

.kfa-input-icon-box>i {
    position: absolute;
    left: 14px;
    color: #94a3b8;
    font-size: 15px;
    pointer-events: none;
    transition: color 0.2s;
}

.kfa-text-input {
    width: 100%;
    height: 48px;
    border-radius: 12px;
    border: 1.5px solid #cbd5e1;
    padding: 10px 14px 10px 42px;
    font-size: 14px;
    color: #0f172a;
    background: #ffffff;
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.kfa-text-input:focus {
    border-color: #0891b2;
    box-shadow: 0 0 0 4px rgba(8, 145, 178, 0.15);
    outline: none;
}

.kfa-text-input:focus+i,
.kfa-input-icon-box:focus-within>i {
    color: #0891b2;
}

select.kfa-text-input {
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 16px;
    padding-right: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.kfa-pwd-toggle {
    position: absolute;
    right: 12px;
    background: transparent;
    border: none;
    color: #64748b;
    padding: 6px;
    font-size: 15px;
    cursor: pointer;
    border-radius: 6px;
}

.kfa-pwd-toggle:hover {
    color: #0f172a;
}

/* Membership Plan Selection Cards */
.kfa-plan-cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.kfa-plan-choice {
    border: 2px solid #e2e8f0;
    border-radius: 14px;
    padding: 16px;
    cursor: pointer;
    transition: all 0.22s ease;
    background: #ffffff;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    position: relative;
}

.kfa-plan-choice:hover {
    border-color: #99f6e4;
    background: #f0fdfa;
    transform: translateY(-2px);
}

.kfa-plan-choice.is-selected {
    border-color: #0891b2;
    background: #f0fdfa;
    box-shadow: 0 0 0 3px rgba(8, 145, 178, 0.15);
}

.kfa-plan-radio-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #cbd5e1;
    flex-shrink: 0;
    margin-top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.kfa-plan-choice.is-selected .kfa-plan-radio-circle {
    border-color: #0891b2;
    background: #0891b2;
}

.kfa-plan-choice.is-selected .kfa-plan-radio-circle::after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ffffff;
}

.kfa-plan-details {
    flex: 1;
}

.kfa-plan-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}

.kfa-plan-tag {
    font-size: 11.5px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 6px;
}

.kfa-plan-tag.standard {
    background: #e0f2fe;
    color: #0369a1;
}

.kfa-plan-tag.life {
    background: #fef3c7;
    color: #b45309;
}

.kfa-plan-price {
    font-size: 17px;
    font-weight: 800;
    color: #0f172a;
}

.kfa-plan-price span {
    font-size: 12px;
    font-weight: 500;
    color: #64748b;
}

.kfa-plan-desc {
    font-size: 12px;
    color: #64748b;
    margin: 0;
    line-height: 1.4;
}

/* Bio File Upload Zone */
.kfa-upload-zone {
    border: 2px dashed #cbd5e1;
    border-radius: 14px;
    padding: 22px;
    text-align: center;
    background: #f8fafc;
    transition: all 0.22s ease;
    cursor: pointer;
    position: relative;
}

.kfa-upload-zone:hover,
.kfa-upload-zone.drag-active {
    border-color: #0891b2;
    background: #f0fdfa;
}

input[type="file"].kfa-hidden-file-input,
.kfa-hidden-file-input {
    display: none !important;
    position: absolute !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    pointer-events: none !important;
}

.kfa-upload-prompt {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.kfa-upload-icon-circle {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #e0f2fe;
    color: #0284c7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.kfa-upload-text strong {
    display: block;
    font-size: 13.5px;
    color: #1e293b;
    margin-bottom: 2px;
}

.kfa-upload-text span {
    font-size: 12px;
    color: #64748b;
}

.kfa-file-preview-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background: #ffffff;
    border: 1px solid #99f6e4;
    border-radius: 10px;
}

.kfa-file-preview-left {
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: left;
}

.kfa-preview-doc-icon {
    font-size: 24px;
    color: #0891b2;
}

.kfa-file-preview-left strong {
    display: block;
    font-size: 13.5px;
    color: #0f172a;
}

.kfa-file-preview-left span {
    font-size: 11.5px;
    color: #64748b;
}

.kfa-remove-file-btn {
    background: #fee2e2;
    border: none;
    color: #ef4444;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.2s;
}

.kfa-remove-file-btn:hover {
    background: #ef4444;
    color: #ffffff;
}

/* Custom Checkbox */
.kfa-custom-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    font-size: 13px;
    color: #475569;
    user-select: none;
}

.kfa-custom-checkbox input {
    margin-top: 3px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    accent-color: #0891b2;
}

.kfa-custom-checkbox a {
    color: #0891b2;
    font-weight: 600;
    text-decoration: underline;
}

/* Submit Action Button */
.kfa-submit-btn {
    width: 100%;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #0891b2 0%, #0e7490 100%);
    color: #ffffff;
    font-size: 15.5px;
    font-weight: 700;
    border: none;
    box-shadow: 0 4px 18px rgba(8, 145, 178, 0.35);
    cursor: pointer;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.kfa-submit-btn:hover:not(:disabled) {
    background: linear-gradient(135deg, #0e7490 0%, #05353f 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(8, 145, 178, 0.45);
}

.kfa-submit-btn:disabled {
    opacity: 0.75;
    cursor: not-allowed;
}

.kfa-login-prompt {
    margin-top: 18px;
    font-size: 13.5px;
    color: #64748b;
}

.kfa-login-prompt a {
    color: #0891b2;
    font-weight: 700;
    text-decoration: none;
}

.kfa-login-prompt a:hover {
    text-decoration: underline;
}

/* Alerts */
.kfa-alert {
    padding: 14px 18px;
    border-radius: 12px;
    font-size: 13.5px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.kfa-alert.danger {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #b91c1c;
}

.kfa-alert.warning {
    background: #fffbeb;
    border: 1px solid #fde68a;
    color: #b45309;
}

.kfa-alert.success {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #15803d;
}

@media (max-width: 992px) {
    .kfa-reg-grid {
        grid-template-columns: 1fr;
    }

    .kfa-input-grid-2,
    .kfa-plan-cards-grid {
        grid-template-columns: 1fr;
    }

    .kfa-reg-title {
        font-size: 26px;
    }

    .kfa-main-reg-form {
        padding: 20px;
    }
}

/* ══════════════════════════════════════════════════════════════════════════
   12. DEDICATED LOGIN PAGE (/login/, /login-here/)
══════════════════════════════════════════════════════════════════════════ */
.kfa-login-sec {
    min-height: calc(100vh - 220px);
}

.kfa-login-container {
    max-width: 520px;
    margin: 0 auto;
}

.kfa-login-card {
    box-shadow: 0 16px 45px rgba(15, 23, 42, 0.1);
}

.kfa-login-helper-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4px;
    font-size: 13px;
}

.kfa-forgot-link {
    color: #0891b2;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: color 0.2s;
}

.kfa-forgot-link:hover {
    color: #0e7490;
    text-decoration: underline;
}

.kfa-forgot-panel {
    border-top: 1px solid #e2e8f0;
    background: #f8fafc;
}

.kfa-forgot-inner {
    padding: 24px 30px;
}

.kfa-forgot-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.kfa-forgot-header h4 {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.kfa-close-panel-btn {
    background: transparent;
    border: none;
    font-size: 22px;
    line-height: 1;
    color: #94a3b8;
    cursor: pointer;
    padding: 2px 6px;
    border-radius: 4px;
}

.kfa-close-panel-btn:hover {
    color: #0f172a;
}

.kfa-forgot-desc {
    font-size: 12.5px;
    color: #64748b;
    margin: 0 0 14px;
    line-height: 1.45;
}

.kfa-btn-sm {
    height: 44px;
    font-size: 14px;
}

/* ══════════════════════════════════════════════════════════════════════════
   13. MEMBER PROFILE & PERSONAL DETAILS (/personal-detail/)
══════════════════════════════════════════════════════════════════════════ */
.kfa-profile-nav-bar {
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.03);
    padding: 0 20px;
}

.kfa-profile-nav-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
}

.kfa-profile-nav-container::-webkit-scrollbar {
    display: none;
}

.kfa-pnav-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 18px;
    font-size: 13.5px;
    font-weight: 600;
    color: #64748b;
    text-decoration: none !important;
    border: none !important;
    border-bottom: 3px solid transparent !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent !important;
    transition: all 0.2s ease;
    white-space: nowrap;
    background: transparent;
    cursor: pointer;
}

.kfa-pnav-item:hover,
.kfa-pnav-item:focus,
.kfa-pnav-item:active,
.kfa-pnav-item:visited,
.kfa-pnav-item:focus-visible {
    color: #0891b2 !important;
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.kfa-pnav-item:hover {
    background: #f8fafc;
}

.kfa-pnav-item.is-active {
    color: #0891b2 !important;
    border-bottom: 3px solid #0891b2 !important;
    font-weight: 700;
    text-decoration: none !important;
}

.kfa-profile-container {
    max-width: 1200px;
    margin: 0 auto;
}

.kfa-profile-grid {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 30px;
    align-items: start;
}

/* Profile Left Sidebar Card */
.kfa-profile-sidecard {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    padding: 30px 24px;
}

.kfa-avatar-wrapper {
    position: relative;
    width: 110px;
    height: 110px;
    margin: 0 auto 16px;
}

.kfa-avatar-frame {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(135deg, #0891b2 0%, #0e7490 100%);
    box-shadow: 0 6px 18px rgba(8, 145, 178, 0.25);
    border: 3px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.kfa-avatar-initials {
    font-size: 36px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 1px;
}

.kfa-avatar-upload-btn {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #0891b2;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border: 2.5px solid #ffffff;
    cursor: pointer;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease;
}

.kfa-avatar-upload-btn:hover {
    background: #0e7490;
    transform: scale(1.1);
}

.kfa-profile-side-name {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 4px;
}

.kfa-profile-side-id {
    font-size: 12.5px;
    font-weight: 700;
    color: #0891b2;
    background: #ecfeff;
    padding: 3px 10px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 12px;
}

.kfa-profile-status-pill .badge {
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.kfa-profile-status-pill .badge.life {
    background: #ecfdf5;
    color: #059669;
    border: 1px solid #a7f3d0;
}

.kfa-profile-status-pill .badge.annual {
    background: #e0f2fe;
    color: #0284c7;
    border: 1px solid #bae6fd;
}

.kfa-profile-status-pill .badge.unpaid {
    background: #fffbeb;
    color: #d97706;
    border: 1px solid #fde68a;
}

.kfa-profile-side-facts {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid #f1f5f9;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: left;
}

.kfa-profile-side-facts .fact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
}

.kfa-profile-side-facts .fact-item i {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: #f1f5f9;
    color: #0891b2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex-shrink: 0;
}

.kfa-profile-side-facts .fact-item small {
    display: block;
    font-size: 11px;
    color: #94a3b8;
}

.kfa-profile-side-facts .fact-item strong {
    font-size: 12.5px;
    color: #1e293b;
    word-break: break-all;
}

.kfa-bio-card-preview {
    margin-top: 16px;
    padding: 12px 14px;
    background: #f0fdfa;
    border: 1px solid #99f6e4;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
}

.kfa-bio-card-preview i {
    font-size: 22px;
    color: #0891b2;
}

.kfa-bio-card-preview small {
    display: block;
    font-size: 11px;
    color: #64748b;
}

.kfa-bio-card-preview a {
    font-size: 12.5px;
    font-weight: 700;
    color: #0e7490;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

@media (max-width: 992px) {
    .kfa-profile-grid {
        grid-template-columns: 1fr;
    }
}

/* ══════════════════════════════════════════════════════════════════════════
   14. REFERRED MEMBERS & COMMUNITY DIRECTORY (/reffered-member/)
══════════════════════════════════════════════════════════════════════════ */
.kfa-ref-hero-grid {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 24px;
}

.kfa-ref-stats-cards {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.kfa-ref-stat-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}

.kfa-ref-stat-card .stat-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.kfa-ref-stat-card .stat-icon.total {
    background: #ecfeff;
    color: #0891b2;
}

.kfa-ref-stat-card .stat-icon.active {
    background: #ecfdf5;
    color: #059669;
}

.kfa-ref-stat-card .stat-icon.life {
    background: #fffbeb;
    color: #d97706;
}

.kfa-ref-stat-card .stat-info {
    display: flex;
    flex-direction: column;
}

.kfa-ref-stat-card .stat-num {
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.1;
}

.kfa-ref-stat-card .stat-label {
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    margin-top: 2px;
}

/* Referral Share Box */
.kfa-ref-share-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 24px 28px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
}

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

.share-card-header h4 {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ref-badge {
    font-size: 12.5px;
    color: #0891b2;
    background: #ecfeff;
    padding: 4px 12px;
    border-radius: 9999px;
    border: 1px solid #a5f3fc;
}

.share-desc {
    font-size: 13px;
    color: #64748b;
    margin: 0 0 16px;
}

.kfa-copy-input-group {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
}

.kfa-copy-input-group .kfa-text-input {
    font-family: monospace;
    font-size: 13px;
    background: #f8fafc;
    color: #0f172a;
}

.kfa-copy-btn {
    height: 48px;
    padding: 0 20px;
    background: #0891b2;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    font-weight: 700;
    font-size: 13.5px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.kfa-copy-btn:hover {
    background: #0e7490;
}

.kfa-social-share-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 12.5px;
    color: #64748b;
    font-weight: 600;
}

.kfa-social-share-row .share-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
}

.share-btn.whatsapp {
    background: #25d366;
    color: #ffffff;
}

.share-btn.whatsapp:hover {
    background: #1ebc59;
}

.share-btn.telegram {
    background: #0088cc;
    color: #ffffff;
}

.share-btn.telegram:hover {
    background: #0077b5;
}

.share-btn.email {
    background: #f1f5f9;
    color: #334155;
    border: 1px solid #cbd5e1;
}

.share-btn.email:hover {
    background: #e2e8f0;
}

/* Modern Table Card */
.kfa-table-card-top {
    padding: 24px 28px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f1f5f9;
    flex-wrap: wrap;
    gap: 16px;
}

.kfa-table-search-box {
    position: relative;
}

.kfa-table-search-box i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 13px;
}

.kfa-table-wrap {
    overflow-x: auto;
}

.kfa-modern-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13.5px;
    text-align: left;
}

.kfa-modern-table thead {
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

.kfa-modern-table th {
    padding: 14px 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #64748b;
    white-space: nowrap;
}

.kfa-modern-table td {
    padding: 16px 20px;
    border-bottom: 1px solid #f1f5f9;
    color: #334155;
    vertical-align: middle;
}

.kfa-modern-table tbody tr:hover {
    background: #fcfdfe;
}

.kfa-member-cell {
    display: flex;
    align-items: center;
    gap: 12px;
}

.member-avatar-mini {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(135deg, #0891b2 0%, #0e7490 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 13px;
    flex-shrink: 0;
}

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

.member-info-col {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.member-name-text {
    font-size: 13.5px;
    font-weight: 700;
    color: #0f172a;
}

.member-id-tag {
    font-size: 11.5px;
    font-weight: 600;
    color: #0891b2;
}

.member-contact-col {
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-size: 12.5px;
}

.contact-line {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #475569;
}

.contact-line i {
    font-size: 11px;
    color: #94a3b8;
    width: 14px;
}

.kfa-plan-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 11.5px;
    font-weight: 700;
}

.kfa-plan-tag.life {
    background: #fffbeb;
    color: #b45309;
    border: 1px solid #fde68a;
}

.kfa-plan-tag.annual {
    background: #ecfeff;
    color: #0e7490;
    border: 1px solid #a5f3fc;
}

.kfa-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    border-radius: 9999px;
    font-size: 11.5px;
    font-weight: 700;
}

.kfa-status-badge.active {
    background: #ecfdf5;
    color: #059669;
    border: 1px solid #a7f3d0;
}

.kfa-status-badge.pending {
    background: #fffbeb;
    color: #d97706;
    border: 1px solid #fde68a;
}

.date-text {
    font-size: 12.5px;
    color: #64748b;
    white-space: nowrap;
}

.kfa-empty-state .empty-icon-circle {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #ecfeff;
    color: #0891b2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 auto 16px;
}

.kfa-empty-state h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 6px;
}

.kfa-empty-state p {
    font-size: 13.5px;
    color: #64748b;
    max-width: 480px;
    margin: 0 auto;
}

@media (max-width: 992px) {
    .kfa-ref-hero-grid {
        grid-template-columns: 1fr;
    }
}

/* ══════════════════════════════════════════════════════════════════════════
   15. CONNECTION & COLLABORATION REQUESTS (/response/)
══════════════════════════════════════════════════════════════════════════ */
.kfa-requests-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.kfa-req-tab-filters {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f1f5f9;
    padding: 4px;
    border-radius: 12px;
}

.kfa-filter-pill {
    padding: 8px 18px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #64748b;
    background: transparent;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
}

.kfa-filter-pill:hover {
    color: #0f172a;
}

.kfa-filter-pill.is-active {
    background: #ffffff;
    color: #0891b2;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
}

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

/* ══════════════════════════════════════════════════════════════════════════
   VISION PAGE STYLES (page-vision.php)
══════════════════════════════════════════════════════════════════════════ */
/* 1. Hero Section */
.kfa-vis-hero {
    position: relative;
    margin-top: 0 !important;
    padding: 50px 20px 55px;
    background: radial-gradient(circle at 50% 20%, #1e293b 0%, #0f172a 70%, #080d1a 100%);
    color: #ffffff;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 992px) {
    .kfa-vis-hero {
        margin-top: 0 !important;
        padding: 38px 16px 42px;
    }
}

.kfa-vis-hero-glow {
    position: absolute;
    top: -30%;
    left: 50%;
    transform: translateX(-50%);
    width: 700px;
    height: 400px;
    background: radial-gradient(circle, rgba(8, 145, 178, 0.22) 0%, rgba(14, 116, 144, 0.05) 60%, transparent 80%);
    filter: blur(60px);
    pointer-events: none;
}

.kfa-vis-hero-container {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    text-align: center;
}

.kfa-vis-hero-title,
.kfa-vis-hero-title * {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.6px;
    color: #ffffff !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: #ffffff !important;
    margin: 0 auto;
}

/* 2. Elegant Vision Statement Body Section */
.kfa-vis-body-sec {
    padding: 40px 20px 50px;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 60%, #ffffff 100%);
    min-height: 55vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kfa-vis-statement-container {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}

.kfa-vis-statement-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 28px;
    padding: 56px 52px 48px;
    box-shadow: 0 20px 48px -12px rgba(15, 23, 42, 0.08), 0 4px 6px -2px rgba(15, 23, 42, 0.02);
    transition: all 0.3s ease;
}

.kfa-vis-statement-card:hover {
    box-shadow: 0 24px 56px -12px rgba(15, 23, 42, 0.12);
    border-color: #cbd5e1;
}

.kfa-vis-statement-text {
    position: relative;
    z-index: 1;
    margin-bottom: 34px;
}

.kfa-vis-statement-text p {
    font-size: 19px;
    color: #1e293b;
    line-height: 1.82;
    font-weight: 400;
    letter-spacing: -0.15px;
    margin: 0;
}

.kfa-vis-statement-text strong {
    font-weight: 700;
    color: #0f172a;
}

/* Key Focal Pillars Badges */
.kfa-vis-focal-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 24px 0 28px;
    border-top: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
    margin-bottom: 28px;
}

.kfa-vis-tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 600;
    color: #0891b2;
    background: #f0fdfa;
    border: 1px solid #ccfbf1;
    padding: 6px 15px;
    border-radius: 9999px;
    transition: all 0.2s ease;
}

.kfa-vis-tag:hover {
    background: #0891b2;
    color: #ffffff;
    border-color: #0891b2;
    transform: translateY(-1px);
}

.kfa-vis-tag i {
    font-size: 12.5px;
}

/* Card Bottom Footer */
.kfa-vis-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.kfa-vis-author-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.kfa-vis-author-info .trust-title {
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.2px;
}

.kfa-vis-author-info .trust-reg {
    font-size: 12.5px;
    color: #64748b;
    font-weight: 500;
}

.kfa-vis-donate-btn,
.kfa-vis-donate-btn:hover,
.kfa-vis-donate-btn:focus,
.kfa-vis-donate-btn:active {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 22px;
    border-radius: 10px;
    background: linear-gradient(135deg, #0891b2 0%, #0e7490 100%);
    color: #ffffff !important;
    font-size: 13.5px;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 4px 14px rgba(8, 145, 178, 0.25);
    transition: all 0.25s ease;
}

.kfa-vis-donate-btn:hover {
    background: linear-gradient(135deg, #0e7490 0%, #05353f 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(8, 145, 178, 0.35);
    color: #ffffff !important;
    text-decoration: none !important;
}

@media (max-width: 768px) {
    .kfa-vis-hero-title {
        font-size: 30px;
    }

    .kfa-vis-statement-card {
        padding: 38px 26px 32px;
    }

    .kfa-vis-statement-text p {
        font-size: 16.5px;
        line-height: 1.75;
    }

    .kfa-vis-card-footer {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ══════════════════════════════════════════════════════════════════════════
   OBJECTIVES PAGE STYLES (page-objectives.php)
══════════════════════════════════════════════════════════════════════════ */
.kfa-obj-list-wrap {
    position: relative;
    z-index: 1;
    margin-bottom: 36px;
}

.kfa-obj-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.kfa-obj-list li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 18px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    transition: all 0.22s ease;
}

.kfa-obj-list li:hover {
    background: #ffffff;
    border-color: #cbd5e1;
    box-shadow: 0 8px 24px -4px rgba(15, 23, 42, 0.06);
    transform: translateX(4px);
}

.kfa-obj-num {
    font-size: 12px;
    font-weight: 800;
    color: #0891b2;
    background: #e0f2fe;
    border: 1px solid #bae6fd;
    border-radius: 8px;
    padding: 4px 10px;
    letter-spacing: 0.5px;
    flex-shrink: 0;
    margin-top: 2px;
    font-variant-numeric: tabular-nums;
}

.kfa-obj-text {
    font-size: 15px;
    color: #334155;
    line-height: 1.68;
    flex: 1;
}

@media (max-width: 640px) {
    .kfa-obj-list li {
        padding: 14px 14px;
        gap: 12px;
    }

    .kfa-obj-text {
        font-size: 14px;
    }
}

/* ══════════════════════════════════════════════════════════════════════════
   TRUSTEES & SETTLORS PAGE STYLES (page-trustees-settlors.php)
══════════════════════════════════════════════════════════════════════════ */
.kfa-people-section {
    position: relative;
    z-index: 1;
}

.kfa-people-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 2px solid #f1f5f9;
    margin-bottom: 24px;
}

.kfa-people-title {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.kfa-people-title i {
    color: #0891b2;
    font-size: 18px;
}

.kfa-people-count {
    font-size: 12px;
    font-weight: 700;
    color: #0891b2;
    background: #f0fdfa;
    border: 1px solid #ccfbf1;
    padding: 4px 12px;
    border-radius: 9999px;
}

.kfa-people-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.kfa-person-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 14px;
    transition: all 0.25s ease;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.kfa-person-card:hover {
    background: #ffffff;
    border-color: #cbd5e1;
    box-shadow: 0 12px 28px -6px rgba(15, 23, 42, 0.08);
    transform: translateY(-3px);
}

.kfa-person-avatar-wrap {
    width: 100%;
    height: 180px;
    border-radius: 12px;
    overflow: hidden;
    background: #e2e8f0;
    margin-bottom: 12px;
}

.kfa-person-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.3s ease;
}

.kfa-person-card:hover .kfa-person-img {
    transform: scale(1.04);
}

.kfa-person-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: auto;
}

.kfa-person-name {
    font-size: 14.5px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    line-height: 1.35;
}

.kfa-person-loc {
    font-size: 12px;
    color: #64748b;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.kfa-person-loc i {
    color: #0891b2;
    font-size: 11px;
}

.kfa-person-loc.muted {
    color: #94a3b8;
}

@media (max-width: 992px) {
    .kfa-people-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 680px) {
    .kfa-people-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .kfa-person-avatar-wrap {
        height: 150px;
    }
}

@media (max-width: 440px) {
    .kfa-people-grid {
        grid-template-columns: 1fr;
    }

    .kfa-person-avatar-wrap {
        height: 200px;
    }
}

/* ══════════════════════════════════════════════════════════════════════════
   FINANCIALS PAGE STYLES (page-kfa-financials.php)
══════════════════════════════════════════════════════════════════════════ */
.kfa-fin-certificates {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 34px;
    padding-bottom: 24px;
    border-bottom: 1px solid #f1f5f9;
}

.kfa-fin-cert-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #f0fdfa;
    border: 1px solid #ccfbf1;
    border-radius: 9999px;
    color: #0891b2 !important;
    font-size: 13.5px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.kfa-fin-cert-pill:hover {
    background: #0891b2;
    color: #ffffff !important;
    border-color: #0891b2;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(8, 145, 178, 0.2);
}

.kfa-fin-cert-pill i {
    font-size: 14px;
}

.kfa-fin-list-wrap {
    position: relative;
    z-index: 1;
}

.kfa-fin-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.kfa-fin-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 22px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    transition: all 0.22s ease;
}

.kfa-fin-card:hover {
    background: #ffffff;
    border-color: #cbd5e1;
    box-shadow: 0 8px 24px -4px rgba(15, 23, 42, 0.06);
    transform: translateX(4px);
}

.kfa-fin-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #ef4444;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.kfa-fin-details {
    display: flex;
    flex-direction: column;
    gap: 3px;
    flex: 1;
}

.kfa-fin-year {
    font-size: 11.5px;
    font-weight: 800;
    color: #0891b2;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.kfa-fin-title {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    line-height: 1.35;
}

.kfa-fin-dl-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    color: #334155 !important;
    font-size: 12.5px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.kfa-fin-dl-btn:hover {
    background: #0891b2;
    border-color: #0891b2;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(8, 145, 178, 0.2);
}

@media (max-width: 640px) {
    .kfa-fin-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        padding: 16px 16px;
    }

    .kfa-fin-dl-btn {
        width: 100%;
        justify-content: center;
    }
}

/* ══════════════════════════════════════════════════════════════════════════
   MEMBERSHIP TIER PAGE STYLES (page-patron.php)
══════════════════════════════════════════════════════════════════════════ */
.kfa-patron-card {
    padding: 50px 54px !important;
}

.kfa-patron-header {
    text-align: center;
    margin-bottom: 28px;
}

.kfa-patron-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fef3c7;
    border: 1px solid #fde68a;
    color: #b45309;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 6px 18px;
    border-radius: 9999px;
    margin-bottom: 16px;
}

.kfa-patron-badge i {
    font-size: 14px;
    color: #d97706;
}

.kfa-patron-title {
    font-size: 34px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.6px;
    margin: 0 0 14px;
}

.kfa-patron-price {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
    background: #f0fdfa;
    border: 1px solid #ccfbf1;
    border-radius: 9999px;
    padding: 8px 24px;
}

.kfa-patron-price .currency {
    font-size: 22px;
    font-weight: 800;
    color: #0891b2;
}

.kfa-patron-price .amount {
    font-size: 32px;
    font-weight: 800;
    color: #0891b2;
    letter-spacing: -0.5px;
}

.kfa-patron-price .suffix {
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
    margin-left: 6px;
}

.kfa-patron-quote-box {
    background: #f8fafc;
    border-left: 4px solid #0891b2;
    border-radius: 12px;
    padding: 24px 28px;
    margin: 28px 0;
}

.kfa-patron-statement {
    font-size: 17.5px;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.6;
    margin: 0;
}

.kfa-patron-details-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px 0 30px;
    padding-top: 10px;
}

.kfa-patron-coming-soon {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14.5px;
    font-weight: 700;
    color: #0891b2;
    margin: 0;
}

.kfa-patron-note {
    font-size: 13.5px;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.kfa-patron-note a {
    color: #0891b2;
    font-weight: 600;
    text-decoration: underline;
}

.kfa-patron-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    padding-top: 6px;
}

.kfa-patron-sec-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 22px;
    border-radius: 9999px;
    background: #ffffff;
    border: 1.5px solid #cbd5e1;
    color: #334155 !important;
    font-size: 13.5px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.kfa-patron-sec-btn:hover {
    background: #f8fafc;
    border-color: #0891b2;
    color: #0891b2 !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(8, 145, 178, 0.15);
}

@media (max-width: 640px) {
    .kfa-patron-card {
        padding: 34px 20px !important;
    }

    .kfa-patron-title {
        font-size: 26px;
    }

    .kfa-patron-price .amount {
        font-size: 26px;
    }

    .kfa-patron-actions {
        flex-direction: column;
    }

    .kfa-patron-actions a {
        width: 100%;
        justify-content: center;
    }
}

/* ══════════════════════════════════════════════════════════════════════════
   KFA MEMBERS DIRECTORY STYLES (page-kfa-members.php)
══════════════════════════════════════════════════════════════════════════ */
.kfa-members-intro {
    margin-bottom: 28px;
    text-align: center;
}

.kfa-members-desc {
    font-size: 15.5px;
    color: #475569;
    line-height: 1.65;
    max-width: 860px;
    margin: 0 auto;
}

.kfa-members-filter-bar {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 20px 24px;
    margin-bottom: 34px;
}

.kfa-filter-row {
    display: flex;
    gap: 16px;
    align-items: center;
}

.kfa-search-input-wrap {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
}

.kfa-search-icon {
    position: absolute;
    left: 16px;
    color: #94a3b8;
    font-size: 15px;
    pointer-events: none;
}

.kfa-search-input {
    width: 100%;
    height: 48px;
    padding: 0 44px 0 44px;
    background: #ffffff;
    border: 1.5px solid #cbd5e1;
    border-radius: 12px;
    font-size: 14.5px;
    color: #0f172a;
    transition: all 0.2s ease;
    outline: none;
}

.kfa-search-input:focus {
    border-color: #0891b2;
    box-shadow: 0 0 0 3px rgba(8, 145, 178, 0.15);
}

.kfa-clear-search-btn {
    position: absolute;
    right: 12px;
    background: #e2e8f0;
    border: none;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 12px;
}

.kfa-clear-search-btn:hover {
    background: #cbd5e1;
    color: #0f172a;
}

.kfa-filter-select-wrap {
    width: 260px;
    flex-shrink: 0;
}

.kfa-filter-select {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    background: #ffffff;
    border: 1.5px solid #cbd5e1;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #334155;
    outline: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.kfa-filter-select:focus {
    border-color: #0891b2;
    box-shadow: 0 0 0 3px rgba(8, 145, 178, 0.15);
}

.kfa-filter-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #edf2f7;
}

.kfa-members-count-badge {
    font-size: 13px;
    font-weight: 700;
    color: #0891b2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.kfa-filter-loader {
    font-size: 13px;
    color: #0891b2;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.kfa-members-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    min-height: 200px;
}

.kfa-member-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 22px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.03);
    transition: all 0.22s ease;
}

.kfa-member-card:hover {
    border-color: #0891b2;
    transform: translateY(-3px);
    box-shadow: 0 12px 28px -6px rgba(8, 145, 178, 0.12);
}

.kfa-member-card-top {
    display: flex;
    gap: 16px;
    align-items: center;
}

.kfa-member-avatar-wrap {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #f0fdfa;
    border: 2.5px solid #ccfbf1;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(8, 145, 178, 0.1);
}

.kfa-member-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kfa-member-avatar-fallback {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0891b2 0%, #0369a1 100%);
    color: #ffffff;
    font-size: 19px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.5px;
}

.kfa-member-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1;
    min-width: 0;
}

.kfa-member-name {
    font-size: 16.5px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.kfa-member-meta-group {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.kfa-member-prof {
    font-size: 12px;
    font-weight: 600;
    color: #0891b2;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.kfa-member-prof i {
    color: #0891b2;
    font-size: 11px;
}

.kfa-member-loc {
    font-size: 12px;
    color: #64748b;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.kfa-member-loc i {
    color: #94a3b8;
    font-size: 11px;
}

.kfa-no-members-box {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 20px;
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 16px;
}

.kfa-no-members-box i {
    font-size: 40px;
    color: #cbd5e1;
    margin-bottom: 14px;
}

.kfa-no-members-box h4 {
    font-size: 18px;
    font-weight: 700;
    color: #334155;
    margin: 0 0 6px;
}

.kfa-no-members-box p {
    font-size: 14px;
    color: #64748b;
    margin: 0;
}

/* Modal Popup */
.kfa-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(15, 23, 42, 0.65);
    backdrop-filter: blur(6px);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.kfa-modal-card {
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    padding: 36px 32px;
    max-width: 440px;
    width: 100%;
    text-align: center;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.25);
    animation: kfaModalPop 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes kfaModalPop {
    0% {
        opacity: 0;
        transform: scale(0.92);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.kfa-modal-close {
    position: absolute;
    top: 14px;
    right: 16px;
    background: none;
    border: none;
    font-size: 24px;
    color: #94a3b8;
    cursor: pointer;
    line-height: 1;
}

.kfa-modal-close:hover {
    color: #0f172a;
}

.kfa-modal-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #f0fdfa;
    border: 1px solid #ccfbf1;
    color: #0891b2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin: 0 auto 16px;
}

.kfa-modal-title {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 10px;
}

.kfa-modal-desc {
    font-size: 14px;
    color: #64748b;
    line-height: 1.55;
    margin: 0 0 24px;
}

.kfa-modal-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media (max-width: 992px) {
    .kfa-members-grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .kfa-filter-row {
        flex-direction: column;
        align-items: stretch;
    }

    .kfa-filter-select-wrap {
        width: 100%;
    }

    .kfa-members-grid-container {
        grid-template-columns: 1fr;
    }
}

/* ══════════════════════════════════════════════════════════════════════════
   EDUCATION PAGE STYLES (page-education.php) - REFINED ORIGINAL CONTENT
══════════════════════════════════════════════════════════════════════════ */

/* Hero Top Eyebrow */
.kfa-edu-hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #5eead4;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 14px;
    backdrop-filter: blur(8px);
}

.kfa-edu-hero-pill i {
    color: #fbbf24;
}

/* Card Enhancement */
.kfa-edu-card {
    padding: 48px 52px 46px !important;
}

/* Main Lead Paragraph (Paragraph 1) */
.kfa-edu-main-para p {
    font-size: 16.5px !important;
    line-height: 1.8 !important;
    color: #334155 !important;
    margin-bottom: 30px;
}

.kfa-edu-main-para strong {
    color: #0f172a;
}

/* Highlight Box (Paragraph 2 - World Bank Insight) */
.kfa-edu-highlight-box {
    display: flex;
    gap: 20px;
    background: linear-gradient(145deg, #f8fafc 0%, #f1f5f9 100%);
    border: 1px solid #cbd5e1;
    border-left: 4px solid #0d9488;
    border-radius: 16px;
    padding: 24px 26px;
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.03);
}

.kfa-edu-highlight-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #f0fdfa;
    border: 1px solid #ccfbf1;
    color: #0d9488;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.kfa-edu-highlight-content p {
    font-size: 15.5px !important;
    line-height: 1.75 !important;
    color: #334155 !important;
    margin: 0 !important;
    font-style: italic;
}

/* Deemed University Hub (Paragraph 3) */
.kfa-edu-university-box {
    background: radial-gradient(circle at 90% 10%, #f0fdfa 0%, #f8fafc 60%, #ffffff 100%);
    border: 1.5px solid #ccfbf1;
    border-radius: 18px;
    padding: 26px 28px;
    margin-bottom: 36px;
    box-shadow: 0 8px 24px -6px rgba(13, 148, 136, 0.08);
}

.kfa-edu-uni-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #e0f2fe;
    color: #0369a1;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
}

.kfa-edu-uni-badge i {
    color: #0284c7;
}

.kfa-edu-uni-text {
    font-size: 15.5px !important;
    line-height: 1.75 !important;
    color: #334155 !important;
    margin: 0 !important;
}

/* Responsive */
@media (max-width: 860px) {
    .kfa-edu-card {
        padding: 38px 26px 32px !important;
    }

    .kfa-edu-highlight-box {
        padding: 20px 18px;
    }

    .kfa-edu-university-box {
        padding: 20px 18px;
    }
}

@media (max-width: 640px) {
    .kfa-edu-highlight-box {
        flex-direction: column;
        gap: 12px;
    }

    .kfa-edu-main-para p,
    .kfa-edu-highlight-content p,
    .kfa-edu-uni-text {
        font-size: 14.5px !important;
        line-height: 1.65 !important;
    }
}

/* ══════════════════════════════════════════════════════════════════════════
   HOSPITAL PAGE STYLES (page-hospital.php) - REFINED ORIGINAL CONTENT
══════════════════════════════════════════════════════════════════════════ */

/* Hero Top Eyebrow */
.kfa-hosp-hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #38bdf8;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 14px;
    backdrop-filter: blur(8px);
}

.kfa-hosp-hero-pill i {
    color: #f43f5e;
}

/* Card Enhancement */
.kfa-hosp-card {
    padding: 48px 52px 46px !important;
}

/* Emblem */
.kfa-hosp-emblem {
    background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%) !important;
    border: 2px solid #bae6fd !important;
    box-shadow: 0 10px 24px -4px rgba(2, 132, 199, 0.35) !important;
}

/* Intro Paragraphs */
.kfa-hosp-intro-block {
    margin-bottom: 30px;
}

.kfa-hosp-lead {
    font-size: 17.5px !important;
    font-weight: 600 !important;
    line-height: 1.75 !important;
    color: #0f172a !important;
    margin-bottom: 16px !important;
}

.kfa-hosp-body {
    font-size: 15.5px !important;
    line-height: 1.8 !important;
    color: #334155 !important;
    margin-bottom: 0 !important;
}

/* Paragraph 3: Challenge Callout Box */
.kfa-hosp-callout-box {
    display: flex;
    gap: 20px;
    background: linear-gradient(145deg, #fff1f2 0%, #fef2f2 100%);
    border: 1px solid #fecdd3;
    border-left: 4px solid #e11d48;
    border-radius: 16px;
    padding: 24px 26px;
    margin-bottom: 26px;
    position: relative;
    box-shadow: 0 4px 14px rgba(225, 29, 72, 0.04);
}

.kfa-hosp-callout-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #fecdd3;
    color: #e11d48;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.kfa-hosp-callout-content p {
    font-size: 15.5px !important;
    line-height: 1.75 !important;
    color: #334155 !important;
    margin: 0 !important;
}

/* Paragraph 4: Two-Pronged Approach Box */
.kfa-hosp-approach-box {
    display: flex;
    gap: 20px;
    background: linear-gradient(145deg, #f0fdf4 0%, #f8fafc 100%);
    border: 1px solid #bbf7d0;
    border-left: 4px solid #16a34a;
    border-radius: 16px;
    padding: 24px 26px;
    margin-bottom: 32px;
    position: relative;
    box-shadow: 0 4px 14px rgba(22, 163, 74, 0.04);
}

.kfa-hosp-approach-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #bbf7d0;
    color: #16a34a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.kfa-hosp-approach-content p {
    font-size: 15.5px !important;
    line-height: 1.75 !important;
    color: #334155 !important;
    margin: 0 !important;
    font-style: italic;
}

/* Paragraph 5: Initiative & Mandate Box */
.kfa-hosp-initiative-box {
    background: radial-gradient(circle at 90% 10%, #e0f2fe 0%, #f8fafc 60%, #ffffff 100%);
    border: 1.5px solid #bae6fd;
    border-radius: 18px;
    padding: 28px 30px;
    margin-bottom: 0;
    box-shadow: 0 8px 24px -6px rgba(2, 132, 199, 0.08);
}

.kfa-hosp-initiative-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #dbeafe;
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
}

.kfa-hosp-initiative-badge i {
    color: #2563eb;
}

.kfa-hosp-mandate-text {
    font-size: 15.5px !important;
    line-height: 1.8 !important;
    color: #334155 !important;
    margin: 0 !important;
}

.kfa-hosp-mandate-text strong {
    color: #0f172a;
}

/* Responsive */
@media (max-width: 860px) {
    .kfa-hosp-card {
        padding: 38px 26px 32px !important;
    }

    .kfa-hosp-callout-box,
    .kfa-hosp-approach-box {
        padding: 20px 18px;
    }

    .kfa-hosp-initiative-box {
        padding: 20px 18px;
    }
}

@media (max-width: 640px) {

    .kfa-hosp-callout-box,
    .kfa-hosp-approach-box {
        flex-direction: column;
        gap: 12px;
    }

    .kfa-hosp-lead {
        font-size: 16px !important;
    }

    .kfa-hosp-body,
    .kfa-hosp-callout-content p,
    .kfa-hosp-approach-content p,
    .kfa-hosp-mandate-text {
        font-size: 14.5px !important;
        line-height: 1.65 !important;
    }
}

/* ══════════════════════════════════════════════════════════════════════════
   SPORTS PAGE STYLES (page-sports.php) - REFINED ORIGINAL CONTENT
══════════════════════════════════════════════════════════════════════════ */

/* Hero Top Eyebrow */
.kfa-sports-hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #34d399;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 14px;
    backdrop-filter: blur(8px);
}

.kfa-sports-hero-pill i {
    color: #fbbf24;
}

/* Card Enhancement */
.kfa-sports-card {
    padding: 48px 52px 46px !important;
}

/* Mandate Box */
.kfa-sports-mandate-box {
    background: radial-gradient(circle at 90% 10%, #f0fdf4 0%, #f8fafc 60%, #ffffff 100%);
    border: 1.5px solid #bbf7d0;
    border-radius: 20px;
    padding: 36px 38px;
    margin-bottom: 36px;
    box-shadow: 0 10px 28px -6px rgba(16, 185, 129, 0.08);
    position: relative;
}

.kfa-sports-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #fef3c7;
    border: 1px solid #fde68a;
    color: #92400e;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 18px;
}

.kfa-sports-badge i {
    color: #d97706;
}

.kfa-sports-statement-text p {
    font-size: 16.5px !important;
    line-height: 1.85 !important;
    color: #334155 !important;
    margin: 0 !important;
}

.kfa-sports-statement-text strong {
    color: #0f172a;
}

/* Responsive */
@media (max-width: 860px) {
    .kfa-sports-card {
        padding: 38px 26px 32px !important;
    }

    .kfa-sports-mandate-box {
        padding: 24px 20px;
    }
}

@media (max-width: 640px) {
    .kfa-sports-statement-text p {
        font-size: 14.5px !important;
        line-height: 1.7 !important;
    }
}

/* ══════════════════════════════════════════════════════════════════════════
   OLD AGE HOMES PAGE STYLES (page-old-age-homes.php) - REFINED ORIGINAL CONTENT
══════════════════════════════════════════════════════════════════════════ */

/* Hero Top Eyebrow */
.kfa-oah-hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #fcd34d;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 14px;
    backdrop-filter: blur(8px);
}

.kfa-oah-hero-pill i {
    color: #fb923c;
}

/* Card Enhancement */
.kfa-oah-card {
    padding: 48px 52px 46px !important;
}

/* Mandate Box */
.kfa-oah-mandate-box {
    background: radial-gradient(circle at 90% 10%, #fffbeb 0%, #f8fafc 60%, #ffffff 100%);
    border: 1.5px solid #fde68a;
    border-radius: 20px;
    padding: 36px 38px;
    margin-bottom: 0;
    box-shadow: 0 10px 28px -6px rgba(245, 158, 11, 0.08);
    position: relative;
}

.kfa-oah-statement-text p {
    font-size: 16.5px !important;
    line-height: 1.85 !important;
    color: #334155 !important;
    margin: 0 !important;
}

.kfa-oah-statement-text strong {
    color: #0f172a;
}

/* Responsive */
@media (max-width: 860px) {
    .kfa-oah-card {
        padding: 38px 26px 32px !important;
    }

    .kfa-oah-mandate-box {
        padding: 24px 20px;
    }
}

@media (max-width: 640px) {
    .kfa-oah-statement-text p {
        font-size: 14.5px !important;
        line-height: 1.7 !important;
    }
}

/* ══════════════════════════════════════════════════════════════════════════
   CONTACT US PAGE (page-contact.php)
══════════════════════════════════════════════════════════════════════════ */
.kfa-contact-hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #67e8f9;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 14px;
    backdrop-filter: blur(8px);
}

.kfa-contact-hero-pill i {
    color: #38bdf8;
}

/* ══════════════════════════════════════════════════════════════════════════
   EVENTS & ACTIVITIES DIRECTORY PAGE (page-events.php)
══════════════════════════════════════════════════════════════════════════ */
.kfa-events-page-wrap {
    font-family: var(--kfa-font);
    color: var(--kfa-slate);
    background-color: #f8fafc;
    overflow-x: hidden;
}

/* ── 1. Hero Section ── */
.kfa-ev-hero-sec {
    background: linear-gradient(135deg, #091222 0%, #0c1b33 50%, #082947 100%);
    padding: 60px 20px 50px;
    position: relative;
    overflow: hidden;
    color: #ffffff;
}

.kfa-ev-hero-bg-glow {
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 900px;
    height: 500px;
    background: radial-gradient(circle, rgba(8, 145, 178, 0.22) 0%, rgba(14, 165, 233, 0.05) 50%, transparent 70%);
    pointer-events: none;
}

.kfa-ev-hero-content {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.kfa-ev-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(8, 145, 178, 0.2);
    border: 1px solid rgba(56, 189, 248, 0.35);
    color: #67e8f9;
    padding: 6px 16px;
    border-radius: 9999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.kfa-ev-pulse-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
}

.kfa-ev-pulse-dot.green {
    background-color: #10b981;
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    animation: kfaPulseGreen 1.6s infinite cubic-bezier(0.66, 0, 0, 1);
}

.kfa-ev-pulse-dot.amber {
    background-color: #f59e0b;
    box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.7);
    animation: kfaPulseAmber 1.6s infinite cubic-bezier(0.66, 0, 0, 1);
}

@keyframes kfaPulseGreen {
    to {
        box-shadow: 0 0 0 8px rgba(16, 185, 129, 0);
    }
}

@keyframes kfaPulseAmber {
    to {
        box-shadow: 0 0 0 8px rgba(245, 158, 11, 0);
    }
}

.kfa-ev-hero-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.8px;
    color: #ffffff;
    margin: 0 0 18px;
}

.kfa-ev-title-highlight {
    background: linear-gradient(135deg, #38bdf8 0%, #22d3ee 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.kfa-ev-hero-subtitle {
    font-size: 16.5px;
    line-height: 1.7;
    color: #cbd5e1;
    max-width: 760px;
    margin: 0 auto;
    font-weight: 400;
}

/* ── 2. Featured Spotlight Section ── */
.kfa-ev-spotlight-sec {
    padding: 30px 20px 20px;
    margin-top: -20px;
    position: relative;
    z-index: 10;
}

.kfa-ev-spotlight-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    box-shadow: 0 12px 36px rgba(15, 23, 42, 0.08), 0 2px 8px rgba(15, 23, 42, 0.04);
    overflow: hidden;
}

.kfa-ev-spotlight-grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    min-height: 380px;
}

.kfa-ev-spotlight-visual {
    position: relative;
    overflow: hidden;
    min-height: 320px;
    background: #0f172a;
}

.kfa-ev-spotlight-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.kfa-ev-spotlight-card:hover .kfa-ev-spotlight-img {
    transform: scale(1.04);
}

.kfa-ev-spotlight-tag-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #f8fafc;
    padding: 5px 12px;
    border-radius: 9999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.6px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.kfa-ev-spotlight-date-pill {
    position: absolute;
    bottom: 18px;
    left: 18px;
    background: #ffffff;
    border-radius: 12px;
    padding: 8px 14px;
    text-align: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.kfa-ev-spotlight-date-pill .m {
    font-size: 11px;
    font-weight: 800;
    color: #0891b2;
    text-transform: uppercase;
}

.kfa-ev-spotlight-date-pill .d {
    font-size: 24px;
    font-weight: 900;
    color: #0f172a;
    margin: 2px 0;
}

.kfa-ev-spotlight-date-pill .y {
    font-size: 10px;
    font-weight: 600;
    color: #64748b;
}

.kfa-ev-spotlight-body {
    padding: 36px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.kfa-ev-spotlight-category {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.kfa-ev-cat-pill {
    padding: 4px 12px;
    border-radius: 9999px;
    font-size: 11.5px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.kfa-ev-cat-pill.welfare {
    background: #e0f2fe;
    color: #0284c7;
}

.kfa-ev-cat-pill.health {
    background: #dcfce7;
    color: #16a34a;
}

.kfa-ev-cat-pill.education {
    background: #fdf4ff;
    color: #a855f7;
}

.kfa-ev-status-pill {
    padding: 4px 12px;
    border-radius: 9999px;
    font-size: 11.5px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.kfa-ev-status-pill.upcoming {
    background: #ecfdf5;
    color: #059669;
    border: 1px solid #a7f3d0;
}

.kfa-ev-status-pill.completed {
    background: #f1f5f9;
    color: #475569;
    border: 1px solid #cbd5e1;
}

.kfa-ev-spotlight-title {
    font-size: 26px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.3;
    margin: 0 0 14px;
    letter-spacing: -0.4px;
}

.kfa-ev-spotlight-desc {
    font-size: 14.5px;
    line-height: 1.65;
    color: #475569;
    margin: 0 0 22px;
}

.kfa-ev-coords-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 24px;
}

.kfa-ev-coord-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
}

.kfa-ev-coord-icon {
    color: #0891b2;
    font-size: 16px;
    margin-top: 2px;
    flex-shrink: 0;
}

.kfa-ev-coord-item strong {
    display: block;
    color: #0f172a;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 2px;
}

.kfa-ev-coord-item span {
    color: #475569;
    font-size: 12.5px;
    line-height: 1.35;
}

.kfa-ev-spotlight-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.kfa-ev-btn-rsvp {
    background: linear-gradient(135deg, #0891b2 0%, #0e7490 100%);
    color: #ffffff !important;
    border: none;
    padding: 11px 24px;
    border-radius: 9999px;
    font-size: 14px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(8, 145, 178, 0.3);
    transition: all 0.25s ease;
}

.kfa-ev-btn-rsvp:hover {
    background: linear-gradient(135deg, #0e7490 0%, #05353f 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(8, 145, 178, 0.4);
}

.kfa-ev-btn-outline {
    background: #ffffff;
    color: #334155 !important;
    border: 1.5px solid #cbd5e1;
    padding: 10px 20px;
    border-radius: 9999px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: all 0.2s ease;
}

.kfa-ev-btn-outline:hover {
    background: #f1f5f9;
    border-color: #94a3b8;
    color: #0f172a !important;
    transform: translateY(-2px);
}

/* ── 3. Directory Filters & Grid ── */
.kfa-ev-directory-sec {
    padding: 40px 20px 60px;
}

.kfa-ev-filter-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 14px 20px;
    border-radius: 16px;
    margin-bottom: 32px;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}

.kfa-ev-search-wrap {
    position: relative;
    flex: 1;
    min-width: 260px;
    display: flex;
    align-items: center;
}

.kfa-ev-search-wrap i.fa-magnifying-glass {
    position: absolute;
    left: 14px;
    color: #94a3b8;
    font-size: 14px;
    pointer-events: none;
}

.kfa-ev-search-wrap input {
    width: 100%;
    padding: 10px 36px 10px 38px;
    border: 1.5px solid #e2e8f0;
    border-radius: 9999px;
    font-size: 13.5px;
    background: #f8fafc;
    color: #0f172a;
    transition: all 0.2s ease;
}

.kfa-ev-search-wrap input:focus {
    background: #ffffff;
    border-color: #0891b2;
    box-shadow: 0 0 0 3px rgba(8, 145, 178, 0.15);
    outline: none;
}

.kfa-ev-search-wrap button {
    position: absolute;
    right: 12px;
    background: none;
    border: none;
    color: #94a3b8;
    cursor: pointer;
    font-size: 13px;
    padding: 0;
}

.kfa-ev-tabs-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.kfa-ev-tab-btn {
    background: #f1f5f9;
    border: 1px solid transparent;
    color: #475569;
    padding: 8px 16px;
    border-radius: 9999px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
}

.kfa-ev-tab-btn:hover {
    background: #e2e8f0;
    color: #0f172a;
}

.kfa-ev-tab-btn.is-active {
    background: #0891b2;
    color: #ffffff;
    box-shadow: 0 2px 8px rgba(8, 145, 178, 0.35);
}

/* Events Grid */
.kfa-ev-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.kfa-ev-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
    transition: all 0.28s ease;
}

.kfa-ev-card:hover {
    transform: translateY(-4px);
    border-color: #cbd5e1;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.09);
}

.kfa-ev-card-media {
    position: relative;
    height: 195px;
    overflow: hidden;
    background: #0f172a;
}

.kfa-ev-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.kfa-ev-card:hover .kfa-ev-card-img {
    transform: scale(1.05);
}

.kfa-ev-card-status-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(6px);
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 9999px;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.kfa-ev-card-status-badge.upcoming {
    background: rgba(6, 78, 59, 0.9);
    border: 1px solid rgba(52, 211, 153, 0.4);
    color: #a7f3d0;
}

.kfa-ev-card-status-badge.completed {
    background: rgba(30, 41, 59, 0.9);
    border: 1px solid rgba(148, 163, 184, 0.3);
    color: #cbd5e1;
}

.kfa-ev-card-cat-tag {
    position: absolute;
    bottom: 14px;
    left: 14px;
    background: linear-gradient(135deg, #f59e0b 0%, #ea580c 100%);
    color: #ffffff;
    border: 1px solid rgba(254, 240, 138, 0.5);
    padding: 3px 10px;
    border-radius: 9999px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    box-shadow: 0 2px 8px rgba(234, 88, 12, 0.4);
}

.kfa-ev-card-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.kfa-ev-meta-row {
    margin-bottom: 8px;
}

.kfa-ev-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    font-weight: 600;
}

.kfa-ev-meta-item.date {
    color: #0891b2;
}

.kfa-ev-meta-item.loc {
    color: #64748b;
    font-size: 12px;
}

.kfa-ev-meta-item.loc i {
    color: #fb923c;
}

.kfa-ev-card-title {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.35;
    margin: 0 0 10px;
    transition: color 0.2s ease;
}

.kfa-ev-card:hover .kfa-ev-card-title {
    color: #0891b2;
}

.kfa-ev-card-desc {
    font-size: 13.5px;
    line-height: 1.6;
    color: #475569;
    margin: 0 0 18px;
    flex: 1;
}

.kfa-ev-card-footer {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 14px;
    border-top: 1px solid #f1f5f9;
}

.kfa-ev-btn-card-rsvp {
    background: #0891b2;
    color: #ffffff !important;
    border: none;
    padding: 8px 14px;
    border-radius: 9999px;
    font-size: 12.5px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    flex: 1;
    justify-content: center;
    transition: all 0.2s ease;
}

.kfa-ev-btn-card-rsvp:hover {
    background: #0e7490;
}

.kfa-ev-btn-card-details {
    background: #f1f5f9;
    color: #334155 !important;
    border: 1px solid #cbd5e1;
    padding: 8px 14px;
    border-radius: 9999px;
    font-size: 12px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    text-decoration: none !important;
    flex: 1;
    justify-content: center;
    transition: all 0.2s ease;
}

.kfa-ev-btn-card-details:hover {
    background: #e2e8f0;
    color: #0f172a !important;
}

/* Dedicated See Photos Button */
.kfa-ev-btn-card-photos {
    background: #f0fdfa;
    border: 1.5px solid #99f6e4;
    color: #0891b2 !important;
    padding: 8px 14px;
    border-radius: 9999px;
    font-size: 12.5px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none !important;
    flex: 1;
    justify-content: center;
    transition: all 0.22s ease;
}

.kfa-ev-btn-card-photos:hover {
    background: #0891b2;
    border-color: #0891b2;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(8, 145, 178, 0.3);
    transform: translateY(-1px);
}

.kfa-ev-btn-card-photos.is-highlight {
    background: linear-gradient(135deg, #0891b2 0%, #0284c7 100%);
    color: #ffffff !important;
    border: none;
    box-shadow: 0 3px 10px rgba(8, 145, 178, 0.3);
}

.kfa-ev-btn-card-photos.is-highlight:hover {
    background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
    box-shadow: 0 6px 16px rgba(8, 145, 178, 0.4);
}

/* ══════════════════════════════════════════════════════════════════════════
   SINGLE EVENT & DEDICATED GALLERY VIEW (single-kfa_activity.php / page-event-gallery.php)
══════════════════════════════════════════════════════════════════════════ */
.kfa-single-event-wrap {
    font-family: var(--kfa-font);
    color: var(--kfa-slate);
    background-color: #f8fafc;
}

.kfa-sev-hero {
    background: linear-gradient(135deg, #091222 0%, #0c1b33 50%, #082947 100%);
    padding: 50px 20px 45px;
    color: #ffffff;
    border-bottom: 1px solid rgba(8, 145, 178, 0.3);
}

.kfa-sev-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #94a3b8;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.kfa-sev-breadcrumbs a {
    color: #38bdf8;
    text-decoration: none;
    transition: color 0.2s ease;
}

.kfa-sev-breadcrumbs a:hover {
    color: #ffffff;
}

.kfa-sev-breadcrumbs .sep {
    color: #64748b;
}

.kfa-sev-breadcrumbs .current {
    color: #cbd5e1;
    font-weight: 600;
}

.kfa-sev-header-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

.kfa-sev-tag {
    background: linear-gradient(135deg, #f59e0b 0%, #ea580c 100%);
    color: #ffffff;
    padding: 4px 12px;
    border-radius: 9999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.kfa-sev-status {
    padding: 4px 12px;
    border-radius: 9999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.4px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.kfa-sev-status.upcoming {
    background: rgba(16, 185, 129, 0.2);
    color: #34d399;
    border: 1px solid rgba(16, 185, 129, 0.4);
}

.kfa-sev-status.completed {
    background: rgba(148, 163, 184, 0.2);
    color: #cbd5e1;
    border: 1px solid rgba(148, 163, 184, 0.3);
}

.kfa-sev-title {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.25;
    color: #ffffff;
    margin: 0 0 24px;
    letter-spacing: -0.6px;
}

.kfa-sev-coords-bar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 16px 20px;
}

.kfa-sev-coord {
    display: flex;
    align-items: center;
    gap: 12px;
}

.kfa-sev-coord i {
    font-size: 20px;
    color: #38bdf8;
    flex-shrink: 0;
}

.kfa-sev-coord small {
    display: block;
    color: #94a3b8;
    font-size: 11.5px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.kfa-sev-coord strong {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
}

/* Gallery Section in Single Event */
.kfa-sev-gallery-sec {
    padding: 50px 20px 60px;
    background: #ffffff;
}

.kfa-sev-sec-title-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.kfa-sev-sec-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #e0f2fe;
    color: #0284c7;
    padding: 4px 12px;
    border-radius: 9999px;
    font-size: 11.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.kfa-sev-sec-title-wrap h2 {
    font-size: 26px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 6px;
}

.kfa-sev-sec-title-wrap p {
    font-size: 14px;
    color: #64748b;
    margin: 0;
}

.kfa-sev-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f1f5f9;
    color: #334155 !important;
    border: 1.5px solid #cbd5e1;
    padding: 10px 20px;
    border-radius: 9999px;
    font-size: 13.5px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.kfa-sev-back-btn:hover {
    background: #0891b2;
    border-color: #0891b2;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(8, 145, 178, 0.3);
}

.kfa-sev-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.kfa-sev-gal-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    height: 220px;
    background: #0f172a;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.08);
    cursor: pointer;
    border: 1px solid #e2e8f0;
}

.kfa-sev-gal-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.kfa-sev-gal-card:hover img {
    transform: scale(1.08);
}

.kfa-sev-gal-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.92) 0%, rgba(15, 23, 42, 0.2) 60%, transparent 100%);
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px;
    transition: opacity 0.25s ease;
}

.kfa-sev-gal-card:hover .kfa-sev-gal-overlay {
    opacity: 1;
}

.kfa-sev-gal-zoom {
    align-self: flex-end;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(4px);
    color: #ffffff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.kfa-sev-gal-caption {
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.35;
}

/* Event Body / Article */
.kfa-sev-body-sec {
    padding: 20px 20px 70px;
    background: #ffffff;
}

.kfa-sev-content-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 32px 36px;
}

.kfa-sev-content-box h3 {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 16px;
}

.kfa-sev-article-text p {
    font-size: 15px;
    line-height: 1.8;
    color: #475569;
    margin: 0 0 16px;
}

@media (max-width: 1024px) {
    .kfa-sev-title {
        font-size: 28px;
    }

    .kfa-sev-coords-bar {
        grid-template-columns: 1fr;
    }

    .kfa-sev-gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .kfa-sev-title {
        font-size: 24px;
    }

    .kfa-sev-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .kfa-sev-gal-card {
        height: 160px;
    }

    .kfa-sev-content-box {
        padding: 24px 20px;
    }
}

@media (max-width: 480px) {
    .kfa-sev-gallery-grid {
        grid-template-columns: 1fr;
    }

    .kfa-sev-gal-card {
        height: 200px;
    }
}

/* Empty Results */
.kfa-ev-no-results {
    text-align: center;
    padding: 60px 20px;
    background: #ffffff;
    border-radius: 16px;
    border: 1.5px dashed #cbd5e1;
    grid-column: 1 / -1;
}

.kfa-ev-no-res-icon {
    font-size: 44px;
    color: #94a3b8;
    margin-bottom: 12px;
}

.kfa-ev-no-results h3 {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 6px;
}

.kfa-ev-no-results p {
    font-size: 14px;
    color: #64748b;
    margin: 0 0 16px;
}

.kfa-ev-btn-reset {
    background: #0891b2;
    color: #ffffff;
    border: none;
    padding: 9px 20px;
    border-radius: 9999px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

/* ── 4. Photo Highlights Gallery (Darkbox Lightbox) ── */
.kfa-ev-gallery-sec {
    background: #0f172a;
    color: #ffffff;
    padding: 60px 20px 70px;
}

.kfa-ev-sec-header {
    margin-bottom: 36px;
}

.kfa-ev-sec-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(8, 145, 178, 0.25);
    color: #38bdf8;
    border: 1px solid rgba(56, 189, 248, 0.35);
    padding: 5px 14px;
    border-radius: 9999px;
    font-size: 11.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 12px;
}

.kfa-ev-sec-title {
    font-size: 32px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 10px;
    letter-spacing: -0.4px;
}

.kfa-ev-sec-subtitle {
    font-size: 15px;
    color: #94a3b8;
    margin: 0;
}

.kfa-ev-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.kfa-ev-gallery-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 180px;
    background: #1e293b;
    cursor: pointer;
}

.kfa-ev-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.kfa-ev-gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.9) 0%, rgba(15, 23, 42, 0.2) 60%, transparent 100%);
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 14px;
    transition: opacity 0.25s ease;
}

.kfa-ev-gallery-item:hover img {
    transform: scale(1.08);
}

.kfa-ev-gallery-item:hover .kfa-ev-gallery-overlay {
    opacity: 1;
}

.kfa-ev-gal-zoom {
    align-self: flex-end;
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    backdrop-filter: blur(4px);
}

.kfa-ev-gal-caption {
    font-size: 12.5px;
    font-weight: 700;
    color: #f8fafc;
    line-height: 1.3;
}

/* ── 5. Host CTA Banner ── */
.kfa-ev-cta-sec {
    padding: 60px 20px 70px;
    background: #f8fafc;
}

.kfa-ev-cta-card {
    background: linear-gradient(135deg, #091222 0%, #0f2b46 100%);
    border-radius: 20px;
    padding: 44px 36px;
    color: #ffffff;
    text-align: center;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.1);
    position: relative;
    overflow: hidden;
}

.kfa-ev-cta-content {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.kfa-ev-cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(245, 158, 11, 0.2);
    border: 1px solid rgba(245, 158, 11, 0.4);
    color: #fbbf24;
    padding: 5px 14px;
    border-radius: 9999px;
    font-size: 11.5px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.kfa-ev-cta-card h2 {
    font-size: 30px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 14px;
    line-height: 1.3;
}

.kfa-ev-cta-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #cbd5e1;
    margin: 0 0 28px;
}

.kfa-ev-cta-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.kfa-ev-btn-cta-primary {
    background: linear-gradient(135deg, #0891b2 0%, #0284c7 100%);
    color: #ffffff !important;
    padding: 12px 28px;
    border-radius: 9999px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 14px rgba(8, 145, 178, 0.4);
    transition: all 0.25s ease;
}

.kfa-ev-btn-cta-primary:hover {
    background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
    transform: translateY(-2px);
}

.kfa-ev-btn-cta-secondary {
    background: linear-gradient(135deg, #f59e0b 0%, #ea580c 100%);
    color: #ffffff !important;
    padding: 12px 26px;
    border-radius: 9999px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 14px rgba(245, 158, 11, 0.4);
    transition: all 0.25s ease;
}

.kfa-ev-btn-cta-secondary:hover {
    background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%);
    transform: translateY(-2px);
}

/* ── 6. RSVP Modal Styles ── */
.kfa-rsvp-modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.7);
    backdrop-filter: blur(6px);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
}

.kfa-rsvp-modal-backdrop.is-active {
    opacity: 1;
    visibility: visible;
}

.kfa-rsvp-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -46%) scale(0.96);
    background: #ffffff;
    border-radius: 20px;
    width: 90%;
    max-width: 520px;
    max-height: 90vh;
    overflow-y: auto;
    z-index: 10001;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.kfa-rsvp-modal.is-open {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

.kfa-rsvp-modal-header {
    padding: 22px 24px;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: #f8fafc;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.kfa-rsvp-modal-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #0891b2;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.kfa-rsvp-modal-header h3 {
    font-size: 19px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
}

.kfa-rsvp-modal-close {
    background: #f1f5f9;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.kfa-rsvp-modal-close:hover {
    background: #fee2e2;
    color: #ef4444;
}

.kfa-rsvp-modal-body {
    padding: 24px;
}

.kfa-rsvp-event-summary {
    background: #f0fdfa;
    border: 1px solid #99f6e4;
    border-radius: 12px;
    padding: 12px 16px;
    margin-bottom: 20px;
}

.kfa-rsvp-event-summary h4 {
    font-size: 14.5px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 4px;
}

.kfa-rsvp-event-summary p {
    font-size: 12px;
    color: #0891b2;
    margin: 0;
    font-weight: 600;
}

.kfa-rsvp-form-group {
    margin-bottom: 16px;
}

.kfa-rsvp-form-group label {
    display: block;
    font-size: 12.5px;
    font-weight: 700;
    color: #334155;
    margin-bottom: 6px;
}

.kfa-rsvp-form-group input,
.kfa-rsvp-form-group select,
.kfa-rsvp-form-group textarea {
    width: 100%;
    padding: 9px 14px;
    border: 1.5px solid #cbd5e1;
    border-radius: 8px;
    font-size: 13.5px;
    color: #0f172a;
    background: #ffffff;
    transition: border-color 0.2s ease;
    box-sizing: border-box;
}

.kfa-rsvp-form-group input:focus,
.kfa-rsvp-form-group select:focus,
.kfa-rsvp-form-group textarea:focus {
    border-color: #0891b2;
    box-shadow: 0 0 0 3px rgba(8, 145, 178, 0.15);
    outline: none;
}

.kfa-rsvp-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.kfa-rsvp-alert {
    padding: 12px;
    border-radius: 8px;
    font-size: 13px;
    margin-bottom: 16px;
    line-height: 1.4;
}

.kfa-rsvp-alert.success {
    background: #ecfdf5;
    color: #065f46;
    border: 1px solid #a7f3d0;
}

.kfa-rsvp-alert.error {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

.kfa-rsvp-submit-btn {
    width: 100%;
    background: linear-gradient(135deg, #0891b2 0%, #0e7490 100%);
    color: #ffffff;
    border: none;
    padding: 12px;
    border-radius: 10px;
    font-size: 14.5px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 4px 12px rgba(8, 145, 178, 0.35);
    transition: all 0.2s ease;
}

.kfa-rsvp-submit-btn:hover {
    background: linear-gradient(135deg, #0e7490 0%, #05353f 100%);
    transform: translateY(-1px);
}

/* ── Responsive Breakpoints ── */
@media (max-width: 1024px) {
    .kfa-ev-hero-title {
        font-size: 34px;
    }

    .kfa-ev-stats-strip {
        grid-template-columns: repeat(2, 1fr);
    }

    .kfa-ev-spotlight-grid {
        grid-template-columns: 1fr;
    }

    .kfa-ev-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .kfa-ev-gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .kfa-ev-hero-title {
        font-size: 28px;
    }

    .kfa-ev-hero-subtitle {
        font-size: 14.5px;
    }

    .kfa-ev-stats-strip {
        grid-template-columns: 1fr;
    }

    .kfa-ev-spotlight-body {
        padding: 24px 20px;
    }

    .kfa-ev-spotlight-title {
        font-size: 22px;
    }

    .kfa-ev-coords-grid {
        grid-template-columns: 1fr;
    }

    .kfa-ev-grid {
        grid-template-columns: 1fr;
    }

    .kfa-ev-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .kfa-rsvp-form-row {
        grid-template-columns: 1fr;
    }
}

/* ══════════════════════════════════════════════════════════════════════════
   UPCOMING EVENT POPUP MODAL (VISITOR REGISTRATION - LUXURY EDITION)
══════════════════════════════════════════════════════════════════════════ */
.kfa-event-popup-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.82);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.kfa-event-popup-backdrop.is-visible {
    opacity: 1;
    visibility: visible;
}

.kfa-event-popup-backdrop.is-closing {
    opacity: 0;
    visibility: hidden;
}

.kfa-event-popup-box {
    background: #ffffff;
    border-radius: 20px;
    max-width: 900px;
    width: 100%;
    position: relative;
    box-shadow: 0 25px 60px -15px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.15);
    transform: scale(0.94) translateY(15px);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
}

.kfa-event-popup-backdrop.is-visible .kfa-event-popup-box {
    transform: scale(1) translateY(0);
}

.kfa-event-popup-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    color: #64748b;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.kfa-event-popup-close:hover {
    background: #0f172a;
    color: #ffffff;
    border-color: #0f172a;
    transform: rotate(90deg);
}

.kfa-popup-split-grid {
    display: grid;
    grid-template-columns: 1fr 1.35fr;
    align-items: stretch;
}

/* Left Visual Column */
.kfa-popup-visual-col {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #ffffff;
    overflow: hidden;
}

.kfa-popup-visual-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.45) 0%, rgba(15, 23, 42, 0.92) 100%);
    z-index: 1;
}

.kfa-popup-visual-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    gap: 16px;
}

.kfa-popup-top-chips {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
}

.kfa-popup-pill-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 4px 12px;
    border-radius: 9999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #ffffff;
}

.kfa-popup-savings-badge {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    padding: 5px 12px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.4);
    letter-spacing: 0.2px;
}

.kfa-popup-visual-coords {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: rgba(15, 23, 42, 0.7);
    padding: 14px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
}

.kfa-pcoord-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.kfa-pcoord-icon {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: rgba(56, 189, 248, 0.2);
    color: #38bdf8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex-shrink: 0;
}

.kfa-pcoord-item small {
    display: block;
    color: #94a3b8;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.kfa-pcoord-item strong {
    color: #f8fafc;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
    display: block;
}

.kfa-popup-perks-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 4px;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.kfa-popup-perks-row span {
    font-size: 10.5px;
    color: #e2e8f0;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.kfa-popup-perks-row span i {
    color: #34d399;
    font-size: 10px;
}

/* Right Form Column */
.kfa-popup-form-col {
    padding: 26px 28px 20px;
    display: flex;
    flex-direction: column;
}

.kfa-popup-header-meta {
    margin-bottom: 4px;
}

.kfa-popup-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 800;
    color: #0891b2;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.kfa-popup-badge i {
    color: #f59e0b;
}

.kfa-popup-title {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
    margin: 0 0 6px;
    letter-spacing: -0.3px;
}

.kfa-popup-summary {
    font-size: 12px;
    color: #64748b;
    line-height: 1.45;
    margin: 0 0 12px;
}

/* Pricing Card */
.kfa-popup-pricing-card {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 10px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 10px 12px;
    margin-bottom: 14px;
}

.kfa-pricing-tier-active {
    background: #ecfdf5;
    border: 1.5px solid #6ee7b7;
    border-radius: 8px;
    padding: 6px 10px;
    position: relative;
}

.p-tier-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2px;
}

.p-tier-lbl {
    font-size: 10.5px;
    font-weight: 700;
    text-transform: uppercase;
    color: #047857;
}

.p-tier-pill {
    background: #10b981;
    color: #ffffff;
    font-size: 9px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 4px;
    text-transform: uppercase;
}

.p-tier-val {
    font-size: 18px;
    font-weight: 800;
    color: #065f46;
    line-height: 1.15;
}

.p-tier-note {
    font-size: 10px;
    font-weight: 600;
    color: #059669;
    display: block;
}

.kfa-pricing-tier-regular {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 6px 10px;
}

.kfa-pricing-tier-regular .p-tier-lbl {
    color: #64748b;
    font-size: 10.5px;
    font-weight: 700;
    text-transform: uppercase;
}

.p-tier-old {
    font-size: 16px;
    font-weight: 700;
    color: #94a3b8;
    text-decoration: line-through;
    line-height: 1.15;
}

.p-tier-warn {
    font-size: 9.5px;
    font-weight: 600;
    color: #b91c1c;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Registration Form */
.kfa-pform-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 8px;
}

.kfa-pfield label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #334155;
    margin-bottom: 2px;
}

.kfa-pinput-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.kfa-pinput-wrap i {
    position: absolute;
    left: 10px;
    font-size: 12px;
    color: #94a3b8;
    pointer-events: none;
    transition: color 0.2s ease;
}

.kfa-pinput-wrap input {
    width: 100%;
    padding: 7px 10px 7px 30px;
    border-radius: 6px;
    border: 1.5px solid #cbd5e1;
    background: #f8fafc;
    font-size: 12px;
    color: #0f172a;
    transition: all 0.2s ease;
}

.kfa-pinput-wrap input:focus {
    background: #ffffff;
    border-color: #0891b2;
    outline: none;
    box-shadow: 0 0 0 3px rgba(8, 145, 178, 0.15);
}

.kfa-pinput-wrap input:focus+i,
.kfa-pinput-wrap:focus-within i {
    color: #0891b2;
}

.kfa-pform-footer {
    margin-top: 10px;
}

.kfa-popup-submit-btn {
    width: 100%;
    background: linear-gradient(135deg, #0891b2 0%, #0284c7 100%);
    color: #ffffff;
    border: none;
    padding: 10px 18px;
    border-radius: 9999px;
    font-size: 13.5px;
    font-weight: 800;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 4px 14px rgba(8, 145, 178, 0.35);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.kfa-popup-submit-btn:hover {
    background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(8, 145, 178, 0.45);
}

.kfa-popup-submit-btn:hover i.fa-arrow-right {
    transform: translateX(4px);
}

.kfa-popup-submit-btn i.fa-arrow-right {
    transition: transform 0.2s ease;
}

.kfa-popup-trust-strip {
    font-size: 10.5px;
    color: #64748b;
    text-align: center;
    margin-top: 8px;
    font-weight: 500;
}

.kfa-popup-trust-strip i {
    color: #10b981;
    margin-right: 3px;
}

.kfa-popup-footer-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    padding-top: 8px;
    border-top: 1px solid #f1f5f9;
}

.kfa-popup-more-link {
    font-size: 11.5px;
    font-weight: 700;
    color: #0891b2;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.kfa-popup-more-link:hover {
    color: #0e7490;
    text-decoration: underline;
}

.kfa-popup-dismiss-link {
    background: none;
    border: none;
    font-size: 11.5px;
    font-weight: 600;
    color: #94a3b8;
    cursor: pointer;
    padding: 0;
}

.kfa-popup-dismiss-link:hover {
    color: #475569;
}

.kfa-popup-alert {
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 11.5px;
    font-weight: 600;
    margin-bottom: 10px;
}

.kfa-popup-alert.success {
    background: #ecfdf5;
    color: #065f46;
    border: 1px solid #a7f3d0;
}

.kfa-popup-alert.error {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

@media (max-width: 820px) {
    .kfa-popup-split-grid {
        grid-template-columns: 1fr;
    }

    .kfa-popup-visual-col {
        display: none;
    }

    .kfa-event-popup-box {
        max-width: 480px;
        width: 94%;
        margin: 16px auto;
        max-height: 92vh;
        overflow-y: auto;
    }
}

@media (max-width: 520px) {
    .kfa-pform-grid {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .kfa-popup-pricing-card {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .kfa-popup-form-col {
        padding: 22px 18px 16px;
    }

    .kfa-popup-title {
        font-size: 17px;
    }

    .kfa-popup-submit-btn {
        font-size: 13px;
        padding: 10px 14px;
    }
}

/* ══════════════════════════════════════════════════════════════════════════
   KFA BUSINESS SUMMIT 2026 LUXURY SHOWCASE & AGENDA STYLES
══════════════════════════════════════════════════════════════════════════ */
.kfa-summit-hero-sec {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 40px 0 50px;
    color: #ffffff;
    overflow: hidden;
    background-color: #0b1329;
}

.kfa-summit-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 80% 20%, rgba(8, 145, 178, 0.25) 0%, transparent 50%),
        linear-gradient(135deg, rgba(11, 19, 41, 0.96) 0%, rgba(15, 23, 42, 0.90) 100%);
    z-index: 1;
}

.kfa-summit-ambient-glow {
    position: absolute;
    top: -100px;
    left: 15%;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.15) 0%, transparent 70%);
    filter: blur(50px);
    pointer-events: none;
    z-index: 1;
}

.kfa-summit-hero-container {
    position: relative;
    z-index: 2;
}

.kfa-summit-badge-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.kfa-summit-live-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.20);
    padding: 5px 14px;
    border-radius: 9999px;
    font-size: 11.5px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #ffffff;
}

.kfa-summit-save-chip {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    padding: 5px 14px;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 14px rgba(245, 158, 11, 0.45);
}

.kfa-summit-venue-chip {
    background: rgba(8, 145, 178, 0.25);
    border: 1px solid rgba(56, 189, 248, 0.4);
    color: #38bdf8;
    font-size: 11.5px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.kfa-summit-main-title {
    font-size: 46px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.12;
    letter-spacing: -1.2px;
    margin: 0 0 16px;
}

.kfa-title-gradient {
    background: linear-gradient(135deg, #38bdf8 0%, #0891b2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.kfa-summit-theme-wrap {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 24px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 3.5px solid #38bdf8;
    border-radius: 8px;
    padding: 10px 16px;
    backdrop-filter: blur(8px);
}

.kfa-theme-quote-mark {
    color: #38bdf8;
    font-size: 16px;
    line-height: 1.4;
}

.kfa-summit-theme-tagline {
    font-size: 16.5px;
    color: #e2e8f0;
    font-weight: 600;
    line-height: 1.45;
    margin: 0;
}

/* Unified Glass Dashboard */
.kfa-summit-unified-glass-hub {
    background: rgba(15, 23, 42, 0.72);
    border: 1.5px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(16px);
    border-radius: 16px;
    padding: 18px 20px;
    margin-bottom: 28px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);
}

.kfa-hub-coords-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr 1.3fr;
    gap: 12px;
}

.kfa-hub-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.kfa-hub-icon {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    background: rgba(56, 189, 248, 0.18);
    color: #38bdf8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-shrink: 0;
}

.kfa-hub-item small {
    display: block;
    color: #94a3b8;
    font-size: 10.5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.kfa-hub-item strong {
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    display: block;
}

.kfa-hub-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
    margin: 14px 0;
}

.kfa-hub-countdown-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.kfa-hub-cd-heading {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #cbd5e1;
}

.kfa-cd-pulse-live {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #10b981;
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    animation: kfaPulseDot 2s infinite;
}

.kfa-cd-grid {
    display: flex;
    align-items: center;
    gap: 10px;
}

.kfa-cd-box {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    padding: 4px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 44px;
}

.kfa-cd-val {
    font-size: 20px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.1;
    font-variant-numeric: tabular-nums;
}

.kfa-cd-txt {
    font-size: 9px;
    text-transform: uppercase;
    color: #38bdf8;
    font-weight: 800;
    letter-spacing: 0.4px;
}

.kfa-cd-sep {
    font-size: 16px;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.3);
}

/* Hero CTAs */
.kfa-summit-hero-ctas {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 6px;
    text-align: center;
    width: 100%;
}

.kfa-summit-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, #0891b2 0%, #0284c7 100%);
    color: #ffffff !important;
    padding: 13px 28px;
    border-radius: 9999px;
    font-size: 14.5px;
    font-weight: 800;
    text-decoration: none !important;
    box-shadow: 0 6px 20px rgba(8, 145, 178, 0.45);
    transition: all 0.25s ease;
    margin: 0 auto;
}

.kfa-summit-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(8, 145, 178, 0.6);
}

.kfa-summit-btn-pdf {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(220, 38, 38, 0.18);
    border: 1.5px solid rgba(239, 68, 68, 0.5);
    color: #fca5a5 !important;
    padding: 12px 20px;
    border-radius: 9999px;
    font-size: 13.5px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.kfa-summit-btn-pdf:hover {
    background: #dc2626;
    color: #ffffff !important;
    border-color: #dc2626;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(220, 38, 38, 0.4);
}

.kfa-summit-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #ffffff !important;
    padding: 12px 20px;
    border-radius: 9999px;
    font-size: 13.5px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.kfa-summit-btn-secondary:hover {
    background: #ffffff;
    color: #0f172a !important;
    transform: translateY(-2px);
}

/* Luxury VIP Pass Card */
.kfa-summit-pass-card.luxury-ticket {
    background: #ffffff;
    border-radius: 20px;
    padding: 28px 26px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
    color: #0f172a;
    position: relative;
    border: 1.5px solid rgba(255, 255, 255, 0.5);
}

.kfa-pass-pre-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #b45309;
    background: #fef3c7;
    padding: 4px 12px;
    border-radius: 6px;
    margin: 0 auto 12px;
    width: fit-content;
}

.kfa-pass-tier-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.kfa-pass-tier-badge {
    background: #ecfdf5;
    color: #059669;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 9999px;
    border: 1px solid #a7f3d0;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.kfa-pass-seats-left {
    font-size: 11.5px;
    font-weight: 700;
    color: #64748b;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.kfa-pass-price-box {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
    margin-bottom: 4px;
}

.kfa-pass-currency {
    font-size: 24px;
    font-weight: 900;
    color: #0f172a;
}

.kfa-pass-amount {
    font-size: 46px;
    font-weight: 900;
    color: #0f172a;
    line-height: 1;
    letter-spacing: -1px;
}

.kfa-pass-period {
    font-size: 13px;
    color: #64748b;
    font-weight: 600;
}

.kfa-pass-reg-strike {
    font-size: 12px;
    color: #64748b;
    text-align: center;
    margin-bottom: 16px;
}

.kfa-pass-reg-strike del {
    font-weight: 700;
    color: #94a3b8;
}

.kfa-pass-deadline {
    color: #dc2626;
    font-weight: 700;
}

.kfa-ticket-perforated-line {
    border-top: 1.5px dashed #e2e8f0;
    margin: 16px -26px 18px;
    position: relative;
}

.kfa-pass-perks-list {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.kfa-pass-perks-list li {
    font-size: 12.5px;
    color: #334155;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1.35;
}

.kfa-pass-perks-list li i {
    color: #10b981;
    font-size: 13px;
    flex-shrink: 0;
}

.kfa-pass-cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    background: linear-gradient(135deg, #0891b2 0%, #0284c7 100%);
    color: #ffffff !important;
    padding: 12px 18px;
    border-radius: 9999px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
    box-shadow: 0 4px 14px rgba(8, 145, 178, 0.35);
    transition: all 0.25s ease;
}

.kfa-pass-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(8, 145, 178, 0.45);
}

.kfa-pass-secure-seal {
    font-size: 10.5px;
    color: #64748b;
    text-align: center;
    margin-top: 10px;
    font-weight: 600;
}

.kfa-pass-secure-seal i {
    color: #10b981;
}

/* Summit About & 4 Strategic Pillars Section */
.kfa-summit-about-sec {
    padding: 85px 0 70px;
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
}

.kfa-summit-about-sec .kfa-sec-badge,
.kfa-summit-schedule-sec .kfa-sec-badge,
.kfa-summit-glimpses-sec .kfa-sec-badge,
.kfa-summit-section-head .kfa-sec-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fef3c7;
    color: #b45309;
    font-size: 11.5px;
    font-weight: 800;
    padding: 5px 14px;
    border-radius: 9999px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    border: 1px solid #fde68a;
    margin-bottom: 10px;
}

.kfa-summit-about-sec .kfa-sec-title,
.kfa-summit-schedule-sec .kfa-sec-title,
.kfa-summit-glimpses-sec .kfa-sec-title,
.kfa-summit-section-head .kfa-sec-title {
    font-size: 32px;
    font-weight: 900;
    color: #0f172a;
    letter-spacing: -0.8px;
    margin: 0 0 20px;
}

.kfa-summit-about-sec .kfa-sec-subtitle,
.kfa-summit-schedule-sec .kfa-sec-subtitle,
.kfa-summit-glimpses-sec .kfa-sec-subtitle,
.kfa-summit-section-head .kfa-sec-subtitle {
    font-size: 15px;
    color: #475569;
    max-width: 760px;
    margin: 0 auto 30px;
    line-height: 1.6;
}

/* Lead Narrative Card */
.kfa-summit-lead-narrative-card {
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-left: 4px solid #0891b2;
    border-radius: 16px;
    padding: 26px 32px;
    max-width: 860px;
    margin: 10px auto 42px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.03);
    text-align: left;
    position: relative;
}

.kfa-lead-narrative-icon {
    font-size: 24px;
    color: #0891b2;
    opacity: 0.4;
    margin-bottom: 8px;
}

.kfa-lead-narrative-text {
    font-size: 15.5px;
    color: #1e293b;
    font-weight: 500;
    line-height: 1.7;
    margin: 0 0 18px;
}

.kfa-lead-narrative-footer {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    border-top: 1px solid #e2e8f0;
    padding-top: 14px;
}

.kfa-ln-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    font-weight: 700;
    color: #0f172a;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    padding: 4px 12px;
    border-radius: 9999px;
}

.kfa-ln-tag i {
    color: #10b981;
    font-size: 11px;
}

/* Strategic Pillar Cards Grid - Strictly Equal Heights */
.kfa-summit-pillars-grid {
    display: flex;
    flex-wrap: wrap;
}

.kfa-summit-pillars-grid>[class*="col-"] {
    display: flex;
    flex-direction: column;
}

.kfa-spillar-card {
    flex: 1 1 100%;
    width: 100%;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 20px;
    padding: 28px 24px 22px;
    text-align: left;
    position: relative;
    overflow: hidden;
    height: 100%;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
}

.kfa-spillar-card.cyan-theme {
    background: linear-gradient(180deg, #f0f9ff 0%, #ffffff 35%);
    border-color: #bae6fd;
}

.kfa-spillar-card.purple-theme {
    background: linear-gradient(180deg, #faf5ff 0%, #ffffff 35%);
    border-color: #e9d5ff;
}

.kfa-spillar-card.emerald-theme {
    background: linear-gradient(180deg, #f0fdf4 0%, #ffffff 35%);
    border-color: #bbf7d0;
}

.kfa-spillar-card.amber-theme {
    background: linear-gradient(180deg, #fffbeb 0%, #ffffff 35%);
    border-color: #fde68a;
}

.kfa-spillar-card:hover {
    transform: translateY(-8px);
}

.kfa-spillar-card.cyan-theme:hover {
    box-shadow: 0 16px 36px rgba(8, 145, 178, 0.16);
    border-color: #0891b2;
}

.kfa-spillar-card.purple-theme:hover {
    box-shadow: 0 16px 36px rgba(124, 58, 237, 0.16);
    border-color: #7c3aed;
}

.kfa-spillar-card.emerald-theme:hover {
    box-shadow: 0 16px 36px rgba(16, 185, 129, 0.16);
    border-color: #10b981;
}

.kfa-spillar-card.amber-theme:hover {
    box-shadow: 0 16px 36px rgba(245, 158, 11, 0.16);
    border-color: #f59e0b;
}

.kfa-spillar-top-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
}

.kfa-spillar-card.cyan-theme .kfa-spillar-top-bar {
    background: linear-gradient(90deg, #0891b2, #0284c7);
}

.kfa-spillar-card.purple-theme .kfa-spillar-top-bar {
    background: linear-gradient(90deg, #7c3aed, #a855f7);
}

.kfa-spillar-card.emerald-theme .kfa-spillar-top-bar {
    background: linear-gradient(90deg, #059669, #10b981);
}

.kfa-spillar-card.amber-theme .kfa-spillar-top-bar {
    background: linear-gradient(90deg, #d97706, #f59e0b);
}

.kfa-spillar-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.kfa-spillar-icon.cyan {
    background: #e0f2fe;
    color: #0284c7;
}

.kfa-spillar-icon.purple {
    background: #f5f3ff;
    color: #7c3aed;
}

.kfa-spillar-icon.emerald {
    background: #ecfdf5;
    color: #059669;
}

.kfa-spillar-icon.amber {
    background: #fffbeb;
    color: #d97706;
}

.kfa-spillar-badge {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 3px 10px;
    border-radius: 6px;
    width: fit-content;
    margin-bottom: 10px;
}

.kfa-spillar-card.cyan-theme .kfa-spillar-badge {
    background: #e0f2fe;
    color: #0284c7;
}

.kfa-spillar-card.purple-theme .kfa-spillar-badge {
    background: #f5f3ff;
    color: #7c3aed;
}

.kfa-spillar-card.emerald-theme .kfa-spillar-badge {
    background: #ecfdf5;
    color: #059669;
}

.kfa-spillar-card.amber-theme .kfa-spillar-badge {
    background: #fffbeb;
    color: #d97706;
}

.kfa-spillar-title {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 8px;
    line-height: 1.3;
}

.kfa-spillar-desc {
    font-size: 13.5px;
    color: #475569;
    line-height: 1.55;
    margin: 0 0 20px;
    flex: 1 1 auto;
    /* Pushes points to bottom evenly across all cards */
}

.kfa-spillar-points {
    list-style: none;
    padding: 14px 0 0;
    margin: auto 0 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-top: 1px dashed #e2e8f0;
}

.kfa-spillar-points li {
    font-size: 12.5px;
    color: #334155;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1.3;
}

.kfa-spillar-points li i {
    color: #10b981;
    font-size: 13px;
    flex-shrink: 0;
}

/* Schedule Timeline Section */
.kfa-summit-schedule-sec {
    padding: 80px 0;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.kfa-sched-top-actions {
    margin-top: 16px;
    display: flex;
    justify-content: center;
}

.kfa-sched-pdf-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    color: #0f172a !important;
    padding: 9px 20px;
    border-radius: 9999px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: all 0.2s ease;
}

.kfa-sched-pdf-btn i {
    color: #dc2626;
}

.kfa-sched-pdf-btn:hover {
    border-color: #0891b2;
    color: #0891b2 !important;
    transform: translateY(-1px);
}

.kfa-sched-filter-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.kfa-sfilter-btn {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    color: #475569;
    padding: 8px 18px;
    border-radius: 9999px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.kfa-sfilter-btn:hover {
    border-color: #cbd5e1;
    color: #0f172a;
}

.kfa-sfilter-btn.active {
    background: #0891b2;
    border-color: #0891b2;
    color: #ffffff;
    box-shadow: 0 3px 10px rgba(8, 145, 178, 0.3);
}

.kfa-schedule-timeline-wrapper {
    max-width: 880px;
    margin: 36px auto 0;
}

.kfa-timeline-track {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.kfa-timeline-item {
    display: grid;
    grid-template-columns: 140px 40px 1fr;
    align-items: stretch;
}

.kfa-titem-time-col {
    text-align: right;
    padding-right: 16px;
    padding-top: 14px;
}

.kfa-time-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    font-weight: 700;
    color: #0891b2;
    background: #e0f2fe;
    padding: 4px 10px;
    border-radius: 6px;
    white-space: nowrap;
}

.kfa-titem-node-col {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.kfa-timeline-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #0891b2;
    border: 3px solid #ffffff;
    box-shadow: 0 0 0 2px #0891b2;
    margin-top: 18px;
    z-index: 2;
}

.kfa-timeline-line {
    position: absolute;
    top: 32px;
    bottom: -10px;
    width: 2px;
    background: #cbd5e1;
    z-index: 1;
}

.kfa-timeline-item:last-child .kfa-timeline-line {
    display: none;
}

.kfa-titem-content-col {
    padding: 10px 0 20px 18px;
}

.kfa-titem-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    transition: all 0.2s ease;
}

.kfa-titem-card:hover {
    border-color: #0891b2;
    transform: translateX(4px);
    box-shadow: 0 6px 18px rgba(8, 145, 178, 0.1);
}

.kfa-titem-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
    flex-wrap: wrap;
}

.kfa-titem-tag {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    background: #f1f5f9;
    color: #475569;
    padding: 2px 8px;
    border-radius: 4px;
    letter-spacing: 0.3px;
}

.kfa-titem-tag.keynote {
    background: #fef3c7;
    color: #b45309;
}

.kfa-titem-tag.panel {
    background: #e0f2fe;
    color: #0284c7;
}

.kfa-titem-tag.break {
    background: #ffedd5;
    color: #c2410c;
}

.kfa-titem-tag.b2b {
    background: #ecfdf5;
    color: #047857;
}

.kfa-titem-title {
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    line-height: 1.3;
}

.kfa-titem-desc {
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

/* Summit Register Form Section */
.kfa-summit-register-sec {
    padding: 85px 0;
    background: #ffffff;
}

.kfa-summit-reg-form-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 40px 36px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.kfa-reg-form-title {
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
    margin: 10px 0 6px;
}

.kfa-form-lbl {
    font-size: 12px;
    font-weight: 700;
    color: #334155;
    margin-bottom: 4px;
    display: block;
}

.kfa-form-pricing-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ecfdf5;
    border: 1.5px solid #6ee7b7;
    border-radius: 12px;
    padding: 14px 20px;
    margin-top: 14px;
}

.kfa-form-pricing-summary strong {
    font-size: 15px;
    color: #065f46;
    display: block;
}

.kfa-form-pricing-summary small {
    font-size: 12px;
    color: #047857;
}

.kfa-form-sum-price {
    font-size: 28px;
    font-weight: 900;
    color: #065f46;
}

.kfa-summit-btn-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #0891b2 0%, #0284c7 100%);
    color: #ffffff;
    border: none;
    padding: 14px 34px;
    border-radius: 9999px;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(8, 145, 178, 0.4);
    transition: all 0.25s ease;
}

.kfa-summit-btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(8, 145, 178, 0.5);
}

/* Past Summit Archive */
.kfa-summit-past-archive-sec {
    padding: 70px 0;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
}

.kfa-video-embed-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    padding-bottom: 14px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.kfa-video-embed-card h5 {
    font-size: 13.5px;
    font-weight: 700;
    color: #0f172a;
    padding: 12px 16px 0;
    margin: 0;
    line-height: 1.4;
}

@media (max-width: 991px) {
    .kfa-summit-main-title {
        font-size: 34px;
    }

    .kfa-summit-coords-strip {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .kfa-summit-main-title {
        font-size: 26px;
    }

    .kfa-summit-theme-tagline {
        font-size: 16px;
    }

    .kfa-timeline-item {
        grid-template-columns: 90px 30px 1fr;
    }

    .kfa-time-pill {
        font-size: 10.5px;
        padding: 3px 6px;
    }

    .kfa-summit-reg-form-card {
        padding: 24px 18px;
    }
}

/* ══════════════════════════════════════════════════════════════════════════
   PREMIUM COMPACT VERTICAL RIGHT SIDEBAR "REGISTER" BUTTON
══════════════════════════════════════════════════════════════════════════ */
.kfa-fixed-summit-cta-wrap {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99990;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.kfa-fixed-summit-cta-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(175deg, #0284c7 0%, #0369a1 45%, #0f172a 100%);
    border: 1px solid rgba(56, 189, 248, 0.45);
    border-right: none;
    border-radius: 14px 0 0 14px;
    padding: 10px 8px 12px 7px;
    color: #ffffff !important;
    text-decoration: none !important;
    box-shadow: -6px 8px 25px rgba(2, 132, 199, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 4px 12px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    cursor: pointer;
    transition: all 0.28s cubic-bezier(0.2, 0.8, 0.2, 1);
    width: 36px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

/* Subtle Shimmer Highlight */
.kfa-fixed-summit-cta-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.25), transparent);
    transition: left 0.5s ease;
}

.kfa-fixed-summit-cta-btn:hover::before {
    left: 100%;
}

.kfa-fixed-summit-cta-btn:hover {
    transform: translateX(-6px);
    background: linear-gradient(175deg, #0891b2 0%, #0284c7 45%, #1e293b 100%);
    border-color: rgba(254, 240, 138, 0.8);
    box-shadow: -10px 10px 30px rgba(2, 132, 199, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 6px 16px rgba(0, 0, 0, 0.35);
}

.kfa-fs-icon-wrap {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    position: relative;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.45);
}

.kfa-fs-pulse-ring {
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    border: 2px solid #f59e0b;
    animation: kfaPulseRing 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    opacity: 0;
}

@keyframes kfaPulseRing {
    0% {
        transform: scale(0.9);
        opacity: 0.8;
    }
    70% {
        transform: scale(1.4);
        opacity: 0;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.kfa-fs-vertical-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: 1.5px;
    color: #ffffff;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 1;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    margin-top: 2px;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .kfa-fixed-summit-cta-wrap {
        top: auto;
        bottom: 24px;
        right: 0;
        transform: none;
    }

    .kfa-fixed-summit-cta-btn {
        width: 34px;
        padding: 9px 5px 10px;
    }

    .kfa-fs-icon-wrap {
        width: 22px;
        height: 22px;
        font-size: 10px;
    }

    .kfa-fs-vertical-text {
        font-size: 10.5px;
        letter-spacing: 1px;
    }
}

/* ══════════════════════════════════════════════════════════════════════════
   GLOBAL RESPONSIVE TYPOGRAPHY & SECTION SPACING OPTIMIZATIONS
══════════════════════════════════════════════════════════════════════════ */
@media (max-width: 991px) {
    .kfa-sec-header {
        margin-bottom: 28px !important;
    }

    .kfa-sec-title,
    .kfa-projects-sec .kfa-sec-title,
    .kfa-team-sec .kfa-sec-title,
    .kfa-feedback-sec .kfa-sec-title,
    .kfa-contact-sec .kfa-sec-title,
    .kfa-activities-sec .kfa-sec-title,
    .kfa-pillars-sec .kfa-sec-title,
    .kfa-video-sec .kfa-sec-title,
    .kfa-story-title {
        font-size: 26px !important;
        margin-bottom: 10px !important;
        letter-spacing: -0.4px !important;
    }

    .kfa-sec-subtitle,
    .kfa-projects-sec .kfa-sec-subtitle,
    .kfa-team-sec .kfa-sec-subtitle,
    .kfa-feedback-sec .kfa-sec-subtitle,
    .kfa-contact-sec .kfa-sec-subtitle {
        font-size: 14px !important;
        margin-bottom: 24px !important;
    }
}

@media (max-width: 768px) {
    .kfa-sec-header {
        margin-bottom: 22px !important;
    }

    .kfa-sec-badge {
        font-size: 11px !important;
        padding: 4px 12px !important;
        margin-bottom: 8px !important;
    }

    .kfa-sec-title,
    .kfa-projects-sec .kfa-sec-title,
    .kfa-team-sec .kfa-sec-title,
    .kfa-feedback-sec .kfa-sec-title,
    .kfa-contact-sec .kfa-sec-title,
    .kfa-activities-sec .kfa-sec-title,
    .kfa-pillars-sec .kfa-sec-title,
    .kfa-video-sec .kfa-sec-title,
    .kfa-story-title {
        font-size: 22px !important;
        line-height: 1.25 !important;
        letter-spacing: -0.3px !important;
        margin-bottom: 8px !important;
    }

    .kfa-sec-subtitle,
    .kfa-projects-sec .kfa-sec-subtitle,
    .kfa-team-sec .kfa-sec-subtitle,
    .kfa-feedback-sec .kfa-sec-subtitle,
    .kfa-contact-sec .kfa-sec-subtitle {
        font-size: 13.5px !important;
        line-height: 1.5 !important;
        margin-bottom: 20px !important;
    }

    .kfa-projects-sec,
    .kfa-team-sec,
    .kfa-feedback-sec,
    .kfa-contact-sec,
    .kfa-activities-sec,
    .kfa-pillars-sec,
    .kfa-bank-sec {
        padding: 32px 16px !important;
    }
}

@media (max-width: 480px) {
    .kfa-sec-header {
        margin-bottom: 16px !important;
    }

    .kfa-sec-badge {
        font-size: 10px !important;
        padding: 3px 10px !important;
        margin-bottom: 6px !important;
    }

    .kfa-sec-title,
    .kfa-projects-sec .kfa-sec-title,
    .kfa-team-sec .kfa-sec-title,
    .kfa-feedback-sec .kfa-sec-title,
    .kfa-contact-sec .kfa-sec-title,
    .kfa-activities-sec .kfa-sec-title,
    .kfa-pillars-sec .kfa-sec-title,
    .kfa-video-sec .kfa-sec-title,
    .kfa-story-title {
        font-size: 19.5px !important;
        line-height: 1.28 !important;
        letter-spacing: -0.2px !important;
        margin-bottom: 6px !important;
    }

    .kfa-sec-subtitle,
    .kfa-projects-sec .kfa-sec-subtitle,
    .kfa-team-sec .kfa-sec-subtitle,
    .kfa-feedback-sec .kfa-sec-subtitle,
    .kfa-contact-sec .kfa-sec-subtitle {
        font-size: 12.5px !important;
        line-height: 1.45 !important;
        margin-bottom: 16px !important;
    }

    .kfa-projects-sec,
    .kfa-team-sec,
    .kfa-feedback-sec,
    .kfa-contact-sec,
    .kfa-activities-sec,
    .kfa-pillars-sec,
    .kfa-bank-sec {
        padding: 24px 12px !important;
    }
}