/* Hero Section */
.hero-certification {
    background-image: url('/static/images/certification.jpg');
    background-size: cover;
    background-position: center;
    min-height: 600px;
    padding: 120px 0 80px 0; /* Added top padding to account for navbar */
    position: relative;
    z-index: 1;
    margin-top: 0; /* Removed margin to eliminate space between navbar and hero */
}

.hero-certification::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(6, 28, 22, 0.8), rgba(45, 90, 39, 0.7));
    left: 0; 
    right: 0;
    top: 0;
    bottom: 0;
}

.overlay-cert-logo {
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 80px;
    z-index: 10;
    opacity: 1;
    pointer-events: none;
}

/* Certificate Level Previews */
.cert-level-preview {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    height: 100%;
}

.cert-level-preview:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
}

.cert-level-preview i {
    font-size: 2.5rem;
    color: #ffd700;
    margin-bottom: 1rem;
}

.cert-level-preview h5 {
    color: white;
    font-weight: 600;
    margin: 0;
}

/* Security Badge */
.security-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    padding: 0.5rem 1rem;
    color: white;
    font-weight: 500;
}

.security-badge i {
    color: #ffd700;
}

/* Professional Certificate Level Cards */
.cert-level-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 
        0 4px 20px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(10, 56, 20, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(10, 56, 20, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(10px);
}

.cert-level-card::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, 
        rgba(10, 56, 20, 0.1) 0%, 
        rgba(212, 175, 55, 0.1) 50%, 
        rgba(45, 112, 64, 0.1) 100%);
    border-radius: 20px;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.cert-level-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 
        0 25px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(10, 56, 20, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    border-color: rgba(10, 56, 20, 0.15);
}

.cert-level-card:hover::before {
    opacity: 1;
}

.cert-level-header {
    background: linear-gradient(135deg, #0a3814 0%, #2d7040 50%, #0a2e13 100%);
    padding: 2rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.cert-level-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(212, 175, 55, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.cert-level-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        #d4af37 20%, 
        #e6c547 50%, 
        #d4af37 80%, 
        transparent 100%);
    box-shadow: 0 2px 8px rgba(212, 175, 55, 0.4);
}

.level-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    padding: 1rem 1.25rem;
    border-radius: 12px;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.cert-level-card:hover .level-indicator {
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1.05);
    box-shadow: 
        0 6px 20px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.level-number {
    font-size: 2.25rem;
    font-weight: 900;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 50%, #ffd700 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    text-shadow: 0 2px 8px rgba(212, 175, 55, 0.5);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
    position: relative;
}

.level-text {
    font-size: 0.8rem;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 0.25rem;
}

.cert-level-icon {
    color: #ffd700;
    font-size: 2.75rem;
    opacity: 0.95;
    filter: drop-shadow(0 2px 8px rgba(212, 175, 55, 0.4));
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.cert-level-card:hover .cert-level-icon {
    transform: scale(1.1) rotate(5deg);
    filter: drop-shadow(0 4px 12px rgba(212, 175, 55, 0.6));
}

.cert-level-body {
    padding: 2.5rem 2rem;
    background: linear-gradient(to bottom, #ffffff 0%, #fafbfc 100%);
    position: relative;
}

.cert-level-title {
    background: linear-gradient(135deg, #0a3814 0%, #2d7040 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

.cert-level-description {
    color: #495057;
    line-height: 1.7;
    margin-bottom: 1.75rem;
    font-size: 1.05rem;
    font-weight: 400;
}

.requirements {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 12px;
    padding: 1.75rem;
    margin-bottom: 2rem;
    border-left: 5px solid;
    border-image: linear-gradient(135deg, #0a3814 0%, #d4af37 50%, #2d7040 100%) 1;
    box-shadow: 
        0 2px 10px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    position: relative;
    overflow: hidden;
}

.requirements::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(212, 175, 55, 0.3) 50%, 
        transparent 100%);
}

.requirements-title {
    color: #0a3814;
    font-weight: 800;
    margin-bottom: 1.25rem;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.requirements-title::before {
    content: '✓';
    margin-right: 0.75rem;
    font-size: 1.3rem;
    color: #28a745;
    background: rgba(40, 167, 69, 0.1);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

.requirements-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.requirements-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
    color: #495057;
    line-height: 1.6;
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.2s ease;
    padding: 0.5rem;
    border-radius: 6px;
}

.requirements-list li:hover {
    background: rgba(10, 56, 20, 0.03);
    padding-left: 0.75rem;
}

.requirements-list i {
    color: #28a745;
    margin-right: 1rem;
    margin-top: 0.25rem;
    font-size: 1rem;
    flex-shrink: 0;
    background: rgba(40, 167, 69, 0.1);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
}

.cert-level-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}

.cert-level-actions .btn {
    flex: 1;
    min-width: 140px;
    border-radius: 12px;
    font-weight: 700;
    padding: 1rem 1.5rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.cert-level-actions .btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.cert-level-actions .btn:hover::before {
    left: 100%;
}

.cert-level-actions .btn-primary {
    background: linear-gradient(135deg, #0a3814 0%, #2d7040 100%);
    border: 2px solid transparent;
    color: white;
}

.cert-level-actions .btn-primary:hover {
    background: linear-gradient(135deg, #0a2e13 0%, #0a3814 100%);
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 25px rgba(10, 56, 20, 0.4);
}

.cert-level-actions .btn-outline-primary {
    border: 2px solid #0a3814;
    color: #0a3814;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
}

.cert-level-actions .btn-outline-primary:hover {
    background: linear-gradient(135deg, #0a3814 0%, #2d7040 100%);
    color: white;
    border-color: transparent;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 25px rgba(10, 56, 20, 0.3);
}

/* Security Features */
.security-feature-card {
    background: linear-gradient(to bottom, #ffffff 0%, #fafbfc 100%);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    box-shadow: 
        0 4px 20px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(10, 56, 20, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    border: 1px solid rgba(10, 56, 20, 0.08);
    position: relative;
    overflow: hidden;
}

.security-feature-card::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, 
        rgba(10, 56, 20, 0.1) 0%, 
        rgba(212, 175, 55, 0.1) 50%, 
        rgba(45, 112, 64, 0.1) 100%);
    border-radius: 20px;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.security-feature-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 
        0 25px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(10, 56, 20, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    border-color: rgba(10, 56, 20, 0.15);
}

.security-feature-card:hover::before {
    opacity: 1;
}

.security-icon {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, #0a3814 0%, #2d7040 50%, #0a2e13 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    color: #ffd700;
    font-size: 2.25rem;
    box-shadow: 
        0 8px 25px rgba(10, 56, 20, 0.2),
        0 0 0 4px rgba(212, 175, 55, 0.1),
        inset 0 2px 0 rgba(255, 255, 255, 0.2);
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
}

.security-icon::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 50%;
    background: linear-gradient(135deg, 
        rgba(212, 175, 55, 0.3) 0%, 
        transparent 50%, 
        rgba(212, 175, 55, 0.3) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.security-feature-card:hover .security-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 
        0 12px 35px rgba(10, 56, 20, 0.3),
        0 0 0 6px rgba(212, 175, 55, 0.15),
        inset 0 2px 0 rgba(255, 255, 255, 0.3);
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.2));
}

.security-feature-card:hover .security-icon::before {
    opacity: 1;
}

.security-title {
    background: linear-gradient(135deg, #0a3814 0%, #2d7040 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    letter-spacing: -0.3px;
}

.security-description {
    color: #495057;
    line-height: 1.7;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
}

/* Certification Types Cards */
.cert-type-card {
    background: #fff;
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #e9ecef;
}

.cert-type-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.cert-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #2d5a27, #4a7c59);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: white;
    font-size: 2rem;
}

.cert-title {
    color: #2d5a27;
    font-weight: 700;
    margin-bottom: 1rem;
}

.cert-description {
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.cert-meta .badge {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
    border-radius: 25px;
}

/* Program Cards */
.program-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.program-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.program-image {
    height: 200px;
    position: relative;
    overflow: hidden;
}

.program-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.program-card:hover .program-image img {
    transform: scale(1.05);
}

.program-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(45, 90, 39, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.program-card:hover .program-overlay {
    opacity: 1;
}

.program-body {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.program-meta {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.badge-soft {
    background: #e8f5e8;
    color: #2d5a27;
    border-radius: 20px;
    padding: 0.25rem 0.75rem;
    font-weight: 600;
    font-size: 0.8rem;
}

.program-title {
    color: #2d5a27;
    font-weight: 700;
    margin-bottom: 0.75rem;
    font-size: 1.1rem;
}

.program-desc {
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.program-footer {
    margin-top: auto;
}

/* Benefits Cards */
.benefit-card {
    padding: 2rem 1.5rem;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

.benefit-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #2d5a27, #4a7c59);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: white;
    font-size: 1.8rem;
}

.benefit-title {
    color: #2d5a27;
    font-weight: 700;
    margin-bottom: 1rem;
}

.benefit-description {
    color: #6c757d;
    line-height: 1.6;
}

/* Process Steps */
.process-step {
    position: relative;
    padding: 2rem;
    background: linear-gradient(to bottom, #ffffff 0%, #fafbfc 100%);
    border-radius: 20px;
    box-shadow: 
        0 4px 20px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(10, 56, 20, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(10, 56, 20, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.process-step::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, 
        rgba(10, 56, 20, 0.1) 0%, 
        rgba(212, 175, 55, 0.1) 50%, 
        rgba(45, 112, 64, 0.1) 100%);
    border-radius: 20px;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.process-step:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(10, 56, 20, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    border-color: rgba(10, 56, 20, 0.15);
}

.process-step:hover::before {
    opacity: 1;
}

.step-number {
    width: 70px;
    height: 100px;
    background: linear-gradient(135deg, #0a3814 0%, #2d7040 50%, #0a2e13 100%);
    color: #ffd700;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: 900;
    position: relative;
    z-index: 2;
    box-shadow: 
        0 8px 25px rgba(10, 56, 20, 0.2),
        0 0 0 3px rgba(212, 175, 55, 0.3),
        inset 0 2px 0 rgba(255, 255, 255, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
    flex-shrink: 0;
}

.step-number::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 50%;
    background: linear-gradient(135deg, 
        rgba(212, 175, 55, 0.3) 0%, 
        transparent 50%, 
        rgba(212, 175, 55, 0.3) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.process-step:hover .step-number {
    transform: scale(1.1);
    box-shadow: 
        0 12px 35px rgba(10, 56, 20, 0.3),
        0 0 0 4px rgba(212, 175, 55, 0.4),
        inset 0 2px 0 rgba(255, 255, 255, 0.3);
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.2));
}

.process-step:hover .step-number::before {
    opacity: 1;
}

.process-step-content {
    flex: 1;
    min-width: 0;
}

.process-step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -50%;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, 
        rgba(10, 56, 20, 0.2) 0%, 
        rgba(212, 175, 55, 0.4) 50%, 
        rgba(10, 56, 20, 0.2) 100%);
    z-index: 1;
    transform: translateY(-50%);
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(212, 175, 55, 0.2);
}

@media (max-width: 991px) {
    .process-step {
        padding: 1.75rem 1.5rem;
        margin-bottom: 1.5rem;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .step-number {
        width: 60px;
        height: 85px;
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    
    .process-step-content {
        text-align: center;
    }
    
    .step-title {
        font-size: 1.1rem;
        text-align: center;
    }
    
    .step-description {
        font-size: 0.9rem;
        text-align: center;
    }
    
    .process-step:not(:last-child)::after {
        display: none;
    }
}

.step-title {
    background: linear-gradient(135deg, #0a3814 0%, #2d7040 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
    margin-bottom: 0.75rem;
    font-size: 1.2rem;
    letter-spacing: -0.3px;
    text-align: left;
}

.step-description {
    color: #495057;
    line-height: 1.6;
    font-size: 0.95rem;
    font-weight: 400;
    margin: 0;
    text-align: left;
}

/* Buttons */
.btn-gold {
    background: linear-gradient(135deg, #ffd700, #ffed4e);
    color: #2d5a27;
    border: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-gold:hover {
    background: linear-gradient(135deg, #ffed4e, #ffd700);
    color: #2d5a27;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
}

/* Professional Benefits in Dark Section */
.bg-primary .benefit-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.bg-primary .benefit-icon {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

.bg-primary .benefit-title {
    color: white;
}

.bg-primary .benefit-description {
    color: rgba(255, 255, 255, 0.9);
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-certification {
        min-height: 500px;
        padding: 60px 0;
    }
    
    .cert-level-preview {
        margin-bottom: 1rem;
    }
    
    .cert-level-card {
        margin-bottom: 2rem;
    }
    
    .cert-level-header {
        padding: 1.25rem;
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .level-indicator {
        order: 2;
    }
    
    .cert-level-icon {
        order: 1;
        font-size: 2rem;
    }
    
    .cert-level-body {
        padding: 1.5rem;
    }
    
    .cert-level-title {
        font-size: 1.3rem;
    }
    
    .cert-level-actions {
        flex-direction: column;
    }
    
    .cert-level-actions .btn {
        width: 100%;
    }
    
    .process-step:not(:last-child)::after {
        display: none;
    }
    
    .d-flex.gap-3 {
        flex-direction: column;
        align-items: center;
    }
    
    .d-flex.gap-3 .btn {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 576px) {
    .hero-certification h1 {
        font-size: 2rem;
    }
    
    .hero-certification .lead {
        font-size: 1rem;
    }
    
    .cert-level-preview i {
        font-size: 2rem;
    }
    
    .cert-level-preview h5 {
        font-size: 0.9rem;
    }
    
    .cert-level-card {
        margin-bottom: 1.5rem;
    }
    
    .cert-level-header {
        padding: 1rem;
        gap: 0.75rem;
    }
    
    .level-indicator {
        padding: 0.5rem 0.75rem;
    }
    
    .level-number {
        font-size: 1.5rem;
    }
    
    .level-text {
        font-size: 0.7rem;
    }
    
    .cert-level-icon {
        font-size: 1.75rem;
    }
    
    .cert-level-body {
        padding: 1.25rem;
    }
    
    .cert-level-title {
        font-size: 1.2rem;
    }
    
    .cert-level-description {
        font-size: 0.9rem;
    }
    
    .requirements {
        padding: 1rem;
    }
    
    .requirements-title {
        font-size: 1rem;
    }
    
    .requirements-list li {
        font-size: 0.85rem;
    }
    
    .security-feature-card {
        padding: 2rem 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .security-icon {
        width: 75px;
        height: 75px;
        font-size: 1.75rem;
        margin-bottom: 1.5rem;
    }
    
    .security-title {
        font-size: 1.1rem;
    }
    
    .security-description {
        font-size: 0.95rem;
    }
    
    .step-number {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    
    .requirements {
        padding: 1rem;
    }
    
    .requirements-list li {
        font-size: 0.9rem;
    }
}
