/* SmartCertify styles - unified and cleaned */
@font-face {
    font-family: 'Samarata';
    src: url('../font/Samarata.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Two-column container layout */
.smartcertify-container, .sc-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 32px;
    align-items: flex-start;
    padding: 60px 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background: #ffffff;
    border-radius: 8px;
}

.sc-left {
    flex: 1;
    min-width: 280px;
    background: linear-gradient(135deg, #f7f7fb 0%, #eef2ff 100%);
    padding: 32px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.sc-left-inner {
    position: sticky;
    top: 80px;
}

.sc-title {
    color: #333;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 16px;
}

.sc-lead {
    color: #555;
    font-size: 16px;
    line-height: 1.6;
}

.sc-steps {
    color: #444;
    font-size: 16px;
    line-height: 1.8;
    padding-left: 20px;
}

.sc-steps li {
    margin-bot480px;
    background: transparent;
    min-width: 300px;
}

.sc-right .card {
    border: none;
    background: #ffffff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08
    background: #ffffff;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 30px 80px rgba(16, 24, 40, 0.12);
}

.sc-right .card h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #222;
}

.smartcertify-container .form-label {
    font-weight: 500;
    color: #333;
    margin-bo.5px solid #e0e0e0;
    padding: 14px 16px;
    font-size: 16px;
    height: 48px;
    transition: all 0.2s ease;
}

.smartcertify-container .form-control:focus {
    border-color: #2575fc;
    box-shadow: 0 0 0 4px rgba(37, 117, 252, 0.12);
    outline: none
}

.smartcertify-container .form-control:focus {
    border-color: #2575fc;
    box-shadow: 0 0 0 3px rgba(37, 117, 252, 0.1);
}

.btn-primary {
    background: linear-gradient(90deg, #6a11cb 0%, #2575fc 100%);
    border: none;
    color: #fff;
    padding: 12px 24px;
    font-weight: 600;
    border-radius: 10px;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(37, 117, 252, 0.2);
}

.btn-success {
    background: #06b6a4;
    border: none;
    color: #fff;
    padding: 10px 18px;
    font-weight: 600;
    border-radius: 8px;
}

.btn-success:hover {
    background: #059482;
}

#sc_alert .alert {
    margin-top: 12px;
    border-radius: 8px;
    padding: 12px 16px;
}

#sc_preview_modal .modal-content {
    border-radius: 12px;
    border: none;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

#sc_preview_modal .modal-header {
    background: linear-gradient(90deg, #6a11cb 0%, #2575fc 100%);
    color: #fff;
    border: none;
}

#sc_preview_iframe {
    border: 6px solid rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    background: #f9f9f9;
}

#sc_download_info {
    display: inline-block;
    margin-right: 12px;
    color: #06b6a4;
    font-weight: 700;
    font-size: 14px;
}

.sc-success {
    animation: sc-pop 0.6s ease-out;
}

@keyframes sc-pop {
    0% { transform: scale(0.9); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}
40px 16px;
        gap: 20px;
    }

    .sc-left {
        padding: 24px;
    }

    .sc-right {
        flex: 1;
        width: 100%;
        min-width: auto

    .sc-right {
        flex: 1;
        width: 100%;
    }

    .sc-left-inner {
        position: static;
    }
}

@media (max-width: 767px) {
    .sc-title {
        font-size: 24px;
    }

    .sc-steps {
        font-size: 14px;
    }

    .btn-primary {
        width: 100%;
    }
}
