body.page-home {
    --bg-start: #1a2a6c;
    --bg-end: #09052f;
    --accent: #00d9ff;
    --accent-soft: rgba(0, 217, 255, 0.25);
}

body.page-home .tab-1 {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

body.page-home .tab-1 a:nth-child(1) {
    background: linear-gradient(135deg, rgba(0, 217, 255, .35), rgba(108, 92, 231, .4));
    box-shadow: 0 30px 55px rgba(0, 217, 255, .25);
}

body.page-home .tab-1 a:nth-child(1) span {
    background: radial-gradient(circle, rgba(0, 217, 255, .55), rgba(0, 217, 255, .08));
}

body.page-home .tab-1 a:nth-child(2) {
    background: linear-gradient(135deg, rgba(255, 153, 102, .4), rgba(255, 94, 98, .45));
    box-shadow: 0 30px 55px rgba(255, 153, 102, .35);
}

body.page-home .tab-1 a:nth-child(2) span {
    background: radial-gradient(circle, rgba(255, 188, 153, .55), rgba(255, 118, 136, .1));
}
