.make-certificates-content {
    padding: 40px 0;
    background-color: #f5f7fa;
    min-height: calc(100vh - 200px);
}

.certificates-container {
    width: 1200px;
    margin: 0 auto;
}

.top-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.card-link {
    text-decoration: none;
    display: block;
    color: inherit;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-link:hover {
    transform: translateY(-5px);
}

.card-link:hover .large-card,
.card-link:hover .small-card {
    box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.1);
}

.large-card {
    width: 585px;
    height: 260px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    position: relative;
    padding: 30px;
    box-sizing: border-box;
    overflow: hidden;
}

.bottom-row {
    display: flex;
    justify-content: space-between;
}

.small-card {
    width: 285px;
    height: 260px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    position: relative;
    padding: 30px;
    box-sizing: border-box;
    overflow: hidden;
}

.card-border-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
}

.card-title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 20px;
}

.card-number {
    font-size: 48px;
    font-weight: bold;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card-icon {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 80px;
    height: 80px;
    opacity: 0.8;
}

.small-card .card-icon {
    width: 60px;
    height: 60px;
}

.gradient-1 { background: linear-gradient(90deg, #9230D6 0%, #235ECE 100%); }
.text-gradient-1 { background-image: linear-gradient(180deg, #9230D6 0%, #235ECE 100%); }

.gradient-2 { background: linear-gradient(90deg, #0FDFE8 0%, #813996 100%); }
.text-gradient-2 { background-image: linear-gradient(180deg, #0FDFE8 0%, #813996 100%); }

.gradient-3 { background: linear-gradient(90deg, #813996 0%, #754194 100%); }
.text-gradient-3 { background-image: linear-gradient(180deg, #813996 0%, #754194 100%); }

.gradient-4 { background: linear-gradient(90deg, #6682C8 0%, #E6116D 100%); }
.text-gradient-4 { background-image: linear-gradient(180deg, #6682C8 0%, #E6116D 100%); }

.gradient-5 { background: linear-gradient(90deg, #FEC436 0%, #FE3227 100%); }
.text-gradient-5 { background-image: linear-gradient(180deg, #FEC436 0%, #FE3227 100%); }

.gradient-6 { background: linear-gradient(90deg, #D6E758 0%, #18FCEB 100%); }
.text-gradient-6 { background-image: linear-gradient(180deg, #D6E758 0%, #18FCEB 100%); }
