/* ==========================================================================
   Page Specific Styles - FORENSIC INVESTIGATOR THEME
   ========================================================================== */

/* HOME PAGE */
#hero {
    border-bottom: 10px solid;
    border-image: repeating-linear-gradient(45deg, var(--neon-green), var(--neon-green) 20px, #000000 20px, #000000 40px) 10;
}
.hero-container { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; min-height: 100vh; padding-top: var(--nav-height); }
.hero-label { font-family: var(--font-mono); color: var(--neon-cyan); font-size: 0.95rem; font-weight: 700; margin-bottom: 1.5rem; display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: 2px; background: rgba(204,0,0,0.1); padding: 5px 10px; border-left: 4px solid var(--neon-cyan); display: inline-flex; }
.hero-label i { color: var(--neon-cyan); }
.hero-title { font-family: var(--font-heading); font-size: 4.5rem; font-weight: 800; line-height: 1.05; margin-bottom: 1.5rem; text-transform: uppercase; color: #fff; text-shadow: 4px 4px 0 var(--neon-cyan); }
.hero-subtitle { font-family: var(--font-mono); font-size: 1.3rem; color: var(--neon-green); margin-bottom: 2rem; letter-spacing: 1px; background: #000; padding: 5px 10px; border: 1px dashed var(--neon-green); display: inline-block; }
.hero-main-statement { font-size: 1.25rem; font-weight: 600; margin-bottom: 1.5rem; border-left: 4px solid var(--neon-cyan); padding-left: 20px; background: #000; padding-top: 10px; padding-bottom: 10px; border-radius: 0; }
.hero-actions { display: flex; gap: 1.5rem; margin-top: 2.5rem; }
.hero-visual { position: relative; height: 500px; display: flex; justify-content: center; align-items: center; border: 2px solid var(--neon-cyan); background: repeating-linear-gradient(45deg, #111, #111 10px, #000 10px, #000 20px); box-shadow: 10px 10px 0 var(--neon-cyan); }
.hero-visual::before {
    content: 'SURVEILLANCE FEED'; position: absolute; top: 10px; right: 10px; background: var(--neon-cyan); color: #000; padding: 5px 10px; font-family: var(--font-mono); font-weight: bold; font-size: 0.8rem; z-index: 10;
}
#three-hero-container, #three-stack-container { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.home-photo-section { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.profile-photo-wrapper { position: relative; border-radius: 0; border: 4px solid var(--neon-cyan); box-shadow: 15px 15px 0 var(--neon-green); overflow: hidden; }
.profile-photo-wrapper::after { content: 'SUBJECT: RAKIB HASAN AKAS'; position: absolute; bottom: 0; left: 0; background: var(--neon-cyan); color: #000; padding: 5px 10px; font-family: var(--font-mono); font-weight: bold; font-size: 0.9rem; width: 100%; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; text-align: center; margin-top: 3rem; }
.stat-value { font-family: var(--font-heading); font-size: 3rem; font-weight: 800; color: var(--neon-green); background: #000; border: 2px solid var(--neon-green); padding: 10px; box-shadow: 4px 4px 0 var(--neon-cyan); }
.stat-label { font-family: var(--font-mono); font-size: 0.85rem; font-weight: 600; color: var(--text-secondary); text-transform: uppercase; letter-spacing: 2px; margin-top: 10px; background: #111; padding: 5px; border-bottom: 2px solid var(--neon-cyan); }

/* ABOUT PAGE */
.about-hero { min-height: 60vh; display: flex; align-items: center; padding-top: var(--nav-height); text-align: center; border-bottom: 10px solid var(--neon-green); }
.identity-card {
    background: #000;
    border: 4px solid var(--neon-cyan); 
    border-radius: 0; overflow: hidden; position: relative; 
    box-shadow: 15px 15px 0 rgba(204,0,0,0.4);
    max-width: 500px; margin: 0 auto;
}
.card-scanner { position: absolute; top: 0; left: 0; width: 100%; height: 5px; background: var(--neon-green); box-shadow: 0 0 20px var(--neon-green); animation: scanline 3s linear infinite; z-index: 10; opacity: 0.8; }
.card-header { background: var(--neon-cyan); padding: 18px 25px; font-family: var(--font-heading); color: #000; font-weight: bold; text-transform: uppercase; letter-spacing: 2px; }
.card-body { padding: 30px; display: flex; gap: 25px; align-items: center; border: 1px dashed var(--neon-cyan); margin: 10px; }
.card-photo { width: 130px; height: 130px; border-radius: 0; border: 2px solid #fff; object-fit: cover; filter: grayscale(100%) contrast(150%); }
.card-info { flex: 1; display: flex; flex-direction: column; gap: 12px; }
.info-row { display: flex; flex-direction: column; gap: 2px; border-bottom: 1px dotted var(--text-muted); padding-bottom: 5px; }
.info-label { font-family: var(--font-mono); color: var(--neon-cyan); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1px; }
.info-value { font-family: var(--font-mono); color: #fff; font-size: 1rem; font-weight: 600; text-transform: uppercase; }
.status-active { color: var(--neon-green); display: flex; align-items: center; gap: 6px; }
.status-active::before { content: ''; display: inline-block; width: 10px; height: 10px; background: var(--neon-green); border-radius: 0; animation: blink 1s step-end infinite; }

/* SERVICES PAGE */
.page-header { text-align: center; padding: 10rem 0 5rem; position: relative; background: repeating-linear-gradient(45deg, #050505, #050505 10px, #000 10px, #000 20px); border-bottom: 4px solid var(--neon-cyan); }
.page-title { font-family: var(--font-heading); font-size: 4rem; font-weight: 800; color: #fff; text-transform: uppercase; margin-bottom: 1.5rem; text-shadow: 4px 4px 0 var(--neon-cyan); }
.page-subtitle { font-family: var(--font-mono); color: var(--neon-green); font-size: 1.25rem; letter-spacing: 4px; text-transform: uppercase; background: #000; display: inline-block; padding: 5px 15px; border: 1px dashed var(--neon-green); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; }
.service-card {
    background: #000;
    border: 2px solid var(--neon-cyan); 
    border-radius: 0; padding: 3rem 2.5rem; position: relative; 
    transition: all 0.2s linear; 
    box-shadow: 8px 8px 0 rgba(204,0,0,0.3);
}
.service-card::before {
    content: 'CLASSIFIED'; position: absolute; top: -10px; right: 20px; background: var(--neon-cyan); color: #000; font-family: var(--font-mono); font-weight: bold; padding: 2px 8px; font-size: 0.8rem;
}
.service-card:hover { transform: translate(-5px, -5px); border-color: var(--neon-green); box-shadow: 13px 13px 0 rgba(255,204,0,0.4); }
.service-card:hover::before { background: var(--neon-green); }
.service-icon { font-size: 3rem; color: #fff; margin-bottom: 1.8rem; background: var(--neon-cyan); width: 80px; height: 80px; display: flex; justify-content: center; align-items: center; border-radius: 0; }
.service-card:hover .service-icon { background: var(--neon-green); color: #000; }
.service-card h3 { font-family: var(--font-heading); font-size: 1.4rem; font-weight: 700; margin-bottom: 1.2rem; letter-spacing: 2px; text-transform: uppercase; color: var(--neon-cyan); border-bottom: 1px dashed var(--text-muted); padding-bottom: 10px; }
.service-card:hover h3 { color: var(--neon-green); }
.service-process { margin-top: 2rem; padding: 1.5rem; border: 1px solid var(--text-muted); background: #111; font-family: var(--font-mono); font-size: 0.85rem; color: #fff; letter-spacing: 1px; }

/* SKILLS PAGE */
.skills-container { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4rem; }
.skill-category { background: #050505; padding: 2.5rem; border: 2px solid var(--neon-cyan); box-shadow: 10px 10px 0 var(--neon-green); position: relative; }
.skill-category::before { content: ''; position: absolute; top: 0; left: 0; width: 10px; height: 100%; background: var(--neon-cyan); }
.skill-category h3 { font-family: var(--font-heading); color: #fff; font-size: 1.4rem; background: var(--neon-cyan); padding: 10px; margin-bottom: 2rem; text-transform: uppercase; letter-spacing: 2px; display: inline-block; margin-left: -2.5rem; padding-left: 2.5rem; }
.skill-list { display: flex; flex-wrap: wrap; gap: 12px; }
.skill-item { 
    background: #000; border: 1px solid var(--text-muted); 
    padding: 8px 15px; font-family: var(--font-mono); font-size: 0.9rem; 
    transition: all var(--transition-fast); cursor: default;
    color: var(--text-primary); text-transform: uppercase;
}
.skill-item::before { content: '['; color: var(--neon-cyan); margin-right: 5px; font-weight: bold; }
.skill-item::after { content: ']'; color: var(--neon-cyan); margin-left: 5px; font-weight: bold; }
.skill-item:hover { background: var(--neon-cyan); border-color: var(--neon-cyan); color: #000; font-weight: bold; }
.skill-item:hover::before, .skill-item:hover::after { color: #000; }
.three-stack-wrapper { height: 600px; position: relative; border: 4px solid var(--neon-cyan); background: #000; overflow: hidden; box-shadow: 15px 15px 0 var(--neon-green); }

/* EXPERIENCE PAGE */
.timeline { position: relative; max-width: 900px; margin: 0 auto; padding: 2rem 0; }
.timeline::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 4px; height: 100%; background: var(--neon-cyan); box-shadow: 0 0 10px var(--neon-cyan); }
.timeline-item { position: relative; margin-bottom: 5rem; width: 50%; display: block; }
.timeline-item:nth-child(odd) { left: 0; padding-right: 60px; padding-left: 0; }
.timeline-item:nth-child(even) { left: 50%; padding-left: 60px; padding-right: 0; }
.timeline-dot { 
    position: absolute; top: 30px; width: 28px; height: 28px; 
    background: #000; border: 4px solid var(--neon-green); transform: rotate(45deg);
    transition: all 0.2s ease; z-index: 2;
}
.timeline-item:nth-child(odd) .timeline-dot { right: -14px; left: auto; }
.timeline-item:nth-child(even) .timeline-dot { left: -14px; right: auto; }
.timeline-item:hover .timeline-dot { background: var(--neon-green); }
.timeline-content { 
    background: #050505;
    border: 2px solid var(--text-muted); border-top: 4px solid var(--neon-cyan);
    padding: 2.5rem; border-radius: 0;
    transition: all 0.2s ease; box-shadow: 8px 8px 0 rgba(0,0,0,0.5);
}
.timeline-item:hover .timeline-content { transform: translateX(10px); border-color: var(--neon-cyan); box-shadow: 12px 12px 0 rgba(204,0,0,0.3); }
.timeline-role { font-family: var(--font-heading); color: #fff; font-size: 1.4rem; margin-bottom: 0.8rem; letter-spacing: 2px; text-transform: uppercase; }
.timeline-meta { font-family: var(--font-mono); color: var(--neon-green); font-size: 0.95rem; margin-bottom: 1.5rem; display: flex; justify-content: space-between; border-bottom: 1px dashed var(--text-muted); padding-bottom: 1rem; text-transform: uppercase; font-weight: bold; }
.timeline-image .img-wrapper { height: 180px; border: 2px solid var(--neon-cyan); padding: 5px; background: #000; }

/* PROJECTS PAGE */
.project-filters { display: flex; justify-content: center; gap: 1.2rem; margin-bottom: 4rem; flex-wrap: wrap; }
.filter-btn { background: #000; border: 2px solid var(--text-muted); color: var(--text-secondary); padding: 10px 24px; border-radius: 0; font-family: var(--font-mono); font-size: 0.9rem; transition: all 0.2s ease; text-transform: uppercase; letter-spacing: 2px; font-weight: bold; }
.filter-btn:hover, .filter-btn.active { border-color: var(--neon-cyan); color: #000; background: var(--neon-cyan); box-shadow: 4px 4px 0 var(--neon-green); }
.projects-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(380px, 1fr)); gap: 3rem; }
.project-card { 
    background: #000; border: 2px solid var(--neon-cyan); 
    border-radius: 0; overflow: hidden; transition: all 0.2s ease;
    box-shadow: 8px 8px 0 rgba(204,0,0,0.3); position: relative;
}
.project-card:hover { transform: translate(-5px, -5px); border-color: var(--neon-green); box-shadow: 13px 13px 0 rgba(255,204,0,0.4); }
.project-img-container { height: 220px; position: relative; overflow: hidden; border-bottom: 2px solid var(--neon-cyan); background: repeating-linear-gradient(45deg, #111, #111 10px, #000 10px, #000 20px); }
.project-img-container img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%) contrast(150%) sepia(20%) hue-rotate(320deg); transition: filter 0.3s ease; }
.project-card:hover .project-img-container img { filter: none; }
.project-info { padding: 2rem; position: relative; }
.project-category { font-family: var(--font-mono); font-size: 0.8rem; color: var(--neon-green); margin-bottom: 0.8rem; text-transform: uppercase; letter-spacing: 2px; font-weight: bold; }
.project-category::before { content: 'CLASS: '; color: var(--text-muted); }
.project-title { font-family: var(--font-heading); font-size: 1.4rem; font-weight: 700; margin-bottom: 1.2rem; text-transform: uppercase; color: #fff; }
.project-tech { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 1.5rem; font-family: var(--font-mono); font-size: 0.8rem; color: #fff; }
.project-tech span { background: #111; border: 1px solid var(--text-muted); padding: 4px 10px; border-radius: 0; text-transform: uppercase; }
.project-card:hover .project-tech span { border-color: var(--neon-green); color: var(--neon-green); }

/* OSINT PAGE */
.osint-network-visual { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 20px; margin-bottom: 5rem; border: 2px dashed var(--text-muted); padding: 40px; background: #050505; }
.osint-node { 
    background: #000; 
    border: 2px solid var(--neon-cyan); padding: 12px 25px; border-radius: 0; 
    font-family: var(--font-mono); color: #fff; box-shadow: 4px 4px 0 rgba(204,0,0,0.5);
    transition: all 0.2s ease; text-transform: uppercase; letter-spacing: 2px; font-weight: bold;
}
.osint-node:hover { transform: translate(-2px, -2px); background: var(--neon-cyan); color: #000; box-shadow: 6px 6px 0 var(--neon-green); border-color: var(--neon-green); }
.osint-arrow { color: var(--text-muted); font-size: 1.5rem; }
.osint-disclaimer { background: rgba(255, 204, 0, 0.1); border: 2px solid var(--neon-green); border-left: 10px solid var(--neon-green); color: var(--neon-green); padding: 20px; border-radius: 0; font-family: var(--font-mono); margin-bottom: 4rem; text-transform: uppercase; font-weight: bold; }

/* RESEARCH PAGE (Terminal) */
.terminal-card { 
    background: #000; border: 2px solid var(--neon-cyan); 
    border-radius: 0; font-family: var(--font-mono); box-shadow: 10px 10px 0 rgba(204,0,0,0.4); 
    overflow: hidden;
}
.terminal-header { background: var(--neon-cyan); padding: 8px 15px; display: flex; align-items: center; justify-content: flex-start; border-bottom: 2px solid #000; }
.terminal-title { color: #000; font-size: 0.9rem; font-weight: bold; letter-spacing: 2px; text-transform: uppercase; }
.terminal-content { padding: 25px; color: var(--text-primary); height: 350px; overflow-y: auto; font-size: 0.95rem; line-height: 1.6; background: repeating-linear-gradient(transparent, transparent 2px, rgba(204,0,0,0.03) 3px, rgba(204,0,0,0.03) 3px); }
.terminal-content p { margin-bottom: 10px; }
.terminal-input-line { display: flex; padding: 0 25px 25px; background: transparent; }
#terminal-input { background: transparent; border: none; border-bottom: 1px solid var(--neon-green); color: var(--neon-green); font-family: var(--font-mono); flex-grow: 1; outline: none; font-size: 1rem; padding-bottom: 5px; border-radius: 0; }
.prompt { color: var(--neon-cyan); margin-right: 12px; font-weight: 700; }

/* CONTACT PAGE */
.contact-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.cyber-form { 
    background: #050505;
    padding: 3.5rem; border-radius: 0; border: 2px solid var(--text-muted); 
    border-top: 6px solid var(--neon-cyan); box-shadow: 12px 12px 0 rgba(204,0,0,0.2);
}
.form-group { margin-bottom: 2rem; position: relative; }
.form-group label { display: block; font-family: var(--font-mono); font-size: 0.9rem; font-weight: bold; color: #fff; margin-bottom: 0.8rem; text-transform: uppercase; letter-spacing: 2px; }
.form-group label::after { content: ' *'; color: var(--neon-cyan); }
.form-group input, .form-group textarea { 
    width: 100%; background: #000; border: 2px solid var(--text-muted); 
    padding: 15px; color: var(--neon-green); font-family: var(--font-mono); font-size: 1rem;
    border-radius: 0; outline: none; transition: all 0.2s ease; text-transform: uppercase;
}
.form-group input:focus, .form-group textarea:focus { border-color: var(--neon-cyan); box-shadow: inset 0 0 10px rgba(204,0,0,0.2); }
#contact-shield-container { height: 450px; width: 100%; border: 2px dashed var(--neon-cyan); background: #000; display: flex; justify-content: center; align-items: center; }

.offgrid-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
