/* Erasure page specific styles */
.erasure-main {
    padding: 120px 0 80px;
    min-height: 100vh;
    position: relative;
}

.erasure-main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(600px circle at 20% 30%, rgba(102, 126, 234, 0.15), transparent 50%),
        radial-gradient(800px circle at 80% 70%, rgba(118, 75, 162, 0.15), transparent 50%),
        radial-gradient(1000px circle at 40% 80%, rgba(240, 147, 251, 0.1), transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.erasure-wizard {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 
        0 32px 64px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(255, 255, 255, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.erasure-wizard:hover {
    box-shadow: 
        0 40px 80px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.step-header {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
    padding: 2rem 0;
}

.step-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    z-index: -1;
    animation: headerGlow 4s ease-in-out infinite;
}

.step-header::after {
    content: '';
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 6px;
    background: linear-gradient(90deg, #667eea, #764ba2, #f093fb);
    border-radius: 3px;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
    animation: underlineShimmer 3s ease-in-out infinite;
}

.step-header h1 {
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
    position: relative;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.1;
    text-shadow: 0 0 30px rgba(102, 126, 234, 0.5);
    animation: gradientText 6s ease-in-out infinite;
    letter-spacing: -0.02em;
}

.step-header h1::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1f2937 0%, #374151 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: -1;
    filter: blur(1px);
    opacity: 0.3;
}

.step-header p {
    color: #6b7280;
    font-size: 1.25rem;
    font-weight: 500;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
    position: relative;
    opacity: 0.9;
}

.step-header .subtitle {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: rgba(102, 126, 234, 0.1);
    border: 1px solid rgba(102, 126, 234, 0.2);
    border-radius: 50px;
    color: #667eea;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.step-header .subtitle:hover {
    background: rgba(102, 126, 234, 0.15);
    border-color: rgba(102, 126, 234, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.2);
}

.config-form {
    margin-top: 2rem;
    display: grid;
    gap: 2.5rem;
}

.form-group {
    position: relative;
}

.form-group label {
    display: block;
    margin-bottom: 1rem;
    font-weight: 700;
    color: #1f2937;
    font-size: 1.125rem;
    position: relative;
    padding-left: 12px;
}

.form-group label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 20px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 2px;
}

.drive-selector {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background: white;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.drive-selector:hover {
    border-color: #667eea;
    box-shadow: 0 12px 48px rgba(102, 126, 234, 0.15);
}

.drive-selector select {
    width: 100%;
    padding: 1.25rem 1.5rem;
    padding-right: 3rem;
    border: none;
    outline: none;
    background: transparent;
    appearance: none;
    font-size: 1rem;
    font-weight: 500;
    color: #1f2937;
    cursor: pointer;
}

.drive-selector select:focus {
    outline: none;
}

.drive-selector i {
    position: absolute;
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    color: #667eea;
    font-size: 1.25rem;
    pointer-events: none;
    transition: transform 0.3s ease;
}

.drive-selector:hover i {
    transform: translateY(-50%) scale(1.1);
}

.algorithm-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.algorithm-card {
    position: relative;
    border: 3px solid transparent;
    border-radius: 20px;
    padding: 2rem 1.5rem;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.algorithm-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, transparent, #667eea, #764ba2, transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.algorithm-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 64px rgba(102, 126, 234, 0.15);
    border-color: rgba(102, 126, 234, 0.3);
}

.algorithm-card:hover::before {
    opacity: 1;
}

.algorithm-card.active {
    border-color: #667eea;
    background: linear-gradient(135deg, #f8faff 0%, #ffffff 100%);
    box-shadow: 
        0 24px 64px rgba(102, 126, 234, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.6);
    transform: translateY(-4px);
}

.algorithm-card.active::before {
    opacity: 1;
}

.algorithm-card i {
    font-size: 2.5rem;
    color: #667eea;
    margin-bottom: 1rem;
    display: block;
    text-align: center;
    transition: all 0.3s ease;
}

.algorithm-card:hover i {
    color: #764ba2;
    transform: scale(1.1);
}

.algorithm-card h3 {
    margin: 0 0 0.75rem 0;
    color: #1f2937;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
}

.algorithm-card p {
    color: #6b7280;
    font-size: 0.95rem;
    text-align: center;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.security-level {
    display: block;
    text-align: center;
    padding: 0.5rem 1rem;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 600;
    background: linear-gradient(135deg, #eef2ff 0%, #e0e7ff 100%);
    color: #4338ca;
    border: 1px solid #c7d2fe;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: auto;
}

.security-level.high {
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
    color: #16a34a;
    border-color: #bbf7d0;
}

.security-level.medium {
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
    color: #d97706;
    border-color: #fed7aa;
}

.options-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.checkbox-card {
    display: block;
    background: white;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    padding: 0.75rem;
}

.checkbox-content {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #374151;
}

/* Progress */
.progress-container {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 3rem;
    align-items: start;
}

.main-progress {
    position: sticky;
    top: 2rem;
}

.progress-circle {
    position: relative;
    width: 280px;
    height: 280px;
    margin: 0 auto;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress-circle::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: conic-gradient(from 0deg, transparent, rgba(102, 126, 234, 0.1), transparent);
    animation: spin 20s linear infinite;
    z-index: 0;
}

.progress-ring {
    position: relative;
    z-index: 1;
}

.progress-ring-bg,
.progress-ring-progress {
    fill: none;
    stroke-width: 16;
}

.progress-ring-bg {
    stroke: rgba(229, 231, 235, 0.3);
}

.progress-ring-progress {
    stroke: url(#grad) #667eea;
    stroke-linecap: round;
    stroke-dasharray: 534;
    stroke-dashoffset: 534;
    transform: rotate(-90deg);
    transform-origin: center;
    transition: stroke-dashoffset 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    filter: drop-shadow(0 4px 8px rgba(102, 126, 234, 0.3));
}

.progress-text {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}

.progress-text span:first-child {
    display: block;
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.progress-text span:last-child {
    color: #6b7280;
    font-weight: 600;
    font-size: 1.125rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.progress-phases {
    display: grid;
    gap: 1.25rem;
    margin-bottom: 2rem;
}

.phase {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1.5rem;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    padding: 1.5rem;
    border-radius: 16px;
    border: 2px solid #f1f5f9;
    align-items: center;
    transition: all 0.3s ease;
    overflow: hidden;
}

.phase::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(135deg, #667eea, #764ba2);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.phase.active::before {
    opacity: 1;
}

.phase-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #eef2ff 0%, #e0e7ff 100%);
    color: #4338ca;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
}

.phase.active .phase-icon {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    transform: scale(1.1);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.3);
}

.phase-content h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.phase-content p {
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 0.75rem;
}

.phase-progress {
    background: rgba(102, 126, 234, 0.1);
    height: 6px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.phase-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #667eea, #764ba2, #f093fb);
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.phase-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    animation: shimmer 2s infinite;
}

.phase-status {
    font-size: 1.25rem;
    transition: all 0.3s ease;
}

.phase-status.pending {
    color: #9ca3af;
}

.phase-status.active {
    color: #667eea;
    animation: pulse 2s infinite;
}

.phase-status.completed {
    color: #10b981;
}

.stats-grid {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.stat-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    padding: 2rem 1.5rem;
    border-radius: 20px;
    border: 2px solid #f1f5f9;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    min-height: 160px;
    justify-content: space-between;
}

.stat-card::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #667eea, #764ba2, #f093fb, #667eea);
    border-radius: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
    animation: gradientShift 6s ease infinite;
}

.stat-card:hover::before {
    opacity: 1;
}

.stat-card:hover {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 16px 48px rgba(102, 126, 234, 0.25);
}

.stat-card i {
    font-size: 2.5rem;
    color: #667eea;
    margin-bottom: 1rem;
    padding: 1.25rem;
    background: rgba(102, 126, 234, 0.1);
    border-radius: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.1);
}

.stat-card:hover i {
    color: #764ba2;
    background: rgba(102, 126, 234, 0.15);
    transform: scale(1.15) rotate(5deg);
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.2);
}

.stat-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
    justify-content: center;
}

.stat-value {
    font-size: 2rem;
    font-weight: 900;
    background: linear-gradient(135deg, #1f2937 0%, #667eea 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0.25rem;
    line-height: 1.1;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
}

.stat-label {
    color: #6b7280;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
    max-width: 100px;
    text-align: center;
}

.log-container {
    margin-top: 1.5rem;
    background: white;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    padding: 1rem;
}

.log-output {
    height: 160px;
    overflow: auto;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    background: #0b1020;
    color: #d1d5db;
    padding: 1rem;
    border-radius: 8px;
}

/* Completion */
.completion-success {
    text-align: center;
    margin: 3rem 0;
    position: relative;
}

.success-icon {
    font-size: 5rem;
    color: #10b981;
    margin-bottom: 2rem;
    display: inline-block;
    padding: 2rem;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    position: relative;
    animation: successPulse 2s ease-in-out infinite;
}

.success-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    border: 3px solid rgba(16, 185, 129, 0.3);
    border-radius: 50%;
    animation: ripple 3s ease-out infinite;
}

.completion-success h1 {
    font-size: 2.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1rem;
}

.completion-success .subtitle {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.2);
    border-radius: 50px;
    color: #10b981;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2rem;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.completion-success .subtitle:hover {
    background: rgba(16, 185, 129, 0.15);
    border-color: rgba(16, 185, 129, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(16, 185, 129, 0.2);
}

.completion-success p {
    font-size: 1.25rem;
    color: #6b7280;
    max-width: 600px;
    margin: 0 auto;
}

.summary-grid {
    margin: 2rem 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.summary-item {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border: 2px solid #f1f5f9;
    padding: 1.5rem;
    border-radius: 16px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.summary-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.15);
    border-color: rgba(102, 126, 234, 0.3);
}

.summary-item i {
    font-size: 1.5rem;
    color: #667eea;
    padding: 0.75rem;
    background: rgba(102, 126, 234, 0.1);
    border-radius: 12px;
}

.summary-item h3 {
    font-size: 0.875rem;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.25rem;
}

.summary-item span {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1f2937;
}

/* Animations */
@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes shimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

@keyframes successPulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.4);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 0 20px rgba(16, 185, 129, 0);
    }
}

@keyframes ripple {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.8);
        opacity: 0;
    }
}

@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@keyframes headerGlow {
    0%, 100% {
        opacity: 0.3;
        transform: translateX(-50%) scale(1);
    }
    50% {
        opacity: 0.6;
        transform: translateX(-50%) scale(1.1);
    }
}

@keyframes gradientText {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@keyframes underlineShimmer {
    0%, 100% {
        transform: translateX(-50%) scaleX(1);
        opacity: 1;
    }
    50% {
        transform: translateX(-50%) scaleX(1.2);
        opacity: 0.8;
    }
}

/* Responsive */
@media (max-width: 1024px) {
    .progress-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .main-progress {
        position: static;
    }
    
    .progress-circle {
        width: 240px;
        height: 240px;
    }
}

@media (max-width: 768px) {
    .erasure-wizard {
        padding: 2rem;
        border-radius: 20px;
    }
    
    .step-header h1 {
        font-size: 2.5rem;
    }
    
    .config-form {
        gap: 1.5rem;
    }
    
    .algorithm-grid {
        grid-template-columns: 1fr;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .stat-card {
        min-height: 140px;
        padding: 1.5rem 1rem;
    }
    
    .stat-card i {
        font-size: 2rem;
        padding: 1rem;
    }
    
    .stat-value {
        font-size: 1.75rem;
    }
    
    .phase {
        padding: 1rem;
    }
}

@media (max-width: 480px) {
    .erasure-wizard {
        padding: 1.5rem;
    }
    
    .step-header h1 {
        font-size: 2rem;
    }
    
    .progress-circle {
        width: 200px;
        height: 200px;
    }
    
    .progress-text span:first-child {
        font-size: 1.2rem;
    }
    
    .stat-card {
        min-height: 120px;
        padding: 1.25rem 0.75rem;
    }
    
    .stat-card i {
        font-size: 1.2rem;
        padding: 0.75rem;
        margin-bottom: 0.75rem;
    }
    
    .stat-value {
        font-size: 1.2rem;
    }
    
    .stat-label {
        font-size: 0.75rem;
        max-width: 80px;
    }
    
    .completion-actions .btn {
        width: 100%;
    }
}

/* Certificate page */
.certificate-main {
    padding: 120px 0 80px;
}

.certificate-card {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    border: 1px solid #e5e7eb;
}

.certificate-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.certificate-title h1 { color: #111827; }
.certificate-title p { color: #6b7280; }

.certificate-badge {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea, #764ba2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

.details-grid, .proof-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.detail .label { color: #6b7280; font-size: 0.875rem; }
.detail .value { color: #111827; font-weight: 600; }

.certificate-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
    color: white;
    font-size: 1.2rem;
}

.signature-line {
    width: 240px;
    height: 2px;
    background: #e5e7eb;
    margin-bottom: 0.5rem;
}

.qr-block {
    text-align: center;
}

