.tiktech-seo-service-links {
    position: relative;
    overflow: hidden;
    margin: 42px auto;
    padding: 34px;
    border: 1px solid rgba(168, 85, 247, 0.32);
    border-radius: 28px;
    background:
        radial-gradient(circle at top left, rgba(168, 85, 247, 0.18), transparent 34%),
        radial-gradient(circle at bottom right, rgba(236, 72, 153, 0.10), transparent 36%),
        rgba(5, 5, 16, 0.96);
    color: #f8fafc;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.38);
}

.tiktech-seo-service-links * {
    box-sizing: border-box;
}

.tiktech-seo-service-links-head {
    max-width: 980px;
    margin: 0 auto 24px;
    text-align: center;
}

.tiktech-seo-service-kicker {
    margin: 0 0 10px;
    color: #c4b5fd;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.tiktech-seo-service-links-head h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(30px, 4vw, 52px);
    line-height: 1.02;
    letter-spacing: -0.05em;
    text-shadow: 0 0 26px rgba(192, 132, 252, 0.34);
}

.tiktech-seo-service-links-head p {
    margin: 16px auto 0;
    max-width: 860px;
    color: #d4d4d8;
    font-size: 16px;
    line-height: 1.7;
}

.tiktech-seo-service-links-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.tiktech-seo-service-link-card {
    display: flex;
    min-height: 210px;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
    padding: 22px;
    border: 1px solid rgba(168, 85, 247, 0.42);
    border-radius: 22px;
    background: rgba(15, 15, 36, 0.78);
    text-align: center;
    text-decoration: none !important;
    box-shadow: 0 0 24px rgba(124, 58, 237, 0.14);
    transition:
        transform 160ms ease,
        border-color 160ms ease,
        box-shadow 160ms ease,
        background 160ms ease;
}

.tiktech-seo-service-link-card:hover {
    transform: translateY(-2px);
    border-color: rgba(216, 180, 254, 0.78);
    background: rgba(30, 20, 60, 0.84);
    box-shadow: 0 0 38px rgba(192, 132, 252, 0.28);
}

.tiktech-seo-service-link-card strong {
    display: block;
    color: #ffffff;
    font-size: 22px;
    line-height: 1.12;
}

.tiktech-seo-service-link-card span {
    display: block;
    color: #d4d4d8;
    font-size: 14px;
    line-height: 1.6;
}

.tiktech-seo-service-link-card em {
    display: inline-flex;
    justify-content: center;
    color: #c4b5fd;
    font-style: normal;
    font-weight: 900;
}

@media (max-width: 980px) {
    .tiktech-seo-service-links {
        padding: 24px;
        border-radius: 22px;
    }

    .tiktech-seo-service-links-grid {
        grid-template-columns: 1fr;
    }

    .tiktech-seo-service-link-card {
        min-height: auto;
    }
}
