.offline-recovery-page .hero-section {
    padding-bottom: 84px;
}

.offline-recovery-page .hero-subtitle {
    max-width: 820px;
}

.offline-recovery-page .cta-group {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.offline-recovery-page .hero-cta-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 260px;
    padding: 16px 30px;
    border-radius: 12px;
    border: 1px solid #bfdbfe;
    background: #eff6ff;
    color: #3b82f6;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 25px -5px rgba(59, 130, 246, 0.12);
}

.offline-recovery-page .hero-cta-secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 30px -10px rgba(59, 130, 246, 0.2);
    background: #dbeafe;
}

.offline-recovery-page .process-list {
    display: grid;
    gap: 18px;
    margin-top: 28px;
}

.offline-recovery-page .process-step {
    display: flex;
    gap: 16px;
}

.offline-recovery-page .process-step-number {
    width: 40px;
    height: 40px;
    background: #eff6ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3b82f6;
    font-weight: 800;
    flex-shrink: 0;
}

.offline-recovery-page .trust-panel {
    background: #ffffff;
    border: 1px solid #bfdbfe;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 16px 36px -24px rgba(59, 130, 246, 0.45);
}

.offline-recovery-page .outage-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 22px;
}

.offline-recovery-page .outage-card i {
    color: #3b82f6;
    font-size: 1.4rem;
    margin-bottom: 12px;
}

.offline-recovery-page .outage-card h3 {
    margin-bottom: 10px;
}

.offline-recovery-page .outage-card p {
    margin: 0;
}

.offline-recovery-page .file-preview {
    background: #0f172a;
    color: #dbeafe;
    padding: 18px;
    border-radius: 14px;
    border: 1px solid rgba(191, 219, 254, 0.22);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: 0.86rem;
    line-height: 1.6;
}

.offline-recovery-page .file-preview span {
    color: #93c5fd;
}

@media (max-width: 640px) {
    .offline-recovery-page .hero-cta,
    .offline-recovery-page .hero-cta-secondary {
        width: 100%;
        min-width: 0;
    }
}
