@page{ margin: 14mm; }

.bgGlow, .topbar, .badge, .stats, .footer{
    display: none !important;
}

body{
    background: #fff !important;
    color: #0F172A !important;
}

.container{
    max-width: 100% !important;
    padding: 0 !important;
}

.hero{
    padding: 0 !important;
    margin: 0 0 12px 0 !important;
}

.hero__grid{ display:block !important; }

.mainGrid{
    display: grid !important;
    grid-template-columns: 35% 1fr !important;
    gap: 18px !important;
}

.card, .job, .projectCard, .navCard, .profileCard{
    box-shadow: none !important;
    border: 1px solid #E2E8F0 !important;
    background: #fff !important;
}

a{
    color: #0F172A !important;
    text-decoration: none !important;
}
