.student-corner-body {
    background: linear-gradient(140deg, #f4f7ff 0%, #ede7ff 50%, #f5f5f0 100%);
    min-height: 100vh;
}

.student-corner-main {
    padding: 120px 48px 80px;
}

.student-corner-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 36px;
    align-items: start;
    padding: 0;
}

.student-form-card,
.student-card-preview {
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(74, 111, 255, 0.2);
    border-radius: 24px;
    padding: 32px;
    backdrop-filter: blur(8px);
    box-shadow: 0 16px 50px rgba(46, 135, 204, 0.12);
}

.student-help {
    margin-top: 10px;
    color: rgba(10, 10, 10, 0.65);
    font-size: 0.9rem;
    line-height: 1.7;
}

.claim-heading {
    margin-top: 16px;
    font-weight: 700;
    color: #0a0a0a;
}

.claim-subheading {
    font-size: 0.84rem;
    color: rgba(10, 10, 10, 0.65);
    margin-top: 4px;
}

.mode-switch {
    display: flex;
    gap: 10px;
    margin-top: 18px;
    flex-wrap: wrap;
}

.mode-btn {
    border: 1px solid rgba(74, 111, 255, 0.3);
    background: #fff;
    color: #3557dd;
    padding: 10px 18px;
    border-radius: 999px;
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 1.5px;
    font-size: 0.95rem;
    cursor: pointer;
}

.mode-btn.active {
    background: #3557dd;
    color: #fff;
}

.verify-status {
    margin-top: 14px;
    padding: 10px 12px;
    border-radius: 10px;
    background: rgba(10, 131, 158, 0.08);
    color: #0a839e;
    border: 1px solid rgba(10, 131, 158, 0.25);
    font-size: 0.82rem;
}

.verify-status.error {
    color: #c62828;
    background: rgba(198, 40, 40, 0.08);
    border-color: rgba(198, 40, 40, 0.25);
}

.field-note {
    margin-top: 8px;
    font-size: 0.78rem;
    color: rgba(10, 10, 10, 0.5);
}

.student-form {
    margin-top: 24px;
}

.button-row {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
}

.btn-delete {
    border: 1px solid rgba(198, 40, 40, 0.35);
    background: rgba(255, 255, 255, 0.85);
    color: #c62828;
    padding: 12px 24px;
    border-radius: 999px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1rem;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-delete:hover {
    background: #c62828;
    color: #fff;
}

.btn-download {
    border: none;
    padding: 12px 24px;
    border-radius: 999px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1rem;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-download {
    background: #4a6fff;
    color: #fff;
}

.btn-download:hover {
    background: #3557dd;
}

.profile-card-shell {
    width: min(100%, 420px);
    margin: 12px auto 0;
    position: relative;
    overflow: visible;
}

.profile-card-template {
    width: 100%;
    border-radius: 14px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
}

.profile-photo {
    position: absolute;
    left: 15.7%;
    top: 24%;
    width: 68%;
    aspect-ratio: 1 / 1;
    border-radius: 24px;
    object-fit: cover;
    object-position: center;
    display: none;
}

.profile-name {
    position: absolute;
    bottom: 30%;
    left: 20%;
    right: 20%;
    text-align: center;
    color: #f5f5f0;
    font-size: clamp(1.9rem, 3.9vw, 2.95rem);
    font-weight: 600;
    line-height: 0.92;
    z-index: 3;
}

.profile-application-id {
    position: absolute;
    bottom: 23%;
    left: 14%;
    right: 14%;
    text-align: center;
    color: rgba(245, 245, 240, 0.92);
    font-size: clamp(0.66rem, 1.2vw, 0.82rem);
    letter-spacing: 1px;
    z-index: 3;
}

.profile-socials {
    position: absolute;
    left: 7.5%;
    right: 7.5%;
    bottom: 14.8%;
    display: flex;
    justify-content: space-between;
    gap: 4px;
    z-index: 3;
}

.profile-social {
    width: 32%;
    color: rgba(245, 245, 240, 0.85);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 3px;
    font-size: 0.58rem;
    text-align: center;
    overflow: visible;
    padding-bottom: 4px;
}

.social-svg-icon {
    width: 1.08rem;
    height: 1.08rem;
    flex-shrink: 0;
    color: rgba(245, 245, 240, 0.85);
}

.profile-social span {
    display: block;
    max-width: 100%;
    width: 100%;
    overflow: visible;
    white-space: nowrap;
    line-height: 1.2;
    color: #f5f5f0;
    font-weight: 600;
    letter-spacing: 0.2px;
    padding-top: 2px;
    font-size: 0.58rem;
}

.hidden {
    display: none !important;
}

.celebration-overlay {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at center, rgba(74, 111, 255, 0.94), rgba(10, 10, 10, 0.95));
    z-index: 2500;
    opacity: 0;
    visibility: hidden;
    transition: all 0.45s ease;
}

.celebration-overlay.active {
    opacity: 1;
    visibility: visible;
}

.celebration-box {
    max-width: 760px;
    width: calc(100% - 32px);
    text-align: center;
    color: #fff;
    padding: 42px 24px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(6px);
}

.celebration-box h2 {
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 2px;
    font-size: clamp(2.1rem, 6vw, 4.2rem);
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .student-corner-main {
        padding: 104px 28px 70px;
    }

    .student-corner-wrapper {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .student-corner-main {
        padding: 90px 14px 48px;
    }

    .student-form-card,
    .student-card-preview {
        padding: 22px 16px;
        border-radius: 16px;
    }

    .profile-name {
        font-size: clamp(2rem, 8.8vw, 2.8rem);
    }

    .profile-application-id {
        font-size: 0.66rem;
        bottom: 17.3%;
    }

    .profile-social {
        font-size: 0.62rem;
    }

    .social-svg-icon {
        width: 1rem;
        height: 1rem;
    }
}
