
        *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

        :root {
            --ink: #0c0e14;
            --ink-soft: #1a1d28;
            --border: rgba(255,255,255,0.08);
            --border-glow: rgba(108,99,255,0.4);
            --text-primary: #f0f0f5;
            --text-secondary: rgba(240,240,245,0.65);
            --text-muted: rgba(240,240,245,0.3);
            --accent: #6c63ff;
            --accent-glow: rgba(108,99,255,0.35);
            --teal: #00d4aa;
            --rose: #ff5e7d;
            --amber: #f5a623;
        }

        body {
            background: var(--ink);
            color: var(--text-primary);
            font-family: 'DM Sans', sans-serif;
            font-size: 16px;
            line-height: 1.6;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
            overflow-x: hidden;
        }

        /* ── CANVAS BACKGROUND ── */
        #bg-canvas { position: fixed; inset: 0; z-index: 0; pointer-events: none; }
        body::before {
            content: ''; position: fixed; inset: 0;
            background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
            background-size: 256px; opacity: 0.4; z-index: 0; pointer-events: none;
        }

        /* ── NAV (Kept for header.php compatibility) ── */
        nav {
            display: flex; align-items: center; justify-content: space-between;
            padding: 24px 48px; border-bottom: 1px solid var(--border);
            backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
            position: sticky; top: 0; z-index: 100; background: rgba(12, 14, 20, 0.7);
        }
        .nav-logo {
            font-family: 'Syne', sans-serif; font-weight: 800; font-size: 22px;
            letter-spacing: -0.5px; color: var(--text-primary); text-decoration: none;
            display: flex; align-items: center; gap: 10px;
        }
        .nav-logo-dot {
            width: 8px; height: 8px; border-radius: 50%; background: var(--accent);
            box-shadow: 0 0 12px var(--accent); animation: pulse-dot 2.5s ease-in-out infinite;
        }
        .nav-links { display: flex; gap: 8px; list-style: none; }
        .nav-links a { color: var(--text-secondary); text-decoration: none; font-size: 14px; padding: 8px 16px; border-radius: 8px; transition: all 0.2s ease; }
        .nav-links a:hover { color: var(--text-primary); background: rgba(255,255,255,0.08); }
        .nav-cta { color: var(--text-primary) !important; background: var(--accent) !important; font-weight: 500; padding: 9px 20px !important; border-radius: 10px !important; }
        .nav-cta:hover { background: #7b73ff !important; box-shadow: 0 0 20px var(--accent-glow) !important; }
        .menu-toggle { display: none; cursor: pointer; }

        /* ── PAGE LAYOUT ── */
        .page-content { position: relative; z-index: 1; flex: 1; padding: 80px 24px; max-width: 1200px; margin: 0 auto; width: 100%; display: flex; flex-direction: column; gap: 110px; }
        
        /* ── HERO SECTION ── */
        .about-header { text-align: center; animation: fade-up 0.6s ease both; max-width: 850px; margin: 0 auto; }
        .section-label { font-size: 13px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); margin-bottom: 20px; display: inline-block; background: rgba(108, 99, 255, 0.1); padding: 6px 16px; border-radius: 20px; border: 1px solid rgba(108, 99, 255, 0.2); }
        .page-title { font-family: 'Syne', sans-serif; font-size: clamp(40px, 5vw, 64px); font-weight: 800; letter-spacing: -1.5px; margin-bottom: 24px; line-height: 1.1; }
        .page-sub { font-size: clamp(16px, 2vw, 20px); color: var(--text-secondary); font-weight: 400; line-height: 1.6; max-width: 700px; margin: 0 auto; }

        /* ── WHAT WE DO (NEW) ── */
        .what-we-do-section { animation: fade-up 0.6s 0.2s ease both; }
        .what-we-do-header { text-align: center; margin-bottom: 56px; }
        .what-we-do-title { font-family: 'Syne', sans-serif; font-size: 36px; font-weight: 700; color: var(--text-primary); }
        .what-we-do-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 32px; }
        
        .feature-card {
            background: linear-gradient(180deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.01) 100%);
            border: 1px solid var(--border);
            border-radius: 24px; padding: 48px 40px;
            transition: all 0.3s ease;
            position: relative; overflow: hidden;
        }
        .feature-card::before {
            content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px;
            background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform 0.4s ease;
        }
        .feature-card:hover::before { transform: scaleX(1); }
        .feature-card:hover { border-color: rgba(108,99,255,0.3); transform: translateY(-4px); box-shadow: 0 20px 40px rgba(0,0,0,0.4); }
        
        .feature-icon-wrapper { width: 64px; height: 64px; border-radius: 16px; background: rgba(108,99,255,0.1); display: flex; align-items: center; justify-content: center; font-size: 28px; margin-bottom: 24px; border: 1px solid rgba(108,99,255,0.2); }
        .feature-title { font-family: 'Syne', sans-serif; font-size: 22px; font-weight: 700; margin-bottom: 16px; color: var(--text-primary); }
        .feature-desc { font-size: 15px; color: var(--text-secondary); line-height: 1.7; }

        /* ── STORY SECTION ── */
        .story-section {
            background: rgba(255,255,255,0.02); border: 1px solid var(--border);
            border-radius: 32px; padding: 80px;
            backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
            animation: fade-up 0.6s 0.3s ease both;
            display: flex; gap: 80px; align-items: center;
        }
        .story-content { flex: 1.2; }
        .story-title { font-family: 'Syne', sans-serif; font-size: 32px; font-weight: 700; margin-bottom: 24px; color: var(--text-primary); }
        .story-text { color: var(--text-secondary); font-size: 17px; line-height: 1.8; margin-bottom: 20px; }
        
        .story-stats { flex: 0.8; display: grid; grid-template-columns: 1fr; gap: 40px; border-left: 1px solid var(--border); padding-left: 60px; }
        .stat-block { display: flex; flex-direction: column; }
        .stat-num { font-family: 'Syne', sans-serif; font-size: 56px; font-weight: 800; color: var(--accent); line-height: 1; margin-bottom: 12px; }
        .stat-label { font-size: 14px; color: var(--text-primary); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }

        /* ── TEAM SECTION ── */
        .team-section { animation: fade-up 0.6s 0.4s ease both; }
        .team-header { text-align: center; margin-bottom: 56px; }
        .team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 32px; }
        .team-card {
            background: rgba(255,255,255,0.01); border: 1px solid var(--border);
            border-radius: 24px; padding: 48px 32px; text-align: center;
            backdrop-filter: blur(10px); transition: all 0.3s ease;
        }
        .team-card:hover { background: rgba(255,255,255,0.03); border-color: rgba(255,255,255,0.15); }
        .avatar {
            width: 96px; height: 96px; border-radius: 50%; margin: 0 auto 24px;
            background: linear-gradient(135deg, rgba(108,99,255,0.2) 0%, rgba(0,212,170,0.2) 100%);
            border: 1px solid rgba(255,255,255,0.1);
            display: flex; align-items: center; justify-content: center;
            font-family: 'Syne', sans-serif; font-size: 28px; font-weight: 700; color: var(--text-primary);
        }
        .team-name { font-family: 'Syne', sans-serif; font-size: 22px; font-weight: 700; margin-bottom: 6px; }
        .team-role { font-size: 14px; color: var(--accent); font-weight: 600; margin-bottom: 16px; text-transform: uppercase; letter-spacing: 0.5px; }
        .team-bio { font-size: 15px; color: var(--text-secondary); line-height: 1.6; }

        /* ── BOTTOM CTA ── */
        .bottom-cta {
            text-align: center; padding: 100px 0 60px; border-top: 1px solid var(--border);
            animation: fade-up 0.6s 0.5s ease both;
        }
        .bottom-title { font-family: 'Syne', sans-serif; font-size: 40px; font-weight: 800; margin-bottom: 32px; }
        .cta-button {
            display: inline-block; background: var(--accent); color: #fff;
            text-decoration: none; font-weight: 600; padding: 18px 40px;
            border-radius: 12px; transition: all 0.2s; font-size: 16px;
        }
        .cta-button:hover { background: #7b73ff; transform: translateY(-3px); box-shadow: 0 12px 30px var(--accent-glow); }

        /* ── FOOTER ── */
        footer { border-top: 1px solid var(--border); padding: 32px 48px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 1; }
        .footer-copy, .footer-links a { font-size: 13px; color: var(--text-muted); text-decoration: none; }
        .footer-links { display: flex; gap: 24px; list-style: none; }
        .footer-links a:hover { color: var(--text-secondary); }

        @keyframes fade-up { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
        @keyframes pulse-dot { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(0.8); } }

        @media (max-width: 1024px) {
            .story-section { flex-direction: column; gap: 48px; padding: 56px; }
            .story-stats { border-left: none; border-top: 1px solid var(--border); padding-left: 0; padding-top: 48px; flex-direction: row; justify-content: space-around; width: 100%; }
        }
        
        /* ── RESPONSIVE & MOBILE MENU ── */
        @media (max-width: 768px) {
            nav { padding: 18px 24px; }
            .menu-toggle { display: block; }
            
            /* Mobile Dropdown Navigation */
            .nav-links {
                position: absolute;
                top: 100%;
                left: 0;
                width: 100%;
                background: rgba(12, 14, 20, 0.98);
                backdrop-filter: blur(24px);
                -webkit-backdrop-filter: blur(24px);
                flex-direction: column;
                padding: 24px;
                border-bottom: 1px solid var(--border);
                gap: 20px;
                text-align: center;
                /* Hide by default, animate in */
                opacity: 0;
                transform: translateY(-10px);
                pointer-events: none;
            }
            .nav-links.active {
                opacity: 1;
                transform: translateY(0);
                pointer-events: auto;
            }
            .nav-cta { display: inline-block; width: 100%; margin-top: 10px; }

            .page-content { padding: 60px 20px; gap: 80px; }
            .page-title { font-size: 32px; }
            .story-section { padding: 40px 24px; }
            .story-stats { flex-direction: column; gap: 32px; text-align: center; }
            
            footer { flex-direction: column; gap: 16px; text-align: center; }
        }
          /* Dot on the the image */
        .nav-logo-dot {
    width: 8px; 
    height: 8px; 
    border-radius: 50%;
    background: var(--accent); 
    
    /* Position exactly in the center of the image */
    position: absolute;
    top: 15%;
    left: 77%;
    transform: translate(-50%, -50%);
    
    /* Apply the blink animation */
    animation: logoBlink 2s infinite ease-in-out;
}

/* Add the animation keyframes at the bottom of your CSS file (or right after the class) */
@keyframes logoBlink {
    0%, 100% {
        opacity: 1;
        box-shadow: 0 0 12px var(--accent);
    }
    50% {
        opacity: 0.2;
        box-shadow: 0 0 2px var(--accent);
    }
}
  