.accent-line {
    height:6px;width:120px;
    background:linear-gradient(90deg,#0fdf8f,#00ffd6);
    border-radius:999px;
    margin-bottom:20px;
}

.about-title {font-weight:800;margin-bottom:0;}
.about-sub {color:#00ff99;font-weight:600;margin-top:4px;}

.section-heading {font-weight:700;margin-top:28px;margin-bottom:10px;}

.feat-box {
    background:rgba(255,255,255,0.02);
    border:1px solid rgba(255,255,255,0.04);
    padding:14px;border-radius:12px;margin-bottom:10px;
}

.btn-fancy {
    background:linear-gradient(90deg,#0fdf8f,#00ffd6);
    color:#00110a;font-weight:700;
    padding:12px 22px;border-radius:999px;
    border:none;box-shadow:0 10px 28px rgba(0,255,170,0.12);
}