body {
    background-color: #000000;
    color: #ffffff;
}

.jb-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background:
        radial-gradient(circle at 15% 50%, rgba(255, 49, 140, 0.15), transparent 25%),
        radial-gradient(circle at 85% 30%, rgba(8, 124, 250, 0.15), transparent 25%);
    z-index: -1;
    overflow: hidden;
}

.text-jb-gradient {
    background: linear-gradient(to right, #ff318c, #087cfa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.btn-jb-primary {
    background: linear-gradient(180deg, #087cfa 0%, #0559b5 100%);
    border: 1px solid #0559b5;
    color: white;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transition: all 0.2s ease;
}

.btn-jb-primary:hover {
    background: linear-gradient(180deg, #1084ff 0%, #0664c9 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 2px 8px rgba(8, 124, 250, 0.3);
}

.btn-jb-secondary {
    background: #2b2b2b;
    border: 1px solid #4c5052;
    color: #dfe1e5;
    transition: all 0.2s ease;
}

.btn-jb-secondary:hover {
    background: #3c3f41;
    border-color: #5e6265;
}

.badge-student {
    background: rgba(8, 124, 250, 0.2);
    color: #6eb6ff;
    border: 1px solid rgba(8, 124, 250, 0.4);
}

.badge-pro {
    background: rgba(255, 49, 140, 0.1);
    color: #ff7eb9;
    border: 1px solid rgba(255, 49, 140, 0.3);
}

.tool-row-included {
    border-left: 3px solid #087cfa;
}

.tool-row-excluded {
    opacity: 0.75;
}
